/* No files to import found in abstractions/**\/* */
.menu .leaf {
  list-style-image: none;
  list-style-type: none;
}

img, media {
  max-width: 100%;
}

/* lustria */
@font-face {
  font-family: 'lustriaregular';
  src: url("../fonts/lustria-regular-webfont.eot");
  src: url("../fonts/lustria-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lustria-regular-webfont.woff") format("woff"), url("../fonts/lustria-regular-webfont.ttf") format("truetype"), url("../fonts/lustria-regular-webfont.svg#lustriaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* open sans */
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* cinzel */
@font-face {
  font-family: 'cinzelblack';
  src: url("../fonts/cinzel-black-webfont.eot");
  src: url("../fonts/cinzel-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cinzel-black-webfont.woff") format("woff"), url("../fonts/cinzel-black-webfont.ttf") format("truetype"), url("../fonts/cinzel-black-webfont.svg#cinzelblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cinzelbold';
  src: url("../fonts/cinzel-bold-webfont.eot");
  src: url("../fonts/cinzel-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cinzel-bold-webfont.woff") format("woff"), url("../fonts/cinzel-bold-webfont.ttf") format("truetype"), url("../fonts/cinzel-bold-webfont.svg#cinzelbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cinzelregular';
  src: url("../fonts/cinzel-regular-webfont.eot");
  src: url("../fonts/cinzel-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cinzel-regular-webfont.woff") format("woff"), url("../fonts/cinzel-regular-webfont.ttf") format("truetype"), url("../fonts/cinzel-regular-webfont.svg#cinzelregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.idnid-button, button, html input[type="button"], input[type="reset"], input[type="submit"], body.front .mobile .buyer span, body.front .mobile .seller span {
  border: none;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0.75em 1em;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8c047), color-stop(100%, #9d7925));
  background-image: -webkit-linear-gradient(#e8c047, #9d7925);
  background-image: -moz-linear-gradient(#e8c047, #9d7925);
  background-image: -o-linear-gradient(#e8c047, #9d7925);
  background-image: linear-gradient(#e8c047, #9d7925);
  -webkit-transition: background 1s ease-in;
  -moz-transition: background 1s ease-in;
  -o-transition: background 1s ease-in;
  transition: background 1s ease-in;
}
.idnid-button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, body.front .mobile .buyer span:hover, body.front .mobile .seller span:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cda327), color-stop(100%, #8d6915));
  background-image: -webkit-linear-gradient(#cda327, #8d6915);
  background-image: -moz-linear-gradient(#cda327, #8d6915);
  background-image: -o-linear-gradient(#cda327, #8d6915);
  background-image: linear-gradient(#cda327, #8d6915);
}

.idnid-button:visited, button:visited, html input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited, body.front .mobile .buyer span:visited, body.front .mobile .seller span:visited {
  color: #FFFFFF;
}

html {
  background-color: #282828;
}

body {
  background: #333333;
  color: white;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143em;
}

a, a:visited, a.active {
  color: #cba650;
  text-decoration: none;
}

a:hover {
  color: #a78229;
}

a.site-logo {
  clear: both;
  margin: 0 auto;
}
a.site-logo img {
  margin-left: 15px;
  width: 182px;
}
@media (max-width: 767px) {
  a.site-logo img {
    margin: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #cba650 !important;
}

input, optgroup, select, textarea {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  color: #333;
}

.form-actions input {
  margin: 1em 0 0 1em;
}

table {
  width: 100%;
}
table tr th {
  padding: 1em;
}
table tr.even, table tr th {
  background-color: #363636;
}
table tr.odd {
  background-color: #3A3A3A;
}
table tr td {
  padding: 0.5em;
}

fieldset.collapsible {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}
fieldset.collapsible legend {
  border-bottom: 1px solid #2B2B2B;
  width: 100%;
}
fieldset.collapsible legend a {
  display: block;
  padding: .75em 15px;
}
html.js fieldset.collapsible legend .fieldset-legend {
  background-position: 96% 50%;
  padding-left: 0;
  text-transform: uppercase;
}
fieldset.collapsible legend .summary {
  display: none;
}

.l-header {
  background: #020101;
  min-height: 80px;
  clear: both;
  display: none;
}

.l-branding {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}

.l-highlighted {
  background: #3e3e3e;
  display: none;
  margin: 0;
  padding: 2em 0;
}

.l-highlighted .l-region--highlighted {
  color: #ffffff;
  margin: 0 auto;
  max-width: 1400px;
}

.page-landing .l-highlighted {
	display: block;
	padding: 0;
	height: 544px;
	background-color: #000;
}

.page-landing .field--name-field-landing-page-image {
	display: none;
}

.page-landing-selling .l-main { height: 0px; float: none; padding: 0; margin: 0; display: none; }

.page-landing-selling .l-highlighted { position: relative; }

.page-landing-selling .l-highlighted .landing_button {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -56px;
	display: block !important;	
}

.page-landing-selling .l-highlighted .landing_button:hover {
	color: #fff;
}

@media (max-width: 650px) {
	.page-landing-purchase .l-highlighted,
	.page-landing-selling .l-highlighted {
			height: 300px;
			background-size: contain !important;
	}		
}

ul.breadcrumb {
  color: #a4a4a4;
  font-size: 0.9em;
  list-style: none;
  padding-left: 0;
}
ul.breadcrumb li {
  display: inline;
  text-transform: uppercase;
}
ul.breadcrumb li a {
  color: #cba650;
}

.l-main {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  background: #424242;
  margin: 0;
  min-height: 300px;
  padding: 20px;
}
.l-main .l-content {
  color: #fff;
  margin: 0 auto;
  min-height: 40px;
  max-width: 1100px;
}
.l-main .l-content h1, .l-main .l-content h2, .l-main .l-content h3, .l-main .l-content h4, .l-main .l-content h5 {
  line-height: 1.25em;
}

/* footer  */
.l-footer-columns-inner h2.block__title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}

.l-footer-columns-inner {
  font-size: .9em;
}

.l-above-footer {
  background: #3e3e3e;
  clear: both;
  display: none;
  text-align: center;
}
.l-above-footer .l-region--footer0 {
  margin: 0 auto;
  min-height: 40px;
  max-width: 1400px;
}

.l-footer-wrapper {
  background: #333333;
  clear: both;
  margin: -20px 0 0;
  padding-top: 40px;
}
.l-footer-wrapper .l-footer-columns-inner {
  display: inline-block;
}
.l-footer-wrapper a.social {
  background: url("../images/icons/sprite_social.png?1") no-repeat 0 0;
  display: inline-block;
  height: 0;
  margin: 20px 7px 5px;
  overflow: hidden;
  padding-top: 34px;
  width: 34px;
}
.l-footer-wrapper a.social.facebook:hover {
  background-position: 0 -34px;
}
.l-footer-wrapper a.social.twitter {
  background-position: -49px 0;
}
.l-footer-wrapper a.social.twitter:hover {
  background-position: -49px -34px;
}
.l-footer-wrapper a.social.pinterest {
  background-position: -99px 0;
}
.l-footer-wrapper a.social.pinterest:hover {
  background-position: -99px -34px;
}
.l-footer-wrapper a.social.youtube {
  background-position: -149px 0;
}
.l-footer-wrapper a.social.youtube:hover {
  background-position: -149px -34px;
}
.l-footer-wrapper a.social.gplus {
  background-position: -196px 0;
}
.l-footer-wrapper a.social.gplus:hover {
  background-position: -196px -34px;
}
.l-footer-wrapper a.social.instagram {
  background-position: -256px 0;
}
.l-footer-wrapper a.social.instagram:hover {
  background-position: -256px -34px;
}

.l-footer-columns {
  color: #ffffff;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}

#block-menu-menu-about-idnid a {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 767px) {
  .l-region--footer1 {
    width: 15.25424%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
}

@media (min-width: 767px) {
  .l-region--footer2 {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 16.94915%;
    clear: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .l-region--footer2 {
    width: 32.20339%;
    float: left;
    margin-right: -100%;
    margin-left: 25.42373%;
    clear: none;
  }
}
.l-region--footer2 #node_testimonial_testimonial_block_group_name_type {
  float: left;
  margin-left: 40px;
}
.l-region--footer2 .field--name-field-customer-name {
  font-style: italic;
}

@media (min-width: 767px) {
  .l-region--footer4 {
    width: 32.20339%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .l-region--footer4 {
    width: 32.20339%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-footer-bottom {
  background: #282828;
  clear: both;
  min-height: 40px;
}
@media (min-width: 767px) {
  .l-footer-bottom {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-region--footer {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}

.block--views-testimonials-block .view-testimonials .views-row.views-row-first {
  margin-right: 2%;
}
.block--views-testimonials-block .view-testimonials .views-row {
  float: left;
  margin-bottom: 30px;
  width: 48%;
}
@media (max-width: 991px) {
  .block--views-testimonials-block .view-testimonials .views-row {
    width: auto;
  }
}
@media (max-width: 991px) {
  .block--views-testimonials-block .view-testimonials .views-row-2 {
    display: none;
  }
}
.block--views-testimonials-block .view-testimonials .field--name-body .field__item {
  background: none repeat scroll 0 0 #3A3A3A;
  border-radius: 5px;
  line-height: 1.5em !important;
  margin: 0 0 7px;
  padding: 10px 15px;
  position: relative;
}
.block--views-testimonials-block .view-testimonials .field--name-body .field__item > p {
  margin: 0;
}
.block--views-testimonials-block .view-testimonials .field--name-body .field__item .testimonial-arrow {
  background-image: url("/sites/all/themes/idnid/images/layout/testimonial-arrow.png");
  bottom: -15px;
  height: 15px;
  left: 10px;
  position: absolute;
  width: 19px;
}
.block--views-testimonials-block .view-testimonials .field--name-field-customer-picture {
  float: left;
  margin-left: 20px;
  margin-right: 30px;
}
.block--views-testimonials-block .view-testimonials .field--name-field-customer-picture .field__item.even {
  border-radius: 20px;
  height: 40px;
  line-height: 3em !important;
  overflow: hidden;
}
.block--views-testimonials-block .view-testimonials .view-footer {
  clear: both;
  float: right;
  margin-right: 20px;
}

.block--block-2 .four-cs {
  margin: 25px 8% 0;
  text-align: center;
}
.block--block-2 .four-cs > div {
  float: left;
  width: 25%;
}
.block--block-2 .four-cs > div > div {
  height: 39px;
  width: 100%;
  background-image: url("/sites/all/themes/idnid/images/layout/4c-carat.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.block--block-2 .four-cs > div > div.carat {
  background-image: url(/sites/all/themes/idnid/images/layout/4c-carat.png);
}
.block--block-2 .four-cs > div > div.color {
  background-image: url(/sites/all/themes/idnid/images/layout/4c-color.png);
}
.block--block-2 .four-cs > div > div.clarity {
  background-image: url(/sites/all/themes/idnid/images/layout/4c-clarity.png);
}
.block--block-2 .four-cs > div > div.cut {
  background-image: url(/sites/all/themes/idnid/images/layout/4c-cut.png);
}

@media (min-width: 768px) {
  body.front {
    background: black;
  }
}
@media (max-width: 991px) {
  body.front .l-topmenu {
    background: #333;
    height: 70px;
    position: relative;
  }
}
@media (max-width: 767px) {
  body.front .listing-terms {
    padding-bottom: 0;
  }
  body.front .marketplace-listings .listing-terms .listing-term {
    background: none !important;
  }
  body.front .view-homepage-slider {
    display: none;
  }
}
body.front #block-idnid-home-idnid-home {
  overflow: hidden;
  position: relative;
}
body.front .mobile p {
  font-size: 9vw;
  line-height: 9vw;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
body.front .mobile .buyer, body.front .mobile .seller {
  display: block;
  height: 300px;
  text-align: center;
  width: 100%;
}
body.front .mobile .buyer span, body.front .mobile .seller span {
  margin-top: 195px;
  padding: 10px;
}
body.front .mobile .buyer {
  background: url(../images/layout/home/hand-right.jpg) center -140px no-repeat;
  background-size: 768px;
}
body.front .mobile .seller {
  background: url(../images/layout/home/hand-left.jpg) center -290px no-repeat;
  background-size: 768px;
}
body.front .view-homepage-slider {
  bottom: 2em;
  position: absolute;
  text-align: center;
  width: 100%;
}
body.front .view-homepage-slider p {
  color: #666666;
  margin: .5em 0;
  text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}
body.front .view-homepage-slider .views-slideshow-cycle-main-frame, body.front .view-homepage-slider .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
}
@media (min-width: 768px) {
  body.front .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  body.front {
    width: auto;
  }
  body.front .listing-term .button-table:hover .button-cell:hover {
    background: none;
  }
  body.front .listing-term .button-table:hover a {
    display: none;
  }
}
body.front a.site-logo {
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  body.front a.site-logo {
    display: inline;
    top: -50px;
    position: relative;
  }
}
body.front a.site-logo img {
  margin-left: 0;
}
@media (min-width: 992px) {
  body.front a.site-logo img {
    width: auto;
  }
}
body.front #block-nice-menus-1--2, body.front .marketplace-listings h2, body.front #block-nice-menus-2 {
  display: none;
}
body.front #block-nice-menus-1 ul {
  margin-top: 10px;
}
body.front #block-commerce-cart-cart, body.front #block-menu-menu-user-menu {
  margin-top: 14px;
}
body.front #block-commerce-cart-cart, body.front #block-menu-menu-user-menu, body.front a.site-logo img {
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  body.front #block-idnid-search-idnid-search-block,
  body.front #block-commerce-cart-cart,
  body.front #block-menu-menu-user-menu,
  body.front #block-nice-menus-1 {
    display: none;
  }
}
@media (min-width: 992px) {
  body.front #block-idnid-sidemenu-idnid-sidemenu-block {
    display: none;
  }
}
body.front .l-region--topmenu-upper {
  height: 50px;
}
body.front .l-page {
  background-repeat: no-repeat;
}
body.front .l-header {
  background: none;
}
body.front .l-main {
  background: black;
  margin-top: -50px;
  padding: 0;
}
body.front .l-main .l-content .messages {
  margin-bottom: 0;
  margin-top: 250px;
}
@media (max-width: 767px) {
  body.front .l-main {
    margin-top: 0px;
  }
}
body.front .l-main .l-content {
  max-width: none;
}
body.front .l-main {
  min-height: 0;
  padding: 0;
}
body.front .tabs--primary {
  margin: auto;
  max-width: 1100px;
}
body.front .node--22150 {
  background-color: #424242;
  padding-bottom: 20px;
}
body.front .node--22150 .node__content {
  margin: auto;
  max-width: 960px;
}
body.front .node--22150 .field--name-field-section-2-title {
  color: #cba650;
  padding: 40px 0;
}

#block-commerce-cart-cart .block__content span {
  background-color: #5B5B5B;
  border-radius: 5px;
  margin-left: 0.25em;
  padding: 0.15em 0.4em;
}
#block-commerce-cart-cart .block__content span.has-items {
  background-color: #cba650;
  color: white;
}

#block-idnid-messages-idnid-messages-block {
  border-right: 2px solid #999999;
  float: right;
  margin-top: 28px;
  margin-right: 13px;
  padding-right: 13px;
}
#block-idnid-messages-idnid-messages-block img {
  margin-right: 4px;
  position: relative;
  top: 3.5px;
}

.front #block-idnid-messages-idnid-messages-block {
  margin-top: 12px;
}

#block-menu-menu-user-menu ul.menu {
  padding-left: 0;
}

#block-idnid-search-idnid-search-block {
  cursor: pointer;
  float: right;
  margin-top: 28px;
}
#block-idnid-search-idnid-search-block img {
  margin: 6px 30px 0 0;
}
#block-idnid-search-idnid-search-block .idnid-search-box {
  display: none;
  float: left;
  margin-right: 12px;
}
#block-idnid-search-idnid-search-block .idnid-search-box input[type="text"] {
  width: 170px;
}
#block-idnid-search-idnid-search-block .idnid-search-box input {
  height: 26px;
}
#block-idnid-search-idnid-search-block button {
  margin-left: 10px;
  padding: 3px;
}

.front #block-idnid-search-idnid-search-block {
  margin-top: 10px;
}

.media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comment-add {
  display: none;
}

.comment-wrapper .title-wrapper {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.comment-wrapper .title-wrapper:before, .comment-wrapper .title-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.comment-wrapper .title-wrapper:after {
  clear: both;
}
.comment-wrapper .title-wrapper h2 {
  font-size: 1.25em;
  margin: 0;
}
.comment-wrapper .title-wrapper .comments__title {
  border-bottom: 2px solid #cba550;
  float: left;
  padding: 0.5em;
}
.comment-wrapper .title-wrapper .site-title {
  border-bottom: 2px solid #5a5a5a;
  overflow: hidden;
  padding: 0.5em 0.5em 0.5em 1em;
}
.comment-wrapper .comment-form {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}
.comment-wrapper .comment-form .form-item-subject, .comment-wrapper .comment-form .form-type-item, .comment-wrapper .comment-form .form-item-comment-body-und-0-value label, .comment-wrapper .comment-form .filter-wrapper {
  display: none;
}
.comment-wrapper .comment-form .field-name-comment-body {
  float: left;
  width: 87%;
}
@media (max-width: 991px) {
  .comment-wrapper .comment-form .field-name-comment-body {
    width: 100%;
  }
}
.comment-wrapper .comment-form textarea {
  border-radius: 0;
  padding: 1em;
  resize: none;
}
.comment-wrapper .comment-form .form-actions {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  float: left;
  margin-top: 0;
  width: 13%;
}
.comment-wrapper .comment-form .form-actions:before, .comment-wrapper .comment-form .form-actions:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.comment-wrapper .comment-form .form-actions:after {
  clear: both;
}
@media (max-width: 991px) {
  .comment-wrapper .comment-form .form-actions {
    clear: both;
    width: auto;
  }
}
.comment-wrapper .comment-form .form-actions input {
  font-size: .875em;
  margin: 0 0 0 10%;
  width: 90%;
}
@media (max-width: 991px) {
  .comment-wrapper .comment-form .form-actions input {
    float: none;
    margin: .5em 0 0;
    width: auto;
  }
}
.comment-wrapper .comment-form .form-actions input[value="Preview"] {
  display: none;
}
.comment-wrapper .ajax-comment-wrapper {
  background-color: #373737;
  border: 1px solid #666666;
  border-radius: 5px;
  box-shadow: 0 0 2px #222222 inset;
  margin-top: 1em;
  padding: 1em;
}
.comment-wrapper .comment__submitted {
  margin-top: 0;
}
.comment-wrapper .comment-confirm-delete .form-actions {
  margin-bottom: 0;
}
.comment-wrapper .comment-confirm-delete .form-actions input {
  margin: 1em 1em 0 0;
}
.comment-wrapper .comment mark, .comment-wrapper .comment h3 {
  display: none;
}

.node--blog-post .field--name-title-field .field__item {
  font-size: 2em;
  line-height: 1.25em;
}

.node--blog-post .attachment-before {
  margin-bottom: 2em;
}

.page-user .user-profile h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 10px;
}

.page-user .user-profile-item__items {
  margin: 0 0 40px 20px;
}

.user-profile-item__label {
  text-transform: uppercase;
}

.page-user .user-login #user_login_form,
.page-user .user-login .create-account,
.page-user #user-pass,
.page-user #user-register-form {
  float: left;
  marign-bottom: 2em;
}
@media (min-width: 992px) {
  .page-user .user-login #user_login_form,
  .page-user .user-login .create-account,
  .page-user #user-pass,
  .page-user #user-register-form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-user .user-login #user_login_form,
  .page-user .user-login .create-account,
  .page-user #user-pass,
  .page-user #user-register-form {
    width: 100% !important;
  }
  .page-user .user-login #user_login_form .form-item,
  .page-user .user-login #user_login_form input[type="text"],
  .page-user .user-login #user_login_form input[type="password"],
  .page-user .user-login #user_login_form input[type="email"],
  .page-user .user-login .create-account .form-item,
  .page-user .user-login .create-account input[type="text"],
  .page-user .user-login .create-account input[type="password"],
  .page-user .user-login .create-account input[type="email"],
  .page-user #user-pass .form-item,
  .page-user #user-pass input[type="text"],
  .page-user #user-pass input[type="password"],
  .page-user #user-pass input[type="email"],
  .page-user #user-register-form .form-item,
  .page-user #user-register-form input[type="text"],
  .page-user #user-register-form input[type="password"],
  .page-user #user-register-form input[type="email"] {
    width: 100%;
  }
}
.page-user .user-login #user_login_form h2,
.page-user .user-login .create-account h2,
.page-user #user-pass h2,
.page-user #user-register-form h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

.page-user .form-actions input {
  margin-bottom: 1em;
  margin-left: 0;
}

@media (min-width: 992px) {
  .page-user-register form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .password-strength {
    float: none;
    margin-bottom: 1em;
  }
}
.section-about .l-main {
  background: url("../images/layout/about-bg.jpg") no-repeat right 0 #050505;
}
@media (max-width: 1096px) {
  .section-about .l-main {
    background-size: 90%;
  }
}
@media (max-width: 768px) {
  .section-about .l-main {
    background: url("../images/layout/about-bg-small.jpg") no-repeat center 0 #050505;
    background-size: auto;
  }
}
.section-about .l-main .l-content {
  margin: 40px 0 40px 40px;
  width: 50%;
}
@media (max-width: 768px) {
  .section-about .l-main .l-content {
    margin: 40px 20px 40px 20px;
    padding-top: 500px;
    width: auto;
  }
}

.section-contact .l-main {
  padding-bottom: 2em;
}
.section-contact .l-main label {
  padding-bottom: .3em;
}
.section-contact .l-main .form-actions input {
  margin-left: 0;
}
.section-contact .l-main .field--name-body {
  margin-top: 3em;
}
.section-contact .l-main .form-textarea-wrapper textarea {
  width: 70%;
}
.section-contact .l-main .grippie {
  display: none;
}

.button.continue {
  padding-top: .5em;
}

.button.continue,
.field--name-commerce-price,
.commerce-product-status,
.views-field-quantity {
  padding-bottom: .5em;
}

.commerce-product-sku-label,
.commerce-product-status-label {
  display: inline;
}

#block-block-3 h2 {
  font-size: 1.25em;
  text-transform: uppercase;
}

#block-block-3 p {
  text-align: left;
}

.idnid-search-box .form-item-keys {
  float: left;
  margin-right: 1em;
}
.idnid-search-box .form-submit {
  padding: 0 1em;
}

.block--facetapi.field_gender {
  display: none;
}

body.page-marketplace-fine-jewelry .block--facetapi.field_gender, body.page-marketplace-vintage-jewelry .block--facetapi.field_gender {
  display: block;
}

.node-unpublished{
  background-color: transparent;
}