.product-term-nav sup.sup-r,
.product-thumbnail sup.sup-r,
.product-term-nav sup.sup-c,
.product-thumbnail sup.sup-c,
.product-term-nav sup.sup-tm,
.product-thumbnail sup.sup-tm {
    vertical-align: text-top;
}
sup > sup {
    line-height: 1em !important;
    vertical-align: middle !important;
}

.no-flexbox .product-term-title h1 {
    max-width: 215px;
}
}
/**
 * Product Thumbnail Grid
 */

.page-template-template-product-categories {
    background-position: center center;
    background-repeat: no-repeat;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#222), to(#111));
    background: -webkit-radial-gradient(circle, #222, #111);
    background: -moz-radial-gradient(circle, #222, #111);
    background: -ms-radial-gradient(circle, #222, #111);
    height: 100%;
    padding-top: 160px;
}
.page-template-template-product-categories #page {
    height: 100%;
    position: relative;
}
.page-template-template-product-categories #main {
    overflow: visible;
}

.product-thumbnail {
    width:100%;
    margin: 1%;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.product-thumbnail-grid.fadeout .product-thumbnail,
.no-touch .product-thumbnail.inactive {
    opacity: 0.2;
}
.b-lazy {
    opacity: 0;
    max-width: 100%;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}
.b-lazy.b-loaded {
    opacity: 1;
}
.view_pieces {
    line-height: 13px;
    opacity: 0;
    padding-top: 15px;
}
.product-thumbnail {
    margin: 1%;
    /*-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
	*/
    width: 100%;
}
.product-thumbnail .count {
    font-style: italic;
    margin-top: 10px;
    display: none;
}


{
	border:1px solid #f00;
	position:relative;
	top:100%;
	left:100%;
}

.product-thumbnail .thumbnail {} .product-thumbnail .thumbnail .img-placeholder {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-thumbnail .thumbnail a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.product-thumbnail .thumbnail img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.product-thumbnail h3 {
    font-family: 'Cinzel', Times, serif;
    line-height: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}
.product-thumbnail h3 a {
    text-decoration: none;
}
.product-thumbnail-grid.fadeout .product-thumbnail,
.no-touch .product-thumbnail.inactive {
    opacity: 0.2;
}
.product-thumbnail.active {
    opacity: 1;
}
.product-thumbnail h3 a:hover,
.product-thumbnail:hover h3 a {
    text-decoration: none;
}
.fadein {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.fadeout {
    opacity: 0.2;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.pointer {
    cursor: default !important;
}
@media screen and (max-width: 1900px) {
    .product-thumbnail {
        width:100%;
        margin: 1%;
    }
}
@media screen and (max-width: 1650px) {
    .product-thumbnail {
        margin: 1%;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .product-thumbnail {
        margin: 1%;
        width:100%;
    }
}
@media screen and (max-width: 768px) {
    .product-thumbnail {
        margin: 1%;
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .product-thumbnail {
        margin: 0;
        width: 100%;
    }
}
/**
 * Price Filtering
 */

.product-filters {
    font-style: italic;
    margin: 30px 20px 20px;
    min-height: 2.9em;
    opacity: 0;
    position: relative;
    text-align: center;
}
.product-filters .container {
    margin: 0 auto;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 750;
}
.product-filters .container .product-filter-title {
    background: url(../images/common/price-filter-arrow.png) no-repeat 0px 7px;
    padding-left: 14px;
}
.product-filters .container .product-filter-title a {
    display: inline-block;
    white-space: nowrap;
}
.product-filters .product-filters-title {
    margin-bottom: 3px;
}
.product-filters .product-filter {
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    vertical-align: top;
}
.product-filters .product-filter:last-child {
    margin-right: 0;
}
.product-filters ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    padding-left: 14px;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: visibility 400ms ease-in-out, opacity 400ms ease-in-out;
    -moz-transition: visibility 400ms ease-in-out, opacity 400ms ease-in-out;
    -ms-transition: visibility 400ms ease-in-out, opacity 400ms ease-in-out;
    -o-transition: visibility 400ms ease-in-out, opacity 400ms ease-in-out;
    transition: visibility 400ms ease-in-out, opacity 400ms ease-in-out;
}
.product-filters li {
    list-style: none;
    margin-bottom: 15px;
}
.product-filters a {
    text-decoration: none;
}
.product-filters li.inactive a,
.product-filters li.inactive a:hover {
    cursor: default !important;
}
.product-filters li.sel a {
    padding-right: 18px;
    position: relative;
}
.product-filters li.sel a::after {
    content: '\00d7';
    line-height: 1em;
    position: absolute;
    top: -1px;
    right: 0;
}
.product-filters li.view-all.sel a::after {
    display: none;
}
.product-filters .product-filter.open .product-filter-title {
    background-position: -1px -12px;
}
.product-filters .product-filter.open ul {
    opacity: 1;
    visibility: visible;
}
.backgroundsize .product-filters .product-filter-title {
    background-position: 0px -23px;
    background-size: 10px 70px;
}
.backgroundsize .product-filters .product-filter.open .product-filter-title {
    background-position: -1px -52px;
    background-size: 10px 70px;
}
.product-filters-box {
    background-color: #111;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 7px;
    position: relative;
    -webkit-transition: min-height 400ms ease-in-out;
    -moz-transition: min-height 400ms ease-in-out;
    -ms-transition: min-height 400ms ease-in-out;
    -o-transition: min-height 400ms ease-in-out;
    transition: min-height 400ms ease-in-out;
    width: 640px;
}
.js .product-filters-box {
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .product-filters {
        margin-left: 40px;
        margin-right: 40px;
    }
    .product-filters .product-filters-title {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 0;
        text-align: left;
        vertical-align: top;
    }
    .product-filters .product-filter {
        margin-right: 30px;
        position: relative;
    }
    .product-filters ul {
        text-align: left;
        top: 40px;
        width: 200px;
    }
    .product-filters-box {
        padding: 7px;
    }
}
.js #share-your-wish {
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
    visibility: hidden;
}
.js #share-your-wish .scrollable-share-your-wish {
    opacity: 0;
    -webkit-transition: opacity 250ms 250ms ease-out;
    -moz-transition: opacity 250ms 250ms ease-out;
    -o-transition: opacity 250ms 250ms ease-out;
    transition: opacity 250ms 250ms ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
.js #share-your-wish.show {
    opacity: 1;
    visibility: visible;
}
.js #share-your-wish.show .scrollable-share-your-wish {
    opacity: 1;
}
#share-your-wish {
    background-color: #000;
    box-sizing: border-box;
    height: 100%;
    display: block;
    justify-content: center;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}
#share-your-wish .close {
    background: url(../images/common/close.png) no-repeat 0px -25px;
    background-size: 50px 50px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
    z-index: 100;
}
#share-your-wish .close a {
    display: block;
    text-indent: -2000px;
    width: 19px;
    height: 19px;
}
#share-your-wish.share-your-wish-theme-light {
    background-color: #fff;
}
#share-your-wish.share-your-wish-theme-light .close {
    background-image: url(../images/common/close-light.png);
}
.no-backgroundsize #share-your-wish .close {
    background-position: -25px 0px;
}
.scrollable-share-your-wish {
    background-color: #000;
    overflow: hidden;
    margin: 0 auto;
    max-height: 100%;
}
.share-your-wish-content {
    box-sizing: border-box;
    padding: 40px 60px 50px;
    text-align: center;
}
.share-your-wish-content h3 {
    font-family: 'Cinzel', Times, serif;
    line-height: 1.2em;
    margin-bottom: 25px;
}
.share-your-wish-content input[type="text"],
.share-your-wish-content textarea {
    background-color: #292929;
    background-color: rgba(255, 255, 255, .15);
    border: 1px solid transparent;
    box-sizing: border-box;
    line-height: 1em;
    margin: 0 !important;
    padding: 10px 10px 9px !important;
}
.share-your-wish-content .gform_wrapper {
    margin: 0;
    max-width: 100%;
}
.share-your-wish-content .gform_wrapper form {
    text-align: center;
}
.share-your-wish-content .gform_wrapper .top_label input[type="text"],
.share-your-wish-content .gform_wrapper .top_label textarea {
    width: 100% !important;
}
.share-your-wish-content .gfield {
    box-sizing: border-box;
    margin-top: 10px !important;
}
.share-your-wish-content .gfield .gfield_label {
    display: none !important;
}
.share-your-wish-content img.gform_ajax_spinner {
    display: inline-block;
    margin-top: 2px;
    margin-left: -5px !important;
    position: relative;
    vertical-align: top;
}
.share-your-wish-theme-light {
    background-color: #fff;
}
.share-your-wish-theme-light .scrollable-share-your-wish {
    background-color: #f9f6f7;
}
.share-your-wish-theme-light .share-your-wish-content input[type="text"],
.share-your-wish-theme-light .share-your-wish-content textarea {
    background-color: #e6e4e5;
}
@media screen and (min-width: 768px) {
    #share-your-wish {
        background-color: rgba(0, 0, 0, 0.9);
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 65px 20px 65px;
    }
    .share-your-wish-container {
        border: 1px solid rgba(255, 255, 255, 0.4);
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        position: relative;
    }
    .share-your-wish-content form {
        overflow: hidden;
    }
    .share-your-wish-content .gform_body {
        margin-right: -10px;
        overflow: hidden;
    }
    .share-your-wish-content .gfield {
        clear: none !important;
        float: left;
        padding: 0 10px 0 0 !important;
        width: 50% !important;
    }
    .share-your-wish-content .gfield.full-width {
        width: 100% !important;
    }
    body .share-your-wish-content .gform_wrapper li.gfield.gfield_error {
        padding: 0 10px 0 0 !important;
    }
}
/**
 * Single Attachment !!
 */
/* iScroll */

.single-attachment #wrapper {
    padding-top: 90px;
    padding-bottom: 140px;
    width: 100% !important;
}
.single-attachment #wrapper .attachment {
    min-width: 100%;
}
#image-enlarged #main {
    height: 100%;
}
#image-enlarged {
    background-color: #151515;
}
#image-enlarged,
.single-attachment {
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
.single-attachment #page {
    width: 100%;
    min-width: 100%;
}
#image-enlarged #page,
.page-gallery #page {
    height: 100%;
}
#image-enlarged .entry-attachment a,
#image-enlarged .entry-attachment img,
.single-attachment .entry-attachment a,
.single-attachment .entry-attachment img {
    display: block;
}
#image-enlarged .entry-attachment img,
.single-attachment .entry-attachment img {
    margin: 0px auto;
    width: auto;
    height: 100%;
}
.single-attachment .entry-header {
    background-color: #151515;
    padding: 36px 30px 0 30px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    z-index: 1000;
}
.boxshadow .single-attachment .entry-header {
    -webkit-box-shadow: 0px 20px 60px 0px rgba(21, 21, 21, 1);
    -moz-box-shadow: 0px 20px 60px 0px rgba(21, 21, 21, 1);
    box-shadow: 0px 20px 60px 0px rgba(21, 21, 21, 1);
}
#image-enlarged .entry-content {
    padding-top: 145px;
}
#image-enlarged a,
.single-attachment a {
    font-style: inherit;
}
#image-enlarged h1,
#image-enlarged h2,
.single-attachment h1,
.single-attachment h2 {
    margin: 0 auto;
    padding: 0px;
}
#image-enlarged h1,
.single-attachment h1 {
    padding: 0 20px;
}
#image-enlarged h2,
.single-attachment h2 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    line-height: 24px;
    margin: 10px 0 0 0;
    text-transform: none;
}
#image-enlarged h2 a,
.single-attachment h2 a {
    text-decoration: none;
}
.single-attachment .nav-previous {
    position: absolute;
    top: 54px;
    left: 50px;
}
.single-attachment .nav-next {
    position: absolute;
    top: 54px;
    right: 50px;
}
.single-attachment .nav-close {
    position: absolute;
    top: 80px;
    right: 50px;
}
.single-attachment .entry-title {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.single-attachment .entry-title .nav-close {
    top: 3px;
    right: -20px;
}
#image-enlarged .line,
.single-attachment .line {
    margin: 30px auto 0 auto;
    max-width: 80%;
}
.iScrollVerticalScrollbar {
    right: 10px !important;
}
.iScrollIndicator {
    background: #c41617 !important;
    padding: 2px !important;
    border: none !important;
}
.single-attachment.parent-is-nm_product #wrapper {
    padding-top: 148px;
}
.theme-bridal-products {
    background-color: #f9f6f7;
}
.theme-bridal-products #image-enlarged,
.theme-bridal-products .entry-header {
    background-color: #f9f6f7;
}
.boxshadow .theme-bridal-products .entry-header {
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
    .single-attachment .entry-attachment img {
        max-width: 100%;
        height: auto !important;
        width: 100%;
    }
    .single-attachment #wrapper {
        padding-top: 155px;
    }
    .single-attachment.parent-is-nm_product .entry-header {
        position: relative;
    }
    .single-attachment.parent-is-nm_product .entry-header .nav-close {
        position: fixed;
        top: 40px;
        right: 10px;
    }
    .single-attachment.parent-is-nm_product #wrapper {
        padding-top: 20px;
        position: relative;
        height: auto !important;
    }
    .single-attachment.parent-is-nm_product #wrapper .attachment {
        position: relative;
    }
}
/**
 * Structure
 */

#page {
    width: 100%;
}
#main {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.site-content {
    height: 100%;
}
#content .outer {
    margin: 0px;
}
.col1 h1 {
    padding-bottom: 0;
}
.col1 .title {
    padding-bottom: 30px;
}
/* Background Image */

#bg-image {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}
#bg-image .royalSlider {
    height: 100% !important;
    width: 100% !important;
}
/* Forms */
/*
 ----------------------------------------------------------------
 Gravity Forms Front End Form Styles
 Version 1.9
 http: //www.gravityforms.com
 updated: March 15, 2015 1:05 PM
 Gravity Forms is a Rocketgenius project
 copyright 2008-2015 Rocketgenius Inc.
 http: //www.rocketgenius.com
 this may not be redistributed without the
 express written permission of the author.
 NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
 THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
 AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
 If you need to make extensive customizations,
 copy the contents of this file to your theme
 style sheet for editing. Then, go to the form
 settings page & set the 'output CSS' option
 to no.
 ----------------------------------------------------------------
 */

.gform_wrapper {
    overflow: inherit;
    margin: 1em 0;
    max-width: 98%;
}
.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
    font-weight: normal;
    border: none;
    outline: none;
    background: none;
}
.gform_wrapper:focus {
    outline: 0;
}
.gform_wrapper form {
    text-align: left;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
    outline-style: none;
    font-family: inherit;
    padding: 0.313em 0 0.313em 0;
    letter-spacing: normal;
    text-indent: 0.25em;
}
.gform_wrapper input[type=image] {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
}
.gform_wrapper textarea {
    outline-style: none;
    font-family: inherit;
    letter-spacing: normal;
    padding: 0.25em 0.125em 0.25em 0.125em;
    resize: none;
}
.gform_wrapper ul {
    margin: 0 !important;
    list-style-type: none;
}
html > body .entry ul,
.gform_wrapper ul {
    text-indent: 0;
}
.gform_wrapper li,
.gform_wrapper form li {
    margin-left: 0 !important;
    list-style-type: none !important;
    list-style-image: none !important;
    list-style: none !important;
    overflow: visible;
}
.gform_wrapper ul li.gfield {
    clear: both;
    margin-top: 5px;
}
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
    overflow: hidden;
}
.gform_wrapper ul.right_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper form ul.left_label li {
    margin-bottom: 14px;
}
.gform_wrapper ul.right_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px;
}
.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible;
}
.gform_wrapper select {
    font-family: inherit;
    letter-spacing: normal;
}
.gform_wrapper select option {
    padding: 0.125em 0.125em;
    display: block;
}
.gform_wrapper select[multiple="multiple"] option {
    text-indent: 0.25em;
}
.gform_wrapper .inline {
    display: inline !important;
}
.gform_wrapper .gform_heading {
    width: 98%;
    margin-bottom: 1.125em;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    width: 4.688em;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper .gfield_time_hour i {
    font-style: normal !important;
    font-family: sans-serif !important;
    width: 0.625em;
    text-align: center;
    float: right;
    margin-top: 9%;
}
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    margin-right: 0.75em;
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    margin-right: 0.375em;
}
.gform_wrapper .gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper .gfield_time_ampm select {
    width: 4.688em !important;
}
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
    width: 70% !important;
}
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    width: 3.125em;
    float: left;
}
.gform_wrapper .gfield_date_year {
    width: 4.5em !important;
}
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
    width: 85% !important;
}
.gform_wrapper .gfield_date_year input {
    width: 88% !important;
}
.gform_wrapper .field_hover {
    border: 1px dashed #2175a9;
    cursor: pointer;
}
.gform_wrapper .field_selected {
    background-color: #dfefff;
    border: 1px solid #c2d7ef;
}
.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
    width: 49.5%;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}
.gform_wrapper .ginput_complex.ginput_container {
    overflow: hidden;
    width: 100%;
}
.gform_wrapper .datepicker {
    width: 6.75em !important;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
    width: 48.5%;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}
.gform_wrapper .ginput_complex .ginput_right {
    margin-left: 1.6%;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 48.5%;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password] {
    width: 97.5;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password] {
    width: 97.5%;
}
.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url],
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password] {
    width: 100%;
}
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
    width: 97% !important;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
    display: block;
    letter-spacing: 0.5pt;
    white-space: nowrap;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
    margin: 0.188em 0 0.75em 0;
}
.gform_wrapper .field_sublabel_above .ginput_complex label,
.gform_wrapper .field_sublabel_above .gfield_time_hour label,
.gform_wrapper .field_sublabel_above .gfield_time_minute label,
.gform_wrapper .field_sublabel_above .gfield_time_ampm label,
.gform_wrapper .field_sublabel_above .gfield_date_month label,
.gform_wrapper .field_sublabel_above .gfield_date_day label,
.gform_wrapper .field_sublabel_above .gfield_date_year label,
.gform_wrapper .field_sublabel_above .instruction {
    margin: 0.75em 0 0.188em 0;
}
.gform_wrapper .ginput_complex span.name_prefix,
.gform_wrapper .ginput_complex span.name_suffix {
    display: block;
    clear: right;
    overflow: hidden;
}
.gform_wrapper .ginput_complex span.name_prefix {
    min-height: 2.2em;
}
.gform_wrapper .ginput_complex span.name_prefix select {
    width: auto !important;
}
.gform_wrapper .ginput_complex span.name_suffix input[type=text] {
    width: 48%;
}
.gform_wrapper .ginput_complex.has_middle span.name_suffix input[type=text] {
    width: 32%;
}
.gform_wrapper .ginput_complex span.name_first,
.gform_wrapper .ginput_complex span.name_middle,
.gform_wrapper .ginput_complex span.name_last {
    vertical-align: bottom;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.no_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.no_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.no_middle_name.has_last_name span {
    width: 99.5%;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span {
    float: left;
    width: 50%;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span:last-child {
    float: right;
    width: 48%;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    clear: right;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
    width: 99%;
}
.gform_wrapper .left_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name,
.gform_wrapper .right_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
    width: 63.25%;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span {
    width: 31.9%;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 0;
}
.gform_wrapper .ginput_complex.ginput_container.has_prefix span.name_prefix,
.gform_wrapper .ginput_complex.ginput_container.has_prefix span.name_suffix {
    float: none !important;
    clear: both;
}
.gform_wrapper .field_sublabel_above .ginput_complex .name_prefix,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_suffix,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_first,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_middle,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_last {
    vertical-align: top;
}
.gform_wrapper .top_label .gfield_label {
    margin: 0.625em 0 0.5em 0;
    font-weight: bold;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}
.gform_wrapper .left_label .gfield_label {
    float: left;
    margin: 0.75em 15px 0 0;
    width: 29%;
    font-weight: bold;
}
.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
    margin: 0 1em 0 0;
}
.gform_wrapper .right_label .gfield_label {
    float: left;
    margin: 0.75em 1em 0 0;
    width: 29%;
    font-weight: bold;
    text-align: right;
}
.gform_wrapper .right_label li.field_sublabel_below .gfield_label {
    margin: 0 1em 0 0;
}
.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
}
.gform_wrapper .left_label li.gfield .gfield_password_strength,
.gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 30%;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0.375em;
}
.gform_wrapper .hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gfield.right_label,
.gfield.left_label {
    padding-top: 10px;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0.75em;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0.75em;
}
.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_radio {
    margin-left: 30% !important;
    overflow: hidden;
}
.gform_wrapper label.screen-reader-text,
.gform_wrapper label.hidden_sub_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gform_wrapper .top_label input.small,
.gform_wrapper .top_label select.small {
    width: 25%;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 47.5%;
}
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large {
    width: 97.5%;
}
.gform_wrapper textarea.small {
    height: 5em;
    width: 97.5%;
}
.gform_wrapper textarea.medium {
    height: 9.375em;
    width: 97.5%;
}
.gform_wrapper textarea.large {
    height: 15.625em;
    width: 97.5%;
}
.gform_wrapper .right_label input.small,
.gform_wrapper .right_label select.small,
.gform_wrapper .left_label input.small,
.gform_wrapper .left_label select.small {
    width: 15%;
}
.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium {
    width: 35%;
}
.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large {
    width: 62.5%;
}
.gform_wrapper .right_label textarea.small,
.gform_wrapper .left_label textarea.small,
.gform_wrapper .right_label textarea.medium,
.gform_wrapper .left_label textarea.medium,
.gform_wrapper .right_label textarea.large,
.gform_wrapper .left_label textarea.large {
    width: 62.5%;
}
.gform_wrapper .right_label div.ginput_complex,
.gform_wrapper .left_label div.ginput_complex {
    width: 64%;
}
.gform_wrapper h2.gsection_title {
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: normal !important;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-weight: bold;
}
.gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 0.625em 0 0.375em 0;
}
.gform_wrapper span.gform_description {
    font-weight: normal;
}
.gform_wrapper .gsection {
    border-bottom: 1px solid #ccc;
    padding: 0 0 0.5em 0;
    margin: 1.8em 0;
    clear: both;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
    width: auto !important;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    position: relative;
}
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    display: block;
    margin: 0 0 0 24px;
    padding: 0;
    width: auto;
    line-height: 1.5;
    vertical-align: top;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
    float: left;
    margin-top: 2px;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    line-height: 1.5;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
    padding: 0.625em 0;
}
.gform_wrapper .top_label .gsection_description {
    width: 97.5%;
}
.gform_wrapper .gfield_description {
    padding: 0.625em 0 0 0;
    width: 97.5%;
}
.gform_wrapper li.field_description_above .gfield_description {
    margin-bottom: 0.75em;
}
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .right_label .gfield_description {
    width: 63%;
}
.gform_wrapper .description_above .gfield_description {
    padding: 0 0 0.625em 0;
}
.gform_wrapper .field_description_below .gfield_description {
    padding: 0.625em 0 1em 0;
}
.gfield_date_year + .gfield_description {
    padding: 0;
}
.gform_wrapper .right_label .gfield_description,
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction,
.gform_wrapper .right_label .instruction {
    margin-left: 30%;
}
.gform_wrapper .left_label .gsection .gsection_description,
.gform_wrapper .right_label .gsection .gsection_description {
    margin-left: 0;
    padding-top: 0.25em;
    padding-left: 0;
    line-height: 1.5;
}
.gform_wrapper .gfield_required {
    margin-left: 0.25em;
    margin-right: 0.25em;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #ffdfe0;
    margin-bottom: 0.375em !important;
    padding: 0;
    border-top: 1px solid #c89797;
    border-bottom: 1px solid #c89797;
}
.gform_wrapper li.gfield.gfield_creditcard_warning {
    padding-bottom: 1em !important;
    border: 1px solid #c41617;
    border-top: none;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-family: inherit;
    min-height: 1.563em;
    background-color: #c41617;
    max-width: 100%;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
    display: block;
    padding: 0.625em;
    line-height: 1.5;
    letter-spacing: 0.2pt;
}
li.gfield + li.gfield.gfield_creditcard_warning {
    margin-top: 1em !important;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 99%;
}
.gform_wrapper .top_label .gfield_error {
    width: 97%;
}
.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 97.5%;
}
.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea,
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea {
    width: 66%;
}
.gform_wrapper .gfield_error input[type=text] {
    border: 1px solid #c41617 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0.75em;
    margin-bottom: 0.75em !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
    margin-left: 6px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
    margin-left: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    max-width: 97.5%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 97.5%;
    padding-right: 6px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 3px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
    position: relative;
    top: 0.75em;
}
.gform_wrapper div.validation_error {
    font-weight: normal !important;
    margin-bottom: 1.6em;
    padding: 1em 0 1em 0;
    clear: both;
    width: 97.5%;
    text-align: center;
    border: none !important;
}
.gform_wrapper ol.validation_list {
    clear: both;
    width: 97.5%;
    margin-bottom: 1.6em;
}
.gform_confirmation_wrapper {
    text-align: center;
}
.gform_wrapper ol.validation_list li {
    list-style-type: decimal !important;
}
.gform_wrapper ol.validation_list:after {
    content: "";
}
.gform_wrapper div#error {
    margin-bottom: 1.6em;
}
.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: middle !important;
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item {
    background-color: transparent !important;
    background-position: 0 0;
    background-size: 1em 1em !important;
    background-repeat: no-repeat;
    border: none !important;
    width: 1em !important;
    height: 1em !important;
    vertical-align: middle !important;
    opacity: 0.5;
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=");
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+");
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item:hover,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item:hover {
    opacity: 1;
}
.gform_wrapper li.gfield fieldset {
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
    width: 100%;
}
.gform_wrapper li.gfield fieldset > * {
    width: auto;
}
.gform_wrapper li.gfield fieldset legend.gfield_label {
    width: 100%;
    line-height: 2em;
}
div.gf_page_steps + div.validation_error {
    margin-top: 1em;
}
.gform_wrapper div.gfield_description.validation_error {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1em;
}
.gform_wrapper .validation_message {
    font-weight: bold;
    letter-spacing: normal;
}
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #c41617;
}
.gform_wrapper .gform_footer {
    padding: 1em 0 0.625em 0;
    margin: 1em 0 0 0;
    clear: both;
}
.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {
    padding: 1em 0 0.625em 0;
    margin-left: 30%;
    width: 64%;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer input[type=image] {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper .gform_footer a.gform_save_link {
    margin-left: 1em;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper .gform_footer input[type=image] {
    padding: 0;
    width: auto !important;
    background: none !important;
    border: none !important;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
    min-height: 2.813em;
}
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
    width: 97.5% !important;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    margin: 0 0 0.5em 0;
    line-height: 1.3;
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    font-weight: bold;
}
.gform_wrapper input.datepicker.datepicker_with_icon {
    margin-right: 0.25em !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden;
}
.gform_wrapper .gf_invisible {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
    display: none !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    padding: 0 !important;
}
.gform_wrapper ul.gfield_radio li input + input {
    margin-left: 0.25em;
}
.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
    margin-right: 0.375em;
    margin-top: 0.25em;
}
.gform_wrapper .top_label .gfield_description {
    padding: 0.625em 0 0 0;
}
.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
    padding: 0.625em 0 !important;
}
.gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin-top: 0.375em;
}
.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
    margin-top: 0.375em;
}
.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
    margin-top: 0;
}
.gform_wrapper .left_label .ginput_container.ginput_list,
.gform_wrapper .right_label .ginput_container.ginput_list {
    padding-top: 0.75em !important;
}
.gform_wrapper li.gfield_html {
    max-width: 97.5%;
}
.gform_wrapper form .left_label li.gfield_html_formatted,
.gform_wrapper form .right_label li.gfield_html_formatted {
    margin-left: 30% !important;
    width: 64%;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0.625em;
}
body .gform_wrapper ul li.gfield.gfield_html img {
    max-width: 97.5% !important;
}
.gform_wrapper .gform_ajax_spinner {
    padding-left: 0.625em;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}
.gform_wrapper .gfield_captcha_input_container {
    padding-top: 0.188em;
}
.gform_wrapper .simple_captcha_small input {
    width: 6.25em;
}
.gform_wrapper .simple_captcha_medium input {
    width: 9.375em;
}
.gform_wrapper .simple_captcha_large input {
    width: 12.5em;
}
.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
    margin-left: 32%;
}
.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    border: none !important;
    background: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gform_wrapper .math_small input {
    width: 4.313em;
}
.gform_wrapper .math_medium input {
    width: 5.625em;
}
.gform_wrapper .math_large input {
    width: 6.75em;
}
.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
    margin-left: 32%;
}
.gform_wrapper div.charleft {
    margin-top: 0.25em;
    width: 92% !important;
    white-space: nowrap !important;
}
.gform_wrapper div.charleft[style] {
    width: 92% !important;
}
.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
    margin-left: 32%;
}
.gform_wrapper li.gf_hide_charleft div.charleft {
    display: none !important;
}
.gform_wrapper .ginput_price {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.gform_wrapper .top_label span.ginput_total {
    margin: 0.5em 0;
}
.gform_wrapper span.ginput_product_price_label {
    margin-right: 0.125em;
}
.gform_wrapper span.ginput_quantity_label {
    margin-left: 0.625em;
    margin-right: 0.125em;
}
.gform_wrapper input.ginput_quantity {
    width: 2.5em;
}
.gform_wrapper .gform_page_footer {
    margin: 1.25em 0;
    width: 99%;
    border-top: 1px dotted #ccc;
    padding: 1em 0 0 0;
    clear: both;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0.5em;
}
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_button {
    margin-right: 0.625em;
}
.gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 99%;
    margin: 0 0 0.5em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px dotted #ccc;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    line-height: 1 !important;
    margin: 0 0 0.375em 0 !important;
    padding: 0 !important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.gform_wrapper .gf_progressbar {
    width: 99%;
    height: 20px;
    overflow: hidden;
    line-height: 20px !important;
    border: 1px solid #eee;
    background-image: url(../images/gf-percentbar-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}
.gform_wrapper .gf_progressbar_percentage {
    height: 20px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .50);
}
.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    text-shadow: none;
}
.gform_wrapper .percentbar_blue {
    background-image: url(../images/gf-percentbar-blue.png);
    background-repeat: repeat-x;
    background-color: #0072bc;
}
.gform_wrapper .percentbar_gray {
    background-image: url(../images/gf-percentbar-gray.png);
    background-repeat: repeat-x;
    background-color: #666;
}
.gform_wrapper .percentbar_green {
    background-image: url(../images/gf-percentbar-green.png);
    background-repeat: repeat-x;
    background-color: #94dc21;
}
.gform_wrapper .percentbar_orange {
    background-image: url(../images/gf-percentbar-orange.png);
    background-repeat: repeat-x;
    background-color: #dc7021;
}
.gform_wrapper .percentbar_red {
    background-image: url(../images/gf-percentbar-red.png);
    background-repeat: repeat-x;
    background-color: #dc2521;
}
.gform_wrapper .percentbar_custom {
    background-image: url(../images/gf-percentbar-custom.png);
    background-repeat: repeat-x;
}
.gform_wrapper .gf_page_steps {
    width: 99%;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
}
.gform_wrapper .gf_step {
    width: auto !important;
    margin: 0 1em 0.625em 0;
    height: 1.25em;
    line-height: 1.25 !important;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    font-family: Arial, Helvetica, sans-serif;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper .gf_step span.gf_step_number {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
}
.gform_wrapper .gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.gform_wrapper .gfield_password_strength {
    border: 1px solid #ddd;
    margin-top: 1.15em;
    margin-bottom: 1.15em;
    line-height: 1.8;
    padding: 0.313em 0.313em;
    text-align: center;
    background-color: #eee;
}
.gform_wrapper ul.top_label li.gfield .gfield_password_strength {
    width: 97.45%;
}
.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    width: 95%;
    margin: 1.15em 0 1.15em 0.375em;
}
.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    margin-top: 1.15em;
    margin-bottom: 1.15em;
    width: 62%;
}
.gform_wrapper .gfield_password_strength.bad {
    background-color: #ffb78c;
    border-color: #ff853c;
}
.gform_wrapper .gfield_password_strength.good {
    background-color: #ffec8b;
    border-color: #fc0;
}
.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
    background-color: #ffa0a0;
    border-color: #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
    background-color: #c3ff88;
    border-color: #8dff1c;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc !important;
    margin: 0 0 0.5em;
    overflow: visible;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1em 1.5em;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
    list-style-type: decimal !important;
    overflow: visible;
    margin: 0 0 0.5em;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
    list-style-type: decimal !important;
    margin: 1em 0 1.5em 2em;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    list-style-type: disc !important;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
    margin: 1em 0 1em 1.5em;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    margin: 0 0 0.5em;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
    margin: 0 0 1.5em 0;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
    font-weight: bold;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
    margin: 0 0 1em 1.5em;
}
.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
.gform_wrapper table.gfield_list {
    border-spacing: 0;
    border-collapse: collapse;
}
.gform_wrapper table.gfield_list thead th {
    font-weight: bold;
    text-align: left;
}
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
    padding: 0;
    margin: 0;
}
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
    padding: 0.25em 0 0.25em 0;
}
.gform_wrapper table.gfield_list th + th,
.gform_wrapper table.gfield_list td + td {
    padding: 0 0 0 0.25em;
}
.gform_wrapper .left_label .gfield_list,
.gform_wrapper .right_label .gfield_list {
    width: 64%;
}
.gform_wrapper .top_label .gfield_list {
    width: 97.5%;
}
.gform_wrapper .left_label .gf_list_one_column,
.gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
}
.gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
}
.gform_wrapper .gfield_list td.gfield_list_cell input {
    width: 97.5%;
}
.gfield_icon_disabled {
    cursor: default !important;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons,
.gform_wrapper table.gfield_list tr td:last-child {
    width: auto !important;
    min-width: 3.75em !important;
    padding: 0 0 0 0.25em;
}
.gform_wrapper table.gfield_list td.gfield_list_icons img {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.gform_wrapper table.gfield_list td.gfield_list_cell {
    width: auto !important;
}
.gform_wrapper select.chosen-select {
    visibility: hidden;
    height: 28px !important;
    min-height: 28px !important;
}
.gform_wrapper .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gform_wrapper .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.gform_wrapper .chosen-container a {
    cursor: pointer;
}
.gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, .1);
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.gform_wrapper .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
}
.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.gform_wrapper .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.gform_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
}
.gform_wrapper .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.gform_wrapper .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.gform_wrapper .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.gform_wrapper .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
}
.gform_wrapper .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.gform_wrapper .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
}
.gform_wrapper .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.gform_wrapper .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.gform_wrapper .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.gform_wrapper .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}
.gform_wrapper .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, .05);
    line-height: 13px;
    cursor: default;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.gform_wrapper .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    cursor: default;
}
.gform_wrapper .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.gform_wrapper .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.gform_wrapper .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.gform_wrapper .chosen-disabled .chosen-single {
    cursor: default;
}
.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
.gform_wrapper .chosen-rtl {
    text-align: right;
}
.gform_wrapper .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.gform_wrapper .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.gform_wrapper .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.gform_wrapper .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.gform_wrapper .chosen-rtl .chosen-choices li {
    float: right;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search,
.gform_wrapper .chosen-rtl .chosen-drop {
    left: 9999px;
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.gform_wrapper .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.gform_wrapper .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('../images/chosen-sprite.png') no-repeat -30px -20px;
    background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {
    .gform_wrapper .chosen-rtl .chosen-search input[type="text"],
    .gform_wrapper .chosen-container-single .chosen-single abbr,
    .gform_wrapper .chosen-container-single .chosen-single div b,
    .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .gform_wrapper .chosen-container .chosen-results-scroll-down span,
    .gform_wrapper .chosen-container .chosen-results-scroll-up span {
        background-image: url('../images/chosen-sprite-2x.png') !important;
        background-position: 0 0;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
.gform_wrapper .gform_card_icon_container {
    margin: 8px 0 6px 0;
    height: 32px;
}
.gform_wrapper div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(../images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px;
}
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
    float: left;
    position: relative;
    top: 4px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
    margin-right: 1%;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    white-space: nowrap !important;
}
.gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important;
}
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50% !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url(../images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 25px;
    border: 2px dashed #ddd;
    text-align: center;
    margin-bottom: 10px;
}
.right_label .gform_fileupload_multifile,
.left_label .gform_fileupload_multifile {
    margin-left: 3.5%;
}
.gform_delete {
    vertical-align: middle;
    cursor: pointer;
}
.gform_wrapper .copy_values_option_container .copy_values_enabled {
    width: auto;
}
.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 1px;
}
.gform_wrapper .form_saved_message {
    margin: 1em 0 1em 0;
    width: 100%;
    line-height: 1.8;
    border: 2px solid #91afc7;
    background-color: #e3f3f3;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.gform_wrapper .form_saved_message form {
    text-align: center;
}
.gform_wrapper .form_saved_message span:first-child {
    display: block;
    padding: 2.5em 1em 2.5em 1em;
}
.form_saved_message a.resume_form_link {
    word-wrap: break-word;
}
.form_saved_message a.resume_form_link:before,
.form_saved_message a.resume_form_link:after {
    content: "";
    display: block;
}
.form_saved_message a.resume_form_link:before {
    margin-top: 0.75em;
}
.form_saved_message a.resume_form_link:after {
    margin-bottom: 0.75em;
}
.form_saved_message br + br,
.form_saved_message a + br {
    display: none;
}
.form_saved_message .form_saved_message_emailform {
    margin: 1em 0 0 0;
}
div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    line-height: 2.25;
    height: 2.25em;
    margin-bottom: 0.25em;
}
div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    margin: 0.75em auto 0 auto;
    display: block;
}
.form_saved_message_sent {
    margin: 1em 0 1em 0;
    width: 100%;
    border: 2px solid #cfe2c0;
    background-color: #e9ffd9;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.form_saved_message_sent span:first-child {
    display: block;
    padding: 1em;
}
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
    line-height: 1 !important;
}
body .gform_wrapper img.ui-datepicker-trigger {
    width: 17px !important;
    height: 16px !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}
.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
    margin-top: 1em;
}
.gform_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
    width: 45.25%;
}
html #meerkat-wrap {
    z-index: 999999 !important;
}
@media screen and (max-width: 768px) {
    #main {
        overflow: visible;
    }
    #content {
        height: auto;
    }
}
.niravmodi-popup-modal {
    background-color: #222;
    border: 1px solid #555;
    box-sizing: border-box;
    display: relative;
    margin: auto;
    overflow: auto;
    padding: 40px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.niravmodi-popup-content {
    opacity: 1;
    overflow: hidden;
    max-height: 1000px;
    position: relative;
    -webkit-transition: opacity 750ms ease-in-out, max-height 750ms ease-in-out;
    -moz-transition: opacity 750ms ease-in-out, max-height 750ms ease-in-out;
    -ms-transition: opacity 750ms ease-in-out, max-height 750ms ease-in-out;
    -o-transition: opacity 750ms ease-in-out, max-height 750ms ease-in-out;
    transition: opacity 750ms ease-in-out, max-height 750ms ease-in-out;
}
.niravmodi-popup-close {
    background: url(../images/common/close.png) no-repeat 0 -25px;
    background-size: 50px 50px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 40px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    z-index: 750;
}
.niravmodi-popup-loading {
    background: url(../images/loaders/loader-dark@2x.gif) no-repeat 0 0;
    background-size: 16px 16px;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
}
.no-backgroundsize .niravmodi-popup-loading {
    background-image: url(../images/loaders/loader-dark.gif);
}
.niravmodi-popup {
    background-color: rgba(34, 34, 34, 0.3);
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    padding-top: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: visibility 250ms ease-out, opacity 250ms ease-out;
    -moz-transition: visibility 250ms ease-out, opacity 250ms ease-out;
    -ms-transition: visibility 250ms ease-out, opacity 250ms ease-out;
    -o-transition: visibility 250ms ease-out, opacity 250ms ease-out;
    transition: visibility 250ms ease-out, opacity 250ms ease-out;
    visibility: hidden;
    z-index: 999999;
}
.niravmodi-popup.show {
    opacity: 1;
    visibility: visible;
}
.niravmodi-popup.show .niravmodi-popup-modal {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.niravmodi-popup.loading .niravmodi-popup-loading {
    display: block;
}
.niravmodi-popup.loading .niravmodi-popup-content {
    opacity: 0;
}
.niravmodi-popup .gform_wrapper ul li.gfield.optin {
    overflow: hidden;
}
.niravmodi-popup .gform_wrapper ul li.gfield.optin div.ginput_container_checkbox {
    display: block !important;
    float: left;
    margin-top: 0 !important;
    width: 75%;
}
.niravmodi-popup .gform_wrapper ul li.gfield.optin .form-privacy-policy-link {
    float: right;
    margin-top: 0;
}
.niravmodi-popup .gform_wrapper ul li.gfield.optin .gfield_checkbox li:not(#foo) > input[type='checkbox'] + label {
    background-position: 0 4px;
}
.popup-theme-light .niravmodi-popup-modal {
    background-color: #f9f6f7;
    border: 1px solid #eee;
}
.popup-theme-light .niravmodi-popup-close {
    background-image: url(../images/common/close-light.png);
}
.popup-theme-light .niravmodi-popup-loading {
    background-image: url(../images/loaders/loader-light@2x.gif);
}
.popup-theme-light .no-backgroundsize .niravmodi-popup-loading {
    background-image: url(../images/loaders/loader-light.gif);
}
.popup-theme-light.niravmodi-popup {
    background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
    .niravmodi-popup .gform_wrapper ul li.gfield.optin div.ginput_container_checkbox {
        float: none;
        width: 100%;
    }
    .niravmodi-popup .gform_wrapper ul li.gfield.optin .form-privacy-policy-link {
        float: none;
        padding-left: 24px;
        text-align: left;
    }
}
@media screen and (min-width: 768px) {
    .niravmodi-popup-modal {
        border: 1px solid #555;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        -webkit-transition: height 750ms ease-in-out, -webkit-transform 250ms ease-out, transform 250ms ease-out;
        -moz-transition: height 750ms ease-in-out, transform 250ms ease-out;
        -ms-transition: height 750ms ease-in-out, -mstransform 250ms ease-out, transform 250ms ease-out;
        -o-transition: height 750ms ease-in-out, -webkit-transform 250ms ease-out, transform 250ms ease-out;
        transition: height 750ms ease-in-out, -webkit-transform 250ms ease-out, -ms-transform 250ms ease-out, transform 250ms ease-out;
        -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
        width: 890px;
        min-height: 100px;
        max-width: 90%;
        max-height: 90%;
    }
    .niravmodi-popup.loading .niravmodi-popup-modal {
        max-height: 300px;
    }
    .niravmodi-popup.loading .niravmodi-popup-content {
        max-height: 0px;
    }
    .popup-theme-light .niravmodi-popup-modal {
        border-color: #eee;
    }
}
.niravmodi-popup .gform_wrapper {
    margin: 0;
}
.niravmodi-popup .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.niravmodi-popup .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 16px;
}
.niravmodi-popup .gform_wrapper .gform_heading {
    text-align: center;
}
.niravmodi-popup .gform_wrapper .gform_title {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.niravmodi-popup .gform_wrapper .gform_title_subtitle {
    display: block;
    margin-top: 10px;
}
.niravmodi-popup .gform_wrapper .gform_description {
    display: block;
}
.niravmodi-popup .gform_wrapper form.dark-form-theme .gform_footer .gform_ajax_spinner {
    margin-left: auto;
    margin-right: auto;
}
.niravmodi-popup .gform_wrapper .has-default-store .gfield.optin {
    text-align: left;
}
.niravmodi-popup .gform_wrapper .has-default-store .gform_footer {
    overflow: hidden;
    position: relative;
    text-align: left;
}
.niravmodi-popup .gform_wrapper .has-default-store .gform_footer input[type="submit"] {
    width: 100%;
}
.niravmodi-popup .gform_wrapper .has-default-store .gform_footer .form-boutique-link {
    margin-top: 10px;
    text-align: center;
}
.niravmodi-popup .gform_wrapper .has-default-store .gform_footer .form-boutique-link a.button {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .niravmodi-popup .gform_wrapper .has-default-store .gform_footer input[type="submit"] {
        float: left;
        width: auto;
    }
    .niravmodi-popup .gform_wrapper .has-default-store .gform_footer .form-boutique-link {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
}
.contact-panel-group .contact-panel {
    right: -310px;
    -webkit-transition: right 700ms;
    -moz-transition: right 700ms;
    -o-transition: right 700ms;
    transition: right 700ms;
}
.contact-panel-group.showing .contact-panel {
    right: 0px;
}
.contact-panel-group.showing .contact-panel,
.contact-panel-group.showing .contact-panel-icon {
    z-index: 999999;
}
.contact-panel {
    background: #c41617;
    position: fixed;
    top: 160px;
    right: -310px;
}
.contact-panel h3 {
    font-family: 'Cinzel', Times, serif;
    line-height: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.contact-panel .line {
    margin: 0 0 10px 0 !important;
    max-width: 100% !important;
}
.contact-panel input[type=button],
.contact-panel input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-style: italic;
    margin: 0 auto;
    padding: 6px 20px;
    text-transform: none;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
}
.contact-panel input[type=button]:hover,
.contact-panel input[type=submit]:hover {
    background-color: rgba(255, 255, 255, .2);
}
.contact-panel-icon {
    background: #c41617;
    display: block;
    opacity: 0;
    padding: 15px 15px 14px 15px;
    position: fixed;
    top: 160px;
    right: 0;
    width: 22px;
    height: 40px;
    z-index: 999998;
}
.contact-panel-icon span {
    display: block;
    text-indent: -5000em;
    width: 22px;
    height: 46px;
}
.contact-panel-icon.scrolled {
    opacity: 0 !important;
}
.scrollable-contact-panel {
    overflow: hidden;
}
.phone-panel {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-style: italic;
    line-height: 40px;
    padding: 15px 0 15px 35px;
    text-align: left;
    width: 270px;
    height: 39px;
    z-index: 999998;
}
.phone-arrow span {
    background: url(../images/common/phone.png) no-repeat -11px 9px;
    background-size: 46px 22px;
}
.backgroundsize .phone-arrow span {
    background: url(../images/common/phone.svg) no-repeat 1px 8px;
    background-size: 20px 22px;
}
.contact-panel-group.showing .contact-panel-icon span {
    background: url(../images/common/close.png) no-repeat 0 -16px;
    background-size: 50px 50px;
}
.contact-form-panel {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 75px;
    padding: 27px 15px;
    text-align: center;
    width: 275px;
    z-index: 9;
}
.contact-form-panel .gform_wrapper .gform_footer {
    text-align: center;
}
.contact-arrow {
    margin-top: 75px;
}
.contact-arrow span {
    background: url(../images/common/email.png) no-repeat -11px 9px;
    background-size: 46px 22px;
}
.backgroundsize .contact-arrow span {
    background: url(../images/common/email.svg) no-repeat 1px 8px;
    background-size: 20px 22px;
}
.category-gallery .contact-arrow,
.category-gallery .phone-arrow {
    display: none;
}
.contact-phone {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    padding: 10px 0 20px 0;
    text-align: center;
}
.contact-phone img {
    display: inline-block;
    vertical-align: middle;
}
.contact-phone span {
    display: inline-block;
    font-style: italic;
    margin-left: 10px;
    vertical-align: middle;
}
.contact-panel label {
    display: none !important;
}
.contact-panel .form-privacy-policy-link {
    display: none;
}
.contact-panel .gform_wrapper,
.contact-panel input[type="text"],
.contact-panel textarea {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.contact-panel input[type="text"] {
    background: #d4504e;
    border: none;
    box-sizing: border-box;
    height: 27px;
    padding: 3px !important;
}
.contact-panel .ginput_container {
    margin-top: 4px !important;
}
.contact-panel textarea {
    background: #d4504e;
    border: none;
    box-sizing: border-box;
    margin-top: 0px !important;
    padding: 5px !important;
}
.contact-panel .validation_error {
    display: none;
}
.contact-panel .gform_wrapper .gform_footer {
    margin-top: 15px;
    padding: 0 0 2px 0 !important;
}
.contact-panel .gform_wrapper .gform_footer .gform_button {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.contact-panel .gform_wrapper .gform_footer .gform_ajax_spinner {
    display: block;
    margin: 10px auto 0;
}
.contact-panel .gform_wrapper .validation_message {
    display: none;
}
.contact-panel li.gfield_error input[type=text] {
    background: #e18a8b;
    border: none !important;
}
.contact-panel .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 5px !important;
}
.contact-panel .gform_confirmation_message {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-style: italic;
    text-align: center;
}
.close-form {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 22px;
    height: 22px;
}
.close-form span {
    background: url(../images/common/close.png) no-repeat 2px -23px;
    background-size: 50px 50px;
    display: block;
    width: 22px;
    height: 22px;
}
.social-sharing-panel,
.social-sharing-arrow {
    margin-top: 150px;
}
.social-sharing-arrow {
    padding-right: 13px;
    width: 24px;
}
.social-sharing-arrow span {
    background: url(../images/common/social-share-icons@2x.png) no-repeat 0 0;
    background-size: 350px 40px;
    width: 24px;
}
.no-backgroundsize .social-sharing-arrow span {
    background-image: url(../images/common/social-share-icons.png);
}
.social-sharing-panel {
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 15px 14px 15px;
    width: 275px;
    z-index: 9;
}
.social-sharing-panel .icon-nav {
    display: block;
    list-style: none;
    overflow: hidden;
}
.social-sharing-panel .icon-nav li {
    display: block;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    width: 22px;
    height: 40px;
}
.social-sharing-panel .icon-nav a {
    background: url(../images/common/social-share-icons@2x.png) no-repeat 0 0;
    background-size: 350px 40px;
    display: block;
    text-indent: -9999em;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    width: 22px;
    height: 40px;
}
.social-sharing-panel .icon-nav .facebook a {
    background-position: -50px 0;
}
.social-sharing-panel .icon-nav .google a {
    background-position: -100px 0;
}
.social-sharing-panel .icon-nav .twitter a {
    background-position: -150px 0;
}
.social-sharing-panel .icon-nav .pinterest a {
    background-position: -200px 0;
}
.social-sharing-panel .icon-nav .link a {
    background-position: -250px 0;
}
.social-sharing-panel .icon-nav .email a {
    background-position: -300px 0;
}
.social-sharing-panel .icon-nav:hover a,
.social-sharing-panel .icon-nav.has-current a {
    opacity: 0.5;
}
.social-sharing-panel .icon-nav:hover a:hover,
.social-sharing-panel .icon-nav.has-current a:hover,
.social-sharing-panel .icon-nav:hover li.current a,
.social-sharing-panel .icon-nav.has-current li.current a {
    opacity: 1;
}
.social-sharing-panel #social-sharing-link,
.social-sharing-panel #social-sharing-email {
    display: none;
}
.social-sharing-panel h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 23px;
    padding-top: 10px;
}
.social-sharing-panel #social-sharing-email textarea {
    height: 8em;
}
.social-sharing-panel .gform_confirmation_message {
    text-align: left;
}
.no-backgroundsize .social-sharing-panel .icon-nav a {
    background-image: url(../images/common/social-share-icons.png);
}
/**
 * Large Screens (and above)
 */

@media screen and (min-width: 1400px) {
    .contact-panel,
    .contact-panel-icon {
        top: 25%;
    }
}
/**
 * iPad Portrait (and under)
 */

@media screen and (max-width: 768px) {
    .contact-panel {
        position: fixed;
        height: auto;
    }
    .contact-form-panel {
        display: none;
        left: 0;
        width: auto;
    }
    .contact-panel-group.showing .contact-panel {
        display: block;
    }
    .contact-panel-icon {
        padding: 3px 6px 2px;
    }
    .contact-panel-icon.scrolled {
        opacity: 1 !important;
    }
    .phone-panel,
    .social-sharing-panel {
        padding-top: 3px;
        padding-bottom: 2px;
    }
    .contact-arrow {
        margin-top: 50px;
    }
    .social-sharing-arrow {
        margin-top: 100px;
        padding-right: 4px;
    }
    .contact-form-panel {
        margin-top: 50px;
    }
    .social-sharing-panel {
        margin-top: 100px;
    }
    .contact-form-panel .gform_wrapper {
        padding: 0 20px;
        width: auto !important;
    }
    #social-sharing-link,
    #social-sharing-email {
        padding-bottom: 15px;
    }
    .contact-panel-group-form.showing .contact-panel-icon,
    .contact-panel-group-sharing.showing.expanded .contact-panel-icon {
        margin-top: 0;
        top: 0;
        right: 0;
    }
    .contact-panel-group-form.showing .contact-panel,
    .contact-panel-group-sharing.showing.expanded .contact-panel {
        margin-top: 0;
        padding-right: 45px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: auto;
    }
}
a.button,
a.button-box {
    box-sizing: border-box;
    display: inline-block;
    font-style: italic;
    line-height: 1.2em;
    margin: 10px 5px 0;
    min-width: 70px;
    padding: 6px 13px;
    text-align: center;
    -webkit-transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -moz-transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -o-transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
    a.button,
    a.button-box {
        min-width: 120px;
        padding: 8px 15px;
    }
}
a.button:hover {
    text-decoration: none;
}
a.button-box {
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.6);
}
.theme-bridal-products a.button-box {
    border: 1px solid #848484;
}
a.button-box:hover,
a.button-box.on {
    background-color: #c41617;
    background-color: rgba(196, 22, 23, 0.75);
    border-color: #fff;
    text-decoration: none;
}
.theme-bridal-products a.button-box:hover,
.theme-bridal-products a.button-box.on {
    border: 1px solid transparent;
}
input.button-box[type=button],
input.button-box[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-style: italic;
    margin: 0 auto;
    padding: 6px 15px;
    text-transform: none;
    -webkit-transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -moz-transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -o-transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
input.button-box[type=button]:hover,
input.button-box[type=submit]:hover,
input.button-box[type=button].on,
input.button-box[type=submit].on {
    background-color: #fff;
    border-color: #fff;
}
.buttons .button-box {
    vertical-align: top;
}
/**
 * Button Toggle Text
 */

.button-toggle-text .button-toggled-text,
.button-toggle-text .button-toggler-text {
    display: block;
    overflow: hidden;
}
.button-toggle-text .button-toggled-text {
    height: 1px;
    margin-top: -1px;
}
.no-js .button-toggle-text,
.button-toggle-text:hover {
    background-color: #c41617;
    background-color: rgba(196, 22, 23, 0.75);
    text-decoration: none;
}
.no-js .button-toggle-text .button-toggler-text,
.button-toggle-text:hover .button-toggler-text {
    height: 1px;
}
.no-js .button-toggle-text .button-toggled-text,
.button-toggle-text:hover .button-toggled-text {
    height: auto;
}
/**
 * On Light Background
 */

.page-template-template-bridal a.button-box {
    border-color: #ababab;
    border-color: rgba(0, 0, 0, 0.33);
}
.page-template-template-bridal a.button-box:hover,
.page-template-template-bridal a.button-box.on {
    background-color: #c41617;
    background-color: rgba(196, 22, 23, 0.75);
    border-color: #c41617;
    border-color: transparent;
}
.page-template-template-bridal input.button-box[type=button],
.page-template-template-bridal input.button-box[type=submit] {
    border-color: #ababab;
    border-color: rgba(0, 0, 0, 0.33);
}
.page-template-template-bridal input.button-box[type=button]:hover,
.page-template-template-bridal input.button-box[type=submit]:hover,
.page-template-template-bridal input.button-box[type=button].on,
.page-template-template-bridal input.button-box[type=submit].on {
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.2);
}
/**
 * On Dark Background (default)
 */

.page-template-template-bridal .color-theme-post-bridal-dark a.button-box {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}
.page-template-template-bridal .color-theme-post-bridal-dark a.button-box:hover,
.page-template-template-bridal .color-theme-post-bridal-dark a.button-box.on {
    background-color: #c41617;
    background-color: rgba(196, 22, 23, 0.75);
    border-color: #fff;
}
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=button],
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=submit] {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=button]:hover,
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=submit]:hover,
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=button].on,
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=submit].on {
    background-color: #fff;
    border-color: #fff;
}
/**
 * Request Details (box) links
 *
 * @todo  Would be nice to deprecate and use `.button-box` instead
 *        but would require changing in all CMS content!
 */

.single-high_end_jewels .layout-post-intro .text-content a.request-details,
.single-high_end_jewels .layout-post-6040_left .text .text-content a.request-details,
.single-high_end_jewels .layout-post-6040_right .text .text-content a.request-details {
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    display: inline-block;
    font-style: italic;
    margin: 10px 5px 0;
    min-width: 120px;
    padding: 5px 15px;
    text-align: center;
    -webkit-transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -moz-transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -o-transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    transition: background 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
.single-high_end_jewels .layout-post-intro .text-content a.request-details:hover,
.single-high_end_jewels .layout-post-6040_left .text .text-content a.request-details:hover,
.single-high_end_jewels .layout-post-6040_right .text .text-content a.request-details:hover {
    background-color: #c41617;
    background-color: rgba(196, 22, 23, 0.75);
    border-color: #fff;
    text-decoration: none;
}
.single-high_end_jewels .layout-post-intro .text-content a.request-details,
.single-high_end_jewels .layout-post-6040_left .text .text-content a.request-details,
.single-high_end_jewels .layout-post-6040_right .text .text-content a.request-details {
    display: block;
    margin: 50px auto 0;
    width: 150px;
}
.single-high_end_jewels .colour-theme-light .layout-post-intro .text-content a.request-details,
.single-high_end_jewels .colour-theme-light .layout-post-6040_left .text .text-content a.request-details,
.single-high_end_jewels .colour-theme-light .layout-post-6040_right .text .text-content a.request-details {
    border-color: #ababab;
    border-color: rgba(0, 0, 0, 0.33);
}
.single-high_end_jewels .colour-theme-light .layout-post-intro .text-content a.request-details:hover,
.single-high_end_jewels .colour-theme-light .layout-post-6040_left .text .text-content a.request-details:hover,
.single-high_end_jewels .colour-theme-light .layout-post-6040_right .text .text-content a.request-details:hover {
    background-color: #c41617;
    background-color: rgba(196, 22, 23, 0.75);
    border-color: #c41617;
    border-color: transparent;
}
/**
 * 2 Col Text Pages
 */

.page-template-template-text-single-column-read-more,
.page-template-template-text-two-column,
.page-template-template-text-single-column-nav,
.page-template-template-text-tertiary-single-column,
.page-template-template-text-tertiary-single-read-more {
    height: 100%;
}
.page-template-template-text-simple #main {
    overflow: visible;
}
.page-template-template-text-tertiary-single-read-more #page,
.page-template-template-text-simple #page {
    height: 100%;
}
#content .outer {
    width: 100%;
    height: 100%;
}
#content .inner {
    height: 100%;
}
.page-template-template-text-simple #content .inner,
.page-template-template-text-single-column-nav #content .inner,
.page-template-template-text-single-column-read-more #content .inner,
.page-template-template-text-tertiary-single-column-slider #content .inner,
.page-template-template-text-tertiary-single-column #content .inner,
.page-template-template-text-tertiary-single-read-more #content .inner,
.page-template-template-text-two-column #content .inner {
    overflow: hidden;
}
#content .col1 {
    background: url(../images/common/col-bg.png) repeat;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 0;
    width: 0px;
    height: 100%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.backgroundsize #content .col1 {
    background: #111;
    background: rgba(0, 0, 0, .9);
}
#content .col1.wide {
    background-color: transparent;
    float: none;
    padding: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0;
}
#content .col1.wide .text,
#content .col1.wide #entry-signup {
    width: 50%;
    margin: 0 auto;
    max-width: 600px;
}
#content .col1.wide .text {
    padding: 270px 40px 0 !important;
}
.colour-theme-light #content .col1 {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 0px;
}
.page-template-template-text-tertiary-single-read-more .col1 {
    background-color: #111;
    background-color: rgba(0, 0, 0, .9);
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 0 50px 0 0;
    width: 0px;
    height: 100%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
#content .col2 {
    background: url(../images/common/col-bg.png) repeat;
    float: left;
    padding: 0px;
    width: 0px;
    height: 100%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.backgroundsize #content .col2 {
    background: #151515;
    background: rgba(0, 0, 0, .65);
    float: left;
    padding: 0px;
    width: 0px;
    height: 100%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.colour-theme-light #content .col2 {
    background-color: #111;
    background-color: rgba(255, 255, 255, .65);
    border-right: 1px solid #ccc;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.page-template-template-text-tertiary-single-column-php .col1 {
    background: url(../images/common/col-bg.png) repeat;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 0;
    width: 0px;
    height: 100%;
    -webkit-transi010110tion: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.backgroundsize .page-template-template-text-tertiary-single-column-php .col1 {
    background: #111;
    background: rgba(0, 0, 0, .65);
}
.page-template-template-text-tertiary-single-read-more .col2 {
    background: url(../images/common/col-bg.png) repeat;
    float: left;
    padding: 0;
    width: 0px;
    height: 100%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.backgroundsize .page-template-template-text-tertiary-single-read-more .col2 {
    background: #151515;
    background: rgba(0, 0, 0, .65);
}
.page-template-template-text-tertiary-single-read-more .col2 .text {
    opacity: 0;
    padding-right: 50px;
}
.page-template-template-text-tertiary-single-column-php .col1 .text {
    padding-right: 50px;
    opacity: 0;
}
#content .inner .col1 .text {
    padding: 270px 40px 0;
    opacity: 0;
}
#content .inner .col1 .scrollable .inner-text {
    padding-bottom: 120px;
}
.scrollable p:last-child {
    padding-bottom: 20px;
}
#content .inner blockquote p {
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.1em;
}
p.read-more {
    padding-bottom: 30px;
}
/**
 * Single Column Read More
 */

.page-template-template-text-single-column-read-more #page {
    height: 100%;
}
.page-template-template-text-two-column #page {
    height: 100%;
}
.page-template-template-text-single-column-nav #page {
    height: 100%;
}
.page-template-template-text-tertiary-single-column #page {
    height: 100%;
}
.page-template-template-text-single-column-read-more-php #content .col2 {
    width: 0px;
    overflow: hidden;
    display: block;
}
.page-template-template-text-single-column-read-more-php #content .col2.show {
    width: 25%;
    padding: 40px;
}
#content .inner .col2 .text {
    padding: 0 30px 0;
    opacity: 0;
}
.scrollable {
    overflow: hidden;
}
/**
 * Single Column with Nav
 */

.page-template-template-text-single-column-nav-php .royalSlider img {
    float: left;
}
.page-template-template-text-single-column-nav-php .inner h2 {
    padding: 0 0 30px;
}
.page-template-template-text-single-column-nav-php .inner .item {
    margin-top: 0px;
}
/**
 * Read More
 */

.read-more a {
    font-style: italic;
}
/**
 * Redefining
 */

.items {
    display: none;
}
#tertiary-content {
    float: left;
    height: 100%;
}
#tertiary-content .text {
    padding-top: 260px;
    padding-left: 50px;
    opacity: 0;
}
#nav-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    z-index: 999999;
    opacity: 0;
}
#nav-back a {
    display: block;
    width: 60px;
    height: 100%;
    text-indent: -4000em;
}
#nav-back a span {
    background: url(../images/common/nav-back-arrow.png) no-repeat;
    width: 5px;
    height: 11px;
    background-size: 5px 11px;
    position: absolute;
    top: 263px;
    left: 40px;
}
.backgroundsize #nav-back a span {
    background: url(../images/common/nav-back-arrow.svg) no-repeat;
    background-size: 5px 11px;
}
@media screen and (max-width: 1366px) {
    #content .col1.wide .text {
        padding: 200px 40px 0 !important;
    }
}
@media screen and (max-width: 768px) {
    #content .col1 {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        width: 100% !important;
    }
    #content .col1.wide {
        width: 80% !important;
        margin: 0 auto;
    }
    #content .col1.wide .text,
    #content .col1.wide #entry-signup {
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
    }
    #content .inner .col1.wide .text {
        padding: 30px 20px 0 20px !important;
        width: auto !important;
        text-align: center;
    }
    .page-template-template-request-a-call-back .title h1 {
        max-width: 230px;
        margin: 0 auto;
    }
    .colour-theme-light #content .col1 {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        width: 100% !important;
    }
    #content .col2 {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        width: 100% !important;
    }
    .colour-theme-light #content .col2 {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        width: 100% !important;
    }
    #nav-sec {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        padding: 0px;
        opacity: 1;
    }
    #nav-sec ul li {
        padding: 20px;
        margin: 0;
    }
    #nav-sec ul ul {
        padding: 0;
    }
    #nav-sec ul ul li {
        text-align: center;
        margin: 0;
    }
    #bg-image {
        width: 100%;
        height: 250px;
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        padding: 0px;
        opacity: 1;
    }
    #bg-image .royalSlider {
        width: 100%;
    }
    #content .col1,
    #content .col2 {
        height: auto;
    }
    #content .inner .col1 .text {
        padding: 40px 20px 0;
        opacity: 1;
    }
    #content .col1,
    #content .col2 {
        float: none;
    }
    #content .inner .col1 .scrollable .inner-text {
        padding-bottom: 20px;
    }
    #content .col1,
    #content .col2 .scrollable p {
        padding-bottom: 20px;
    }
    #content .inner .col2 .text {
        padding: 0px 20px 0 !important;
        opacity: 1;
    }
    .page-template-template-text-single-column-nav-php #tertiary-nav {
        display: none;
    }
    .page-template-template-text-single-column-nav-php .items {
        padding: 20px;
        display: block;
    }
    .item .col {
        overflow: hidden;
    }
    .page-template-template-text-single-column-nav-php .inner h2 {
        padding-top: 20px;
    }
    .page-template-template-text-single-column-nav-php .royalSlider img {
        width: 100%;
        height: auto;
    }
}
.content-read-more-toggle .content-read-more-toggle-link {
    cursor: pointer;
    display: block;
    opacity: 0.6;
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
    white-space: nowrap;
}
.content-read-more-toggle .content-read-more-toggle-link .less {
    display: block;
}
.content-read-more-toggle .content-read-more-toggle-link .more {
    display: none;
}
.content-read-more-toggle .content-read-more-toggle-link:hover {
    opacity: 1;
}
.content-read-more-toggle .content-read-more {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 500ms;
    -moz-transition: max-height 500ms;
    -o-transition: max-height 500ms;
    transition: max-height 500ms;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
.content-read-more-toggle.more .content-read-more {
    max-height: 1000px;
}
.content-read-more-toggle.more .content-read-more-toggle-link .less {
    display: none;
}
.content-read-more-toggle.more .content-read-more-toggle-link .more {
    display: block;
}
/**
 * High End Jewels
 */

.single-high_end_jewels {
    /***** End of Dark Theme *****/
    
    padding-top: 90px;
    /* Handle line styling when intro is first page part */
}
.single-high_end_jewels a.back_to_top {
    bottom: 0;
    top: auto;
    -webkit-transition: bottom 400ms ease-in-out;
    -moz-transition: bottom 400ms ease-in-out;
    -o-transition: bottom 400ms ease-in-out;
    transition: bottom 400ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
.js .single-high_end_jewels.show-footer a.back_to_top {
    bottom: 73px;
}
.single-high_end_jewels .colour-theme-light {
    background-color: #fff;
}
.single-high_end_jewels .colour-theme-light .jewel-title {
    background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(1%, rgba(255, 255, 255, 0.99)), color-stop(100%, rgba(255, 255, 255, 0.01)));
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    background: -ms-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#03FFFFFF', GradientType=0);
}
.single-high_end_jewels .colour-theme-light .jewel-title .next-posts a {
    background: url(../images/common/arrow_right_dark.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
}
.single-high_end_jewels .colour-theme-light .jewel-title .prev-posts a {
    background: url(../images/common/arrow_left_dark.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
}
.single-high_end_jewels .colour-theme-light .jewel-title .nav-bullets span a {
    background: #eee;
}
.single-high_end_jewels .colour-theme-light .jewel-title .nav-bullets span a:hover {
    background: #c41617;
}
.single-high_end_jewels .colour-theme-light .jewel-title .nav-bullets span.current_page_item a {
    background: #c41617;
}
.single-high_end_jewels .colour-theme-light #fade-in-menu {
    background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(1%, rgba(255, 255, 255, 0.99)), color-stop(100%, rgba(255, 255, 255, 0.01)));
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    background: -ms-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.01) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#03FFFFFF', GradientType=0);
}
.single-high_end_jewels .colour-theme-light #fade-in-menu .next-posts a {
    background: url(../images/common/arrow_right_dark.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
}
.single-high_end_jewels .colour-theme-light #fade-in-menu .prev-posts a {
    background: url(../images/common/arrow_left_dark.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
}
.single-high_end_jewels .colour-theme-light #fade-in-menu .nav-bullets span a {
    background: #ccc;
}
.single-high_end_jewels .colour-theme-light #fade-in-menu .nav-bullets span a:hover {
    background: #c41617;
    opacity: 1;
}
.single-high_end_jewels .colour-theme-light #fade-in-menu .nav-bullets span.current_page_item a {
    background: #c41617;
}
.single-high_end_jewels .colour-theme-dark {
    background-color: #000;
}
.single-high_end_jewels .colour-theme-dark .jewel-title {
    background: -moz-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(1%, rgba(0, 0, 0, 0.99)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#03000000', GradientType=0);
}
.single-high_end_jewels .colour-theme-dark .jewel-title .next-posts {
    opacity: 0.7;
}
.single-high_end_jewels .colour-theme-dark .jewel-title .next-posts a {
    background: url(../images/common/arrow_right_white.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
}
.single-high_end_jewels .colour-theme-dark .jewel-title .prev-posts {
    opacity: 0.7;
}
.single-high_end_jewels .colour-theme-dark .jewel-title .prev-posts a {
    background: url(../images/common/arrow_left_white.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
}
.single-high_end_jewels .colour-theme-dark .jewel-title .nav-bullets span a {
    background: #777;
}
.single-high_end_jewels .colour-theme-dark .jewel-title .nav-bullets span a:hover {
    background: #c41617;
    opacity: 1;
}
.single-high_end_jewels .colour-theme-dark .jewel-title .nav-bullets span.current_page_item a {
    background: #c41617;
}
.single-high_end_jewels .colour-theme-dark #fade-in-menu {
    background: -moz-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(1%, rgba(0, 0, 0, 0.99)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.01) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#03000000', GradientType=0);
}
.single-high_end_jewels .colour-theme-dark #fade-in-menu .next-posts {
    opacity: 0.7;
}
.single-high_end_jewels .colour-theme-dark #fade-in-menu .next-posts a {
    background: url(../images/common/arrow_right_white.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
}
.single-high_end_jewels .colour-theme-dark #fade-in-menu .prev-posts {
    opacity: 0.7;
}
.single-high_end_jewels .colour-theme-dark #fade-in-menu .prev-posts a {
    background: url(../images/common/arrow_left_white.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
}
.single-high_end_jewels .colour-theme-dark #fade-in-menu .nav-bullets span a {
    background: #777;
}
.single-high_end_jewels .colour-theme-dark #fade-in-menu .nav-bullets span.current_page_item a {
    background: #c41617;
}
.single-high_end_jewels .hero-line {
    opacity: 0;
}
.single-high_end_jewels .posts {
    padding-top: 0px;
}
.single-high_end_jewels #content .inner blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 20px;
}
.single-high_end_jewels #high-end-hero {
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    opacity: 0;
}
.single-high_end_jewels #high-end-hero a.high-end-scroll {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 56px;
    width: 55px;
    text-indent: -4000em;
    background: #c41617 url(../images/common/scroll-down.png) no-repeat;
    background-size: 11px 5px;
    background-position: 23px 26px;
}
.single-high_end_jewels .jewel-title {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    opacity: 1;
}
.single-high_end_jewels .jewel-title .title-holder {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
.single-high_end_jewels .jewel-title .title-holder h1 {
    width: 80%;
    margin: 0 auto;
}
.single-high_end_jewels .jewel-title .title-holder .next-posts {
    position: absolute;
    top: 50px;
    right: 15px;
}
.single-high_end_jewels .jewel-title .title-holder .next-posts a {
    display: block;
    text-indent: -5000em;
    width: 20px;
    height: 20px;
}
.single-high_end_jewels .jewel-title .title-holder .prev-posts {
    position: absolute;
    top: 50px;
    left: 15px;
}
.single-high_end_jewels .jewel-title .title-holder .prev-posts a {
    display: block;
    text-indent: -5000em;
    width: 20px;
    height: 20px;
}
.single-high_end_jewels .jewel-title .title-holder .nav-bullets {
    text-align: center;
    padding-top: 30px;
}
.single-high_end_jewels .jewel-title .title-holder .nav-bullets span {
    display: inline-block;
    margin-left: 10px;
    height: 8px;
    width: 8px;
    vertical-align: middle;
    opacity: 0.5;
}
.single-high_end_jewels .jewel-title .title-holder .nav-bullets span a {
    text-indent: -5000em;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}
.single-high_end_jewels .jewel-title .title-holder .nav-bullets span.current_page_item {
    opacity: 1;
}
.single-high_end_jewels .jewel-title .title-holder .nav-bullets span.current_page_item a {
    width: 8px;
    height: 8px;
}
.single-high_end_jewels #fade-in-menu {
    width: 100%;
    margin: 0;
    top: 55px;
    position: fixed;
    display: none;
    z-index: 8;
    height: 160px;
}
.single-high_end_jewels #fade-in-menu .title-holder {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}
.single-high_end_jewels #fade-in-menu .title-holder .next-posts {
    position: absolute;
    top: 30px;
    right: 0;
}
.single-high_end_jewels #fade-in-menu .title-holder .next-posts a {
    display: block;
    text-indent: -5000em;
    width: 20px;
    height: 20px;
}
.single-high_end_jewels #fade-in-menu .title-holder .prev-posts {
    position: absolute;
    top: 30px;
    left: 0;
}
.single-high_end_jewels #fade-in-menu .title-holder .prev-posts a {
    display: block;
    text-indent: -5000em;
    width: 20px;
    height: 20px;
}
.single-high_end_jewels #fade-in-menu .title-holder .nav-bullets {
    text-align: center;
    padding-bottom: 30px;
}
.single-high_end_jewels #fade-in-menu .title-holder .nav-bullets span {
    display: inline-block;
    margin-left: 10px;
    height: 8px;
    width: 8px;
    vertical-align: middle;
    opacity: 0.5;
}
.single-high_end_jewels #fade-in-menu .title-holder .nav-bullets span a {
    text-indent: -5000em;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}
.single-high_end_jewels #fade-in-menu .title-holder .nav-bullets span.current_page_item {
    opacity: 1;
}
.single-high_end_jewels #fade-in-menu .title-holder .nav-bullets span.current_page_item a {
    width: 8px;
    height: 8px;
}
.single-high_end_jewels .page-part {
    opacity: 0;
}
.single-high_end_jewels .layout-post-intro {
    text-align: center;
    padding-bottom: 50px;
}
.single-high_end_jewels .layout-post-intro .line {
    margin-bottom: 50px;
}
.single-high_end_jewels .layout-post-intro .column {
    margin: 0 auto;
    max-width: 500px;
}
.single-high_end_jewels .layout-post-intro .text-content h1 {
    padding: 0 0 50px 0;
}
.single-high_end_jewels .posts > .layout-post-intro:first-child {
    padding-top: 50px;
}
.single-high_end_jewels .posts > .layout-post-intro:first-child .line {
    display: none;
}
.single-high_end_jewels .layout-post-6040_left .image {
    width: 40%;
    float: left;
}
.single-high_end_jewels .layout-post-6040_left .image img {
    width: 100%;
    height: auto;
}
.single-high_end_jewels .layout-post-6040_left .image iframe {
    width: 100% !important;
    min-height: 320px !important;
    height: 100% !important;
    padding-top: 30px;
    padding-bottom: 20px;
}
.single-high_end_jewels .layout-post-6040_left .text {
    width: 60%;
    float: right;
    position: relative;
}
.single-high_end_jewels .layout-post-6040_left .text .text-content {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.single-high_end_jewels .layout-post-6040_left .text .text-content h1 {
    padding: 0 0 50px 0;
}
.single-high_end_jewels .layout-post-6040_right .image {
    width: 40%;
    float: right;
}
.single-high_end_jewels .layout-post-6040_right .image img {
    width: 100%;
    height: auto;
}
.single-high_end_jewels .layout-post-6040_right .image iframe {
    width: 100% !important;
    min-height: 320px !important;
    height: 100% !important;
    padding-top: 30px;
    padding-bottom: 20px;
}
.single-high_end_jewels .layout-post-6040_right .text {
    width: 60%;
    float: left;
    position: relative;
}
.single-high_end_jewels .layout-post-6040_right .text .text-content {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.single-high_end_jewels .layout-post-6040_right .text .text-content h1 {
    padding: 0 0 50px 0;
}
.single-high_end_jewels .layout-post-full_width {
    max-height: 850px;
    overflow: hidden;
    height: 100%;
}
.single-high_end_jewels .layout-post-full_width .text {
    display: none;
}
.single-high_end_jewels .layout-post-full_width .image {
    width: 100%;
    height: 100%;
    max-height: 850px;
    overflow: hidden;
}
.single-high_end_jewels .layout-post-full_width .image img {
    width: 100%;
    height: auto;
}
.single-high_end_jewels .related-products {
    opacity: 0;
}
.single-high_end_jewels .related-products h1 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.single-high_end_jewels .related-products .product_column {
    width: 33%;
    float: left;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.single-high_end_jewels .related-products .product_column img {
    width: 65%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 30px;
}
.single-high_end_jewels .related-products .product_column h3 {
    line-height: 15px;
    padding-top: 30px;
}
.single-high_end_jewels .related-products .product_column h3 a {
    text-transform: uppercase;
}
.single-high_end_jewels .related-products .product_column h3 a:hover {
    text-decoration: none;
}
.single-high_end_jewels .related-products .product_column.active {
    opacity: 1;
}
.single-high_end_jewels .related-products .product_column.inactive {
    opacity: 0.3;
}
.single-high_end_jewels #high-end-contact {
    background: #222;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.single-high_end_jewels #high-end-contact .gfield.optin .ginput_container {
    display: block;
}
.single-high_end_jewels #high-end-contact .contact-form {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 250px;
    position: relative;
}
.single-high_end_jewels #high-end-contact .contact-form .arrow-x {
    position: absolute;
    top: 0;
    right: 0;
}
.single-high_end_jewels #high-end-contact .contact-form h1 {
    text-align: center;
}
.single-high_end_jewels #high-end-contact .contact-form p {
    text-align: center;
}
.single-high_end_jewels #high-end-contact .contact-form p.product-details {
    font-style: normal;
}
@media screen and (max-width: 1024px) {
    .layout-post-6040_left .text .text-content {
        position: relative !important;
        padding: 50px 0 50px 0;
        top: 0 !important;
        left: 0 !important;
    }
    .layout-post-6040_right .text .text-content {
        position: relative !important;
        padding: 50px 0 50px 0;
        top: 0 !important;
        left: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .single-high_end_jewels {
        padding-top: 0px;
    }
    .single-high_end_jewels .type-page-part {
        margin-bottom: 30px;
    }
    .single-high_end_jewels .layout-post-intro {
        max-width: 100%;
        padding: 30px;
    }
    .single-high_end_jewels .layout-post-6040_left .image {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .single-high_end_jewels .layout-post-6040_left .text {
        width: 100%;
        float: none;
    }
    .single-high_end_jewels .layout-post-6040_left .text .text-content {
        width: 100%;
        left: 0 !important;
        top: 0 !important;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .single-high_end_jewels .layout-post-6040_right .image {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .single-high_end_jewels .layout-post-6040_right .image img {
        width: 100%;
        height: auto;
    }
    .single-high_end_jewels .layout-post-6040_right .text {
        width: 100%;
        float: none;
    }
    .single-high_end_jewels .layout-post-6040_right .text .text-content {
        width: 100%;
        left: 0 !important;
        top: 0 !important;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .single-high_end_jewels .related-products .product_column {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .single-high_end_jewels .related-products .product_column img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
    .single-high_end_jewels #high-end-contact {
        position: absolute;
    }
    .single-high_end_jewels #high-end-contact .contact-form {
        padding: 20px;
        margin-top: 120px;
    }
    .single-high_end_jewels #high-end-contact .contact-form .arrow-x {
        position: absolute;
        top: 0;
        right: 20px;
    }
}
@media screen and (min-width: 769px) {
    .js .single-high_end_jewels.show-footer a.back_to_top {
        bottom: 33px;
    }
}
.colour-theme-bridal {
    background-color: #fff;
}
.page-template-template-bridal .back_to_top {
    display: none !important;
}
.js .page-template-template-bridal .page-part {
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
.js .page-template-template-bridal .page-part.in-view {
    opacity: 1;
}
@media screen and (min-width: 769px) {
    .page-template-template-bridal {
        padding-top: 90px;
    }
}
.social-icons {
    display: block;
    height: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons > li {
    background: none;
    display: inline-block;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0px;
    width: 16px;
    height: 16px;
}
.social-icons > li a {
    display: block;
    opacity: 0.35;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
    width: 16px;
    height: 16px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.social-icons > li a:hover {
    opacity: 0.48;
}
.social-icons > li:last-child {
    margin-right: 0;
}
.social-icons > li.twitter a,
.social-icons > li.instagram a,
.social-icons > li.facebook a,
.social-icons > li.wechat a {
    background: url(../images/common/social-icons@2x.png) no-repeat;
    background-size: 150px 80px;
}
.no-backgroundsize .social-icons > li.twitter a,
.no-backgroundsize .social-icons > li.instagram a,
.no-backgroundsize .social-icons > li.facebook a,
.no-backgroundsize .social-icons > li.wechat a {
    background-image: url(../images/common/social-icons.png);
}
.social-icons > li.twitter a {
    background-position: -30px -20px;
}
.social-icons > li.instagram,
.social-icons > li.instagram a {
    width: 17px;
}
.social-icons > li.instagram a {
    background-position: -60px -20px;
}
.social-icons > li.facebook,
.social-icons > li.facebook a {
    width: 11px;
}
.social-icons > li.facebook a {
    background-position: -95px -20px;
}
.social-icons > li.wechat a {
    background-position: -120px -20px;
}
.footer-dark .social-icons > li a {
    opacity: 0.7;
}
.footer-dark .social-icons > li a:hover {
    opacity: 1;
}
.footer-dark .social-icons > li.twitter a {
    background-position: -30px -60px;
}
.footer-dark .social-icons > li.instagram a {
    background-position: -60px -60px;
}
.footer-dark .social-icons > li.facebook a {
    background-position: -95px -60px;
}
.footer-dark .social-icons > li.wechat a {
    background-position: -120px -60px;
}
.site-footer {
    background-color: rgba(125, 125, 125, 0.1);
    box-sizing: border-box;
    font-family: Arial, Helvetica;
    line-height: 1.5em;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: padding-top 400ms ease-in-out, opacity 400ms ease-in-out, visibility 400ms ease-in-out;
    -moz-transition: padding-top 400ms ease-in-out, opacity 400ms ease-in-out, visibility 400ms ease-in-out;
    -o-transition: padding-top 400ms ease-in-out, opacity 400ms ease-in-out, visibility 400ms ease-in-out;
    transition: padding-top 400ms ease-in-out, opacity 400ms ease-in-out, visibility 400ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active {
    text-decoration: none;
}
.archive.viewing-enlarged-image #image-enlarged .site-footer {
    display: none;
}
.site-footer.footer-dark {
    background-color: rgba(125, 125, 125, 0.2);
}
/**
 * Infinite Scroll
 */

.js .is-infinite-scroll .site-footer {
    width: 100%;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    visibility: hidden;
    z-index: 100;
}
.js .is-infinite-scroll.show-footer .site-footer {
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width: 769px) {
    /**
   * JavaScript Toggle
   */
    
    .site-footer {
        padding: 8px 20px 8px 40px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .site-footer .footer-tools {
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .site-footer .footer-signoff {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .page-template-template-text-single-column-nav .site-footer,
    .page-template-template-text-single-column-read-more .site-footer,
    .page-template-template-text-tertiary-single-column-slider .site-footer,
    .page-template-template-text-tertiary-single-column .site-footer,
    .page-template-template-text-tertiary-single-read-more .site-footer,
    .page-template-template-text-two-column .site-footer {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(125, 125, 125, 0.2) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(125, 125, 125, 0.2) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(125, 125, 125, 0.2) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#337d7d7d', GradientType=1);
    }
    .colour-theme-light.page-template-template-text-single-column-nav .site-footer,
    .colour-theme-light.page-template-template-text-single-column-read-more .site-footer,
    .colour-theme-light.page-template-template-text-tertiary-single-column-slider .site-footer,
    .colour-theme-light.page-template-template-text-tertiary-single-column .site-footer,
    .colour-theme-light.page-template-template-text-tertiary-single-read-more .site-footer,
    .colour-theme-light.page-template-template-text-two-column .site-footer {
        background: -moz-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(125, 125, 125, 0.1) 100%);
        background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(125, 125, 125, 0.1) 100%);
        background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(125, 125, 125, 0.1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#1a7d7d7d', GradientType=1);
    }
    .js .site-footer {
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
    }
    .js .show-footer .site-footer {
        opacity: 1;
        visibility: visible;
    }
}
.footer-tools {
    margin-bottom: 10px;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.footer-tools .footer-expand-nav {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.footer-tools .social-nav {
    text-align: right;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.footer-tools .footer-expand-nav {
    padding-right: 40px;
}
@media screen and (min-width: 769px) {
    .footer-tools {
        margin-bottom: 0;
    }
    .footer-tools .footer-expand-nav,
    .footer-tools .social-nav {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.footer-signoff {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.footer-signoff .footer-nav {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.footer-signoff .site-copyright {
    padding-right: 20px;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
@media screen and (min-width: 769px) {
    .footer-signoff .site-copyright {
        padding-right: 25px;
    }
}
.footer-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav > li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.footer-nav > li:before {
    content: '| ';
    margin: 0 2px;
}
.footer-nav > li:first-child:before {
    display: none;
}
.footer-expand-nav {
    position: relative;
}
.footer-expand-nav a {
    padding-left: 10px;
}
.footer-expand-nav > a {
    position: relative;
}
.footer-expand-nav:not( .show) > a:before,
.footer-expand-nav.show ul > li.current-item > a:before {
    background: url(../images/common/arrows-mini-black.png) no-repeat 0 -10px;
    background-size: 10px 40px;
    content: ' ';
    display: block;
    opacity: 0.35;
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 8px;
    height: 8px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.footer-dark .footer-expand-nav:not( .show) > a:before,
.footer-dark .footer-expand-nav.show ul > li.current-item > a:before {
    background-image: url(../images/common/arrows-mini-white.png);
    opacity: 0.5;
}
.no-backgroundsize .footer-expand-nav:not( .show) > a:before,
.no-backgroundsize .footer-expand-nav.show ul > li.current-item > a:before {
    background-position: 0 0;
}
.footer-expand-nav:not( .show) > a:hover:before,
.footer-expand-nav.show ul > li.current-item > a:hover:before {
    opacity: 0.48;
}
.footer-dark .footer-expand-nav:not( .show) > a:hover:before,
.footer-dark .footer-expand-nav.show ul > li.current-item > a:hover:before {
    opacity: 1;
}
.footer-expand-nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-expand-nav ul > li {
    margin: 0;
    padding: 0;
}
.footer-expand-nav ul > li > a {
    position: relative;
}
/**
 * JavaScript Toggle
 */

.js .footer-expand-nav ul {
    display: block;
    padding-bottom: 16px;
    position: absolute;
    left: 0;
    bottom: 100%;
    visibility: hidden;
}
.js .footer-expand-nav.show ul {
    visibility: visible;
}
.scroll-tab {
    background: #c41617 url(../images/common/scroll-down.svg) no-repeat 22px 26px;
    background-size: 11px 5px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -4000em;
    visibility: visible;
    width: 55px;
    height: 56px;
    z-index: 100;
}
.js .scroll-tab {
    -webkit-transition: opacity 800ms ease-in-out, visibility 800ms ease-in-out, background-position 800ms ease-in-out, bottom 400ms ease-in-out;
    -moz-transition: opacity 800ms ease-in-out, visibility 800ms ease-in-out, background-position 800ms ease-in-out, bottom 400ms ease-in-out;
    -o-transition: opacity 800ms ease-in-out, visibility 800ms ease-in-out, background-position 800ms ease-in-out, bottom 400ms ease-in-out;
    transition: opacity 800ms ease-in-out, visibility 800ms ease-in-out, background-position 800ms ease-in-out, bottom 400ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
.js .show-footer .scroll-tab {
    bottom: 73px;
}
.scroll-tab-up,
.scroll-tab-up.loaded {
    background-image: url(../images/common/back-to-top.svg);
    background-position: 22px 35px;
    z-index: 99;
}
.scroll-tab-down.scrolled,
.scroll-tab-down.scrolled.loaded {
    background-position: 22px 16px;
    opacity: 0;
    visibility: hidden;
}
.scroll-tab-up.scrolled {
    background-position: 22px 25px;
}
.no-svg .scroll-tab,
.no-backgroundsize .scroll-tab {
    background-image: url(../images/common/scroll-down.png);
}
.no-svg .scroll-tab-up,
.no-backgroundsize .scroll-tab-up {
    background-image: url(../images/common/back-to-top.png);
}
@media screen and (min-width: 769px) {
    .js .show-footer .scroll-tab {
        bottom: 33px;
    }
}
#splash-page {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#splash-content {
    margin-left: -150px;
    margin-top: -50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 100px;
}
.splash-logo {
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
    text-indent: -3000px;
    width: 220px;
    height: 30px;
}
.splash-logo h1 {
    background: url(../images/common/nirav-modi-logo.png) no-repeat center 0px;
}
.backgroundsize.svg .splash-logo h1 {
    background-image: url(../images/common/nirav-modi-logo.svg);
    background-size: 220px 30px;
}
.splash-sub {
    font-style: italic;
    padding-top: 30px;
    text-align: center;
}
.splash-regions,
.splash-continue {
    text-align: center;
}
.splash-regions {
    display: block;
    list-style: none;
    margin: 30px 0 1em 0;
    padding: 0px;
}
.splash-regions > li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    vertical-align: top;
}
.splash-languages {
    list-style: none;
    margin-top: 7px;
}
.splash-languages > li {
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    #splash-content {
        margin-left: -300px;
        width: 600px;
    }
}
.error404 {
    height: 100%;
}
.error404 .site {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90%;
}
.error404 #main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
}
.error404 .site-content {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    text-align: center;
    max-width: 500px;
}
.page-parts {
    clear: both;
}
.page-part {
    clear: both;
}
.page-part.color-theme-post-bridal-dark {
    background-color: #bda9aa;
}
.page-part.color-theme-post-bridal-base {
    background-color: #ded2d3;
}
.page-part.color-theme-post-bridal-tint-4 {
    background-color: #f4f1f1;
}
.page-part.color-theme-post-bridal-tint-3 {
    background-color: #f6f3f3;
}
.page-part.color-theme-post-bridal-tint-2 {
    background-color: #f8f5f5;
}
.page-part.color-theme-post-bridal-tint-1 {
    background-color: #f9f7f7;
}
.page-part-template {
    box-sizing: border-box;
    position: relative;
}
.page-part-template h2 {
    line-height: 1.2em;
    margin: 0 0 25px 0;
    padding: 0;
    text-transform: uppercase;
}
.page-part-template h3 {
    font-family: 'Cinzel', 'Trajan Pro', Times, serif;
    line-height: 1.2em;
    margin: 0 0 25px 0;
    padding: 0;
    text-transform: uppercase;
}
.page-part-template h3::after {
    background: #333;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    content: ' ';
    display: block;
    height: 1px;
    margin: 25px 0;
    opacity: 0.3;
    overflow: hidden;
}
.page-part-template p {
    font-family: inherit;
    line-height: inherit;
}
.page-part-template blockquote {
    font-family: Didot, 'Didot LT STD', 'Hoefler Text', 'Times New Roman', Times, serif;
    font-style: italic;
    line-height: 1.2em;
    margin: 25px 0;
}
.page-part-template blockquote em,
.page-part-template blockquote cite {
    font-family: 'Cinzel', 'Trajan Pro', Times, serif;
    font-style: normal;
    text-transform: uppercase;
}
.page-part-template .line {
    margin: 25px 0;
}
.page-part-template .column,
.page-part-template .column-content,
.page-part-template .column-text {
    box-sizing: border-box;
}
.page-part-template .column >:first-child,
.page-part-template .column-content >:first-child,
.page-part-template blockquote >:first-child {
    margin-top: 0;
}
.page-part-template .column >:last-child,
.page-part-template .column-content >:last-child,
.page-part-template blockquote >:last-child {
    margin-bottom: 0;
}
.page-part-template.color-theme-post-bridal-dark h3::after {
    background: #ccc;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.no-cssgradients .page-part-template h3::after {
    background: #333;
}
.no-cssgradients .page-part-template.color-theme-post-bridal-dark h3::after {
    background: #ccc;
}
.page-part-template.color-theme-post-bridal-base::before,
.page-part-template.color-theme-post-bridal-tint-4::before,
.page-part-template.color-theme-post-bridal-tint-3::before,
.page-part-template.color-theme-post-bridal-tint-2::before,
.page-part-template.color-theme-post-bridal-tint-1::before,
.page-part-template.color-theme-post-default::before,
.page-part-template.color-theme-post-default:last-child::after {
    background: #333;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    content: ' ';
    height: 1px;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
.page-part-template.color-theme-post-default:last-child::after {
    top: auto;
    bottom: 0;
}
.page-part-template-image-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.page-part-template-image-background .column-image img {
    width: 100%;
    height: auto;
}
.page-part-template-image-background .column-text {
    padding: 30px 20px;
    text-align: center;
}
.page-part-template-image-background .column-content {
    max-width: 450px;
}
@media screen and (max-width: 768px) {
    .page-part-template-image-background .content-part-2 {
        display: none;
    }
}
/*
 .page-part-template-image-background {
 background-image: none !important;
 .column-image {
 padding-top: 0 !important;
 }
 }
 */

.page-part-template-image-background {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.page-part-template-image-background .column {
    width: 50%;
    -webkit-box-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.page-part-template-image-background .column-image img {
    display: none;
}
.page-part-template-image-background .column-text {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-part-template-image-background .column-text > * {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.page-part-template-image-background-left .column {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.page-part-template-image-background-left .column-text {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.no-flexbox .page-part-template-image-background {
    overflow: hidden;
}
.no-flexbox .page-part-template-image-background .column {
    float: left;
}
.no-flexbox .page-part-template-image-background .column-text {
    float: right;
}
.no-flexbox .page-part-template-image-background-left .column {
    float: right;
}
.no-flexbox .page-part-template-image-background-left .column-text {
    float: left;
}
@media screen and (min-width: 769px) {
    .page-part-template-image-background .column-text {
        padding: 65px 40px;
    }
}
.page-part-template-text-image-split .column-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-part-template-text-image-split .column-image img {
    visibility: hidden;
    width: 100%;
    height: auto;
}
.page-part-template-text-image-split .column-content {
    max-width: 450px;
    padding: 30px 20px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-part-template-text-image-split .content-part-2 {
        display: none;
    }
}
.page-part-template-text-image-split {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.page-part-template-text-image-split .column {
    width: 50%;
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.page-part-template-text-image-split .column-text {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-part-template-text-image-split .column-text > * {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.page-part-template-text-image-split-left .column {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.page-part-template-text-image-split-left .column-text {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.no-flexbox .page-part-template-text-image-split {
    overflow: hidden;
}
.no-flexbox .page-part-template-text-image-split .column {
    float: left;
}
.no-flexbox .page-part-template-text-image-split .column-text {
    float: right;
}
.no-flexbox .page-part-template-text-image-split-left .column {
    float: right;
}
.no-flexbox .page-part-template-text-image-split-left .column-text {
    float: left;
}
@media screen and (min-width: 769px) {
    .page-part-template-text-image-split .column-content {
        padding: 65px 40px;
    }
}
.page-part-template-text {
    text-align: center;
}
.page-part-template-text .column {
    margin: 0 auto;
    max-width: 800px;
    padding: 30px 20px;
}
@media screen and (min-width: 769px) {
    .page-part-template-text .column {
        width: 60%;
        padding: 65px 40px;
    }
}
.page-part-template-video-background .background video,
.page-part-template-video-background .background img {
    display: block;
    width: 100%;
    height: auto;
}
.page-part-template-video-background .column {
    padding: 30px 20px;
    text-align: center;
}
.page-part-template-video-background .column-content {
    max-width: 450px;
}
.page-part-template-video-background.no-background .background {
    display: none;
}
@media screen and (max-width: 768px) {
    .page-part-template-video-background .content-part-2 {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .page-part-template-video-background .column {
        padding: 65px 40px;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-part-template-video-background .column > * {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .page-part-template-video-background.no-background .column {
        position: relative;
        top: auto;
        right: auto;
    }
    .page-part-template-video-background-left .column {
        right: auto;
        left: 0;
    }
    .page-part-template-video-background-left.no-background .column {
        margin-right: 0;
        margin-left: auto;
        left: auto;
    }
}
/**
 * WeChat
 */

.wechat-container {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 9999999;
    -webkit-transition: opacity 400ms, visibility 400ms;
    -moz-transition: opacity 400ms, visibility 400ms;
    -o-transition: opacity 400ms, visibility 400ms;
    transition: opacity 400ms, visibility 400ms;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for rendering jump */
    
    transform: translate3d(0, 0, 0);
}
.wechat-container.show {
    opacity: 1;
    visibility: visible;
}
.wechat-container img {
    display: block;
    margin-top: -100px;
    margin-left: -100px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
}
body,
.contact-panel .gform_confirmation_message,
.category-press .posts .entry-content .entry-publication,
.category-press .posts .entry-content .entry-date,
.related-products .related-product h3,
.view_pieces,
.gform_wrapper .chosen-container,
.contact-panel .gform_confirmation_message,
.single-high_end_jewels,
.single-high_end_jewels p,
.single-high_end_jewels #content .inner blockquote p {
    font-size: 13px;
}
.gform_wrapper .gf_progressbar_percentage {
    font-size: 13px !important;
}
h1,
.boutique-detail .boutique-title,
.product-term-title h1 {
    font-size: 24px;
}
h2,
#jr_header,
.home .royalSlider .feature .bContainer .subtitle h3,
.single-nm_location .entry-subtitle,
.share-your-wish-content h3 {
    font-size: 20px;
}
.home .royalSlider .feature .bContainer h2 {
    font-size: 27px;
}
blockquote {
    font-size: 25px;
}
.single-nm_location .entry-subtitle {
    font-size: 25px !important;
}
.single-nm_product .subtitle,
#image-enlarged h2,
.single-attachment h2,
.niravmodi-popup .gform_wrapper .gform_title,
.page-part-template blockquote {
    font-size: 22px;
}
#content .inner blockquote p {
    font-size: 20px;
}
.page-part-template h2,
.page-part-template h3,
.content-header .product-section-nav,
.niravmodi-popup .gform_wrapper .gform_title_subtitle,
.splash-regions > li {
    font-size: 18px;
}
.product-filters li.sel a::after,
.contact-form-panel,
.social-sharing-panel {
    font-size: 17px;
}
blockquote em,
blockquote cite,
.page-id-632 h2,
.category-press .posts .entry-content .entry-title,
.product-thumbnail h3,
.contact-panel h3,
.splash-sub {
    font-size: 16px;
}
.product-term-description p,
.phone-panel,
.contact-phone span,
.single-high_end_jewels .related-products .product_column h3,
.single-high_end_jewels .contact-form p.product-details {
    font-size: 15px;
}
.home .royalSlider .feature .bContainer p,
.page-part-template blockquote em,
.page-part-template blockquote cite {
    font-size: 14px;
}
.contact-panel input[type=button],
.contact-panel input[type=submit],
input.button-box[type=button],
input.button-box[type=submit] {
    font-size: 14px !important;
}
#site-navigation,
.product-term-nav,
#image-enlarged .entry-title h1,
.landing-enquire-title,
.social-sharing-panel h3 {
    font-size: 12px;
}
.tabbed .tabs,
.tabbed .tab-title,
#jr_inner,
.contact-panel input[type="text"],
.contact-panel textarea,
.contact-panel input[type="text"],
.contact-panel textarea {
    font-size: 12px !important;
}
#site-navigation ul li,
#nav-sec ul li,
#tertiary-nav,
.site-footer,
.home .royalSlider .feature .bContainer p.featurette-link a,
.lang-switcher .load-lang-switcher,
.single-nm_product .product-code,
.single-nm_product .incl-vat,
form.dark-form-theme .gfield.optin,
form.dark-form-theme li.gfield.optin.gfield_error {
    font-size: 11px;
}
.lang-zh-hans #tertiary-nav,
.lang-zh-hant #tertiary-nav {
    font-size: 13px;
}
.home .featurette-link a:link,
.home .featurette-link a:visited {
    font-size: 10px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr,
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    font-size: 1px;
}
.gf_submission_limit_message {
    font-size: 1.4em;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-size: 1.3em;
}
.gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
}
.gform_wrapper div.validation_error,
.gform_wrapper span.ginput_total {
    font-size: 1.2em;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message,
.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gf_step,
.gform_wrapper .chosen-container-single .chosen-search input[type="text"],
.gform_wrapper .form_saved_message,
.form_saved_message_sent {
    font-size: 1em;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction,
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction,
.gform_wrapper div.gfield_description.validation_error {
    font-size: 0.875em;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 0.813em;
}
#jr_inner li a {
    font-size: 0.8em;
}
.gform_wrapper div.charleft {
    font-size: 0.688em;
}
.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td,
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 100%;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
    font-size: inherit;
}
.lang-zh-hans #content .inner blockquote p,
.lang-zh-hant #content .inner blockquote p {
    font-size: 19px;
}
@media screen and (min-width: 769px) {
    .page-part-template h2,
    .page-part-template blockquote {
        font-size: 26px;
    }
    .page-part-template h3 {
        font-size: 22px;
    }
    .page-part-template blockquote em,
    .page-part-template blockquote cite {
        font-size: 16px;
    }
    .locations-map-marker a .count {
        font-size: 10px;
    }
    .page-part-template h2,
    .page-part-template blockquote {
        font-size: 26px;
    }
    .page-part-template h3 {
        font-size: 22px;
    }
    .page-part-template blockquote em,
    .page-part-template blockquote cite {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .locations-list .region h2 {
        font-size: 16px;
    }
    .product-term-description p {
        font-size: 15px;
    }
    .content-header .product-section-nav {
        font-size: 12px;
    }
    #collapsing-nav,
    #collapsing-nav h1 {
        font-size: 11px;
    }
}
body {
    color: #fff;
}
p {
    color: #ccc;
}
a:link,
a:visited,
a:hover,
a:active {
    color: #c41617;
}
h1 a:link,
h1 a:visited,
h1 a:hover {
    color: #fff;
}
.colour-theme-light h1 a:link,
.colour-theme-light h1 a:visited,
.colour-theme-light h1 a:hover {
    color: #000;
}
strong {
    color: #fff;
}
body.colour-theme-light {
    color: #000;
}
.site-footer {
    color: rgba(0, 0, 0, 0.35);
}
.site-footer a:link,
.site-footer a:visited {
    color: rgba(0, 0, 0, 0.35);
}
.site-footer a:hover,
.site-footer a:active,
.site-footer li.current-item > a:link,
.site-footer li.current-item > a:visited {
    color: rgba(0, 0, 0, 0.48);
}
.site-footer.footer-dark {
    color: rgba(255, 255, 255, 0.5);
}
.site-footer.footer-dark a:link,
.site-footer.footer-dark a:visited {
    color: rgba(255, 255, 255, 0.5);
}
.site-footer.footer-dark a:hover,
.site-footer.footer-dark a:active,
.site-footer.footer-dark li.current-item > a:link,
.site-footer.footer-dark li.current-item > a:visited {
    color: rgba(255, 255, 255, 0.7);
}
.tabbed .tabs li a:link,
.tabbed .tabs li a:visited {
    color: #999;
}
.theme-bridal-products .tabbed .tabs li a:link,
.theme-bridal-products .tabbed .tabs li a:visited {
    color: #888;
}
.tabbed .tabs li a:hover,
.tabbed .tabs li.selected a {
    color: #fff !important;
}
.theme-bridal-products .tabbed .tabs li a:hover,
.theme-bridal-products .tabbed .tabs li.selected a {
    color: #222 !important;
}
.page-id-632 h2 {
    color: #777;
}
#jr_header {
    color: #333;
}
#jr_inner {
    color: #4f4f4f;
}
#jr_inner p,
#jr_inner li a {
    color: #333;
}
#jr_close a {
    color: #000;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
}
::-moz-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
.contact-panel input[type="text"],
.contact-panel textarea {
    color: #fff;
}
.single-nm_location li.menu-item-30 a {
    color: #444 !important;
}
.single-nm_location .entry-subtitle {
    color: #c41617;
}
.single_location_tabs ul li a.show_gallery {
    color: #999;
}
.single_location_tabs ul li a:hover {
    color: #fff;
}
.post-type-archive-nm_location .page-entry p,
.tax-nm_region .page-entry p,
.single-nm_location .page-entry p {
    color: #787878;
}
@media screen and (min-width: 769px) {
    .locations-map-marker a .count {
        color: #c41617;
    }
}
.locations-list .region h3 {
    color: #ccc;
}
.locations-list .nm_location {
    color: #787878;
}
.locations-list .nm_location p {
    color: inherit;
}
.locations-list .nm_location .opening-soon {
    color: #ccc;
}
.locations-map-marker-cities ul a:link,
.locations-map-marker-cities ul a:visited {
    color: #787878;
}
.locations-map-marker-cities ul a:hover,
.locations-map-marker-cities ul a:active {
    color: #ccc;
}
.boutique-detail .boutique-title {
    color: #c41617;
}
.home .featurette-link a:link,
.home .featurette-link a:visited,
.home .featurette-link a:hover {
    color: #fff;
}
.home .feature.light .featurette-link a:link,
.home .feature.light .featurette-link a:visited,
.home .feature.light .featurette-link a:hover {
    color: #000;
}
.lang-switcher .load-lang-switcher {
    color: #888;
}
.lang-switcher .load-lang-switcher:hover {
    color: #222;
}
.lang-switcher #lang-switcher-menu a {
    color: #666;
}
.lang-switcher #lang-switcher-menu li.current-item > a {
    color: #c41617;
}
.home .feature.light {
    color: #000;
}
.home .feature.light p {
    color: #333;
}
.home .royalSlider .feature .bContainer p {
    color: #fff;
}
.home .royalSlider .feature.light .bContainer p {
    color: #333;
}
#site-navigation ul li a:link,
#site-navigation ul li a:visited {
    color: #888;
}
#site-navigation ul li a:hover,
#site-navigation ul li a:active,
#site-navigation ul li.current_page_item a,
#site-navigation ul li.current-page-ancestor a,
#site-navigation ul li.current-menu-item a {
    color: #222;
}
.single-post li#menu-item-4064 a {
    color: #222 !important;
}
#nav-sec ul li {
    color: rgba(255, 255, 255, 0.5);
}
#nav-sec ul li a:link,
#nav-sec ul li a:visited {
    color: #666;
    color: rgba(255, 255, 255, 0.4);
}
#nav-sec ul li a:hover,
#nav-sec ul li a:active {
    color: #c41617;
}
#nav-sec ul li li.current_page_item a,
#nav-sec ul li li.current-menu-item a,
#nav-sec ul li li.current-menu-ancestor a {
    color: #fff;
}
#nav-sec ul li li a:link,
#nav-sec ul li li a:visited {
    color: #777;
}
#nav-sec ul li li a:hover,
#nav-sec ul li li a:active {
    color: #fff;
}
#nav-sec ul li li.current_page_item a,
#nav-sec ul li li.current-menu-item a,
#nav-sec ul li li.current-menu-ancestor a {
    color: #c41617;
}
.colour-theme-light #nav-sec ul li li a:hover,
.colour-theme-light #nav-sec ul li li a:active {
    color: #333;
}
.content-header .product-section-nav,
.content-header .product-section-nav a {
    color: #666;
}
.rgba .content-header .product-section-nav,
.rgba .content-header .product-section-nav a {
    color: #999;
}
.content-header .product-section-nav a:hover,
.content-header .product-section-nav a.selected {
    color: #fff;
}
.product-term-nav a {
    color: #7f7f7f;
}
.theme-bridal-products .product-term-nav a {
    color: #888;
}
.product-term-nav a:hover,
.product-term-nav .selected > a {
    color: #fff;
}
.theme-bridal-products .product-term-nav a:hover,
.theme-bridal-products .product-term-nav .selected > a {
    color: #222;
}
#tertiary-nav li a {
    color: #ccc;
}
#tertiary-nav li a:hover {
    color: #fff;
}
#tertiary-nav li.current-menu-item a {
    color: #c41617;
}
.colour-theme-light #tertiary-nav li.current-menu-item a {
    color: #c41617;
}
@media screen and (max-width: 768px) {
    .colour-theme-light #nav-sec ul li a:link,
    .colour-theme-light #nav-sec ul li a:visited {
        color: #666;
        color: rgba(0, 0, 0, 0.5);
    }
    .colour-theme-light #nav-sec ul li a:hover,
    .colour-theme-light #nav-sec ul li a:active {
        color: #000;
    }
    .colour-theme-light #nav-sec ul li li.current_page_item a,
    .colour-theme-light #nav-sec ul li li.current-menu-item a,
    .colour-theme-light #nav-sec ul li li.current-menu-ancestor a {
        color: #c41617;
    }
    #collapsing-nav ul li a:link,
    #collapsing-nav ul li a:visited {
        color: #999;
    }
    #collapsing-nav ul li a:hover,
    #collapsing-nav ul li a:active,
    #collapsing-nav ul li.current-menu-ancestor a,
    #collapsing-nav ul li.current-page-ancestor a,
    #collapsing-nav ul li.current_page_item a,
    #collapsing-nav ul li.current-menu-item a {
        color: #333 !important;
    }
    #collapsing-nav h1 a {
        color: #777;
    }
}
#infscr-loading {
    color: #c41617;
}
.category-news #menu-item-4064 a {
    color: #555 !important;
}
.posts .entry-content .entry-title a:hover {
    color: #c41617;
}
.category-press .posts .entry-content .entry-publication,
.category-press .posts .entry-content .entry-date {
    color: #999;
}
.posts .entry-nav,
.posts .entry-downloads {
    color: #666;
}
.navigation-paging {
    color: #333;
}
.category-press #menu-item-4064 a {
    color: #555 !important;
}
.single-post .entry-meta a {
    color: #777;
}
.single-post .entry-meta a:hover {
    color: #c41617;
}
.single-nm_product .subtitle {
    color: #aaa;
}
.single-nm_product .subtitle a {
    color: #c41617;
}
.single-nm_product .product-code,
.single-nm_product .incl-vat {
    color: #666;
}
.single-nm_product #entry-overview .extra a:link,
.single-nm_product #entry-overview .extra a:visited,
.single-nm_product #entry-overview .extra ul li.back a {
    color: #c41617;
}
.single-nm_product #entry-overview .extra a:hover,
.single-nm_product #entry-overview .extra ul li.back a:hover {
    color: #fff;
}
.single-nm_product.theme-bridal-products .entry-content,
.single-nm_product.theme-bridal-products #entry-overview p {
    color: #848484;
}
.single-nm_product.theme-bridal-products #entry-overview .extra a:hover,
.single-nm_product.theme-bridal-products #entry-overview .extra ul li.back a:hover {
    color: #848484;
}
.form-theme-light {
    color: #848484;
}
a.button,
a.button-box {
    color: #fff;
}
.theme-bridal-products a.button,
.theme-bridal-products a.button-box {
    color: #848484;
}
.theme-bridal-products a.button:hover,
.theme-bridal-products a.button-box:hover,
.theme-bridal-products a.button.on,
.theme-bridal-products a.button-box.on {
    color: #fff;
}
a.button:hover,
a.button.button-secondary {
    color: #c41617;
}
a.button.button-secondary:hover {
    color: #fff;
}
.form-theme-light a.button.button-secondary:hover {
    color: #333;
}
.form-privacy-policy-link a:link,
.form-privacy-policy-link a:visited {
    color: #666;
}
.form-privacy-policy-link a:hover,
.form-privacy-policy-link a:active {
    color: #333;
}
form.dark-form-theme .form-privacy-policy-link a:link,
form.dark-form-theme .form-privacy-policy-link a:visited {
    color: #999;
}
form.dark-form-theme .form-privacy-policy-link a:hover,
form.dark-form-theme .form-privacy-policy-link a:active {
    color: #fff;
}
form.dark-form-theme .gform_footer input.gform_button,
form.dark-form-theme input[type=text],
form.dark-form-theme textarea {
    color: #fff;
}
form.dark-form-theme input[type=text]::-webkit-input-placeholder,
form.dark-form-theme input[type=text]:-moz-placeholder,
form.dark-form-theme input[type=text]::-moz-placeholder,
form.dark-form-theme input[type=text]:-ms-input-placeholder,
form.dark-form-theme textarea::-webkit-input-placeholder,
form.dark-form-theme textarea:-moz-placeholder,
form.dark-form-theme textarea::-moz-placeholder,
form.dark-form-theme textarea:-ms-input-placeholder {
    color: #666;
}
.form-theme-light form.dark-form-theme .form-privacy-policy-link a:hover,
.form-theme-light form.dark-form-theme .form-privacy-policy-link a:active {
    color: #c41617;
}
.form-theme-light form.dark-form-theme .gform_footer input.gform_button,
.form-theme-light form.dark-form-theme input[type=text],
.form-theme-light form.dark-form-theme textarea {
    color: #666;
}
.form-theme-light form.dark-form-theme .gform_footer input.gform_button:hover {
    color: #fff;
}
.form-theme-light form.dark-form-theme input[type=text]::-webkit-input-placeholder,
.form-theme-light form.dark-form-theme textarea::-webkit-input-placeholder {
    color: #666;
}
.form-theme-light form.dark-form-theme input[type=text]:-moz-placeholder,
.form-theme-light form.dark-form-theme textarea:-moz-placeholder {
    color: #666;
}
.form-theme-light form.dark-form-theme input[type=text]::-moz-placeholder,
.form-theme-light form.dark-form-theme textarea::-moz-placeholder {
    color: #666;
}
.form-theme-light form.dark-form-theme input[type=text]:-ms-input-placeholder,
.form-theme-light form.dark-form-theme textarea:-ms-input-placeholder {
    color: #666;
}
.product-term-title h1 {
    color: #fff;
}
.theme-bridal-products .product-term-title h1 {
    color: #848484;
}
.product-term-description p {
    color: #ccc;
}
.theme-bridal-products .product-term-description p {
    color: #848484;
}
.theme-bridal-products .product-term-title h1 {
    color: #555;
}
.theme-bridal-products .product-term-description p {
    color: #848484;
}
.product-thumbnail .count {
    color: #cc3733;
}
.product-thumbnail h3 a {
    color: #fff;
}
.theme-bridal-products .product-thumbnail h3 a {
    color: #848484;
}
.product-thumbnail h3 a:hover,
.product-thumbnail:hover h3 a {
    color: #fff;
}
.theme-bridal-products .product-thumbnail h3 a:hover,
.theme-bridal-products .product-thumbnail:hover h3 a {
    color: #848484;
}
.product-filters {
    color: #7f7f7f;
}
.product-filters a {
    color: #7f7f7f;
}
.product-filters a:hover {
    color: #fff;
}
.product-filters li.inactive a,
.product-filters li.inactive a:hover {
    color: #333;
}
.product-filters li.sel a,
.product-filters li.sel a::after {
    color: #fff;
}
.product-filters .product-filter.selected .product-filter-title a {
    color: #fff;
}
.share-your-wish-content input[type="text"],
.share-your-wish-content textarea {
    color: #fff;
}
.share-your-wish-theme-light .share-your-wish-content input[type="text"],
.share-your-wish-theme-light .share-your-wish-content textarea {
    color: #666;
}
.share-your-wish-theme-light .share-your-wish-content::-webkit-input-placeholder {
    color: #666;
}
.share-your-wish-theme-light .share-your-wish-content:-moz-placeholder {
    color: #666;
}
.share-your-wish-theme-light .share-your-wish-content::-moz-placeholder {
    color: #666;
}
.share-your-wish-theme-light .share-your-wish-content:-ms-input-placeholder {
    color: #666;
}
#image-enlarged,
.single-attachment {
    color: #fff;
}
#image-enlarged a,
.single-attachment a,
#image-enlarged h1 a,
.single-attachment h1 a {
    color: #c41617;
}
.attachment.theme-bridal-products #image-enlarged,
.attachment.theme-bridal-products.single-attachment {
    color: #333;
}
.col1 h1 {
    color: #fff;
}
.col1 h1.subtitle {
    color: #999;
}
.colour-theme-light .col1 h1 {
    color: #333;
}
.colour-theme-light .col1 h1.subtitle {
    color: #888;
}
.colour-theme-light #content .inner p {
    color: #666;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    color: #fff;
}
.gform_wrapper .gfield_required,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper ol.validation_list,
.gform_wrapper ol.validation_list li a,
.gform_wrapper div.gfield_description.validation_error,
.gform_wrapper .validation_message,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #c41617;
}
.gform_wrapper div.validation_error {
    color: #c41617 !important;
}
.gform_wrapper div.charleft {
    color: #b7b7b7;
}
.gform_wrapper div.charleft.warningTextareaInfo {
    color: #a1a1a1;
}
.gf_submission_limit_message {
    color: #c41617;
}
.gform_wrapper span.ginput_total {
    color: #060;
}
.gform_wrapper span.ginput_product_price {
    color: #900;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
}
.gform_wrapper .percentbar_blue,
.gform_wrapper .percentbar_gray,
.gform_wrapper .percentbar_green,
.gform_wrapper .percentbar_orange,
.gform_wrapper .percentbar_red {
    color: #fff;
}
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: #c41617;
}
.gform_wrapper .chosen-container-single .chosen-single {
    color: #444;
}
.gform_wrapper .chosen-container-single .chosen-default {
    color: #999;
}
.gform_wrapper .chosen-container .chosen-results li.disabled-result {
    color: #ccc;
}
.gform_wrapper .chosen-container .chosen-results li.highlighted {
    color: #fff;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #666;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    color: #333;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
    color: #666;
}
.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
    color: #ccc;
}
.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    color: #aaa;
}
.form_saved_message .form_saved_message_emailform .validation_message {
    color: #c41617;
}
.niravmodi-popup .gform_wrapper .gform_title {
    color: #c41617;
}
.contact-panel,
.contact-panel a,
.contact-panel input[type=button],
.contact-panel input[type=submit],
.contact-panel input[type="text"],
.contact-panel textarea {
    color: #fff;
}
input.button-box[type=button],
input.button-box[type=submit] {
    color: #fff;
}
.form-theme-light input.button-box[type=button],
.form-theme-light input.button-box[type=submit] {
    color: #666;
}
input.button-box[type=button]:hover,
input.button-box[type=submit]:hover,
input.button-box[type=button].on,
input.button-box[type=submit].on {
    color: #c41617;
}
.form-theme-light input.button-box[type=button]:hover,
.form-theme-light input.button-box[type=submit]:hover,
.form-theme-light input.button-box[type=button].on,
.form-theme-light input.button-box[type=submit].on {
    color: #fff;
}
.page-template-template-bridal a.button,
.page-template-template-bridal a.button-box,
.page-template-template-bridal a.button.button-secondary,
.page-template-template-bridal input.button-box[type=button],
.page-template-template-bridal input.button-box[type=submit] {
    color: #656565;
    color: rgba(0, 0, 0, 0.6);
}
.page-template-template-bridal a.button:hover {
    color: #c41617;
}
.page-template-template-bridal a.button-box:hover,
.page-template-template-bridal a.button-box.on {
    color: #fff;
}
.page-template-template-bridal a.button.button-secondary:hover {
    color: #656565;
    color: rgba(0, 0, 0, 0.6);
}
.page-template-template-bridal .color-theme-post-bridal-dark a.button,
.page-template-template-bridal .color-theme-post-bridal-dark a.button-box,
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=button],
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=submit] {
    color: #fff;
}
.page-template-template-bridal .color-theme-post-bridal-dark a.button:hover,
.page-template-template-bridal .color-theme-post-bridal-dark a.button.button-secondary,
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=button]:hover,
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=submit]:hover,
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=button].on,
.page-template-template-bridal .color-theme-post-bridal-dark input.button-box[type=submit].on {
    color: #c41617;
}
.page-template-template-bridal .color-theme-post-bridal-dark a.button.button-secondary:hover {
    color: #fff;
}
.read-more a {
    color: #c41617;
}
.single-high_end_jewels .colour-theme-light {
    color: #656565;
}
.single-high_end_jewels .colour-theme-light .layout-post-intro .text-content a.request-details,
.single-high_end_jewels .colour-theme-light .layout-post-6040_left .text .text-content a.request-details,
.single-high_end_jewels .colour-theme-light .layout-post-6040_right .text .text-content a.request-details {
    color: #656565;
    color: rgba(0, 0, 0, 0.6);
}
.single-high_end_jewels .colour-theme-light .layout-post-intro .text-content a.request-details:hover,
.single-high_end_jewels .colour-theme-light .layout-post-6040_left .text .text-content a.request-details:hover,
.single-high_end_jewels .colour-theme-light .layout-post-6040_right .text .text-content a.request-details:hover {
    color: #fff;
}
.single-high_end_jewels .colour-theme-dark {
    color: #fff;
}
.single-high_end_jewels .colour-theme-dark .layout-post-intro .text-content a.request-details,
.single-high_end_jewels .colour-theme-dark .layout-post-6040_left .text .text-content a.request-details,
.single-high_end_jewels .colour-theme-dark .layout-post-6040_right .text .text-content a.request-details {
    color: #fff;
}
.single-high_end_jewels .colour-theme-dark .related-products .product_column:hover a {
    color: #c41617;
}
.single-high_end_jewels .colour-theme-dark .related-products .product_column h3 a {
    color: #fff;
}
.single-high_end_jewels li.high-end-jewels a {
    color: #222 !important;
}
.single-high_end_jewels .layout-post-intro .text-content a.request-details,
.single-high_end_jewels .layout-post-6040_left .text .text-content a.request-details,
.single-high_end_jewels .layout-post-6040_right .text-content a.request-details {
    color: #656565;
}
.single-high_end_jewels .layout-post-intro .text-content a.request-details:hover,
.single-high_end_jewels .layout-post-6040_left .text .text-content a.request-details:hover,
.single-high_end_jewels .layout-post-6040_right .text-content a.request-details:hover {
    color: #fff;
}
.single-high_end_jewels .related-products .product_column h3 a {
    color: #656565;
}
.single-high_end_jewels .related-products .product_column h3 a:hover {
    color: #c41617;
}
.single-high_end_jewels .related-products .product_column:hover a {
    color: #c41617;
}
.single-high_end_jewels #high-end-contact .contact-form,
.single-high_end_jewels #high-end-contact .contact-form h1 {
    color: #fff;
}
.colour-theme-bridal {
    color: #656565;
}
.scroll-tab {
    color: #fff;
}
.splash-sub {
    color: #777;
}
.splash-regions > li a:link,
.splash-regions > li a:visited {
    color: #777;
}
.splash-regions > li a:hover,
.splash-regions > li a:active {
    color: #000;
}
.page-part.color-theme-post-bridal-dark {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}
.page-part.color-theme-post-bridal-dark blockquote,
.page-part.color-theme-post-bridal-dark blockquote em,
.page-part.color-theme-post-bridal-dark blockquote cite {
    color: inherit;
}
.page-part.color-theme-post-bridal-dark h2,
.page-part.color-theme-post-bridal-dark h3,
.page-part.color-theme-post-bridal-dark a:link,
.page-part.color-theme-post-bridal-dark a:visited,
.page-part.color-theme-post-bridal-dark a:hover {
    color: #fff;
}
.page-part-template {
    color: #787878;
    color: rgba(0, 0, 0, 0.53);
}
.page-part-template h2,
.page-part-template h3 {
    color: #535353;
    color: rgba(0, 0, 0, 0.67);
}
.page-part-template p {
    color: inherit;
}
.page-part-template blockquote {
    color: #858585;
    color: rgba(0, 0, 0, 0.48);
}
.page-part-template blockquote em,
.page-part-template blockquote cite {
    color: #656565;
    color: rgba(0, 0, 0, 0.6);
}