.formHidden {
	position: absolute;
	left: -20000px;
	top: -20000px;
	opacity: 0;
}

.formRed
{
	color: red;
	font-weight: bold;
}

.formError {
	color: #CF4D4D;
	font-weight:bold;
	font-size:10px;
}

.formNoError {
	display:none;
}

.formField {
	display: block;
	overflow: auto;
}

.formClr {
	clear:both;
	display: block;
}

fieldset.formFieldset {
	margin-bottom: 10px;
}

fieldset.formFieldset legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 16px;
}

fieldset.formFieldset ol.formContainer {
	margin: 0;
	padding: 0;
}

fieldset.formFieldset ol.formContainer li {
	background-image: none;
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

strong.formRequired {
	font-weight: bold;
	font-style: normal;
	margin-left: 3px;
}

div.formCaption {
	display: block;
	float: left;
	width: 25%;
	min-height: 12px;
}

div.formBody {
	display: block;
	float: left;
}

.formFieldset .formBody label {
	display: inline;
	margin: 3px;
}

.formTableLayout {
	border: none;
}

.formTableLayout > tbody > tr {
	border: none;
}

.formTableLeft,
.formTableRight {
	border: none;
}

.formTableLayout tr td label {
	display: inline;
	margin: 3px;
}

.formTableLayout tr.rsform-block,
.formTableLayout tr.rsform-block > td {
	border: 0;
}

.formTableLayout tr.rsform-block > td {
	padding: 3px;
}

.form2LinesLayout .formField label {
	display: inline;
	margin: 3px;
}

div.formDescription {
	margin-left: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: normal;
}

div.calheader{
	text-align:center !important;
}

.rsformProgress {
	text-align: center;
	font-size: 14px;
}

.rsformProgressContainer {
	width: 100%;
	height: 4px;
	border: solid 1px #c7c7c7;
	overflow: hidden;
	margin: 0 0 10px !important;
	background: #fff;
}

.rsformProgressBar {
	height: 4px;
	background: green;
	margin: 0px !important;
}

.rsformVerticalClear {
	overflow: hidden;
	display: block;
}

p.rsformVerticalClear {
	margin: 0;
}

/* responsive - desktop/default version */

.formResponsive .rsformProgress p {
	display: none;
}

.formResponsive .rsformProgressContainer {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.formResponsive .rsformProgressContainer .rsformProgressBar {
	width: 0;
  height: 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.formResponsive .formHorizontal input,
.formResponsive .formHorizontal textarea,
.formResponsive .formHorizontal select,
.formResponsive .formHorizontal .formValidation,
.formResponsive .formHorizontal .uneditable-input,
.formResponsive .formHorizontal .input-prepend,
.formResponsive .formHorizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *zoom: 1;
}

.formResponsive .formHorizontal .hide {
  display: none;
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 18px;
  *zoom: 1;
}

.formResponsive .formHorizontal .rsform-block:before,
.formResponsive .formHorizontal .rsform-block:after {
  display: table;
  content: "";
}

.formResponsive .formHorizontal .rsform-block:after {
  clear: both;
}

.formResponsive .formHorizontal .formControlLabel {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

.formResponsive .formHorizontal .formControls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}

.formResponsive .formHorizontal .formControls:first-child {
  *padding-left: 160px;
}

.formResponsive .formHorizontal p.formDescription {
  margin-top: 9px;
  margin-bottom: 0;
}

.formResponsive .formHorizontal .form-actions {
  padding-left: 160px;
}

.formResponsive {
  margin: 0 0 18px;
}

.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

.formResponsive input,
.formResponsive textarea {
  width: 210px;
}

.formResponsive textarea {
  height: auto;
}

.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.formResponsive textarea:focus,
.formResponsive input[type="text"]:focus,
.formResponsive input[type="password"]:focus,
.formResponsive select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}

.formResponsive input[type="submit"],
.formResponsive input[type="reset"],
.formResponsive input[type="button"],
.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  width: auto;
}

.formResponsive select,
.formResponsive input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

.formResponsive select {
  width: 220px;
  border: 1px solid #bbb;
}

.formResponsive select.rsform-select-box-small {
	width: 70px;
}

.formResponsive select[multiple],
.formResponsive select[size] {
  height: auto;
}

.formResponsive select:focus,
.formResponsive input[type="file"]:focus,
.formResponsive input[type="radio"]:focus,
.formResponsive input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  /*min-height: 18px;*/
  padding-left: 18px;
  float: left;
  margin-right: 5px;
}

.formResponsive .formBody {
	float: none;
}

.formResponsive label {
	height: 18px;
	margin: 3px 5px 3px 0;
	float: left;
	padding: 0px;
}

.formResponsive input[type="button"], 
.formResponsive input[type="submit"],
.formResponsive input[type="reset"] {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="button"],
.formResponsive input[type="submit"],
.formResponsive input[type="reset"] {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.formResponsive input[type="button"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="button"]:active,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="button"].active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="button"].disabled,
.formResponsive input[type="reset"].disabled,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="button"][disabled],
.formResponsive input[type="reset"][disabled],
.formResponsive input[type="submit"][disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.formResponsive input[type="button"]:active,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="button"].active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="submit"].active {
  background-color: #cccccc \9;
}

.formResponsive input[type="button"]:first-child,
.formResponsive input[type="reset"]:first-child,
.formResponsive input[type="submit"]:first-child {
  *margin-left: 0;
}

.formResponsive input[type="button"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.formResponsive input[type="button"]:focus,
.formResponsive input[type="reset"]:focus,
.formResponsive input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.formResponsive input[type="button"].active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="button"]:active,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="submit"]:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.formResponsive input[type="button"].disabled,
.formResponsive input[type="reset"].disabled,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="button"][disabled],
.formResponsive input[type="reset"][disabled],
.formResponsive input[type="submit"][disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.formResponsive input[type="submit"] {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="submit"][disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="submit"]:active,
.formResponsive input[type="submit"].active {
  background-color: #004099 \9;
}

.formResponsive input[type="reset"] {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="reset"].disabled,
.formResponsive input[type="reset"][disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="reset"]:active,
.formResponsive input[type="reset"].active {
  background-color: #942a25 \9;
}

.formResponsive .formError {
  color: #b94a48;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  margin: 3px 5px 3px 0;
  height: 18px;
  display: block;
}

.formResponsive input.rsform-error,
.formResponsive textarea.rsform-error,
.formResponsive select.rsform-error
{
  color: #b94a48;
  border-color: #b94a48;
}

.formResponsive input.rsform-error:focus,
.formResponsive textarea.rsform-error:focus,
.formResponsive select.rsform-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
     -moz-box-shadow: 0 0 6px #d59392;
          box-shadow: 0 0 6px #d59392;
}

.formResponsive input.rsform-calendar-button {
	margin-bottom: 3px;
}

/* responsive - mobile versions */

@media screen and (max-width: 650px) {
  .formResponsive .formHorizontal input[type="checkbox"],
  .formResponsive .formHorizontal input[type="radio"] {
    border: 1px solid #ccc;
  }
  .formResponsive .formHorizontal .rsform-block {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .formResponsive .formHorizontal .formControls {
    margin-left: 0;
  }
  
  .formResponsive input[type="text"],
  .formResponsive input[type="password"],
  .formResponsive textarea,
  .formResponsive select {
	width: 100% !important;
  }
  .formResponsive .formHorizontal .formControlLabel {
	float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
}

.recaptcha_input_area_text {
	float: none !important;
}

.rsformMaps img {
	max-width: none !important;
}

.rsform-map-geolocation {
	list-style: none outside none;
    margin: 0;
    width: 455px;
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #E8E7E7;
    height: auto;
	position: absolute;
	z-index: 999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rsform-map-geolocation li a {
	padding: 4px;
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.rsform-map-geolocation li a:hover{
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* ============================================================================================ */
/** Start - Diamond Hold Request -  MATEUSZ  **/

.diamond-hold-request h1,
.diamond-hold-request h2,
.diamond-hold-request h3,
.diamond-hold-request h4 {
	
	border-color: #e9e8e8 !important ;
}


.diamond-hold-request .left, .diamond-hold-request .right, .diamond-hold-request .down {
	width: 48%;
}
.diamond-hold-request .diamond-preview,
.diamond-hold-request .product-details,
.diamond-hold-request .right,
.diamond-hold-request .down {
	background: #f5f5f5 none repeat scroll 0 0;
}
.diamond-hold-request .left {
    float: left;
	margin-bottom: 15px;
}
.diamond-hold-request .right,.diamond-hold-request .down {
    float: left;
    padding: 20px;    
    margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
.diamond-hold-request .left {
	margin-left: 15px;
}
.diamond-preview {
   	width: 100%;
    padding-top: 12px;
    cursor: default;
       
}
.diamond-hold-request .title {
    text-align: right;
    padding-bottom: 20px;
    padding-right: 75px;
}

/*<-- Start - Width -->*/
.diamond-image .diamond-image-width:before {
     left: 0px;
}
.diamond-image .diamond-image-width:after {
     right: 0px;
}
.diamond-image .diamond-image-width:before, .diamond-image .diamond-image-width:after {
    border-left: 1px solid #a8a8a8;
    content: "";
    height: 12px;
    position: absolute;
    top: 18px;
}
.diamond-image .diamond-image-width {
    border-bottom: 1px solid #a8a8a8;
    left: 0px;
    padding-bottom: 4px;
    position: absolute;
    right: 0px;
    text-align: left;
    top: -30px;
    text-transform: uppercase;
}
/*<-- End - Width -->*/

/*<-- Start - Lenght -->*/
.diamond-image .diamond-image-length:before, .diamond-image .diamond-image-length:after {
    border-top: 1px solid #a8a8a8;
    content: "";
    left: -7px;
    position: absolute;
    width: 12px;
}
.diamond-image .diamond-image-length span {
    bottom: -20px;
    left: -6px;
    position: absolute;
    width: 212px;
    text-transform: uppercase;
}
.diamond-image .diamond-image-length .sample {
    bottom: -43px;
    color: #a8a8a8;
    font-size: 15px;
    left: 0;
    position: absolute;
    width: 212px;
}
.diamond-image .diamond-image-length {
    border-left: 1px solid #a8a8a8;
    bottom: 0px;
    left: -12px;
    position: absolute;
    text-align: left;
    top: 0px;
}
.diamond-image .diamond-image-length:before {
    top: 0px;
}
.diamond-image .diamond-image-length:after {
    bottom: 0px;
}
/*<-- End - Lenght -->*/

/*<-- Start - Image -->*/
.diamond-image {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 0;
    margin-top: 30px;
    position: relative;
}

.diamond-image img {
    box-shadow: 0px 0px 0px #000000;
    height: 200px;
}
/*<-- End - Image -->*/

/*<-- Start - Title -->*/
.diamond-title {
    color: #a8a8a8;
    border: none;
    font-size: 24px !important;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 0 25px;
    padding: 0px;
    text-align: center;
    text-transform: capitalize;

}
/*<-- End - Title -->*/

/*<-- Start - Price -->*/
.diamond-price {
     font-size: 36px !important;
     line-height: 1;
     margin: 12px 0px;
}
/*<-- End - Price -->*/

/*<-- Start - Text -->*/
.diamond-text {
    font-size: 14px !important;
    line-height: 20px;
    margin: 18px 15px 0px;
}
.diamond-preview-left {
    font-size: 14px;
    padding-bottom: 30px;
    height: 100%;
    text-align: center;
    width: 100%;
}
.diamond-preview-right {
    padding-bottom: 26px;
    padding-left: 0;
    padding-right: 26px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}
/*<-- End - Text -->*/

/* <-- Start - Diamonds Details -->*/
.product-details {
	margin-top: 15px;
	padding: 30px 12px 1px;
  
}
.product-details h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0 12px 20px;
}
.listview {
	list-style: none;
	padding: 0;
	margin: 0;
}
.listview li {
	border-bottom: 1px solid #e9e8e8;
	font-size: 14px;
	line-height: 28px;
}
.listview .li-price {
    display: none;
}

.listview li span {
	float: right;
    font-weight: bold;
}
.ccc {
	padding: 24px 0 0;
}
.ccc h4 {
	border: none;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 15px;
	line-height: 1;
}
.ccc p {
	color: #a8a8a8;
	font-size: 14px;
    text-align: center;
	margin: 20px 0 30px;

}
.labelview {
    font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0 -8px;
	font-size: 0;
    text-align: center;
}
.labelview li {
	display: inline-block;
	cursor: default;
	height: 53px;
    line-height: 40px;
	text-align: center;
	font-size: 15px;
	background-color: #ffffff;
    border: 1px solid #e9e8e8;
}

.labelview li.selected {
	background-color: #5f5f5f;
	color: #fff;
	position: relative;
}
.labelview li.selected:after {
	content: '';
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #5f5f5f;
}

/* <-- End - Diamonds Details -->*/

.diamond-hold-request .left .up .upper {
    margin-bottom: 20px;
}

.diamond-hold-request .rsform-block-email {
    width: 100%;
}
.diamond-hold-request .down .rsform-block-firstname,
.diamond-hold-request .down .rsform-block-lastname {
    clear: none !important;
    display: inline-block;
    float: left;
	width: 50%;
}


.diamond-hold-request .right .rsform-block-alt-doc,
.diamond-hold-request .right .rsform-block-alt-view,
.diamond-hold-request .right .rsform-block-alt-stone {
    display:none;
    position: absolute;
}

.diamond-hold-request .right .rsform-block-description {
   margin-top: 5px;
   margin-bottom: 5px;
   border-top: 1px solid #e9e8e8;
   padding: 10px 0 20px;
  
}

.diamond-hold-request .right .rsform-block-callback,
.diamond-hold-request .right .rsform-block-stone-id,
.diamond-hold-request .right .rsform-block-shape,
.diamond-hold-request .right .rsform-block-clarity,
.diamond-hold-request .right .rsform-block-weight,
.diamond-hold-request .right .rsform-block-stone-price,
.diamond-hold-request .right .rsform-block-stone-sell-price,
.diamond-hold-request .right .rsform-block-color {
    display: none;
}
.diamond-hold-request .right .up {
    font-size: 22px;
    line-height: 25px;
    padding: 20px 5px;
}
.diamond-hold-request .rsform-block-captcha {
	border-bottom: 1px solid #e9e8e8;
    padding-bottom: 15px !important;
}
.diamond-hold-request .rsform-block-captcha img,
.diamond-hold-request .rsform-block-captcha .rsform-captcha-box {
	height:40px;
}
.diamond-hold-request .rsform-block-captcha .rsform-captcha-box {
	width: 100px !important;
	display: unset !important;
	margin-left: 15px;
	
}
.diamond-hold-request .rsform-block-submit .formBody {
    margin-left: 25%;
    margin-top: 15px;
}
.diamond-hold-request .rsform-block-submit input{
	background: #000000 none repeat scroll 0 0 !important;
	color: #ffffff;
	height: 40px;
	width: 250px;
}
.diamond-hold-request .rsform-block-submit {
	text-align: center;
	
}
/** End - Diamond Hold Request -  MATEUSZ  **/
/* =================================================================================================== */

/** Start - Quote request form - MATEUSZ **/

#rsform_3_page_0 li {
    clear: none;
}

.qoute-request-form .first,
.qoute-request-form .second, 
.qoute-request-form .third, 
.qoute-request-form .fourth {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 15px;
    padding: 10px 20px 20px;
}

.qoute-request-form .form_title {
	border-bottom: 1px solid #e9e8e8;
    clear:left;
    font-size: 24px;
    margin: 10px 15px 15px 0;
}

/*<--- 1 --->*/
.qoute-request-form .first_left {
    float: left;
    width: 72%;
}
.qoute-request-form .first_left_a {
    float: left;
    width: 60%;
}
.qoute-request-formk .rsform-block-callback {
	width: 28%;
}
.qoute-request-form .rsform-block-firstname,
.qoute-request-form .rsform-block-image1, 
.qoute-request-form .rsform-block-attachimage {
    float: left;
}
.qoute-request-form .trouble-form {
    font-size: 20px;
    padding-top: 0;
    text-align: center;
	border-bottom: 1px solid #e9e8e8;
	margin-right: 15px;
}
.qoute-request-form .rsform-block-firstname .formBody,
.qoute-request-form .rsform-block-lastname .formBody,
.qoute-request-form .rsform-block-email .formBody {
    width: 100%;
} 
.qoute-request-form .rsform-block-firstname,
.qoute-request-form .rsform-block-lastname  {
	width: 49%;
}
.qoute-request-form .rsform-block-email {
	width: 98%;
}
.qoute-request-form .rsform-block-region .formBody,
.qoute-request-form .rsform-block-referred .formBody {
    width: 75%;
}
.qoute-request-form .rsform-block-telephone,
.qoute-request-form .rsform-block-referencenumber {
	width: 40%;
}
.qoute-request-form .rsform-block-telephone .formBody,
.qoute-request-form .rsform-block-referencenumber .formBody {
    width: 98%;
} 
.qoute-request-form .rsform-block-callback, .qoute-request-form .rsform-block-telephone {
    padding-top: 13px !important;
}
/*<---  2 --->*/

.qoute-request-form .second_left {
    float: left;
    width: 50%;
}
.qoute-request-form .second_right {
	width: 50%;
	float: left;
	padding-top: 15px;
}
.qoute-request-form .rsform-block-budget,
.qoute-request-form .rsform-block-image1,
.qoute-request-form .rsform-block-fingersize,
.qoute-request-form .rsform-block-metal,
.qoute-request-form .rsform-block-timeframe  {
	width: 49%;
}
.qoute-request-form .rsform-block-budget .formBody,
.qoute-request-form .rsform-block-image1 .formBody,
.qoute-request-form .rsform-block-fingersize .formBody,
.qoute-request-form .rsform-block-timeframe .formBody,
.qoute-request-form .rsform-block-metal .formBody {
    width: 100%;
}
.qoute-request-form .rsform-block-jewelrytype .formBody input,
.qoute-request-form .rsform-block-preferences .formBody input {
	margin-right: 5px;
}

/*<--- 3 --->*/
.qoute-request-form .third_left {
    float:left;
    width: 50%;
}
.qoute-request-form .third_right {
    float:left;
    display:none;
	width: 50%;
}
.qoute-request-form .rsform-block-weight .formBody,
.qoute-request-form .rsform-block-stone .formBody,
.qoute-request-form .rsform-block-shape .formBody {
    width: 50%;
}
.qoute-request-form div.formBody input#attachimage.rsform-upload-box,
.qoute-request-form div.formBody input#attachimage02.rsform-upload-box {
    background-color: #ffffff;
    border: 1px solid #e9e8e8
}
.qoute-request-form li.rsform-block-attachimage02 {
    float:left;
}
.qoute-request-form .rsform-block-captcha {
	border-bottom: 1px solid #e9e8e8;
    padding-bottom: 15px !important;
}
.qoute-request-form .rsform-block-captcha img,
.qoute-request-form .rsform-block-captcha .rsform-captcha-box {
	height:40px;
}
.qoute-request-form .rsform-block-captcha .rsform-captcha-box {
	width: 120px !important;
	display: unset !important;
	margin-left: 15px;
}
.qoute-request-form .rsform-block-submit .formBody {
    margin-left: 40%;
    margin-top: 15px;
}
.qoute-request-form .rsform-block-submit input{
	background: #000000 none repeat scroll 0 0 !important;
	color: #ffffff;
	height: 40px;
	width: 250px;
}
.qoute-request-form .rsform-block-submit {
	text-align: center;
}
/** End - Quote request form - MATEUSZ **/
/** ================================================================================== **/
/** Start - Quick quote - MATEUSZ **/

.quick-quote {
	background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 15px;
    padding: 10px 20px 20px;
	width: 40%;
}
.quick-quote .form_title {
	font-size: 15px;
	font-weight: bold;
}
.quick-quote .rsform-block-image1 .formBody ,
.quick-quote .rsform-block-shape .formBody {
	width: 50%;
}
.quick-quote .rsform-block-weight .formBody {
    width: 100%;
}
.quick-quote .rsform-block-captcha {
	border-bottom: 1px solid #e9e8e8;
    padding-bottom: 15px !important;
}
.quick-quote .rsform-block-captcha .img,
.quick-quote .rsform-block-captcha .rsform-captcha-box {
	height:40px;
}
.quick-quote .rsform-block-captcha .rsform-captcha-box {
	width: 120px !important;
	display: unset !important;
	margin-left: 15px;
}
.quick-quote .rsform-block-submit .formBody {
    margin-left: 20%;
    margin-top: 15px;
}
.quick-quote .rsform-block-submit input{
	background: #000000 none repeat scroll 0 0 !important;
	color: #ffffff;
	height: 40px;
	width: 250px;
}
.quick-quote .rsform-block-submit {
	text-align: center;
}
/** End - Quick quote - MATEUSZ **/
/** ================================================================================== **/
/** Start - Make an offer - MATEUSZ **/

#rsform_1_page_0 li {
    clear: none;
}

/* .make-an-offer h1 {
    width: 94%;
} */
.make-an-offer-left,
.make-an-offer-center,
.make-an-offer-right {
    float: left;
    margin-right: 15px;
	width: 30.5%;
}


.make-an-offer-center-top,
.make-an-offer-center-bottom,
.make-an-offer-right-top {
    width: 100%;
}

.make-an-offer-left,
.make-an-offer-center-top,
.make-an-offer-center-bottom,
.make-an-offer-right-top {
    padding: 10px;
}

.make-an-offer-left,
.make-an-offer-center-top,
.make-an-offer-center-bottom,
.make-an-offer-right-top {
    background: #f5f5f5 none repeat scroll 0 0;     
}

.make-an-offer-center-bottom {
    margin-top: 20px;
}

.make-an-offer-left .header,
.make-an-offer-center-top .header,
.make-an-offer-center-bottom .header,
.make-an-offer-right .header {
    font-size: 20px;
    margin: 10px;
}

.make-an-offer .rsform-block-first-name .formBody,
.make-an-offer .rsform-block-last-name .formBody,
.make-an-offer .rsform-block-email .formBody,
.make-an-offer .rsform-block-price .formBody,
.make-an-offer .rsform-block-credit-card-type .formBody,
.make-an-offer .rsform-block-credit-card-number .formBody,
.make-an-offer .rsform-block-cvv .formBody, 
.make-an-offer .rsform-block-address .formBody,
.make-an-offer .rsform-block-state-province-region .formBody,
.make-an-offer .rsform-block-phone .formBody,
.make-an-offer .rsform-block-image1 .formBody {
    width: 100%;
} 

.make-an-offer .rsform-block-first-name,
.make-an-offer .rsform-block-last-name,
.make-an-offer .rsform-block-expire-date-month .formBody,
.make-an-offer .rsform-block-zip-postal-code {
	float: left;
}
.make-an-offer .rsform-block-first-name,
.make-an-offer .rsform-block-last-name {
	width: 50%;
}
.make-an-offer .rsform-block-price {
	clear: both !important;
}

.make-an-offer .rsform-block-expire-date-month .formBody {
    width: 50%;
} 
.make-an-offer-right-top li {
	list-style: unset !important;
}

/*<-- Start - Mateusz - popup with button( submit/no) -->*/

/* .popup {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	display: none; 
} */

.popup {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0px);
    transition: opacity 0.15s linear 0s;
    z-index: 1010;
}
}
 
.popup .bg {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}  
.popup .container {
    background: #ffffff none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 50px auto;
    max-width: calc(50% - 20px);
    padding: 20px;
    position: relative;
    transform: translateX(50%);
    transition: opacity 0.3s linear 0s, transform 0.3s ease-out 0s;
    width: 600px;
}
.popup .content {
    margin: 15px;
    overflow: auto;
    text-align: center;
	 padding-bottom: 15px;
}


.button-submit {
    background: #000000 none repeat scroll 0 0 !important;
	color: #ffffff;
	height: 40px;
	width: 250px;
    display: inline-block;
    text-transform: uppercase;
	margin-left: 14%;
}

.popup-text {
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 35px;
    
}

.pop-text-comment {
    border-top: 1px solid #e9e8e8;
    text-align: left;
}
.button-no {
    font: 14px/17px Arial;
    padding-right: 25px;
    text-transform: uppercase;
	cursor: pointer;
}

.make-an-offer .popup input#submit{
	background: #000000 none repeat scroll 0 0 !important;
	color: #ffffff;
	height: 40px;
	width: 200px;
}

/*<-- End - Mateusz - popup -->*/

/** End - Make an offer - MATEUSZ **/
/** ================================================================================== **/
/** <-- Start - Shopping Estimator - Mateusz --> **/

.shipping-estimator {
	background: #f5f5f5 none repeat scroll 0 0;  
}
.shipping-estimator .first {
    padding: 25px;
}

.shipping-estimator .rsform-block-submit input{
	background: #000000 none repeat scroll 0 0 !important;
	color: #ffffff;
	height: 40px;
	margin-left: 10%;
    margin-right: 10%;
	width: 200px;
}
.shipping-estimator #rsform_error_21 {
    padding-left: 4%;
    padding-top: 2%;
}
/** <-- End - Shopping Estimator - Mateusz --> **/
/** ================================================================================== **/
/** <-- Start - Preferred Customer Referral - MAteusz --> **/

.preferred-customer-referral .first_left {
    float: left;
    width: 100%;
}
.preferred-customer-referral .floatleft {
    width: 50%;
}
.preferred-customer-referral .first,
.preferred-customer-referral .second {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 15px;
    padding: 10px 20px 20px;

}
.preferred-customer-referral .form_title {
    border-bottom: 1px solid #e9e8e8;
    clear: left;
    font-size: 24px;
    margin: 10px 15px 15px 0;
}
.preferred-customer-referral .first_left_a img {
    padding-bottom: 25px;
    padding-right: 6%;
    padding-top: 3%;
}
.preferred-customer-referral .preferred_name .formBody,
.preferred-customer-referral .preferred_id .formBody,
.preferred-customer-referral .preferred_phone .formBody {
    width: 70%;
}
.preferred-customer-referral .rsform-block-bonus .formBody input {
    margin-left: 10px;
}

.preferred-customer-referral .rsform-block-firstname .formBody,
.preferred-customer-referral .rsform-block-lastname .formBody,
.preferred-customer-referral .rsform-block-email .formBody,
.preferred-customer-referral .rsform-block-telephone .formBody,
.preferred-customer-referral .rsform-block-text .formBody {
	width: 35%;
}
.preferred-customer-referral .rsform-block-captcha {
	border-bottom: 1px solid #e9e8e8;
    padding-bottom: 15px !important;
}
.preferred-customer-referral .rsform-block-captcha img,
.preferred-customer-referral .rsform-block-captcha .rsform-captcha-box {
	height:40px;
}
.preferred-customer-referral .rsform-block-captcha .rsform-captcha-box {
	width: 120px !important;
	display: unset !important;
	margin-left: 15px;
}
.preferred-customer-referral .rsform-block-captcha,
.preferred-customer-referral .rsform-block.rsform-block-submit {
    width: 35%;
}
.preferred-customer-referral .rsform-block-submit .formBody {
    margin-left: 15%;
    margin-top: 15px;
}
.preferred-customer-referral .rsform-block-submit input{
	background: #000000 none repeat scroll 0 0 !important;
	color: #ffffff;
	height: 40px;
	width: 250px;
}
/** <-- End - Preferred Customer Referral - Mateusz --> **/
/** ================================================================================== **/
/** <-- Start - Preferred Customer Enrollment - Mateusz --> **/

.preferred-customer-enrollment .form_title {
    border-bottom: 1px solid #e9e8e8;
    clear: left;
    font-size: 24px;
    margin: 10px 15px 15px 0;
}
.preferred-customer-enrollment .first_left {
    float: left;
    width: 100%;
}
.preferred-customer-enrollment .floatleft {
    width: 50%;
}
.preferred-customer-enrollment .first,
.preferred-customer-enrollment .second {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 15px;
    padding: 10px 20px 20px;

}
.preferred-customer-enrollment .form_title {
    border-bottom: 1px solid #e9e8e8;
    clear: left;
    font-size: 24px;
    margin: 10px 15px 15px 0;
}
.preferred-customer-enrollment .first_left_a .img-member {
    padding-bottom: 25px;
    padding-right: 6%;
    padding-top: 3%;
}
.preferred-customer-enrollment .rsform-block-firstname .formBody,
.preferred-customer-enrollment .rsform-block-lastname .formBody,
.preferred-customer-enrollment .rsform-block-email .formBody,
.preferred-customer-enrollment .rsform-block-telephone .formBody,
.preferred-customer-enrollment .rsform-block-text .formBody {
    width: 70%;
}
.preferred-customer-enrollment .rsform-block-captcha {
	border-bottom: 1px solid #e9e8e8;
    padding-bottom: 15px !important;
	width: 70%;
}
.preferred-customer-enrollment .rsform-block-captcha img,
.preferred-customer-enrollment .rsform-block-captcha .rsform-captcha-box {
	height: 40px;
}
.preferred-customer-enrollment .rsform-block-captcha .rsform-captcha-box {
	width: 120px !important;
	display: unset !important;
	margin-left: 15px;
}
.preferred-customer-enrollment .rsform-block-submit .formBody {
    margin-left: 10%;
    margin-top: 15px;
}
.preferred-customer-enrollment .rsform-block-submit input{
	background: #000000 none repeat scroll 0 0 !important;
	color: #ffffff;
	height: 40px;
	width: 250px;
}
/** <-- End - Preferred Customer Enrollment - Mateusz --> **/
/** ================================================================================== **/
/** <-- Start - Contact Us - Mateusz --> **/

.contact-us .one_half,
.contact-us .two_half {
	float: left;
    margin: 7px;
}
.contact-us .one_half {
	width: 46%;
	background: #f5f5f5 none repeat scroll 0 0;
}
.contact-us .two_half {
	width: 51%
}
.contact-us .one_half_under {
    margin: 30px;
}
.contact-us legend {
    padding-bottom: 10px;
    text-align: center;
}
.contact-us .contact-miscinfo h3 {
	display: none;
}
.contact-us .pane-slider.content {
    margin-left: 8%;
    margin-top: 6%;
}
.contact-us .pane-toggler.title {
    padding-left: 25px;
}
.contact-us .rsform-submit-button {
    background: #000000 none repeat scroll 0 0 !important;
    border: medium none;
    color: #ffffff;
    height: 40px;
    margin-left: 30%;
    margin-top: 15px;
    width: 200px;
}
/** <-- End - Contact Us - Mateusz --> **/
/** ================================================================================== **/