@charset "utf-8";
/* # Medallion Cabinetry CSS Document # */
/* esite.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #fff; 
}
body {
    background-color: #fff; 
/*     font-family: "proxima-nova", arial, sans-serif;
    font-size: 16px;
    color: #696b73;
    line-height: 1.4; */
}
em, i { font-style: oblique; }

/* # Basic Link Colors # */
a, a:link, a:visited{
    color: #816516;
    font-weight: inherit;
    text-decoration: none;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out 0s;
    -transition: color 300ms ease-in-out;
}

a:hover, a:active { color: #183859;}
a.greyLink:link, 
a.greyLink:visited {
    color: #74949b;
    border-bottom: 2px solid transparent;
}
a.greyLink:hover, 
a.greyLink:active {
    color: #002B59;
    border-bottom: 2px solid #447b89;
}
.showmobile, 
.showtablet { 
    display: none; 
}
.whiteText {
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}

.contact_form_wrapper .reasons label{
    padding-top: 5px;
}

#ad_54317 a{
    color: #816516 !important;
}

.contact_form_wrapper .gfield_contains_required  label.gfield_label{
    font-weight: 700 !important;
}
.contact_form_wrapper .gfield_label{
    font-weight: unset !important;
}

.contact_form_wrapper  ul li.gfield {
    margin-top: 10px !important;
    padding-top: 0;
}
.contact_form_wrapper  .first_name , .contact_form_wrapper  .last_name{
    padding-top: 20px !important;
}

.contact_form_wrapper .disclaimer{
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.contact_form_wrapper .gfield_error .gfield_label , .contact_form_wrapper .validation_message{
    color: #B68733 !important;
    font-size:16px !important;
}

.contact_form_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: none !important;
    padding-bottom: 6px;
    padding-top: 8px;
}

.contact_form_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: #B68733 !important;
    font-weight: 700 !important;
}

.contact_form_wrapper .validation_error{
    display:none !important;
}
.main_nav_container {
    clear: both;
    width: 100%;
    background-color: #e3ecee;
}
#main_nav {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 5px;
    line-height: 0;
    min-height: 61px;
    padding: 0;
    list-style: none;
}
#main_nav li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    text-transform: uppercase;
    line-height: 61px;
    background-image: url(../images/med_arrow_down.png);
    background-repeat: no-repeat;
    background-position: 100% center;
}



#main_nav a:link, #main_nav a:visited { 
    font-size: 18px;
    padding: 15px 26px 15px 6px;
    margin: 0;
    color: #52545b;
    vertical-align: middle;
    /*line-height: normal;
    max-height: 61px;*/
}

#main_nav  .current-menu-item >a {
    color: #129D9C !important;
}


.video_list iframe{
    padding-right:5px !important;
    height : 169px !important;
}

#main_nav .current-menu-parent  >a {
    color: #129D9C !important;
}

#main_nav li ul {
    display: none;
    z-index: 9999;
    width: 220px;
    position: absolute;
    margin: 0;
    padding: 0;
}
#main_nav li ul li { 
    display: block; 
    margin: 0;
    padding: 0;
    line-height: 1.2;
    height: auto;
    border-top: 1px solid #b0cdd4;
    background-color: #eceaea;
    background-image: none;
}
#main_nav li ul li:active,
#main_nav li ul li:hover {
    background-color: #dad7d7;
}
#main_nav li ul li a:link, 
#main_nav li ul li a:visited {
    display: block; 
    text-align: left;
    color: #002B59;
    margin: 0;
    padding: 10px 20px 10px 30px;
    height: auto;
    font-size: 16px;
}
#main_nav li ul li a:hover,
#main_nav li ul li a:active,
#main_nav li ul li:first-child a:hover,
#main_nav li ul li:first-child a:active {
    color: #002B59;
    background-image: url(../images/med_arrow_down-grey-right.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}

#main_nav .active_navigation ul li a {
    color: #002B59;
    background-image: none;
}
#main_nav .ui-icon { 
    display: none; 
}
#SearchBar {
    float: right;
    clear: right;
    width: 100%;
}
#widget_search {
    width: 100%;
    max-width: 370px;
    padding: 0 5px 0 0;
    margin-bottom: 30px;
}
#widget_search input {
    max-width: 350px;
    height: 40px;
    max-height: 40px;
    margin: 10px 0;
    padding: 0 40px 0 15px;
    color: #129D9C;
    font-weight: 600;
    background-color: #F8FAFA;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #d9d9d9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#widget_search #s_btn {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}
#suggestedKeywordsHeader {
    background-color: #129D9C;
}
#autoSuggest_Result_div {
    text-align: left !important;
}
#suggestedKeywordsHeader span {
    padding-right: 3px;
}
#suggestedKeywordsHeader span,
#suggestedKeywordResults div.list_section ul li a, 
#viewAllResults div {
    color: #129D9C;
}

#cart 
{ 
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 40px;
}

#widget_cart input 
{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    color: #696b73;
    font-weight: bold;
    height: 40px;
    max-height: 40px;
    max-width: 75px; 
    margin: 7px 0px 0 5px;
    padding: 0;
}

.sample_order_type_icon {
    float: left;
    margin: 0;
    overflow: hidden;
    padding-right: 3%;
}

.quantity_container {
    border: 1px solid #000000;
    background-color: #d8d8d8;
    height: 50px;
    margin: 10px 10px 10px 0px;
    padding: 10px 5px;
    width: 50px;
    line-height: 1;
}

a.quantity_action_button, .quantity_value {
    display: block;
    height: 50%;
    margin: auto;
    width: 50%;
}
a.quantity_action_button
{
    margin: 5px auto;
}
.quantity_value {
    font-size: 30px;
    font-weight: 600;
    width: auto;
}

#sample_order_container a.button {
    margin-left: 0px;
}
#sample_order_container a.button img {
    margin-left: 0px;
    width: auto;
}
#post_sample_order_container 
{
    padding: 10px;
}

span.post_sample_order_headline
{
    color: #129D9C;
    font-size: 1.1em;
    font-weight: 600;
}

#post_sample_order_container > div
{
    font-size: 0.85em;
}

#post_sample_order_actions_container
{
    background-color: #fff;
    padding: 10px 10px 0 10px;
}

#post_sample_order_actions_container .cart_item_total
{
    color: #129D9C;
    font-weight: 600;
}
.fancybox-close {
    background-image: url("../images/IM_fancybox_sprite-12.png") !important;
}
#total_items_in_cart
{
    margin-left: 10px;
}
.total_figures { text-align: right; }

#post_sample_order_actions_container .button_container
{
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}

#post_sample_order_actions_container .button_container .button
{
    margin: 0px;
    width: 100%;
}

.brandColor { color: #129D9C; }

#images_disclaimer
{
    font-size: 0.9em;
    font-style: italic;
    padding: 10px;
}

#search {
    float: right;
    width: 100%;
    max-width: 320px;
}
#search .flyout {
    margin-top: 20px;
    max-width: 300px;
    right: 0;
    width: 95%;
}
#search .flyout .heading {
    font-size: 14px;
}
#search .flyout ul {
    font-size: 13px;
    font-weight: 400;
    margin: 4px;
    padding: 0 15px;
}
#search .flyout ul li {
    padding: 7px 4px;
    margin: 0;
}
#search .flyout ul li:hover {
    background-color: #ECEAEA;
}
#search .flyout ul.view_all {
    padding: 2px 15px;
}
#search .flyout ul.view_all li a {
    padding: 5px 0;
}
/* ## - Logo ## */
#logo {
    width: 34%;
    max-width: 290px;
    min-width: 240px;
    margin: 0; 
    padding: 33px 5px 0;
    position:absolute;
    left:80px;
}

#logo img {
    width: 100%;
    height: auto;
    border: 0;
}
#supportZone {
    clear: none;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
#supportZone .links {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    font-family: Montserrat-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}
#supportZone .links  li {
    display: inline;
    margin: 5px 0;
    padding: 0;
}

/**
 * Header
 */

#supportZone .links a{
    font-family: Montserrat-Thin;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #002B59;
    display: block;
    text-decoration: none;
    color: #002B59;
    margin: 10px 0;
    padding-left:5px;
}

#supportZone .links a:hover {
    font-family: Montserrat-Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #129D9C;
}

#supportZone .links a:after{
    font-family: Montserrat-Thin !important;
    font-weight:normal !important;
    content:"|";
    margin-left:5px;
    color: #002B59 !important;
    font-size:12px !important;
}

#supportZone .links li:last-child a:after {
    border-right: none;
    content:"";
}

/* # Slicknav */
.slicknav_menu {
    padding: 0;
    margin: 0;
    min-height: 50px;
}
.slicknav_menu .slicknav_menutxt {
    color: #919196; 
    font-size: 26px;
    text-shadow: none;
    padding: 3px;
    font-weight: 400;
}
.slicknav_btn { 
    margin: 8px 0;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.25em;
}
.slicknav_menu .slicknav_icon-bar {
    border: 0;
    background-color: #edebeb;
    width: 33px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.slicknav_nav {
    background-color: #edebeb;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #b0cdd4;
}
.slicknav_parent {
    border-bottom: 1px solid #d6d0cd;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../images/plus-11.png);
    background-position: 90% 13px;
    background-repeat: no-repeat;
    font-weight: 600;
}
.slicknav_parent:hover a,
.slicknav_parent:active a,
.slicknav_parent.slicknav_open a{
    color: #002B59;
}
.slicknav_parent:hover,f
.slicknav_parent:active {
    background-image: url(../images/plus-11.png);
}
.slicknav_parent.slicknav_open { 
    background-image: url(../images/minus-11.png);
}
.slicknav_parent .main_menu_item_top, 
.slicknav_parent .main_menu_item_bottom {
    display: inline;
    font-size: 22px;
    font-weight: 400;
}
.slicknav_arrow { display: none; }
.slicknav_nav a { margin: 0; padding: 10px 0 10px 5%; }
.slicknav_nav .slicknav_item a { padding-left: 10%; }
.slicknav_nav ul {
    background-color: #edebeb;
    border-top: 1px solid #bbb;
    margin: 0;
    padding: 0;
    min-width: 320px;
}
.slicknav_nav ul li {
    border-bottom: 1px solid #129D9C;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.slicknav_nav ul li:hover {
    background-color: #dad7d5;
}
.slicknav_parent.slicknav_open ul li a { 
    padding-left: 15%; 
    color: #61666c; 
}

/* /END Slicknav */

/* # Global BreadCrumb # */
#breadCrumb {
    margin: 20px 0 35px 0;
    padding: 0;
    clear: both;
}
ul.breadcrumb {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
}
ul.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #002B59;
}
ul.breadcrumb li a, ul.breadcrumb li a:visited {
    display: inline;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #7e858c;
}
ul.breadcrumb li a:hover {
    text-decoration:underline;
    color: #8a939a;
}


/* # Global - Footer # */
footer {
    color: #d3e2e4;
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-height: 100px;
    clear: both;
}
img#footer_logo {
    width: 70%;
}
img#footer_assembled_usa {
    width: 23%;
}
.contentwrapper_footer {
    margin: 0 auto;
    max-width: 1250px;
    padding: 15px;
}
footer .elkay {
    float: left;
    min-width: 100px;
    width: 30%;
}
footer .elkay #footer_logo { max-width: 150px; }
footer .elkay #footer_assembled_usa { max-width: 70px; }

footer .social_media a {    
    white-space: nowrap;
}
.social_media img {
    margin: 3px;
}
/* # Global - Basic Text Elements # */
h1 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    color: #129D9C;
    clear: both;
    letter-spacing: 2px;
    text-align: left;
}
h2 {
    color: #696b73;
    margin: 0 9px 15px 0;
    font-weight: 300;
    text-align: left;
}
h3, h4, h5, h6 {
    color: #7c8590;
}
h3, h4, h5, h6, p, li {
    margin: 0 9px 9px 0px;
}
p {
    letter-spacing: .8px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
.platinum, .gold, .silverline, .platinum_heading, h1 {
    background-repeat: no-repeat;
    background-position: top left;
    margin: 30px 0 20px 0;
/*     padding: 0 0 0 55px; */
    line-height: 1.1;
    font-size: 36px;
    min-height: 40px;
    clear: both;
    text-transform: uppercase;
}
.platinum {
    background-image: url(../images/med_corner_tri-dark.png);
    color: #002B59;
}
/* .platinum_heading, h1 {
    background-image: url(../images/med_corner_tri-bl-top.png);
    color: #696b73;
    margin-bottom: 40px;
} */


h2.platinum_heading {
    letter-spacing: 2px;
    background-image: none !important;
} 
h2.module {
    color: #002B59;
    text-transform: uppercase;
    font-size: 22px;
}
.gold {
    background-image: url(../images/med_corner_tri-br.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #ad7c59;
}


.bath {
    background-image: url(/wp-content/uploads/2024/04/med_corner_tri-bathplum-top.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #612141;
	margin: 30px 0 20px 0;
    padding: 0 0 0 55px;
    line-height: 1.1;
    font-size: 36px;
    min-height: 40px;
    clear: both;
    text-transform: uppercase;
}


.silverline {
    background-image: url(../images/med_corner_tri-grey-top.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #a6adb5;
}
a.gold:link, a.gold:visited {
    background-image: url(../images/med_corner_tri-br.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #ad7c59;
}
a.gold:hover, a.gold:active {
    background-image: url(../images/med_corner_tri-brtop.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #8b5a37;
}
a.silverline:link, a.silverline:visited {
    background-image: url(../images/med_corner_tri-grey-top.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #a6adb5;
}
a.silverline:hover, a.silverline:active {
    background-image: url(../images/med_corner_tri-grey.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #81888f;
}
a.platinum:link, a.platinum:visited {
    background-image: url(../images/med_corner_tri-dark.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #002B59;
}
a.platinum:hover, a.platinum:active {
    background-image: url(../images/med_corner_tri-dark-bl-top.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #002B59;
}
h3.view {
    
    font-size: 22px;
/*     background-image: url(../images/med_corner_tri_sm.png); */
    color: #696b73;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 40px;
    line-height: 1.1;
    min-height: 25px;
    font-weight: 300;
}
h3.viewfw {
    margin: 2% 2% 2% 20%;
    font-size: 22px;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 40px;
    line-height: 1.1;
    min-height: 25px;
}
h3.view, h3.viewfw {
/*     background-image: url(../images/med_corner_tri_sm.png); */
    color: #696b73;
	text-align : center;
	padding: 0rem 1rem;
}
.home_headings {
    color: #696b73;
    border-bottom: 3px solid #c1d5df; 
    border-top: 3px solid #c1d5df; 
    text-align: center; 
    margin-bottom: 40px;
    font-size: 36px;
    background: none;
    padding: 3px 0;
}
/*BUTTONS*/

a.button:link, a.button:visited,
input.button { 
    margin: 40px auto 35px;
    padding: 12px 25px;
    background-color: #a6adb5;
    color: #eee;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
    font-weight: 400;
}
input.button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    width: auto;
    padding: 12px 25px;
}
a.button:hover, a.button:active,
input.button:hover,
input.button:active  {
    background-color:  #129D9C;
}
.field_error {
    color: #B68733;
}
.reasons {
    border-color: #E3ECEE;
    padding: 0;
}
#captchaGroup { margin-top: 22px; }

/* # Secondary Navigation for product listing # */
.secondary_nav {
/*     background-color: #E5E3DD; */
    margin-bottom: 20px;
}
.secondary_nav ul {
    font-size: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.secondary_nav ul li {
    margin: 0;
    padding: 0;
	border-bottom: 1px solid #E5E3DD;
}
.secondary_nav ul li a, 
.secondary_nav ul li span {
    color:  #183859;
    font-size: 16px;
    padding: 10px 35px 10px 10px;
    display: block;
    text-transform: capitalize;
}
.secondary_nav ul li a {
/*     background-image: url(../images/arrow_down-11.png);
    background-repeat: no-repeat;
    background-position: 90% center; */
}
.secondary_nav ul li a:hover, 
.secondary_nav ul li a.active,
.secondary_nav ul li span.active {
/*     color: #129D9C;
    background-color: #fff;
    background-image: url(../images/arrow_down-12.png);
    background-repeat: no-repeat;
    background-position: 90% center; */
}
.secondary_nav ul li span.active {
/*     background-image: url(../images/arrow_down-12.png);
    background-repeat: no-repeat;
    background-position: 89.5% center; */
}
.secondary_nav ul li a.active {
    color: #129D9C !important;
}
.show-all-box {
    padding: 14px 0;
    cursor: pointer;
    margin-left: 14px;
}
.show-icon-up {
    background-position: 0px -16px;
    height: 16px;
    width: 16px;
    position: absolute;
    margin: 3px 0 0 4px;
}
.show-icon-down {
    background-position: -64px -16px;
    height: 16px;
    width: 16px;
    position: absolute;
    margin: 3px 0 0 4px;
}
.show-all-box {
    padding: 14px 0;
    cursor: pointer;
    margin-left: 14px;
}
.show-icon-up {
    background-position: 0px -16px;
    height: 16px;
    width: 16px;
    position: absolute;
    margin: 3px 0 0 4px;
}
.show-icon-down {
    background-position: -64px -16px;
    height: 16px;
    width: 16px;
    position: absolute;
    margin: 3px 0 0 4px;
}
/* # Finishes # */
#shownInDescription p {
    font-weight: bold;
    color: #129D9C;
    font-size: 16px;
}
.materials {
    margin-left: -3px;
}
.materials li {
    width: 16%;
    min-width: 105px;
    letter-spacing: 0;
    min-height: 180px;
    margin: 0;
    line-height: 1;
}
.materials li img {
    width: 94%;
    margin: 0 6% 0 0;
}
.materials li span {
    width: 94%;
    margin: 0 6% 0 0;
}
.materialShown {
    color: #129D9C;
    font-weight: 700;
    font-size: 18px;
}
.material_chip {
    width: 100%;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
}
.material_chip.active {
    border-color: #129D9C;
    border-width: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.focusChip {
    border-color: #d2d0cf;
    border-bottom: 1px solid #b5b5ac;
}

/* fixes artifacts after expanding/collapsing tab in chrome */
.focusChip p {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.focusChipClose {
    background-color: #3c3a3a; /*fall back */
    background-color: rgba(60, 58, 58, .8);
    background-image: url('../images/arrow_up-11.png');
    background-position: center;
    background-repeat: no-repeat;
}
.chipCaption, .chipCaptionClosed {
    background-color: #3c3a3a; /*fall back */
    background-color: rgba(60, 58, 58, .8);
    cursor: pointer;
    background-repeat: no-repeat;
    padding: 10px 50px 10px 10px;
}
.chipCaption {
    background-image: url('../images/arrow_down-21.png');
    color: #a2a29b;
    background-position: 95% center;
}
.chipCaptionClosed {
    background-image: url('../images/arrow_down-21.png');
    color: transparent;
    background-position: 70% center;
}
.chipCaption strong {
    font-size: 14px;
    color: #b5b5ac;
}
.finishType, .materialType {
    text-transform: uppercase;
    font-size: 18px;
}
.threeFourthsColumn .finish, .threeFourthsColumn .finishNoImage, .finishes .finish, .finishes .finishNoImage {
    border: 1px solid #f8f8f8;
}
.finish.active {
    border-bottom-width: 0;
    overflow: hidden;
    border-width: 5px 1px 0 1px;
    border-style: solid;
    border-color: #129D9C transparent transparent transparent;
}
.shortDescription {
    font-style: normal;
    color: #000;
/*     background-color: rgb(117,177,190);
    background-color: rgba(117,177,190, 0.7); */
/* 	background-color: #e5e3dd; */
/*     background-image: url(../images/arrow_down-22.png); */
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding: 10px 5px 10px 35px;
    font-weight: 400;
    min-height: 42px;
	font-size : 16px !important;
}
.shortDescription:empty { visibility: hidden; }
.zoomViewerLink { 
    margin-bottom: 30px; 
    font-style: italic; 
    text-align: center;
}
.module {
    background: #fff;
}
a .module_content p {
    color: #696b73;
}
img.slider_img {
    width: 100%;
    height:100%;
}
.threeFifthsSlider {
    width: 60%; 
    float:left;
}
.twoFifthsSlider {
    width: 40%; 
    float:left; 
    height:100%;
}
.oneHalfSlider {
    width: 49%; 
    margin-left: 1%; 
    float:left; 
    height:50%;
    position: relative;
}
.top_slider_img {margin-bottom: 1%;}

h2.module_title {
    color: #183859;
    font-size: 22px;
    border-bottom: solid 2px #d3e2e4;
    border-top: solid 2px #d3e2e4;
    text-align: center;
    margin: 0 0 15px;
}
h2.module_title_02 {
    color: #129D9C;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
}
h2.module_title_blue_box {
    color: #183859;
    font-size: 26px;
    text-align: left;
    text-transform: uppercase;
}
.main_module_heading {
    position: absolute; 
    top: 20px; 
    left: 0px; 
    padding: 12px; 
    background-color: #a6adb5; 
    color: #eceaea; 
    margin-top: 30px;
    font-weight: 300;
    max-width: 1150px;
}
h4.main_module_heading { 
    position: absolute; 
    top: 50px; 
    left: 0px; 
    color: #eceaea; 
    padding: 18px;
    z-index: 999;
    font-size: 1.7em;
}
h3.main_module_heading { 
    padding: 12px; 
    background-color: #129D9C; 
    color: #fff; 
    text-transform: uppercase; 
    margin-top: 30px;
    position: relative;
}
.slider {
    height: 600px;
}
.feature_img {
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}
.quote_container {
    border-bottom: 2px solid #d3e2e4;
    border-top: 2px solid #d3e2e4;
    padding: 10px;
    text-align: center;
    margin-bottom: 40px;
}
.quote_container h2 {
    text-align: center;
}
.content_container_gr_full_width {
    background-color: #f8fafa;
    padding: 40px 0;
    margin-top: 30px !important;
    clear: both;
}
.content_container_gr_dark {
/*     background-color: rgb(105,107,115);
    background-color: rgba(105,107,115, 0.6); */
	background-color: #e5e3dd;
    padding: 20px;
}
.content_container_bl {
    background-color: rgba(24, 56, 89);
/*     background-color: rgba(24, 56, 89, 0.7); */
    padding: 20px 20px 40px 20px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.content_container_gr_full_width p {
    color: #404346;
}
.content_container_gr_full_width .feature_img {
    border: 1px solid #c3c9cf;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}
.content_container_bl a {
    color: #fff;
}
.pdf_link {
    background: url(../images/pdf-11.png) no-repeat;
    background-position: 5px center;
    padding: 2px;
    padding-left: 30px;
}
.view_link {
    background: url(../images/view_icon_blck-12.png) no-repeat;
    background-position: 10px center;
    padding: 2px;
    padding-left: 40px;
    margin-bottom: 10px;
}
.pdf_link_light {
    background-image: url(../images/pdf-12.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    padding: 2px;
    padding-left: 30px;
    color: #fff !important;
}
.contact_link, .locator_link {
    background-position: 15px center;
    padding: 2px;
    padding-left: 40px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.locator_link {
    background-image: url(../images/location_icon_blck-60opac.png);
    background-repeat: no-repeat;
}
.contact_link {
    background-image: url(../images/phone_icon_blck-13.png);
    background-repeat: no-repeat;
}
a.wht_link {
    color: #000;
    text-transform: uppercase;
}
.oneHalfSlider h1 {
    color: #fff;
    font-size: 3em;
    line-height: 1;
    padding: 0;
    margin: .5em 0;
}
.oneHalfSlider p {
    font-size: 1.2em;
}
.slide_cta:link, .slide_cta:visited {
    padding: 8px 15px;
    border: 1px solid #d3e2e4;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 1.6em;
}
.slide_cta:hover, .slide_cta:active {
    color: #d3e2e4;
}
.btn_cta {
    padding: 15px;
    max-width: 300px;
    background: #d3e2e4;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    margin: 40px auto 35px;
    text-align:center; 
    cursor: pointer;
}
.btn_cta:hover {
    background-color: #e8f1f2;
    color: #129D9C;
}
.btn_cta a {
    color: #129D9C;
    text-decoration: none;
}
.btn_cta a:hover {
    color: #129D9C;
}
.btn_cta_grbox {
    padding: 15px;
    max-width: 300px;
    background: #a6adb5;
    position: relative;
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
    margin: 40px auto 35px;
    text-align: center;
    cursor: pointer;
}
.btn_cta_grbox:hover {
    background: #129D9C;
}
.btn_cta_grbox a {
    color: #eee;
    text-decoration: none;
}
.oneFourthColumn_home_cta {
    float: left;
    margin-left: 2.66%;
    padding: 0 0 18px 0;
    width: 22.34%;
    cursor: pointer;
}
.stains_module, 
.highlights_module, 
.finish_gallery_module, 
.glaze_module, 
.classic_paint_module, 
.highlight_paint_module, 
.vintage_paint_module, 
.heirloom_paint_module, 
.distressing_module {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2% 1% 1% 30%;
    height: 230px;
}
.finish_gallery_module {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2% 1% 1% 51%;
    height: 230px;
}
.stains_module {
    background: url(../images/bg_stains-11.jpeg) no-repeat;
}
.highlights_module {
    background: url(../images/bg_highlights-12.jpeg) no-repeat;
}
.glaze_module {
    background: url(../images/bg_glaze-11.jpeg) no-repeat;
}
.classic_paint_module {
    background: url(../images/bg_classis_paint-11.jpeg) no-repeat;
}
.highlight_paint_module {
    background: url(../images/bg_higlight_paint-11.jpeg) no-repeat;
}
.vintage_paint_module {
    background: url(../images/bg_vintage_paint-11.jpeg) no-repeat;
}
.heirloom_paint_module {
    background: url(../images/bg_heirloom_paint-11.jpeg) no-repeat;
}
.distressing_module {
    background: url(../images/bg_distressing-11.jpeg) no-repeat;
}
.finish_gallery_module {
    background: url(../images/bg_finish_gallery-11.jpeg);
}

/* jssor slider bullet navigator skin 21 css */
/*
.jssorb21 div           (normal)
.jssorb21 div:hover     (normal mouseover)
.jssorb21 .av           (active)
.jssorb21 .av:hover     (active mouseover)
.jssorb21 .dn           (mousedown)
*/
.jssorb21 div, 
.jssorb21 div:hover, 
.jssorb21 .av {
     background: url(../images/slider_nav_med-11.png) no-repeat;
     overflow:hidden;
     cursor: pointer;
}

.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l                  (normal)
.jssora21r                  (normal)
.jssora21l:hover            (normal mouseover)
.jssora21r:hover            (normal mouseover)
.jssora21ldn                (mousedown)
.jssora21rdn                (mousedown)
*/
.jssora21l, 
.jssora21r, 
.jssora21ldn,
.jssora21rdn {
     position: absolute;
     cursor: pointer;
     display: block;
     background: url(../images/slider_nav_arrows_med-11.png) center center no-repeat;
     overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21ldn { background-position: -243px -33px; }
.jssora21rdn { background-position: -303px -33px; }

/* # Product Lines Page # */
/* ## Product Lines Page ## */
#product_tabs {
    overflow: hidden;
/*     background-color: #e5e3dd; */
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

#product_tabs .resp-tabs-list {
    background: #183859;
    overflow: visible;
    height: 54px;
    padding: 0;
    margin-bottom: 20px !important;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
}
#product_tabs .resp-tabs-list li {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
    padding: 25px 5%;
    line-height: 0;
    height: 54px;
    max-width: 450px;
}
#product_tabs .resp-tab-active {
     background-color: #708497;

    color: #fff;
    background-position: left top; 
    padding-top: 18px;
	 color: #fff;
}

#product_tabs table, .styledTable {
    border-width: 1px 0 2px 0;
    border-style: solid;
    border-color: #f5f5f5;
    min-width: 400px;
    background-color: #fff;
}
#product_tabs table tr {
    border-top: 1px solid #efefef;
}
#product_tabs tr:first-child {
    background-color: #696b73;
    color: #eceeeb;
    width: 100%;
}
#product_tabs td.secondHeaderTD {
    font-size: 18px;
    letter-spacing: 2px;
    color: #696b73;
    border: 0;
}
#product_tabs table tr td, #product_tabs table tr th, .styledTable tr td, .styledTable tr th {
    padding: 4px 20px;
    border-left: 1px solid #efefef;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}
#product_tabs table tr:first-child td, #product_tabs table tr:first-child th, .styledTable tr:first-child td, .styledTable tr:first-child th {
    border-left: 1px solid #fff;
}
#product_tabs table tr td:first-child, #product_tabs table tr th:first-child, .styledTable tr td:first-child, .styledTable tr th:first-child {
    border-left: 0;
}
.full-sized-product-image_container {
/*     background-color: #e5e3dd; */
	background-color : none;
}
.zone1RelatedUnderImage .related_img_container {
    width: auto;
    min-width: 0;
}
.related_img {
    cursor: pointer;
}
.related_img.active {
    cursor: default;
}
.related_img img {
    padding: 1px;
}
.related_img.active img {
    border: 2px solid #129D9C;
    padding: 0;
}
.prodDetailDescription .description {
    display: none;
}
.prodDetailDescription .description.active {
    display: block;
}
/* ## Responsive Tabs Controls ## */
.resp-tabs-list li {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    margin: 10px 10px 10px 30px;
}
.resp-tabs-list .tabs_arrow {
    background-image: url(../images/arrow_down-14.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding: 7px 0 3px 22px;
    margin: 10px 10px 10px 30px;
}
.resp-vtabs li.resp-tab-active {
    border-width: 1px;
    border-color: #efefef #f2f0ec #efefef #efefef;
    border-style: solid;
    background-color: #f2f0ec;
    background-color: rgba(255, 255, 255, .4)!important;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #efefef;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #696b73;;
    background-color: #d3e2e4;
}
h2.resp-tab-active {
    background: #ebeae5;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #efefef;
}
/* .resp-tab-content ul {
    list-style-image: url(../images/navigator_bullets_yt_2-12.png);
} */
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #efefef !important;
}
.resp-vtabs .resp-tabs-container {
    background-color: #e0ddd6;
    background-color: rgba(255, 255, 255, .4)!important;
    border: 1px solid #efefef;
}
.resp-easy-accordion h2.resp-accordion {
    font-weight: 400;
    font-size: 14px;
}
.tab_container {
    width: 100%;
    margin-left: 0;
    float: left;
}
.resp-vtabs ul.resp-tabs-list {
    padding: 0;
}
.letterImageList p {
    background-repeat: no-repeat;
    padding-left: 50px;
    min-height: 45px;
}

/* ## Facet Filters ## */
.content_section .header {
    width: 100%;
}
.section_list ul {
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.section_list li {
    padding: 0;
    margin: 0 0 0 10px;
    line-height: 1;
}
.section_list ul li input[type='checkbox'] {
    width: auto;
}
h3.filter_toggler {
    background-image: url(../images/medcab_filter_group_open-11.png);
    background-repeat: no-repeat;
    cursor: pointer;
    color: #eeebeb;
    padding: 4px 0 4px 35px;
    margin: 1px 0;
    font-size: 18px;
    width: 100%;
    font-weight: 400;
    text-transform: lowercase;
}
h3.filter_toggler.open {
    background-image: url(../images/medcab_filter_group_closed-11.png);
    background-repeat: no-repeat;
}
h3.filter_toggler span {
    width: 100%;
}
ul.selected_attributes li a {
    background-image: url("../images/square_cross_x-11.png");
    line-height: 1;
    background-repeat: no-repeat;
    background-position: left center;
}
.filter-group {
    border-bottom: 1px solid #ebe9e4;
}
.filter-group:not(#foo) input[type="checkbox"]:disabled + label, .filter-group:not(#foo) input[type="radio"]:disabled + label {
    color: #ccc;
}
.filter-group:not(#foo) input[type="checkbox"] + label:before, .filter-group:not(#foo) input[type="radio"] + label:before {
    background: url("../images/medcab02_form_sprite-12.png") no-repeat;
}

/* Style Quiz */
.quizStartText, .quizStartImg div {
    float: left;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    width: 25%;
    text-align: left; 
    font-size: 14px;
}
.quizStartImg img {
    margin-left: auto;
    margin-right: auto;
    max-width: 267px;
    max-height: 400px;
    width: 100%;
}
#quizStartButtonFmt {
    display: block;
    clear: both;
    margin: 0 auto;
    max-width: 180px;
}
.quizFirstQuestion {
    display: block;
    text-align: center;
}
.quizFirstQuestion input {
    text-align: center;
    max-width: 200px;
    margin-bottom: 10px;
}
.quizQuestion {
    display: none;
    margin: 0 1%;
    width: 100%;
    float: left;
    text-align: center;
}
.quizQuestion input {
    overflow: hidden;
    vertical-align: middle;
}
.quizSubQuestion {
    padding: 20px 2%;
    margin: auto 1% 0;
    width: 31%;
    float: left;
    background-color: #f2efeb;
    background-color: rgba(255, 255, 255, .4) !important;
}
.quizSubQuestion img {
    margin: 0 auto;
    max-height: 400px;
    max-width: 400px;
    width: 100%;
}
.quizError {
    display: none;
    color: red;
    font-weight: 600;
    clear: both;
}
#quizNavButtonContainer {
    clear: both;
    text-align: center;
    padding: 15px 15px 60px;
}
#quizNavButtonContainer a {
    margin: 0;
    width: 100%;
}
.quizNavButton {
    text-align: center;
    max-width: 100%;
    display: inline-block;
    height: 50px;
    border-width: 0 10px;
    border-style: solid;
    border-color: transparent;
}
#quizPreviousButton, #quizRestartButton, #quizHomeButton {
    overflow: hidden;
    display: inline-block;
    position: relative;
}
#quizStartButton,
.quizNavButton a.button:link,
.quizNavButton a.button:visited {
    position: relative;
    margin: 40px auto 35px;
    padding: 12px 25px;
    background-color: #a6adb5;
    color: #eee;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
}
#quizStartButton:hover,
#quizStartButton:active,
.quizNavButton a.button:hover,
.quizNavButton a.button:active {
    background-color:  #129D9C;
}
.quizFirstQuestion h2, .quizFirstQuestion h3 {
    font-size: 1.3em;
    float: left;
}
.quizFirstQuestion p {
    font-size: 1.1em;
    clear: both;
}

.quizAnswerText {
    padding: 0 10px 0 0;
}
.quizAnswer h2, .quizQuestion h2 {
    font-weight: 400;
    color: #6c747c;
    clear: both;
    letter-spacing: 2px;
    text-align: left;
    font-size: 1.5em;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 1;
}
.quizAnswer h2 {
    text-transform: uppercase;
}
.quizAnswer h3 {
    text-align: left;
    color: #002B59;
    border-bottom: 2px solid #b7d2d9;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 25px 0;
}
.quizAnswer p {
    font-size: 1em;
    text-align: left;
    margin: 0 5px 1em;
}
.quizAnswer img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
#social_share_container {
    margin: 13px 5px;
	display: none;
}
#social_share {
    border-width: 1px 0;
    border-style: solid;
    border-color: #E0E9EB
}

#quizFacebookButton, #quizTwitterButton {
    background-position: 25px 50%;
    background-repeat: no-repeat;
    padding: 6px 25px 5px 60px;
    font-size: 14px;
}
#quizFacebookButton { 
    background-image: url(../images/facebook-11.png);
    width: 175px !important;
}
#quizTwitterButton { 
    background-image: url(../images/Twitter_logo_white-11.png);
    width: 170px !important;
}

.product_image h3 {
    font-weight: 300;
}
.grid3ColumnLayout h3, .grid4ColumnLayout h3 {
    height: 68px;
}
.product_image p {
    padding: 10px 0;
    font-size: 16px;
}
/* ## Paging Controls ## */
.paging_controls .pages ul {
    list-style: none;
}
.paging_controls .pages ul li {
    display: inline;
}
.pager .hoverover a, .pager .active a {
    display: inline-block;
    width: 30px;
    height: 34px;
    font-size: 16px;
    margin: 0 7px;
    padding: 15px 0 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0;
    background-position: center;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.pager .hoverover a:link, .pager .hoverover a:visited {
    color: #696b73;
}
.pager .hoverover a:hover, .pager .hoverover a:active {
    color: #129D9C;
}
.pager .active a, .pager a.active:link, .pager a.active:visited {
    color: #317292;
}
.pager a.right_arrow:link, .pager a.left_arrow:link {
    display: inline-block;
    margin: 0;
    padding: 6px;
}
.finish.active {
  border-bottom-width: 0;
  overflow: hidden;
  border-width: 5px 1px 0 1px;
  border-style: solid;
  border-color: #129D9C transparent transparent transparent;
}
.material_chip {
    width: 100%;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
}
.material_chip.active {
    border-color: #129D9C;
    border-width: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.send_cancel_container {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    text-align: center;
}

.send_cancel_container a.button {
    display: inline-block;
}

/* # dealer locator # */
.icon_label {
    margin-top: -25px !important;
    margin-left: -15px !important;
    width: 30px;
    height: 34px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: 0;
    color: #d3e2e4;
}
.location_search_button {
    text-align: center;
}
.location_finder {
    background-color: #f8fafa;
    width: 100%;
    padding: 10px;
    margin: 2px;
}
.location_finder h3 {
    text-transform: uppercase;
    margin-bottom: 1.5em;
    font-size: 16px;
}
.address {
    border-bottom: 1px solid #d3e2e4;
    font-size: .9em;
    margin: 0 auto;
}
.addressIndex {
    background-image: url('../images/med_dealer_locator_pin-11.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 29px;
    height: 35px;
    margin:  0;
    padding: 17px 5px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: 0;
    color: #d3e2e4;
    font-weight: 700;
}
.location_header {
    text-transform: uppercase;
    cursor: pointer;
}
.addressDetail .website,.addressDetail .distance,.addressDetail .directions
    {
    padding-left: 35px;
}
.addressDetail .directions {
    background-image: url('../images/mc_dealer_locator_icons_car-11.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.addressDetail .website {
    background-image: url(../images/mc_dealer_locator_card-11.png);
    background-repeat: no-repeat;
    background-position: 2px bottom;
}

.contentRow {
    margin: 0;
}

/* CrossSell Carousel */
#crossSell4Zone3 {
    background-color: #cbc5c1;
    background-color: rgba(136, 119, 104, 0.2); 
    margin: 50px 0 50px 0;
    padding: 0;
    height:325px;
    width: 400px;
    clear: left;
    position: relative;
}
.crossSellCarousel {
    overflow: hidden;
    margin: 15px 25px;
    width: 350px;
    height: 305px;
}
.crossSellCarousel div {
    width: 100%;
    padding-bottom: 30px;
}
.crossSellCarousel p {
    margin: 0 0 10px;
    height: 20px;
}
.crossSellCarousel img {
    width: 100%; 
    margin-bottom: 50px;
}
.carouselNext, .carouselNext:hover, .carouselNextdn {
    text-decoration: none;  
    background-repeat: no-repeat;
    width: 150px;
    height: 20px;
    background-image: url('../images/arrow_down-15.png');
    background-position: right center;
    padding-right: 20px;
    text-align: right;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    cursor: pointer;
}
.carouselPrev, .carouselPrev:hover, .carouselPrevdn {
    text-decoration: none;  
    background-repeat: no-repeat;
    width: 150px;
    height: 20px;
    display: block;
    background-image: url('../images/arrow_down-16.png');
    background-position: left center;
    padding-left: 21px;
    text-align: left;
    position: absolute;
    left: 10px;
    bottom: 5px;
    cursor: pointer;
}
.resp-tabs-container .crossSells {
    width: 14%;
    margin: 1% 0 1% 2%;
    min-height: 360px;
    font-size: 90%;
}
#product_tabs1 .crossSells img {
    width: 100%;
}
.doorImageColumn .crossSellCarousel p {
    margin-bottom: 20px;
}
.crossSells.defAttrContentPaneCat img {
    width: 100%;
}

.searchProductRelatedImage {
    padding-right: 20px;
}

.designer_name {
    font-size: 18px;
    color: #129D9C;
    margin-bottom: 0;
}
.followlink {
    background-image: url('../images/arrow_down-17.png');
    background-position: right center;
    padding-right: 30px;
    font-weight: bold;
    text-decoration: none;  
    background-repeat: no-repeat;
    font-size: 1.2em;
}
.markerinfo { font-size: 13px; }

.shortDescription_bottom {
    font-style: normal;
    color: #fff;
    background-color: rgb(117,177,190);
    background-color: rgba(117,177,190,0.8);
    background-image: url(../images/arrow_down-18.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding: 10px 5px 10px 45px;
    font-weight: 400;
    min-height: 42px;
}
.main_img_caption {
    position: absolute;
    bottom: 35px;
    left: 0;
    text-align: left;
    line-height: 1.4em;
    font-size: 1em;
    background: #183859;
    opacity: .8;
    color: #fff;
    text-transform:uppercase;
    padding: 15px;
}

/* Search result tabs */
.result_tabs .ui-widget-header {
    border-bottom: 0;
}
.ui-tabs .ui-tabs-nav li {
    width: 50%;
    margin: 0 !important;
    padding: 5px;
    font-weight: normal;
    background-color: #129D9C;
    height: 56px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    width: 50%;
    margin: 0 !important;
    padding: 0;
    font-weight: normal;
    background-color: transparent;
    background-image: url(../images/tabs_bg_prod_dt_active-12.png);
    height: 70px;
}
.ui-tabs .ui-tabs-nav li a { 
    display: block;
    width: 100% !important;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    height: 56px;
    color: #ffffff; /*#eeebeb;*/
}

/* jssor slider thumbnail navigator skin css */
.eSpotSlider { width: 100%; }

.eSpotSlideContainer {
    opacity: 0;
    position:relative;
    margin:0 auto;
    top:5px;
    left:0px;
    background:none;
    width: 1250px;
    height: 690px;
    padding-bottom: 120px;
}
.eSpotSlideContainer.fullWidthSlider,
.eSpotSlideContainer .fullWidthSlider {
    width: 2000px;
    height: 770px;
}
.eSpotSlideContainer.fullWidthSlider.noThumbs,
.eSpotSlideContainer .fullWidthSlider.noThumbs {
    width: 2000px;
    height: 715px;
    padding-bottom: 0;
}
#makeItYoursContainer.eSpotSlideContainer,
#makeItYoursContainer .eSpotSlideContainer {
    width: 914px;
    height: 510px;
    padding-bottom: 95px;
}

.eSpotSlideContainer .eSpotSlides,
.eSpotSlideContainer.fullWidthSlider .eSpotSlides,
.eSpotSlideContainer .fullWidthSlider .eSpotSlides {
    cursor: move;
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
    background-color: #F8FAFA;
}
.eSpotSlideContainer .eSpotSlides { 
    width:1250px;
    height:570px;
}
.eSpotSlideContainer.fullWidthSlider .eSpotSlides,
.eSpotSlideContainer .fullWidthSlider .eSpotSlides {
    width:2000px;
    height:715px;   
}
#makeItYoursContainer.eSpotSlideContainer .eSpotSlides,
#makeItYoursContainer .eSpotSlideContainer .eSpotSlides{
    width: 914px;
    height: 415px;
}
.eSpotSlides div img {
    display: block;
    margin: 0 auto;
}
.eSpotSlides .caption {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 28px;
    width: 100%;
    text-align: center;
}
.eSpotSlideContainer.fullWidthSlider .eSpotSlideCaption {
    position: absolute; 
    top: 0px; left: 0px; 
    padding: 0 22px 22px 34px;
    text-align: left; 
    color: #fff !important;
}
#makeItYoursContainer .eSpotSlides .caption {
    font-size: 22px;
}
.eSpotSlides .main_img_caption a {
    display: block;
    float: right;
    margin: 0 0 0 30px;
    text-transform: none;
    font-size: 13px;
}
.eSpotSlides .main_img_caption a:link,
.eSpotSlides .main_img_caption a:visited {
    color: #fff;
}
.eSpotSlides .main_img_caption a:hover,
.eSpotSlides .main_img_caption a:active {
    color: #002B59;
}
.espotJSSORThumbs {
    position: absolute;
    width: 1250px;
    height: 120px;
    bottom: 0px;
    display: table;
}
#makeItYoursContainer.eSpotSlideContainer .espotJSSORThumbs {
    width: 915px;
    height: 100px;
}
.espotJSSORThumbs div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
}
.espotJSSORThumbs .p {
    background-color: #f8fafa;
}
.espotJSSORThumbs .c {
    border: 4px solid #fff;
    background-color: transparent;
    _background: none;
}
.espotJSSORThumbs .pav .c {
    border: 3px solid #129D9C;
    _border: 3px solid #129D9C;
    background-position: 50% 50%;
    cursor: default;
}
.espotJSSORThumbs .p:hover .c {
    border: 2px solid #d3e2e4;
    background-position: 50% 50%;
    cursor: pointer;
}
.espotJSSORThumbs .p.pdn .c {
    background-position: 50% 50%;
    border: #000 2px solid;
}
* html .espotJSSORThumbs .c, * html .espotJSSORThumbs .pdn .c, * html .espotJSSORThumbs .pav .c {
    /* ie quirks mode adjust */
    width /**/: 92px;
    height /**/: 92px;
}

/* Arrow */

.eSpotJSSORArrow-l, .eSpotJSSORArrow-r,
.eSpotJSSORArrow-ldn, .eSpotJSSORArrow-rdn {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 45px;
    height: 120px;
    margin-top: -60px;
    cursor: pointer;
    background-image: url(../images/slider_nav_arrows_med-12.png);
    background-repeat: no-repeat;
    overflow: hidden;
}
.noThumbs .eSpotJSSORArrow-l, .noThumbs .eSpotJSSORArrow-r,
.noThumbs .eSpotJSSORArrow-ldn, .noThumbs .eSpotJSSORArrow-rdn {
    margin-top: 0px !important;
}
.eSpotJSSORArrow-l, .eSpotJSSORArrow-ldn { left: 10px; }
.eSpotJSSORArrow-r, .eSpotJSSORArrow-rdn { right: 10px; }

.eSpotJSSORArrow-l { background-position: -10px 0px; }
.eSpotJSSORArrow-r { background-position: -70px 0px; }

.eSpotJSSORArrow-l:hover { background-position: -130px 0px; }
.eSpotJSSORArrow-r:hover { background-position: -190px 0px; }

.eSpotJSSORArrow-ldn { background-position: -250px 0px; }
.eSpotJSSORArrow-rdn { background-position: -310px 0px; }

.eSpotJSSORBull {
    position: absolute; 
    top: 530px; 
    left: 6px;
}
.eSpotJSSORBull {
    position: absolute;
}
.eSpotJSSORBull div, 
.eSpotJSSORBull div:hover, 
.eSpotJSSORBull .av {
    position: absolute;
    /* size of bullet element */
    width: 14px;
    height: 14px;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #696b73;
}
.eSpotJSSORBull div { background-color: #696b73; }
.eSpotJSSORBull div:hover, .jssorb01 .av:hover { background-color: #D3E2E4; }
.eSpotJSSORBull .av { background-color: #129D9C; }
.eSpotJSSORBull .dn, .eSpotJSSOR .dn:hover { background-color: #696b73; }


/* START DEV CSS STYLES */
.tracker_divpadding {
    clear: both;
    padding: 0 0 25px;
}
#checkoutBreadcrumb {
    margin: 10px auto;
    height: 70px;
    padding: 0;
    background-image: url('../images/im_checkout_breadcrumb-32.png');
    background-position: right 1px;
    background-repeat: no-repeat;
}
.step_1, .step_2, .step_3 {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 19px 40px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 33%;
    min-width: 260px;
}
.step_1 { z-index: 2; padding-left: 30px; }
.step_2 { z-index: 1; margin-left: -20px; }
.step_3 { z-index: 0; margin-left: -20px; }
.step_off {
    color: #696b73;
    background-image: url('../images/im_checkout_breadcrumb-33.png');
    background-position: right 1px;
    background-repeat: no-repeat;
}

.step_off a:link,.step_off a:visited {
    color: #A29F37;
}

.step_on {
    background-image: url('../images/im_checkout_breadcrumb-34.png');
    background-position: right 1px;
    background-repeat: no-repeat;
}
.step_on .step_indicator, 
.step_off .step_indicator 
{
    display: block;
    height: 30px;
    width: 30px;
    font-size: 18px;
    padding: 2px 0;
    margin-right: 2px;
}
.step_on .step_indicator {
    background: url('../images/DEPRESSED_CIRCLE_BG-11.png') no-repeat 0 center;
}
.step_off .step_indicator {
    background: url('../images/DEPRESSED_CIRCLE_BG-12.png') no-repeat 0 center;
}

.step_description
{
    font-size: 16px;
    padding: 5px 0;
    font-weight: 400;
    line-height: 1.3;
    margin-left: 5px;
    text-transform: uppercase;
}

.step_indicator, 
.step_description
{
    float: left;
}   

.checkout #checkoutBreadcrumb .step_1
{
    padding: 19px 0 19px 0;
}

.checkout #checkoutBreadcrumb .step_2,
.checkout #checkoutBreadcrumb .step_3
{
    padding: 19px 0 19px 0;
}

.checkout #checkoutBreadcrumb
{
    margin-bottom: 30px;
}
.checkout #checkoutBreadcrumb .step_1
{
    padding: 19px 0 19px 20px;
}

.checkout #checkoutBreadcrumb .step_2,
.checkout #checkoutBreadcrumb .step_3
{
    padding: 19px 0 19px 30px;
}

.checkout #checkoutBreadcrumb
{
    margin-bottom: 30px;
}
.checkout .oneHalfColumn {
    padding-right: 30px;
}
.checkout .required-field {
    font-weight: 600;
    color: #129D9C;
    font-size: 18px;
}
.card_info {
    padding-top: 10px;
}
.checkout label {
    font-weight: 500;
    font-size: 16px;
}
.checkout input, .checkout select, .checkout textarea {
    font-size: 16px;
    font-family: "futura-pt",Helvetica,sans-serif;
}
#editBillingAddress
{
    background-image: url('../images/edit-11.png');
    background-position: 10px center;
    padding: 10px 15px 10px 45px;
    margin: 0px;
}

.order_header {
    border-top: 1px solid #c9d3dd;
    border-bottom: 1px solid #c9d3dd;
    padding: 15px 0;
    margin: 10px 5px;
    width: 100%;
}
.order_header span {
    width: 31%;
    display: inline-block;
    margin-left: 10px;
}

.tracker_three_info_numbers {
    padding: 0 60px 0 0;
}

.tracker_three_info_numbers {
    padding: 0 60px 0 0;
}

.trackerText {
    clear: both;
    margin-bottom: 10px;
}

.billing_method select, input {
    margin-bottom: 7px;
}
#cabinetTrackerInputDiv {
   padding: 10px 0;
    width: 98%;
    max-width: 300px;
    margin: 20px auto;
}

#cabinetTrackerInputDiv span {
    display: block;
    float: none;
    margin: 30px auto;
}
.trackerDivider {
    text-align: center;
}

.trackerInputForSearch {
    margin-bottom: 0; /* !important;*/
    overflow: auto;
    margin-top: 10px;
}

.tracker_highlight_on {
    background: #F4F0AD;
}

.trackerInputForCaptcha {
    margin-bottom: 0;/* important */
    margin-top: 10px;
    overflow: auto;
    width: 250px;
    float: left;
}

.billing_method select, input {
    margin-bottom: 7px;
}
input, textarea, select {
    color: #666666;
    background-color: #fafafa;
    border: 1px solid #e1e1e3;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 5px 15px;  
    min-height: 35px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

input:disabled, select:disabled {
    background-color: #eeeef0;
}

input.checkbox, input[type="checkbox"] {
    background-color:#fafafa;
    border: 1px solid #e1e1e3;
    color:#666666;
    white-space: nowrap;
    width:1.2em;
    height:1.2em;
    min-height: 1em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#refreshCaptchaBtnId {
  min-width: 120px;
  display: block;
  float: left;
  padding: 10px;
}
.tracker_order_submit_area {
    clear: both;
    margin: 20px auto;
    float: none;
    max-width: 150px;
}

#proceedNoEdit, #submitChangeCabinetOrder {
    float: right;
    margin: 25px 25px 0;
}

#swithInputs, #proceedWithEdit {
    float: left;
    margin: 50px 0 10px 5px;
}

#backStep {
    float: left;
    margin: 50px 0 10px 5px;
}

#printPDF {
    float: right;
    margin: 25px 25px 10px;
}
#printPDF a {
    padding: 10px 20px 10px 10px;
}

.tracker_entry_label {
    float: left;
    font-weight: bold;
}

.tracker-required-field {
    color: #d90101;
    display: none;
    float: left;
    margin-left: -6px;
    width: 6px;
}

.tracker_span_update_900 {
    float: left;
    width: 900px;
}
.tracker_span_update_900 input {
    width: 435px;
}
.tracker_span_update_450 {
    float: left;
    width: 450px;
}
.tracker_span_update_450 input {
    width: 435px;
}
.tracker_span_update_225 {
    float: left;
    width: 225px;
}
.tracker_span_update_225 input {
    width: 210px;
}
.trackerDetailHeader {
    background: none repeat scroll 0 0 #dcddd9;
    height: 30px;
    text-align: left;
}

.noshow {
    display: none;
}

#changeInformationConfirmation
{
    min-width: 300px;
    min-height: 300px;
}

#changeInformationConfirmation .overlayButtonContainer {
    margin: 50px 0px 0px 0px;
    width: 100%;
}

#changeInformationConfirmation .overlayButtonContainer .button {
    margin-left: auto;
    margin-right: auto;
    min-width: 50px;
    width: 25%;
}
/* END DEV CSS STYLES */

/* distressing */
.distressingOptionContainer {
    margin: 0 9px 9px 6px;
    vertical-align: text-top;
}
.distressingOptionContainer p {
    float: left;
    margin-right: 7%;
    margin-left: 1%;
}

 
/* # Shopcart # */
div#cartheaderzone1,
div#shopcart_subtotal_container,
div.shopcart_display_actions
{
    margin-top: 30px;
}

div.shopcart_display_actions
{
    display: block;
    margin-bottom: 30px;
}

div#shopcart_shipping_options_container
{
    background-color: #e8e8e8;
    padding: 10px;
}
table#order_details {
    margin-bottom: 60px;
}

div.shopping_cart_box table#order_details th,
div.shopping_cart_box table#order_details td
{
    padding: 10px;
}

div.shopping_cart_box table#order_details tr:first-child
{
    border-bottom: none;
} 

div#shopcart_subtotal_container,
div.shopping_cart_box table#order_details tr
{
    border-bottom: 1px solid #c9c9c9;
}

.shopcart_item_desc,
.shopcart_item_qty,
.shopcart_item_price,
.shopcart_item_total
{
    vertical-align: middle;
}

a.shopcart_item_link,
a.shopcart_item_link:hover,
a.shopcart_item_link:visited,
div.shopcart_terms_conditions a,
div.shopcart_terms_conditions a:hover,
div.shopcart_terms_conditions a:visited
{
    color: #129D9C;
}

a.remove_item_link:hover
{
    cursor: pointer;
}

a.shopcart_product_link,
a.shopcart_product_link:hover,
a.shopcart_product_link:visited
{
    color: #129D9C;
    text-transform: uppercase
}

div.shopcart_terms_conditions{
    margin: 0 10px;
}

div.shopcart_item_desc
{
    display: block;
    margin-left: 0px;
    padding: 10px;
}

div.shopcart_display_actions div.shopCartButtonLeft
{
    width: auto;    
}

div#empty_cart_caption_container,
div#empty_cart_actions_container
{
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
}

div#empty_cart_caption_container span.caption
{
    font-size: 2.5em;
}

input.shopcart_item_input
{
    background-color: transparent;
}

div#checkout_order_summary_container
{
    background-color: #e3ecee;
    margin-top: 10px;
    padding: 10px;
}   

div#checkout_order_summary_container div#order_summary_caption_container
{
    border-bottom: 1px solid #cfc9c6;
    padding-left: 10px;
    margin-bottom: 30px;
}

div#total_breakdown table tbody tr:first-child
{
    border-top: none;
}

div#total_breakdown table tbody tr
{
    border-top: 1px solid #cfc9c6;
    margin-bottom: 20px;
}

div#total_breakdown table tbody tr td
{
    padding-top: 10px;
}

.need_help_title_text {
    font-size:1.5em;
    padding: 0 10px 10px;
}

div.shipping_method > p > span.checkoutMsg
{
    display: block;
    font-style: italic;
    margin-bottom: 20px;
    text-decoration: italicize;
}

input.shipModeSelect
{
    margin-bottom: 0;
    margin-top: 2px;
    vertical-align: top;
}

.shipInfo
{
    font-size: 0.9em;
    padding: 10px;
    margin-left: 10px;
}

.order_review_heading_light_gray
{
    background-color: #e3ecee;
    display: block;
    padding: 5px;
    font-size: 22px;
    font-weight: 400;
}
.order_review_heading_light_gray + div {
    clear: both;
    padding: 10px;
}
 
.checkout #checkoutBreadcrumb .step_1
{
    padding: 19px 0 19px 0;
}

.checkout #checkoutBreadcrumb .step_2,
.checkout #checkoutBreadcrumb .step_3
{
    padding: 19px 0 19px 0;
}

.checkout #checkoutBreadcrumb
{
    margin-bottom: 30px;
}
.checkout #checkoutBreadcrumb .step_1
{
    padding: 19px 0 19px 20px;
}

.checkout #checkoutBreadcrumb .step_2,
.checkout #checkoutBreadcrumb .step_3
{
    padding: 19px 0 19px 30px;
}

.checkout #checkoutBreadcrumb
{
    margin-bottom: 30px;
}
.checkout .oneHalfColumn {
    padding-right: 30px;
}
.checkout .required-field {
    font-weight: 600;
    color: #4b687c;
    font-size: 18px;
}
.card_info {
    padding-top: 10px;
}
.checkout label {
    font-weight: 500;
    font-size: 16px;
}
.checkout input, .checkout select, .checkout textarea {
    font-size: 16px;
    font-family: "futura-pt",Helvetica,sans-serif;
}
#editBillingAddress
{
    background-image: url('../images/edit-13.png');
    background-position: 10px center;
    padding: 10px 15px 10px 45px;
    margin: 0px;
}
/* Carousel */
.eSpotCarouselContainer {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.eSpotCarouselContainer .carousel {
    width: 100%;
    height: 85%;
    overflow: hidden;
}
.carousel-item {
    width: 249px !important;
    top: 0px !important;
}
.carousel-item div {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.carousel-item div img,
.maxFullWidth { 
    width: auto; 
    max-width: 100%;
    height: auto;
}
.carousel-item div p {
    padding: 0;
    margin: 0;
}
.carousel-paging { 
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 30px;
    background-color: #f8fafa;
}
.espot-carousel-paging a,
.espot-carousel-prev,
.espot-carousel-next  {
    width: 200px;
    height: 30px;
}
a.espot-carousel-next {
    float: right;
    text-align: right;
    padding: 3px  20px 3px 3px ;
    background: url(../images/arrow_next-12.png);
    background-position: 100% 8px;
    background-repeat: no-repeat;
}
a.espot-carousel-prev {
    float: left;
    padding: 3px 3px 3px 20px;
    background-image: url(../images/arrow_prev-13.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
}
.eSpotSlideContainer .eSpotSlides.bgWhite,
.eSpotSlideContainer.fullWidthSlider .eSpotSlides.bgWhite {
    background-color: #fff;
}
.bgWhiteSoft {
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(255,255,255,.8);
    -moz-box-shadow: 0px 0px 2px 2px rgba(255,255,255,.8);
    box-shadow: 0px 0px 3px 2px rgba(255,255,255,.8);
}
/* Bath Silhouettes */
.slide_with_bg {
    background-repeat: no-repeat;
    background-size: 2000px 715px;
    position: relative;
}
.slide_with_bg .cta_block {
    position: absolute;
    right: 415px;
    top: 0px;
    width: 378px;
    height: 352px;
    padding: 25px 25px 70px;
    color: #fff;
}
.slide_with_bg .cta_block h1 {
    background: none;
    color: #fff;
    margin: 0 0 .2em 0;
    padding: 0;
    font-size: 2.9em;
}
.slide_with_bg .cta_block p {
    font-size: 1.4em;
}
.portico {
    background-image: url();
}
.solare {
    background-image: url();
}
.veranda {
    background-image: url();
}
.galleria {
    background-image: url();
}
.mezza {
    background-image: url();
}
.terrace {
    background-image: url();
}
.numberHeader {
    font-size: 120px;
    font-weight: 500;
    text-align: center;
    color: #129D9C;
    line-height: 1;
    font-family: georgia, serif;
    font-style: italic;
    text-shadow: 3px 2px 5px #ccc;
    height: 140px;
}
.dottedBorderB {
    border-bottom: dotted 1px #a2cad4;
}
.zoomViewerLink a{
    color: #129D9C !important;
}
a.whiteText:link, a.whiteText:visited {
    color: #fff !important;
}
a.block{
    display: block;
}
a.whiteText:hover, a.whiteText:active {
    background-color: #666;
    background-color: rgba(102,102,102,.6) !important;
}

.vFlex a{
    color: #129D9C !important;
}

#widget_search #ajaxsearchlite1 .probox, div.asl_w .probox{
    border: 1px solid #d9d9d9;
    background-color: #F8FAFA;
    padding: 0;
    height: 38px;
    margin: 10px 0;
}
#widget_search #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    color: #129D9C !important;
    font-weight: 600;
    font-size: 14px !important;
    font-family: Montserrat-Medium !important;
    padding-bottom: 3px !important;
}
#widget_search #ajaxsearchlite1 .probox .proinput input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 600;
    font-size: 14px !important;
    font-family: Montserrat-Medium !important;
}

#widget_search #ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 600;
    font-size: 14px !important;
    font-family: Montserrat-Medium !important;
}

#widget_search #ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 600;
    font-size: 14px !important;
    font-family: Montserrat-Medium !important;
}

#widget_search #ajaxsearchlite1 div[id*='ajaxsearchlite'].wpdreams_asl_container{
    margin-bottom: 0px !important;
}
#widget_search div.asl_w .probox .promagnifier .innericon svg {
    fill: #129D9C;
    width: 30px;
}
#widget_search div.asl_w .probox .promagnifier .innericon:hover svg{
    fill:#478593;
}
input.autocomplete {
    visibility: hidden;
    margin-bottom: 10px;
}
#widget_search div.asl_w .probox .promagnifier{
    width: 46px;
    height: 40px;
}
#widget_search div.asl_w .probox .proclose{
    height: 40px;
 }
 #widget_search div.asl_m .probox .proclose svg{
    background-color: #129D9C
 }
#widget_search form{
    height: 40px;
}
div#ajaxsearchliteres1{
    margin-top: -30px;
}
.results .asl_nores .asl_keyword {
    padding: 0 10px;
    cursor: pointer;
    font-weight: bold;
    font-family: Open Sans;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    color: #129D9C !important;
}
div.asl_r .results .item .asl_content h3 a{
    color: #129D9C !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    letter-spacing: 1px;
}
div.asl_r .results .item,
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{font-family: "proxima-nova", arial, sans-serif !important;}
div.asl_r .results .item .asl_content h3 a:hover{
    font-size: 13px !important;
    line-height: 18px !important;
}
div.asl_w .probox div.asl_simple-circle{
    border-color: #76b2bf !important;
}
div.asl_r.vertical .results .asl_spacer{
    height: 0 !important;
}
div.asl_r .resdrg{
    padding: 8px 16px;
}
div.asl_r .results .item .asl_content{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.asl_r .results .item div.etc, div.asl_r .results .item .asl_content .asl_desc{
    margin: 0 !important;
}
div.asl_r .results .item.hovered {
    background-color: #ECEAEA !important;
}
div.asl_m .probox .proloading{margin-top: 5px !important;}
.materialPageRightCol .contentwrapper:last-child hr{
    display: none;
}
div.asl_r .results{min-height: 250px;}
/*==================================
        Search Page
==================================*/ 
section.searchSeaction {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
a.view-article {
    display: block;
}
.searchContainer article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.searchContainer article:last-child{
    border-bottom: 0px;
    margin-bottom: 0px;
}
.pagination {
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
}
/*=========== End search  =========*/
div#gform_wrapper_1.contact_form_wrapper {
    margin-top: -18px;
}
li#field_1_1 {
    padding-left: 9px;
    margin-bottom: 4px;
}
li#field_1_34 {
    text-align: right;
    margin-top: 0px !important;
    padding-right: 24px;
}
#field_1_1 .ginput_container.ginput_container_select {
    margin-top: 0;
    margin-bottom: 14px;
}
.gform_wrapper .top_label #field_1_1 select.medium{
    width: calc(50% - 12px);
    padding: 5px 14px;
    font-family: sans-serif;
}
.gform_wrapper.contact_form_wrapper select, .gform_wrapper input{
    font-family: sans-serif !important;   
}
.contact_form_wrapper.gform_wrapper .validation_message{
    position: absolute;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.contact_form_wrapper.gform_wrapper li.gfield{
    position: relative;
}

.slider.innerPageSlider.slick-initialized.slick-slider {
    width: 100%;
    height: auto;
}
.page-template-page-custom-template #makeItYoursContainer.eSpotSlideContainer, 
.page-template-page-custom-template #makeItYoursContainer .eSpotSlideContainer{
    height: auto;
    padding-bottom: 0px;
    width: 100%;
}

.page-template-page-custom-template .slider-nav-thumbnails .slick-slide{
    width: 100px !important;
    margin-right: 12px;
    height: 100px;
    overflow: hidden;
}
.page-template-page-custom-template .slider-nav-thumbnails .slick-slide img{
    width: 100%;
}
.page-template-page-custom-template .slider-nav-thumbnails .slick-slide.slick-current.slick-active{
    border: 3px solid #129D9C;
}
.innerPageSlider .slick-slide{
    position: relative;
}
.innerPageSlider figcaption.caption {
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 22px;
    width: 100%;
    background: rgba(255, 255, 255, 0.70);
}
.innerPageSlider .slick-slide img{
    width: 100%;
}
.slider.innerPageSlider.slick-initialized.slick-slider{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.innerPageSlider button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}
.innerPageSlider button.slick-next.slick-arrow{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}
.innerPageSlider button.slick-prev.slick-arrow:focus, .innerPageSlider button.slick-next.slick-arrow:focus{
    outline: none;
}
.innerPageSlider button.slick-prev.slick-arrow, .innerPageSlider button.slick-next.slick-arrow {
    display: block;
    position: absolute;
    width: 45px;
    height: 120px;
    cursor: pointer;
    background-image: url(../images/slider_nav_arrows_innerPages.png);
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: transparent;
    border: translateY(-40%);
    border: 0;
    text-indent: -10000px;
}
.innerPageSlider .slide {
  height: 100%;
}

.innerPageSlider button.slick-next.slick-arrow {
    background-position: -70px 0px;
}
.innerPageSlider button.slick-prev.slick-arrow {
    background-position: -10px 0px;
}
.innerPageSlider button.slick-next.slick-arrow:hover {
    background-position: -310px 0px;
}
.innerPageSlider button.slick-prev.slick-arrow:hover {
    background-position: -250px 0px;
}
.page-template-page-bath-silhouettes img.bMargin20{
    margin-bottom: 27px;
}
.page-template-page-bath-silhouettes .content_container_gr_full_width {
    padding-bottom: 20px;
}
.related_products_container .related_img_container .related_img img{
    max-height: 104px;
}
 
.dealer-locator div.wpsl-search {
    float: left;
    padding: 0 12px 18px 12px;
    width: 23%;
    background-color: #f8fafa;
	padding: 30px 0px 0px 30px !important;
}
.dealer-locator div.wpsl-search h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 1.2em;
    font-size: 16px;
    margin-top: 12px;
}
.dealer-locator #wpsl-gmap{
    float: left;
    margin-left: 2.66% !important;
    padding: 0 0 18px 0;
    width: 74.33%;
}
 .dealer-locator #wpsl-search-wrap .wpsl-input input {
    margin-bottom: 6px;
    border: 1px solid #E5E3DD !important;
	padding: 13px 10px !important;
    border-radius: 10px !important;
}
.wpsl-input label, #wpsl-radius label, #wpsl-results label {
    padding-bottom: 5px;
}
.wpsl-dropdown {
    margin-bottom: 17px;
}
.dealer-locator #wpsl-search-wrap .wpsl-input input, 
.dealer-locator #wpsl-search-wrap div label,
.dealer-locator #wpsl-results .wpsl-dropdown{
    width: 100% !important;
    display: block;
    letter-spacing: 0.8px;
    border-radius: 0px;
    z-index: 99;
}
.dealer-locator #wpsl-search-wrap div{width: 100%; margin-right: 0;}
.dealer-locator #wpsl-search-wrap #wpsl-radius{display: block; margin-right: 0; width: 100%; z-index: 999;}

.dealer-locator #wpsl-search-btn, #wpsl-search-wrap input[type='submit']{
    max-width: 100% !important;
    margin: 35px auto 35px;
    text-align: center;
    padding: 10px;
    width: 100%;
    border: 0px;
    border-radius: 0;
    font-size: 16px;
    float: none;
    background-image: none;
    background-color: #a6adb5;
    color: #eee;
    text-transform: uppercase !important;
    transition: all 0.35s;
}
.wpsl-dropdown li, .wpsl-selected-item, #wpsl-wrap .wpsl-selected-item{
    color: #666;
}

.dealer-locator .wpsl-selected-item:after{
    border: 4px solid transparent;
    border-top: 6px solid #666 !important;
}
.dealer-locator .wpsl-active .wpsl-selected-item:after{
    border-bottom: 6px solid #666 !important;  
    border-top: 0px solid #666 !important; 
}
.dealer-locator #wpsl-search-btn, #wpsl-search-wrap input[type='submit']:hover{
    background-color: none;
}
.dealer-locator .wpsl-search-btn-wrap{
    text-align: center;
    margin-right: 0 !important;
	background-color: #022C54!important;
	color: #fff !important;
	text-align: center !important;
	padding: 6px 0px 6px 0px !important;
    border-radius: 6px !important;
	margin-top: 30px !important;
}
.dealer-locator .wpsl-search-btn-wrap:hover{
	background-color: rgba(24, 56, 89, 0.6);
}
.dealer-locator #wpsl-result-list {
    float: right;
    width: 75%;
    margin-right: 0;
    margin-left: 25%;
}
.dealer-locator #wpsl-search-wrap div{
    z-index: 999;
}
.dealer-locator #wpsl-result-list div#wpsl-stores {
    height: auto !important;
    margin-top: 20px;
}
.dealer-locator #wpsl-result-list .wpsl-store-location, 
.dealer-locator #wpsl-result-list .wpsl-direction-wrap {
    display: inline-block;
    vertical-align: top;
}
.dealer-locator #wpsl-result-list .wpsl-store-location{
    width: 55%;
    padding-bottom: 6px;
}
.dealer-locator #wpsl-wrap #wpsl-result-list li{
    border-bottom: 1px solid #d3e2e4;
    cursor: pointer;
}
span.wpsl-street {
    margin-top: 10px;
}
.wpsl-contact-details > span {
    padding-top: 3px;
}
p.mainAddress {
    text-transform: uppercase;
}
.dealer-locator #wpsl-result-list .wpsl-direction-wrap{
    width: 44%;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.wpsl-store-location p > strong{
    color:#129D9C;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}
.wpsl-store-location p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}
#wpsl-gmap .wpsl-info-window strong{
    font-weight: 300;
}
.dealer-locator #wpsl-search-wrap .wpsl-dropdown{
    border-radius: 0px;
}
.prodDetailDescription .description + p.zoomViewerLink {
    display: none;
}
.prodDetailDescription .description.active + p.zoomViewerLink {
    display: block;
}
.search .searchSeaction a.view-article{
    display: none
}
.wpsl-store-location p {
    margin-bottom: 0 !important;
}
.view_website_cta {
    background-image: url(../images/mc_dealer_locator_card.png);
    background-repeat: no-repeat;
    background-position: 2px bottom;
    padding-left: 35px;
    margin-bottom: 5px;
}
.distanceUnit{
    padding-left: 35px;
    margin-bottom: 5px;
}
.directionUrl {
    background-image: url(../images/mc_dealer_locator_icons_car.png);
    background-repeat: no-repeat;
    background-position: 2px bottom;
    padding-left: 35px;
}
.dealer-locator #wpsl-result-list .wpsl-store-location{
    padding-left: 40px;
    background-image: url(../images/med_dealer_locator_pin.png);
    background-repeat: no-repeat;
    background-position: 2px top;
}
#wpsl-gmap .wpsl-infobox {
    min-width: 267px;
}
.wpsl-info-window > p > strong {
    margin-bottom: 10px;
    display: block;
}
#wpsl-wrap .wpsl-info-window p{
    margin-bottom: 0px;
    text-transform: uppercase;
}
#wpsl-gmap .wpsl-info-actions{
    margin-top:0px !important;
}
.gform_wrapper.contact_form_wrapper .gfield_checkbox li input[type=checkbox]{
    background-color: #fafafa;
    border: 1px solid #e1e1e3;
    color: #666666;
    white-space: nowrap;
    width: 1.2em !important;
    height: 1.2em;
    margin-bottom: 20px;
    min-height: 1em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
form#gform_1 {
    padding-bottom: 28px;
}
form#gform_1 .gform_footer.top_label {
    margin-top: 32px;
}
label#label_1_21_1 {
    font-size: 16px;
    line-height: 22px;
}
.page-template-page-custom-template .slider-nav-thumbnails .slick-slide{
    display: table;
}
.page-template-page-custom-template .slider-nav-thumbnails .slick-slide > div{
    display: table-cell;
    vertical-align: middle;
}
.page-template-page-custom-template .slider-nav-thumbnails.slick-initialized.slick-slider .slick-track {
    transform: translate3d(0,0,0) !important;
    width: 100% !important;
}
.contact_form_wrapper .gform_body{
    overflow: hidden;
} 
.slider-nav-thumbnails.slick-initialized.slick-slider .slick-list.draggable {
    transform: translate3d(0,0,0) !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
    margin-left: 0px !important;
}
h2.platinum_heading{
    letter-spacing: 2px;
}
p.defaultPstyle {
    letter-spacing: 0;
    margin-bottom: 0;
}
.contact_form_wrapper  .first_name, .contact_form_wrapper  .last_name{
	padding-top: 0px !important;
}
.gform_wrapper.contact_form_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
.gform_wrapper.contact_form_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker){
	margin-top: 0px;
}
a.pdf_link_light.trackedHref {
    display: inline-block;
}

/* # Responsive Tabs Controls # */
/* copied from code provide by content team */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.resp-tabs-list p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	float: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none !important;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
}

.resp-tab-content {
    display: none;
    padding: 5px;
}


/* ### Vertical tabs ### */
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 35%;
    min-height: 540px;
    margin: 5px 0;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 13px 0 5px 10px;
    margin: 0;
    cursor: pointer;
    float: none;
}
.resp-vtabs .resp-tabs-container {
    float: left;
    width: 65%;
    min-height: 550px;
    border-radius: 4px;
    clear: none;
}
.resp-vtabs li.resp-tab-content {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    position: relative;
    margin-right: -1px; 
    z-index: 1;
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    margin-right: -1px; 
    z-index: 1;
}

/* ### Accordion styles ### */
.resp-easy-accordion  h2.resp-accordion {
	display: block !important;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}
/*================================*/

.oneThirdColumn .sidebarImgCtaContainer{
    margin-bottom: 50px;
}
.oneThirdColumn .sidebarImgCtaContainer:last-child{
    margin-bottom: 0px;
}
img{
    max-width: 100%;
}
.film {
    background-image: url(/wp-content/uploads/2018/11/film_icon_blck.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 10px 0 10px 45px;
}
.slide.SinglepageSlide {
    position: relative;
}
.SinglepageSlide .main_module_heading{
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    top: 30px;
    padding: 18px 12px;
}
.news-slider.slick-initialized.slick-slider{
    padding-top: 5px;
}
/*===============================
        06-11-2018
================================*/
.imagePreview {
    display: none;
}
.active.imagePreview {
    display: flex;
	align-items : center;
	justify-content: center !important;


}  
li.fnav-item.logo {
    display: none !important;
}
.product_image img{
    height: auto;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 1299px){
    .paddleft-right{
        padding-left: 10px;
        padding-right: 10px;
    } 
}
@media(max-width: 1299px) and (min-width: 1024px){
    .contentwrapper{
        width: 98%;
        padding-right: 5px !important;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 1023px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block !important;
        padding: 10px !important;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #e4deda;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
}


@media(max-width: 1299px){
    .dealer-locator div#wpsl-wrap {
        padding: 0 15px;
    }
    .gform_wrapper.contact_form_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper.contact_form_wrapper .top_label li.gfield.gf_right_half{
        width: 48%;
        margin-right: 0;
    }

}

@media(max-width: 767px){
    #search #widget_search{
        padding: 0 15px;
    }
    .page-template-page-custom-template .slider-nav-thumbnails .slick-slide{
        width: 55px !important;
        height: 55px !important;
    }
    .innerPageSlider button.slick-prev.slick-arrow{
        width: 25px;
    }
    .innerPageSlider button.slick-next.slick-arrow{
        width: 20px;
        background-position: -85px 0px;
    }
    .innerPageSlider button.slick-next.slick-arrow:hover {
        background-position: -325px 0px;
    }
    .innerPageSlider figcaption.caption{
        font-size: 14px;
        background: rgba(255,255,255,0.50)
    }
    .dealer-locator div.wpsl-search{
        width: 100%;
    }
    .dealer-locator #wpsl-gmap, .dealer-locator #wpsl-result-list{
        width: 100%;
        margin-left: 0;
    }
    .dealer-locator #wpsl-search-wrap .wpsl-dropdown{
        width: 100% !important;
    }
    #wpsl-search-wrap #wpsl-search-btn{
        float: none !important;
        margin-right: 0px;
    }
    .page-template-page-material h1.platinum_heading {
        word-wrap: break-word;
    }
    .gform_wrapper.contact_form_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper.contact_form_wrapper .top_label li.gfield.gf_right_half{
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0;
        padding-right: 0;
    }
    li#field_1_29 {
        padding-right: 0;
        margin-right: 0;
    }
    textarea#input_1_26{
        width: 100%;
    }
    div#gform_wrapper_1.contact_form_wrapper{
        margin-top: 0;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
        padding: 0 5px !important;
    }
    .gform_wrapper .top_label #field_1_1 select.medium {
        width: calc(100% - 12px);
    }
    #social_share_container{
    	text-align: center;
    }
    .SinglepageSlide .main_module_heading{
        top:0px;
        padding: 5px 12px;
        font-size: 14px;
    }
}

@media(max-width: 550px){
    .dealer-locator #wpsl-result-list .wpsl-store-location, .dealer-locator #wpsl-result-list .wpsl-direction-wrap{
        width:100%;
    }
    .dealer-locator #wpsl-result-list .wpsl-direction-wrap{
        padding-left: 40px;
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }
}

@media(max-width: 450px){
    .SinglepageSlide .main_module_heading {
        top: 0px;
        padding: 2px;
        position: absolute;
        font-size: 10px;
        line-height: 14px;
    }
}

@media(min-width: 768px){
    .materialPageRightCol .contentwrapper hr{
        margin-right: 5px !important;
    }
}



	.twoColumnFilterSmallScreen{
		display:none !important;
	}
	
	@media (max-width: 550px) {
		.twoColumnFilterLargeScreen{
			display:none !important;
		}
		.twoColumnFilterSmallScreen{
			display: flex !important;
			flex-direction: column !important;
		}
		
	}
.customize {
	color : #ffffff !important;
	
}