/* 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-color: #BF0036;
}

.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-color:#93012B;
}

.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 {
    width: 100%;
    overflow: initial !important;
}

body {
    background-color: initial!important;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143em;
    overflow-x: hidden;
}

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: 30px;
    width: 192px;
}

@media (max-width: 767px) {
    a.site-logo img {
        margin: 0;
        width: 162px;
    }
}

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: #000000;
    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-purchase .view-landing-page-header .views-row {
    height: 544px;
    position: relative;
}

.page-landing-purchase .view-landing-page-header .views-row .field--name-field-landing-page-buying-text {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
}

.page-landing-selling .l-highlighted > div {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
}

.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 {
    margin-bottom: 15px;
}

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

@media (max-width: 650px) {
    .page-landing-purchase .l-highlighted,
    .page-landing-purchase .view-landing-page-header .views-row,
    .page-landing-selling .l-highlighted,
    .page-landing-selling .l-highlighted > div {
        height: 300px;
        background-size: auto 300px !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;
    margin: 0;
    min-height: 300px;
    padding: 20px;
}

.l-main .l-content {
    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-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #BF0036 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

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

.l-above-footer {
    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: #000000;
    clear: both;
    margin: -20px 0 0;
    padding-top: 40px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.l-footer-wrapper .l-footer-columns-inner {
    display: inline-block;
}

.l-footer-wrapper a.social {
    background: url("../images/icons/fb-footer-default.svg") no-repeat 0 0;
    display: inline-block;
    height: 0;
    margin: 20px 7px 5px;
    overflow: hidden;
    padding-top: 34px;
    width: 34px;
}
.l-footer-bottom{
    background: #1a1a1a;
    border-top: 1px solid #333;
}
#block-block-1{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #A0A0A0;
    font-weight: 400;
}
#block-block-1 p{
    margin-bottom: 0;
}


.l-footer-wrapper a.social.facebook:hover {
    background: url("../images/icons/fb-footer-hover.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.twitter {
    background: url("../images/icons/twt-footer-default.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.twitter:hover {
    background: url("../images/icons/twt-footer-hover.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.pinterest {
    background: url("../images/icons/pint-footer-default.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.pinterest:hover {
    background: url("../images/icons/pint-footer-hover.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.youtube {
    background: url("../images/icons/yt-footer-default.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.youtube:hover {
    background: url("../images/icons/yt-footer-hover.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.gplus {
    background: url("../images/icons/google-footer-default.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.gplus:hover {
    background: url("../images/icons/google-footer-hover.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.instagram {
    background: url("../images/icons/insta-footer-default.svg") no-repeat 0 0;
}

.l-footer-wrapper a.social.instagram:hover {
    background: url("../images/icons/insta-footer-hover.svg") no-repeat 0 0;
}

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

#block-menu-menu-about-idnid a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #A0A0A0;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 18px;
    display: block;
}
#block-menu-menu-about-idnid a:hover {
    color:#ffffff;
}
#block-block-2{
    margin-bottom:20px;
}
#block-block-2 .block__content{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #A0A0A0;
    font-weight: 400;
}
#block-block-2 .block__content a{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}
#block-block-2 .block__content a:hover{
    color:#BF0036;
}
#block-block-2 .block__content h3{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #6E6E6E !important;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
}

@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 (max-width: 767px) {
    .l-region--footer4 {
        width: 100%;
        float: left;
    }
}

@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;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #A0A0A0;
    font-weight:400;
}
.block--views-testimonials-block  .field--name-field-customer-name,
.block--views-testimonials-block .field--name-field-customer-type{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #A0A0A0;
    font-weight:700;
    letter-spacing: 1px;
    font-style: normal;
}
.view-footer a{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight:700;
    letter-spacing: 1px;
    text-decoration: none;
}
.view-footer a:hover{
    color:#BF0036;
}

.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;
    }
    .section-webform .l-content {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

@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;
    }
    #modalContent .modal-scroll .block_content{
        font-size:12px !important;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}

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) {
    .section-webform .node--22170 .webform-client-form-22170 {
        width: 100% !important;
    }
    .section-webform .node--22170 .field--name-body {
        display: none;
    }
    .section-webform .l-content {
        padding-right: 35px !important;
        padding-left: 15px !important;
    }
    .section-webform #modal-contact-form.modal_contact_form .message_webform a {
        display: block;
        transform: none;
        margin-left: 0;
        margin-top: 24px;
    }
    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.20em 0.5em;
    padding-top: 0.30em;
}

#block-commerce-cart-cart .block__content span.has-items {
    background-color: #BF0036;
    color: white;
}
#block-commerce-cart-cart .block__content span.has-items:hover {
    background-color:#93012B;
}
#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;
}
.l-region--topmenu-upper #block-idnid-search-idnid-search-block img{
    margin-left: 15px;
}

#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;
    padding-left: 10px;
}

#block-idnid-search-idnid-search-block button {
    margin-left: 10px;
    padding: 3px;
}

.front #block-idnid-search-idnid-search-block {
    margin-top: 10px;
}
.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 #DF0036;
    float: left;
    padding: 0.5em;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.25em;
    color: #1A1A1A !important;
    font-weight:400;
}

.comment-wrapper .title-wrapper .site-title {
    border-bottom: 2px solid #EBDDD5;
    overflow: hidden;
    padding: 0.5em 0.5em 0.5em 1em;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.25em;
    color: #A0A0A0!important;
    font-weight:400;
}

.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: #000000;
    border-radius: 5px;
    box-shadow: 0 0 2px #222222 inset;
    margin-top: 1em;
    padding: 1em;
}
.comment-wrapper .comment__info{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight:400;
}
.comment-wrapper .comment__content{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #A0A0A0;
    font-weight:400;
}

.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;
}

@media (min-width: 992px) {
    .page-user-register form {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .password-strength {
        float: none;
        margin-bottom: 1em;
    }
}

#block-nice-menus-1 #nice-menu-1 > li{
    display:none;
}
#block-nice-menus-1 #nice-menu-1 .menu-path-marketplace,
#block-nice-menus-1 #nice-menu-1 .menu-path-nolink.first,
#block-nice-menus-1 #nice-menu-1 .menu-path-node-26,
#block-nice-menus-1 #nice-menu-1 .menu-path-press,
#block-nice-menus-1 #nice-menu-1 .menu-path-faq,
#block-nice-menus-1 #nice-menu-1 .menu-path-node-31,
#block-nice-menus-1 #nice-menu-1 .menu-path-node-22170,
#block-nice-menus-1 #nice-menu-1 .menu-path-node-426606,
#block-nice-menus-1 #nice-menu-1 #vip-services-menu-item,
#block-nice-menus-1 #nice-menu-1 .menu-path-node-426721, /* how it woks - dev */
#block-nice-menus-1 #nice-menu-1 .menu-path-node-599386, /* how it works - prod */
#block-nice-menus-1 #nice-menu-1 .menu-path-node-426692 {
    display:block;
}
.section-about .l-main {
    background: #ffffff;
}

.section-about h1{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #1a1a1a !important;
    font-size: 20px;
}
.section-about .field--name-body .field__item.even > div{
    width:50%;
    float:left;
}
.section-about .field--name-body p,
.section-about .field--name-body ul{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
}
.section-about .field--name-body .img_block{
    text-align: center;
    margin-bottom: 80px;
    float: right!important;
}
.section-about .field--name-body img{
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.section-about .l-main .l-content,
.section-understanding-diamond-certifications .l-main{
    width: 100%;
    max-width:100%;
}
.section-diamond-education .breadcrumb,
.section-understanding-diamond-certifications .breadcrumb,
.section-press .breadcrumb,
.section-blog .breadcrumb,
.section-education .breadcrumb,
.section-marketplace .breadcrumb,
.section-diamonds .breadcrumb{
    display: block!important;
}
.breadcrumb {
    background-color: initial !important;
    margin-top: 32px !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
 }
.page-marketplace-landing .breadcrumb{
    display:none!important;
}
.breadcrumb li{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-style:italic;
    font-size: 12px;
    letter-spacing: 1px;
    color:#1a1a1a;
    text-transform: capitalize !important;
}
.breadcrumb li a{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-style:italic;
    font-size: 12px;
    letter-spacing: 1px;
    color:#a0a0a0!important;
    text-transform: capitalize!important;
    text-decoration: none;
}
.breadcrumb li a:hover{
    color:#1A1A1A!important;
    text-decoration: none;
}
.section-diamond-education .l-main,
.section-understanding-diamond-certifications .l-main,
.section-faq .l-main,
.section-press .l-main,
.section-education .l-main,
.section-user .l-main,
.section-cart .l-main,
.section-marketplace .l-main,
.section-diamonds .l-main,
.section-webform .l-main{
    background-color:#FAF4F1;
}
.section-webform .l-main{
    position: relative;
    min-height: 580px;
}
.section-webform .l-content {
    background-color: #ebddd5;
    width: 100%;
    padding-right: 94px;
    padding-left: 96px;
    padding-top: 20px;
    padding-bottom: 11px;
    box-shadow: 0 0 4px 0 #d8d8d8;
    margin-bottom: 50px;
    margin-top: 20px;
}
.section-webform .l-content::after {
    clear: both;
    content: "";
    display: block;
}
.section-webform .node--22170 .field--name-body {
    width: 50%;
    float: left;
}
.section-webform .node--22170  .webform-client-form-22170{
    width: 50%;
    float: left;
    padding-left: 20px;
}
.section-webform .node--22170 .form-item-mollom-captcha{
    display:none;
}
.section-webform .node--22170 .field--name-body .field__items .field__item div {
    font-family: 'Cormorant Infant', serif;
    font-size: 120px;
    font-weight: 700;
    font-style: italic;
    line-height: 0.75;
    color: #f2e8e3;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 39px;
}
.section-webform .node--22170 .field--name-body .field__items .field__item div:first-child:before {
    content: url("../images/icons/ico-phone-mobile-default.svg");
    float: left;
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    height: 90px;
}
.section-webform .node--22170 .field--name-body .field__items .field__item div:nth-child(2):before {
    content: url("../images/icons/ico-mail-mobile-default.svg");
    float: left;
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    height: 90px;
}
.section-webform .node--22170 .field--name-body .field__items .field__item  div:nth-child(3):before {
    content: url("../images/icons/ico-map-mobile-default.svg");
    float: left;
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    height: 90px;
}
.section-webform .node--22170 .field--name-body .field__items .field__item div:last-child{
    display:none;
}
.section-webform .node--22170 .field--name-body .field__items .field__item div p:before {
    content: url("../images/icons/before_contact_us.svg");
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.section-webform .messages--error{
    display:none !important;
}
input.error, textarea.error, select.error{
    border: solid 1px #ff747f !important;
}
.section-webform .node--22170 .webform-client-form-22170 .form-actions .form-submit {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    color: #1a1a1a !important;
    background-color: initial !important;
    border: none !important;
    margin: 0;
    float: left;
    padding: 0;
    height: 26px;
    line-height: 26px;
    width: auto;
}
.section-webform .node--22170 .webform-client-form-22170 .form-actions {
    float: right;
    margin-top: 7px;
}
.section-webform .node--22170 .webform-client-form-22170 .form-item input::-moz-placeholder{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebb79a !important;
}
.section-webform .node--22170 .webform-client-form-22170 .form-item input:-moz-placeholder{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebb79a !important;
}
.section-webform .node--22170 .webform-client-form-22170 .form-item input::-webkit-input-placeholder{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebb79a !important;
}
.section-webform .node--22170 .webform-client-form-22170 .form-item input:-ms-input-placeholder{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebb79a !important;
}
.section-webform .node--22170 .webform-client-form-22170 .form-item textarea::-moz-placeholder{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebb79a !important;
}
.section-webform .node--22170 .webform-client-form-22170 .form-item textarea:-moz-placeholder{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebb79a !important;
}
.section-webform .node--22170 .webform-client-form-22170 .form-item textarea::-webkit-input-placeholder{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebb79a !important;
}
.section-webform .node--22170 .webform-client-form-22170 .form-item textarea:-ms-input-placeholder{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebb79a !important;
}
.ajax-progress{
    display:none;
}
.section-webform .node--22170 .webform-client-form-22170 .form-actions:before {
    content: url("../images/icons/before_contact_us.svg");
    float: left;
    margin-right: 10px;
}
.section-webform .node--22170 .field--name-body .field__items .field__item div p{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #1a1a1a;
    position: absolute;
    top: 0;
    height: 90px;
    line-height: 90px;
    left: 40px;
    margin-bottom: 0;
}
.section-webform .node--22170  .webform-client-form-22170 input,
.section-webform .node--22170  .webform-client-form-22170 select{
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #ebddd5;
    outline: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #141414;
    height: 40px;
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    width: 100%;
}
.section-webform .node--22170  .webform-client-form-22170 .webform-component--your-message textarea {
    height: 189px;
    border-radius: 8px;
    outline: none;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #141414;
}
.section-webform h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    color: #1a1a1a !important;
    text-transform: uppercase;
    margin-bottom: 50px;
}
#modalContent {
    left: 0px !important;
    right: 0px !important;
}
#modalContent .popups-close {
    display: block;
    float: right;
    margin-top: -41px;
    margin-right: -20px;
}
.modal_contact_form .modal-top {
    position: relative;
    margin-bottom: 48px;
}
#modalContent .popups-close a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
    color: #ffffff;
    outline: none;
    text-shadow: none;
}
.close:focus, .close:hover {
    opacity: 1!important;
}
.modal_contact_form #modal-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1a1a1a;
    text-transform: uppercase;
    position: absolute;
    top: -7px;
    background: #ebddd5;
    text-align: center;
    left: 0;
    right: 0;
    width: 130px;
    margin: auto;
}
.modal_contact_form #modal-title.agreement{
    width: 290px;
}
#modalContent .modal-scroll .block_content{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
}
.modal_contact_form .message_webform {
    text-align: center;
}
.modal_contact_form .message_webform div {
    font-family: 'Cormorant Infant', serif;
    font-size: 64px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    color: #faf5f1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal_contact_form .message_webform p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #1a1a1a;
    padding: 0;
    margin: 0;
}
#modalBackdrop {
    background: rgb(0, 0, 0)!important;
    opacity: 0.75 !important;
}
.modal_contact_form .message_webform a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #1a1a1a;
    text-decoration: none;
    display: block;
    margin-top: 64px;
    float: left;
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#modalContent hr {
    border: solid 1px #f2e8e3;
}
.close.hairline {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 14.3px;
    overflow: hidden;
    margin-top: -5px;
    opacity: 1;
}
.close.hairline::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close.hairline::before, .close.hairline::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}
.close.hairline::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal_contact_form .message_webform a:before {
    content: url('../images/icons/cta-s-arrow.svg');
    float: left;
    margin-right: 10px;
}
#modalContent > .modal_contact_form {
    background-color: #ebddd5 !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding-top: 20px !important;
    padding-bottom: 27px!important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: none;
    width: 730px!important;
    height: 593px!important;
    margin: auto;
    margin-top: 30px;
}
.page-marketplace-landing .l-main{
    background-color:#000000;
}
.section-faq .view-id-faq .collapse-processed.collapsed .fieldset-title{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#1A1A1A;
}
.section-faq .view-id-faq .collapse-processed .fieldset-title{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #EAB799;
    text-decoration: none;
 }
.section-faq .view-id-faq .fieldset-wrapper .field--name-body{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#1A1A1A;
}
.section-diamond-education  h1,
.section-understanding-diamond-certifications h1,
.section-faq  h1,
.section-press h1,
.section-blog h1,
.section-education h1,
.node--22164 .field--name-body .field__item.even > div,
.user-login h1,
#user_pass_form h1,
#user_register_form h1,
.section-cart h1,
.view-id-commerce_cart_form .view-footer .shipping-label,
.section-marketplace h1{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#1A1A1A !important;
    text-transform: uppercase;
}
.section-understanding-diamond-certifications h3{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #908f8f!important;
    text-transform: capitalize;
    margin-bottom: 10px !important;
    margin-top: 15px;
}
.view-id-commerce_cart_form .view-footer{
    float: left;
    width: 100%;
}
.views-form-commerce-cart-form-default .field--name-field-images img{
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.35);
}
.view-id-commerce_cart_form .view-footer .shipping-table{
    margin-bottom: 15px;
}
.user-login h2{
    font-family: 'Cormorant Infant', serif;
    font-weight: 700;
    font-style: italic;
    color:#1A1A1A !important;
}
.messages--status {
    border-color: #ffffff;
    background-color: initial !important;
}
.views-form-commerce-cart-form-default thead tr th{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:700;
    font-size:14px;
    color:#1A1A1A;
}
.views-form-commerce-cart-form-default .field--name-title-field{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size:12px;
    color:#1A1A1A;
}
.views-form-commerce-cart-form-default .views-field-commerce-total.price{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#1A1A1A;
}
.user-login .login-register{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #bf0036;
    border-radius: 30px;
    width: 200px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0.75em 1em;
    padding-top: 1em;
}
.user-login .login-register:hover{
    background-color: #93012B;
}
#user_pass_form .form-submit,
#user_register_form .form-submit,
.user-register-form .form-submit{
    border-radius: 30px;
    width: 200px;
    outline: none;
    border-radius: 30px;
    outline: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    background-color: #BF0036;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 1em;
}
.views-form-commerce-cart-form-default .form-submit{
    border-radius: 30px;
    outline: none;
}
.user-register-form select{
    outline:none;
}
.user-login .form-submit{
    border-radius:30px;
}
#user_login_form label,
#user_pass_form label,
.user-register-form label,
.user-register-form .fieldset-legend{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    margin-top: 5px;
}
.user-register-form .login-account,
#user_pass_form .login-account,
#user_login_form .login-password{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #BF0036;
}
.user-register-form .login-account:hover,
#user_pass_form .login-account:hover,
#user_login_form .login-password:hover{
    color: #93012B;
}

.user-register-form legend{
    width:auto;
}
.user-register-form fieldset{
    border: 1px solid #EBDDD5;
    margin-top: 20px;
    margin-bottom: 20px;
}
.user-register-form .field-name-field-user-type .form-type-radio label,
.user-register-form .form-type-checkbox label{
    position:relative;
    padding-left: 30px;
}
.user-register-form .field-name-field-user-type .form-type-radio label:before{
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    margin-top: -10px;
    border-radius: 20px;
    border: 1px solid #EBDDD5;
}
.user-register-form .field-name-field-user-type .form-type-radio label:after{
    background: #BF0036;
    transition: .3s;
    transform: scale(3.4);
    opacity: 0;
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    left: 5px;
    border-radius: 5px;
    margin: auto;
    top: 3px;
}
.user-register-form .form-type-checkbox label:before{
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    margin-top: -10px;
    border: 1px solid #EBDDD5;
    border-radius: 5px;
}
.user-register-form .form-type-checkbox label:after{
    background: #BF0036;
    transition: .3s;
    transform: scale(3.4);
    opacity: 0;
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    left: 5px;
    margin: auto;
    top: 3px;
}
.user-register-form .form-item-legal-accept a{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #BF0036;
}
.user-register-form .form-item-legal-accept a:hover{
    color: #93012B;
}

.user-register-form strong{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1A1A1A;
}
.user-register-form p{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #A0A0A0;
    text-transform: lowercase;
}
.user-register-form .field-name-field-user-type .form-type-radio input,
.user-register-form .form-type-checkbox input{
    display:none;
}
.user-register-form .field-name-field-user-type .form-type-radio input:checked + label:after,
.user-register-form .form-type-checkbox input:checked + label:after{
    transform: scale(1);
    opacity: 1;
}
.user-register-form .fieldset-legend{
    margin-left:5px;
    margin-right:5px;
}
#user_login_form .description,
#user_register_form .description,
#user_pass_form .description,
.user-register-form .mollom-image-captcha-instructions,
.user-register-form .mollom-image-captcha-instructions a{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1A1A1A;
    margin-top: 5px;
}

#user_login_form .form-item input,
#user_pass_form .form-item input,
.user-register-form .form-item input,
.user-profile-form .form-item input,
.commerce-checkout-form-checkout .form-item input,
.commerce-checkout-form-review .form-item input,
.commerce-checkout-form-checkout .form-item select,
.commerce-checkout-form-review .form-item select {
    height: 30px;
    padding-left: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1A1A1A;
    line-height: 30px;
    outline: none;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #ebddd5;
}
.user-register-form select{
    height: 30px;
    padding-left: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 30px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    width: 330px;
    background-image: url('../images/icons/arrow-select.png');
    border-radius: 8px;
    background-repeat: no-repeat;
    border: solid 1px #ebddd5;
    background-size: auto 20px;
    background-position: 97%;
}
.form-required{
    color:#BF0036;
    font-size: 18px;
}
.section-blog em{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-style:italic;
    font-size: 14px;
    color:#1A1A1A;
}
.section-blog .node--type--blog_post .field--name-body,
.section-blog .content-left,
.section-blog .content-left a{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#1A1A1A;
}
.section-blog .content-right{
    margin-top: 15px;
}
.section-blog .content-left{
    text-transform: lowercase;
}
.section-blog .content-left p{
    margin-top:10px;
}
#block-views-blog-block-1 .views-summary li a{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size: 12px;
    color:#1A1A1A;
    letter-spacing: 1px;
    line-height:30px;
}
#block-views-blog-block-1 .block__title{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A !important;
    text-transform: uppercase;
}
#block-views-blog-block-1 .views-summary li{
    color:#A0A0A0;
}
#block-views-blog-block-1 .views-summary li a:hover{
    color:#BF0036;
}
.section-blog .field--name-body a{
    color:#dF0036;
    text-decoration: none;
}
.section-blog .field--name-body a:hover{
    color:#93012B;
}
.section-understanding-diamond-certifications .field--name-body h1{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-style:italic;
    font-size: 14px;
    color: #a0a0a0 !important;
}
.section-diamond-education .field--name-body img,
.section-understanding-diamond-certifications .field--name-body img{
    margin: 0;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.section-diamond-education .field--name-body a{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#1A1A1A;
}
.section-understanding-diamond-certifications .field--name-body p{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#1A1A1A;
}
.section-diamond-education .field--name-body a:hover{
    color: #bf0036;
}
.section-press .view-id-press .view-content > .views-row{
    width:25%;
    float:left;
    margin-bottom: 50px;
}
.section-press .view-id-press {
    float: left;
    margin-top: 35px;
    width: 100%;
}
.node--type--press{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
}
.section-press .l-main .l-content,
.section-diamond-education .l-main .l-content,
.section-blog .content-wrapper,
.section-understanding-diamond-certifications .l-main .l-content,
.section-education .l-main .l-content,
.section-about .l-main .l-content{
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.section-press .view-id-press .views-field-field-logo{
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    min-height: 200px;
    max-width: 370px;
}
.section-press .view-id-press .views-field-field-logo:hover{
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.35);
}
.section-press .view-id-press .views-field-field-logo:hover .field--name-field-logo{
    opacity:0.3;
}
.section-press .view-id-press .views-field-title a{
    font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#1A1A1A;
    text-transform: capitalize;
    text-decoration: none;
}
.section-press .view-id-press .views-field-title a:hover{
    color:#bf0036;
}
.section-press .view-id-press .views-field-field-logo img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.section-press .view-id-press .views-field-field-logo .video-play{
    display:none;
}
.section-press .view-id-press .views-field-field-logo:hover .video-play{
    display:block;
}

@media (max-width: 767px) {
    .section-about .field--name-body .field__item.even > div {
        width: 100%;
    }
    .section-about .l-main .l-content{
        margin:auto;
    }
    .section-about .field--name-body .img_block{
        margin-bottom: 0;
    }
    .section-about .field--name-body img{
        width:100% !important;
    }
    .section-press .view-id-press .view-content > .views-row {
        width: 100%;
    }
    .modal_contact_form.concierge .message_webform {
        padding-left: 10px;
        padding-right: 10px;
    }
    #modalContent > .modal_contact_form.concierge {
        width: 290px !important;
        height: 505px !important;
    }
    .modal_contact_form.concierge .message_webform div {
        font-size:36px;
    }
    #modalContent .modal_contact_form.concierge hr {
        width: 100%;
    }
    #modalContent > .modal_contact_form {
        width: 290px !important;
        height: 505px !important;
    }
    #modal-info {
        display: none;
    }
    #modalContent .modal-scroll #modal-content.modal-content.popups-body {
        width: 100% !important;
    }
    #modal-content .webform-client-form-22170 .webform-component--full-name input,
    #modal-content .webform-client-form-22170 .webform-component--your-email input {
        width: 100%;
    }
    #modal-content .webform-client-form-22170 .webform-component--your-message textarea {
        height: 151px;
        width: 100%;
    }
    .modal_contact_form .modal-top{
        display: none !important;
    }
    #modalContent .modal-scroll #modal-content.modal-content.popups-body {
        padding-top: 25px;
    }
    .webform-client-form-22170 .form-actions .form-submit {
        text-transform: lowercase;
    }
    #modalContent .modal_contact_form .popups-close a {
        width: 100%;
        text-align: center;
        opacity: 1;
    }
    #modalContent .modal_contact_form .popups-close {
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    #modalContent .modal_contact_form .popups-close a{
        color:transparent;
    }
    #modalContent .modal_contact_form .popups-close a:before {
        content:"CANCEL";
        font-family: 'Josefin Sans', sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        display: block;
    }
    #modalContent .modal_contact_form .close.hairline{
        display:none;
    }
    .modal_contact_form.concierge .modal-top{
        display:block!important;
    }
    #modal-content-confirmation.modal_contact_form.concierge .message_webform a {
        display: block;
    }
    .modal_contact_form .message_webform div {
        font-size: 50px;
    }
    #modal-contact-form.modal_contact_form .popups-close a:before {
        content: "BACK TO THE PAGE";
    }
    #modal-contact-form.modal_contact_form .message_webform a {
        display:none;
    }

}
@media (min-width: 768px) and (max-width: 1199px)  {
    .section-press .view-id-press .view-content > .views-row,
    .view-press.view-display-id-page .view-content > div .views-field-title{
        width: 50%;
    }
    .section-press .l-main .l-content{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1800px)  {
    .section-press .view-id-press .view-content > .views-row {
        width: 33.3%;
    }
    .section-press .l-main .l-content{
        padding-left: 2%;
        padding-right: 2%;
    }
}
@media (max-width: 1096px) {
    .section-about .l-main {
        background-size: 90%;
    }
}
.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: 1em;
}

.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;
    margin-left: 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;
}

#block-views-charities-block {
    clear: both;
    padding: 30px 30px 40px;
}

#block-views-charities-block h2 {
    text-align: center;
}

#block-views-charities-block h2, #block-views-charities-block h3 {
    text-transform: uppercase;
}

#block-views-charities-block .views-row {
    padding-bottom: 25px;
}

#block-views-charities-block .views-row .field--name-field-charity-logo img {
    display: block;
    margin: auto;
}

@media (min-width: 768px) {
    #block-views-charities-block .views-row {
        padding: 0 0 25px 145px;
    }

    #block-views-charities-block .views-row .field--name-field-charity-logo {
        float: left;
        margin-left: -145px;
    }
}
@media (max-width: 500px) {
    .view-id-recent_sales.view-display-id-page_1 .views-row{
        width:100% !important;
    }
}
@media (min-width: 500px) and (max-width: 768px) {
    .view-id-recent_sales.view-display-id-page_1 .views-row{
        width:50% !important;
    }
}
.section-recently-acquired h1{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
}
.view-id-recent_sales.view-display-id-page_1 .views-row{
    width: 33.3%;
    float: left;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}
.view-id-recent_sales.view-display-id-page_1 .views-row .views-field-title{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
}
.view-id-recent_sales.view-display-id-page_1 .views-row:hover{
    opacity: 0.6;
}
.view-id-recent_sales.view-display-id-page_1 .field--name-field-images{
    margin-bottom: 50px;
}

.view-id-recent_sales.view-display-id-page_1 .views-row img{
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.view-id-recent_sales.view-display-id-page_1 .views-field-title a{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}
.section-users .l-main .l-content{
    color:#1a1a1a;
}
#open-map iframe{
    height: 350px;
    width: 100%;
}
#webform-client-form-22170 .messages--error{
    display:none!important;
}
.block--idnid-search-idnid-search-block .hover_search{
    display:none;
}
.block--idnid-search-idnid-search-block:hover .default_search{
    display:none;
}
.block--idnid-search-idnid-search-block:hover .hover_search{
    display:block;
}
@media (max-width: 767px) {
    #open-map iframe {
        height: 360px;
    }
    #back_page{
        display:none;
    }
}
@media (min-width: 768px) {
    #open-map{
        margin-top: -50px;
        margin-left: -40px;
        margin-right: -40px;
        border: solid 2px #f2e8e3;
        border-radius: 10px;
    }
    #back_page{
        font-family: 'Josefin Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 3px;
        color: #1a1a1a;
        cursor: pointer;
        position: relative;
        width: 290px;
        margin: auto;
        margin-top: 20px;
        text-transform: uppercase;
        padding-left:42px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #back_page:hover{
        padding-left:52px;
    }
    #back_page:before {
        content: url('../images/before_contact_us.svg');
        position: absolute;
        left: 0;
        opacity:0.3;
        margin-top: -2px;
    }
    #back_page:after {
        content: url('../images/before_contact_us.svg');
        position: absolute;
        left:0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        margin-top: -2px;
    }
    #back_page:hover:after{
        left:10px;
    }
}

