﻿/*--------------------------/*
Tempale name : NairCare
Version    : 1.0.0
Author     : Vijay Singh
/*--------------------------/*

[Component module]
PRODUCTS PAGE
REPONSIVE
/*-------------------------*/
/*
@import"../fonts/Geogrotesque/font.css";
*/
.form-group {
    margin-bottom: 20px !important;
}

.mobile-nav {
    position: relative;
    /*min-height: 50px;
    margin-bottom: 20px;
    margin-right: 60px;*/
    width:100%;
}
@media (min-width: 768px) {
  .mobile-nav {
        border-radius: 4px;
  }
  .mobile-nav > .container .navbar-brand, .mobile-nav > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
@media (max-width: 768px) {
	
    .navbar-header {
        width: 100%;
    }
	#product-overview .summary{
		padding: 0 25px;
		width: 100%;
		margin-top: 20px;
	}
	.where-to-buy {
		text-align: center;
		margin-top: 15px;
	}	
	.pdp .learn-more {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.section-block .row label {
		margin-left: -15px;
		margin-bottom: 8px;
	}
	.form-group {
		margin-bottom: 5px !important;
	}
	.mobile-nav {
		/*padding: 0 25px;*/
	}	
}

@media (min-width: 769px) {
	.pdp .summary{
		padding: 0 25px;
		width: 50%;
	}
	.pdp .learn-more {
		max-width: 250px;
	}

}

@media (max-width: 767px) and (min-width: 600px){
	.great-for-title{
		white-space:inherit;
	}
	.item-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 1rem 0em;
	}
}
@media (min-width: 769px){
	.great-for-title{
		white-space:nowrap;
	}
}
.navbar-header {
    background: #fff;
    color: #1f1f2f;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    top: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    box-shadow: 0 1px 5px #dab3cf;
    border-radius: 7px;
    height: 30px;
}
.navbar-header span:hover { color: darkgray; }

#mobile-nav-content ul li a:hover {
  color: #6fa0e9;
  background: #e7f0f7;
}

.navbar-collapse.in {
    border: 0;
    box-shadow: 0 1px 1px gainsboro;
}

#mobile-nav-content ul {
    padding: 0;
}

.navbar-brand {
    padding: 15px 15px;
    line-height: 0px;
    color: gainsboro;
	height: 10px;
    font-size: 16px;
	width:80%;
}

.navbar-toggle {
    padding: 5px 8px;
    margin-top: 0px;
}

.section-block .row p {
    margin-bottom: 6px;
}

.section-block .row label {
    margin-top: 15px;
}
.pdp .images .nairCare-main-image {
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-align: center;
    cursor: default;
	padding:10px;
	padding-right: 15px;
}
.where-to-buy {
    padding-bottom: 15px;
}

div.pdp{
    padding:0px;
    padding-top:25px;
    padding-bottom:20px;
}
@media(max-width:450px) {
	.pdp.product-detail {
		padding: 0 25px;
	}
}
/**********************************************
**************** Breadcrumb *******************
***********************************************/
.nairCare-breadcrumb {
    font-size: 12px;
    color: #666;
}

.nairCare-breadcrumb .container {
    padding-right: 15px;
    width: 100%;
    margin: 0 0px 0px 2px;	
}
.nairCare-breadcrumb .container .breadcrumb{
    padding: 0px 15px;
	margin-bottom: 5px;
}

.breadcrumb-arrow {
    line-height: 36px;
    list-style: none;
    background-color: transparent;
	vertical-align: initial;
    /*box-shadow: 0 0px 1px #dfd7ca*/;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}
.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
    line-height: 0%;
}
.breadcrumb-arrow li img {
    vertical-align: initial;
    margin-top: 7px;
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -4px;
}
.breadcrumb-arrow li + li:before {
    padding: 0;
    content: "";
}
.breadcrumb-arrow li span {
    padding: 0 10px;
}
.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 30px;
    padding: 0 5px 0 18px;
    line-height: 29px;
}
.breadcrumb-arrow li:first-child a {
    padding: 0 5px;
}
.breadcrumb-arrow li a {
    position: relative;
    color: darkblue;
    text-decoration: none;
    background-color: #fcdcec;
    border: 1px solid #fdabdb;
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}
.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 15px solid transparent;
    border-bottom:15px solid transparent;
}
.breadcrumb-arrow li a:before {
    right: -11px;
    z-index: 3;
    border-left-color: #fcdcec;
    border-left-style: solid;
    border-left-width: 11px;
}
.breadcrumb-arrow li a:after {
    right: -12px;
    z-index: 2;
    border-left: 11px solid #fdabdb;
}
.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: rgba(245, 148, 198, 0.98);
    border: 1px solid rgba(245, 148, 198, 0.98);
}
.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: rgba(245, 148, 198, 0.98);
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be;
}
.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #2494be;
}
/**********************************************
  ************** Watch Video **************
***********************************************/

.video-content {
    margin-bottom: 35px;
    margin-top: 35px;
}
.video-content .video-title {
    font-weight: bold;
    color: black;
    margin-bottom: 0px;
    font-size: 50px;
}
.video-content .video-description {
    font-size: 40px;
    font-weight: bold;
    color: black;
}
/**********************************************
  ************** Related Items **************
***********************************************/

.related-items-title {
    font-size: 30px;
    line-height: 38px;
    font-family: Geogrotesque, sans-serif;
    margin-bottom: 20px;
    color: #111;
    padding-top: 50px;
    padding-left: 100px;
}
.related-items-title.with-line {
    padding-bottom: 20px;
    position: relative;
}
.related-items-title.with-line:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 27%;
    left: 37%;
    height: 2px;
    background: black;
}
div.related-items-title h1 {
    color: black;
    padding: 0;
    margin: 0;
    border-bottom: none;
    font-weight: bold;
    font-size: 30px;
}
.product-carousel-title {
    font-size: 20px !important;
}
/**********************************************
  ************* index title **************
***********************************************/
.index-title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #111;
    padding-top: 25px;
    padding-left: 82px;
}
.index-title.white-title {
    color: #fff;
}
.index-title.with-line {
    padding-bottom: 20px;
    position: relative;
    text-decoration: none;
    display: table-cell;	
}
.index-title.with-line:before {
	content: '';
	position: absolute;
	bottom: 10px;
	width: 85%;
	height: 1px;
	background: black;
	display: table-cell;	
}
/**********************************************
  ************* Great For Thumb **************
***********************************************/
div.pdp div.great_for_thumb {
    width: 100%;
	margin-top:30px;
}
div.pdp div.great_for_thumb div {
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    color: #42afc0 !important;
    font-size: 16px !important;
    font-weight: bold;
    padding-left: 10px;
}
div.pdp div.great_for_thumb div.body {
    background: url(/-/media/Nair/Icon/Body.ashx) top center no-repeat;
}
div.pdp div.great_for_thumb div.lasting {
    background: url(/-/media/Nair/Icon/Lasting.ashx) top center no-repeat;
}
div.pdp div.great_for_thumb div.time {
    background: url(/-/media/Nair/Icon/QuickNeasy.png) top center no-repeat;
}
div.pdp div.great_for_thumb div.bikini {
    background: url(/-/media/Nair/Icon/Bikni.png) top center no-repeat;
}

.DoandDont-Description{
    padding-left: 65px;
}
@media screen and (min-width: 768px) {
  .equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 1 auto;
  }
}
/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.product-overview {
		display: inline-flex;
	}
    div.pdp div.great_for_thumb div {
        display: table-cell;
        max-width: 128px;
        display: inline-block;
        margin-left: -15px;
    }
    .pdp .summary {
        width: 50%;
    }
    .great_for_thumb h2 {
        white-space: inherit;
    }

    .index-title.with-line {
        padding-bottom: 5px;
    }

    .index-title {
        padding-top: 15px;
    }
}
/* iPads Pro (portrait and landscape) ----------- */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    div.pdp div.great_for_thumb div {
        display: table;
        width: 250px;
        table-layout: fixed;
    }
    .great_for_thumb h2 {
        white-space: nowrap;
    }
}
@media only screen and (min-width: 768px) {
    .div.pdp div.great_for_thumb div {
        display: table-cell;
        width: 2%;
    }
}
@media only screen and (min-width: 601px) {
    div.pdp div.great_for_thumb div.body {
        padding-top: 80px;
    }
    div.pdp div.great_for_thumb div.lasting {
        padding-top: 80px;
    }
    div.pdp div.great_for_thumb div.bikini {
        padding-top: 80px;
    }	
    div.pdp div.great_for_thumb div.time {
        padding-top: 80px;
    }
    .div.pdp div.great_for_thumb div {
        display: table-cell;
        width: 2%;
    }
}
@media only screen and (max-width: 600px) {
	.DoandDont-Description {
		padding-left: 15px;
	}	
    .nairCare-breadcrumb {
        padding-top: 75px;
		padding-left: 7px;
		padding-right: 7px;		
		font-size:11px;
    }
	
	.pdp .images .nairCare-main-image {
		padding-bottom: 0;
		margin-bottom: 0;
	}	
    .pdp .learn-more {
        margin: 0 auto;
		padding-bottom: 30px;
    }
    div.pdp div.great_for_thumb {
        padding-left: 0px;
        margin-top: 25px;
        margin-bottom: 5px;
        display: inline-block;
		margin: 0 auto;
    }
    div.pdp div.great_for_thumb div.body {
        background-position: top center;
        display: table-cell;
        vertical-align: bottom;
    }
    div.pdp div.great_for_thumb div.lasting {
        background-position: top center;
        display: table-cell;
        vertical-align: bottom;
    }
    div.pdp div.great_for_thumb div.bikini {
        background-position: top center;
        display: table-cell;
        vertical-align: bottom;
    }	
    div.pdp div.great_for_thumb div.time {
        background-position: top center;
        display: table-cell;
        vertical-align: bottom;
    }
}
/*
	div.pdp div.great_for_thumb div {
		padding: 0 1.9em;
	}	
*/
@media screen and (max-width: 780px) and (min-width: 320px) {
    .great-for-thumb-item {
        margin: 0 5px;
        max-width: 80px;
        display: table-cell;
    }
}
@media screen and (max-width: 1300px) and (min-width: 781px) {
    .great-for-thumb-item {
        margin: 0 5px;
        max-width: 80px;
        display: list-item;
        list-style: none;
    }
}
@media (min-width: 639px) {
    .great-for-thumb-item {
        display: inline-block;
        margin: 0 10px;
        max-width: 100px;
    }
}
@media (min-width: 767px) {
    .great-for-thumb-item {
        max-width: 120px;
    }
}
.great-for-thumb-item {
    margin-bottom: 30px;
    max-width: 140px;
    opacity: 1;
    outline: 0;
    border: 0;
    background: 0;
    padding: 0;
}
.great-for-title {
    text-align: center;
    text-transform: uppercase;
    color: #0a3560;
    font-size: 20px;
    padding-bottom: 10px;
    margin-left: 15px;
    font-weight: bold;
}
.great_for_thumb,
.great_for_thumb img {
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 35px;
}
.product-thumb {
    position: relative;
    overflow: hidden;
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    /* add */    
    justify-content: center;
}
.product-thumb:hover {
    /*box-shadow: inset 0 1px 9px 1px rgba(0, 0, 0, 0.1);*/
}
.owl-carousel .product-thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-thumb {
    background-size: contain;
    background-size: cover;
}
div.related div.item a img {
    height: 200px !important;
}
div.related div.item a h4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
#FeeltheDifference {
    background-color: #faefdf;
}
#DosDonts{
	background-color: #f8f8f8;
}
#StoreLocator {
    background-color: #fffaee;
}

.pdp .img-responsive{
	width:100%;
}

#RelatedItems .img-responsive{
	width:auto;
}

.img-column {
    margin-right: -1px;
    }
.feelDiff {
    padding: 10px;
}
#StoreLocator_block {
    padding-left: 75px;
    padding-right: 85px;
}
.section-block {
    padding-top: 0;
    padding-bottom: 0;
}
.section-block .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -8px;
    margin-top: 0px;
}
.section-block div[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .section-block .container {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .section-block .container {
        max-width: 100%;
        width: 100%;
    }
}
.section-block .container {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
}
.container > .section-block {
    margin-left: -15px;
    margin-right: -15px;
}
.section-block > [class^="col-"],
.section-block > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.hover {
    position: relative;
}
.hover:before {
    font-size: 0;
    line-height: 0;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 0;
    height: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    color: #000;
}
.hover:after {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    content: "";
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.clear {
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.animation,
a,
button,
input {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.animation-all,
.animation-all * {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.aligncenter {
    margin: 10px auto;
    float: none;
    display: block;
}
.hidden {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.vh {
    visibility: hidden;
}
.vv {
    visibility: visible;
}
img,
.res-img {
    max-width: 100%;
    height: auto;
}
.after-clear:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
}
.normal-text {
    font-weight: 400;
}
#wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    visibility: visible;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#wrapper.loading {
    visibility: hidden;
    opacity: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.h5,
h5,
p,
ul,
ol {
    margin: 0;
}
a:hover,
a:active {
    text-decoration: none;
}
.bg-dotted {
    background: url(../images/bg-dotted.jpg) top center repeat;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.bg-brown {
    background: #e9e6e1;
}
.bg-gray {
    background: #f7f7f7;
}
@media(max-width:599px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        width: 100%;
    }
}
.header-top {
    position: relative;
    z-index: 10;
}
.menu-collection .sub-menu {
    visibility: hidden;
    position: absolute;
    padding: 10px 0;
    text-align: left;
    opacity: 0;
    background: #c5ac91;
    min-width: 190px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    top: 100%;
    margin-top: 10px;
}
.menu-collection .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin: 0;
    border-left: 2px solid #aa855c;
    padding: 0;
}
.menu-collection .sub-menu-left .sub-menu {
    right: 100%;
    left: auto;
}
.menu-collection > li > .sub-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
}
.menu-collection > li > .sub-menu:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #c4ab90;
    -10px: l;
    left: 18px;
    top: -10px;
}
.menu-collection .sub-menu li a {
    display: block;
    padding: 5px 10px;
    text-transform: none;
}
.menu-collection .sub-menu li:hover > a {
    background: #aa855c;
}
.menu-collection .sub-menu li {
    width: 100%;
    text-align: left;
}
.menu-collection li {
    position: relative;
}
.menu-collection li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
@media(max-width:1024px) {
    .menu-collection.menu li .sub-menu {
        visibility: hidden;
        opacity: 0;
    }
    .menu-collection.menu li .sub-menu.active {
        visibility: visible;
        opacity: 1;
    }
}
@media(max-width:599px) {
    .menu-collection.menu li .sub-menu {
        position: relative;
        height: 0;
        border-left: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background: #000;
    }
    .menu-collection.menu li .sub-menu.active {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .menu-collection .sub-menu:before {
        display: none;
    }
    .menu-collection .sub-menu:after {
        display: none;
    }
}
.menu-mobile-toggle {
    border: 1px solid #33281c;
    background: #000;
    padding: 8px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    display: block;
    margin: 0 auto;
    float: none;
}
.menu-mobile-toggle .icon-bar {
    background: #fff;
    display: block;
    width: 22px;
    height: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.menu-mobile-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.menu-mobile-toggle:hover {
    background: #aa855c;
    border: 1px solid #aa855c;
}
.menu-mobile-toggle:hover .icon-bar {
    background: #fff;
}
@media(min-width:768px) {
    .menu-mobile-toggle {
        display: none;
    }
}

.block-multi-col {
    font-size: 0;
}
.block-multi-col:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.block-multi-col .block-col {
    display: inline-block;
    font-size: 14px;
}
.block-multi-col .block-col-1 {
    width: calc(100%/12);
}
.block-multi-col .block-col-2 {
    width: calc(200%/12);
}
.block-multi-col .block-col-3 {
    width: calc(300%/12);
}
.block-multi-col .block-col-4 {
    width: calc(400%/12);
}
.block-multi-col .block-col-5 {
    width: calc(500%/12);
}
.block-multi-col .block-col-6 {
    width: calc(600%/12);
}
.block-multi-col .block-col-7 {
    width: calc(700%/12);
}
.block-multi-col .block-col-8 {
    width: calc(800%/12);
}
.block-multi-col .block-col-9 {
    width: calc(900%/12);
}
.block-multi-col .block-col-10 {
    width: calc(1000%/12);
}
.block-multi-col .block-col-11 {
    width: calc(1100%/12);
}
.block-multi-col .block-col-12 {
    width: calc(1200%/12);
}
@media(max-width:991px) {
    .block-multi-col .block-col {
        width: auto;
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }
    .block-multi-col .div-table {
        display: block;
    }
    .block-multi-col .div-table .div-cell {
        display: block;
    }
}
.block-body {
    padding: 0px 0;
}
.block-body.bg-dotted {
    color: #444;
}
.block-body.block-light {
    color: #fefefe;
}
.block-body.block-light .block-title {
    color: #fefefe;
}
.block-body.block-gray {
    color: #aaa;
}
.block-body.block-col {
    padding-left: 30px;
    padding-right: 30px;
}
.block-body.block-small {
    padding: 10px 0 30px;
}
.block-body p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
.block-body h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 15px;
}
.block-body small {
    font-size: 14px;
    line-height: 22px;
}
.block-body .note {
    font-size: 14px;
    line-height: 26px;
    max-width: 400px;
    display: block;
    margin: 0 auto 25px;
    float: none;
}
.block-body .div-table {
    width: 100%;
    height: 100%;
}
.block-body .div-cell {
    vertical-align: middle;
}
@media(max-width:599px) {
    .block-body {
        padding: 65px 0;
    }
    .block-body p {
        font-size: 16px;
        line-height: 28px;
    }
}
.block-title {
    font-size: 26px;
    line-height: 38px;
    font-family: Geogrotesque, sans-serif;
    margin-bottom: 15px;
    color: #333;
}
.comment-reply-title {
    font-family: birds_of_paradiseregular, cursive;
    font-weight: 400;
}
.block-title strong {
    text-transform: uppercase;
    font-weight: 600;
}
.block-title span {
    font-size: 32px;
    line-height: 45px;
    font-family: birds_of_paradiseregular, cursive;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
.comment-reply-title span {
    text-transform: initial;
    font-weight: 400;
    font-size: 32px;
}
.block-title .line-ico {
    margin-top: 8px;
}
.block-title.two-line {
    margin-bottom: 30px;
}
.block-title.two-line span {
    line-height: 38px;
}
.block-title.two-line strong {
    display: block;
}
.widget .block-title {
    vertical-align: middle;
}
.widget .block-title img {
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.widget .block-title a {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    min-width: 22px;
    color: #333;
}
.block-title i,
.index-title i {
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
    display: block;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    margin-bottom: 25px;
    color: #333;
    text-transform: initial;
}
.feelDiff-description {
    padding: 15px;
    font-size: 14px;
    color: #111;
    padding-left: 85px;
}
.DoandDont_content {
    padding: 10px;
    font-size: 14px;
    color: #111;
}
.store-locator-description {
    padding: 15px;
    font-size: 14px;
    color: #111;
    padding-left: 85px;
}
.index-title.with-note {
    margin-bottom: 15px;
}
.index-title.quote-title {
    position: relative;
    padding-left: 75px;
    text-align: left;
}
.video-title {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 70px;
}
.index-title.quote-title:before {
    content: "\f10d";
    font-family: FA;
    color: #c5ac91;
    font-size: 64px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.index-title span {
    display: block;
    line-height: 23px;
}
.index-title strong {
    font-weight: 600;
}
@media(max-width:399px) {
    .block-title {
        font-size: 26px;
        line-height: 30px;
    }
    .block-title span {
        font-size: 24px;
        line-height: 35px;
    }
    .block-title i {
        font-size: 12px;
        line-height: 22px;
    }
}
@media(max-width:991px) {
    .index-title, .block-title {
        text-align: center;
    }
}
@media (max-width: 700px) {
    .col-sm-2 {
        padding-left: 3px;
    }
    .feelDiff-description,
    .store-locator-description {
        padding-left: 20px;
        text-align: left;
    }
    .index-title,
    .block-title {
        text-align: left;
    }
    .index-title {
        padding-left: 20px;
    }
    .index-title.with-line:before {
        content: '';
        width: 100%;
    }
}
.block-small-title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    font-family: Geogrotesque, sans-serif;
    color: #333;
    padding: 5px 0;
}
.block-small-title span {
    color: black;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    display: block;
    text-align:left;
}
.block-small-title strong {
    font-weight: 600;
    display: block;
}
.blocks-parallax {
    position: relative;
}
.blocks-parallax .container {
    position: relative;
    z-index: 20;
}
.with-parallax {
    background-position: top center;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
}
.with-parallax .overlay-child {
    background-repeat: repeat;
    background-attachment: fixed;
}
.with-parallax.with-text .container {
    position: relative;
    z-index: 1;
}
.with-parallax.with-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
}
.with-parallax.overlay {
    position: absolute;
    top: 0;
    z-index: 10;
    background-color: #000;
}
.step-title .index-title {
    margin-bottom: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
}
.images-title {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.images-title h3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}
.col-md-1 .step-title {
    width: calc(100%/12 - 30px);
}
.col-md-2 .step-title {
    width: calc(100%/6 - 30px);
}
.col-md-3 .step-title {
    width: calc(100%/4 - 30px);
}
.col-md-4 .step-title {
    width: calc(100%/3 - 30px);
}
.col-md-5 .step-title {
    width: calc(500%/12 - 30px);
}
.col-md-6 .step-title {
    width: calc(100%/2 - 30px);
}
.col-md-7 .step-title {
    width: calc(700%/12 - 30px);
}
.col-md-8 .step-title {
    width: calc(200%/3 - 30px);
}
.col-md-9 .step-title {
    width: calc(300%/4 - 30px);
}
.col-md-10 .step-title {
    width: calc(1000%/12 - 30px);
}
.col-md-11 .step-title {
    width: calc(1100%/11 - 30px);
}
.col-md-12 .step-title {
    width: calc(1200%/12 - 30px);
}
@media(max-width:991px) {
    .step-title {
        position: relative;
        width: auto !Important;
        min-height: 300px;
        left: 0;
        margin: 0 -15px;
    }
    .step-title:before {
        width: 100%;
        height: 1px;
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
    }
    .step-title .num {
        left: 50%;
        width: 240px;
        margin-left: -120px;
    }
}
.step-controls-process {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 60px;
}
.step-controls-process .step-control {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 137px;
    height: 36px;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #aa855c;
    padding: 0 10px;
    border: 2px solid #aa855c;
    margin: 0 5px 10px;
    margin-top: 50px;
}
.step-controls-process .step-control.deactive {
    width: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}
.step-controls-process .step-control .fa {
    line-height: 32px;
}
.step-controls-process .step-control .fa-chevron-right {
    margin-left: 5px;
}
.step-controls-process .step-control .fa-chevron-left {
    margin-right: 5px;
}
.step-controls-process .step-control span {
    display: block;
}
@media(max-width:449px) {
    .step-controls-process .step-control {
        width: 108px;
        height: 32px;
        line-height: 32px;
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
    }
    .step-controls-process .step-control span {
        width: 88px;
    }
}
.step-controls-angle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 60px;
    margin-top: -30px;
}
.step-controls-angle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.step-controls-angle .ico {
    font-size: 60px;
    line-height: 60px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    color: #999;
}
.step-controls-angle .step-control {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    cursor: pointer;
}
.step-controls-angle .step-control.deactive .ico {
    color: #999 !important;
}
.step-controls-angle .step-next {
    float: right;
}
.step-controls-angle .step-prev {
    float: left;
}
@media(max-width:320px) {
    .step-controls-angle .ico {
        font-size: 40px;
    }
}
@media(min-width:1199px) {
    .step-controls-process .step-control:hover {
        color: #fff;
        background: #aa855c;
    }
    .step-controls-angle .ico:hover {
        color: #aa855c;
    }
}
.product-with-thumb {
    display: inline-block;
}
.product-with-thumb img {
    display: block;
}
.product-with-thumb .title {
    font-family: Geogrotesque, sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 500;
    color: #444;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
@media(min-width:1199px) {
    .product-with-thumb:hover .title {
        color: #aa855c;
    }
}
.person-card {
    max-width: 570px;
    background: #fff;
    display: block;
    margin: 0 auto;
    float: none;
    padding: 5px 0 5px 5px;
    width: 100%;
    position: relative;
}
.person-card:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.person-card .avatar {
    padding: 10px;
    width: 50%;
    float: left;
    position: relative;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    z-index: 2;
}
.person-card .avatar.hover-double-images .back {
    padding: 10px;
}
.person-card .avatar:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid #fff;
    z-index: 10;
}
.person-card .info {
    position: absolute;
    width: 50%;
    text-align: center;
    right: 0;
    z-index: 1;
    top: 11px;
    bottom: 49px;
    background: #ede8e2;
}
.person-card .info:before {
    content: '';
    position: absolute;
    background: #aa855c;
    width: 1px;
    top: 20px;
    bottom: 20px;
    left: 50%;
}
.person-card .info .top {
    position: absolute;
    width: 100%;
    background: #ede8e2;
}
.person-card .name {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-family: Geogrotesque, sans-serif;
}
.person-card .name span {
    font-weight: 400;
}
.person-card .position {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    z-index: 10;
    color: #666;
}
.person-card .position span {
    z-index: 10;
    position: relative;
    padding: 0 8px;
}
.person-card .position:before {
    background: #aa855c;
    width: 500px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: -200px;
    margin-top: -4px;
}
.person-card .social {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ede8e2;
    top: 100%;
}
.person-card .social li {
    display: inline-block;
    margin: 0 5px;
}
.person-card .social .fa {
    color: #baa895;
    font-size: 22px;
    line-height: 35px;
    width: 32px;
    display: block;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media(min-width:1199px) {
    .person-card .social .fa:hover {
        color: #fff;
    }
    .person-card .social .fa-facebook:hover {
        background: #3b5998;
    }
    .person-card .social .fa-twitter:hover {
        background: #00aced;
    }
    .person-card .social .fa-instagram:hover {
        background: #125688;
    }
    .person-card .social .fa-google-plus:hover {
        background: #dd4b39;
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .person-card .name {
        font-size: 40px;
        line-height: 36px;
        padding: 40px 15px 20px;
    }
}
@media(max-width:599px) {
    .person-card {
        max-width: 285px;
    }
    .person-card .avatar {
        width: 100%;
    }
    .person-card .info {
        width: 100%;
        position: relative;
        top: 0;
        bottom: 0;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .person-card .info .top {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
    .person-card .social {
        position: relative;
        top: 0;
    }
}
.blog-item {
    background: #fff;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto 20px;
    float: none;
}
.blog-item .thumb {
    display: block;
}
.blog-item .thumb img {
    min-width: 100%;
}
.blog-item .info {
    padding: 14px 28px 28px;
}
.blog-item .info-meta {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
    margin-bottom: 3px;
    padding: 7px 0;
}
.blog-item .title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 17px;
    font-family: Geogrotesque, sans-serif;
}
.blog-item .title a {
    color: #333;
}
.blog-item .title a:hover {
    color: #aa855c;
}
.blog-item .title:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-item p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-bottom: 0;
}
.blog-item .more {
    text-transform: uppercase;
    font-size: 11px;
    color: #aa855c;
    text-decoration: underline;
}
@media(max-width:320px) {
    .blog-item .title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }
    .blog-item .info {
        padding: 14px 15px;
    }
}
.numberal-item {
    text-align: center;
    color: #bb9d7d;
    margin-bottom: 30px;
}
.numberal-item .ico {
    display: inline-block;
    width: 34px;
    height: 34px;
    color: #bb9d7d;
    border: 1px solid #bb9d7d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}
.numberal-item .ico span {
    line-height: 32px;
}
.numberal-item .ico:hover {
    background: #bb9d7d;
    color: #fff;
}
.numberal-item .num {
    font-size: 46px;
    line-height: 44px;
}
.numberal-item .text {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}
.contact-item {
    padding-left: 120px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    margin-top: 16px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
}
.contact-item .left {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-family: Geogrotesque, sans-serif;
    max-width: 120px;
    text-transform: uppercase;
}
.contact-item .content {
    font-style: italic;
    color: #555;
    text-align: left;
    margin-bottom: 0;
}
.contact-item a {
    color: #555;
}
.contact-item a:hover {
    color: #aa855c;
}
@media(max-width:319px) {
    .contact-item {
        padding-left: 0;
    }
    .contact-item .left {
        position: relative;
    }
}
.category-item {
    display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.category-item:hover {
    color: #fff;
}
.category-item .text-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.category-item .div-table {
    width: 100%;
    height: 100%;
    text-align: center;
}
.category-item .div-table .div-cell {
    vertical-align: middle;
}
.category-item h2 {
    display: inline-block;
    font-size: 34px;
    line-height: 20px;
    font-weight: 600;
}
.category-item h3 {
    display: inline-block;
    font-size: 26px;
    line-height: 20px;
    font-weight: 600;
}
.category-item span {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.category-item strong {
    display: inline-block;
}
.category-item img {
    width: 100%;
}
.product-item {
    width: 100%;
    display: inline-block;
    padding: 0 15px 10px;
    position: relative;
}
.product-item .div-table {
    width: 100%;
    height: 235px;
    text-align: center;
}
.product-item .div-table .div-cell {
    vertical-align: middle;
}
.product-item img.wp-post-image {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.product-item h3 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #444;
    font-weight: 400;
    margin: 0;
    margin-top: 8px;
}
.step-product-item {
    background: transparent;
    text-align: center;
    display: block;
}
.step-product-list h3 {
    color: #444;
    font-size: 16px;
    font-family: Geogrotesque, sans-serif;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 25px;
}
.step-product-list h3 span {
    display: block;
    color: #aa855c;
    font-weight: 600;
}
ul.step-product-list {
    list-style: none;
    padding: 0px;
    clear: both;
}
ul.step-product-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 8px 20px 10px;
    height: 300px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;
    overflow: hidden;
    list-style: none;
    color: #999999;
}
/*
.step-product-item:before {
content:'';
display:inline-block;
height:83px;
width:1px;
background:#aa855c
}
*/

.product-carousel-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin: 0;
    width: 30px;
    height: 54px;
    margin-top: -27px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    border: none;
    font-size: 35px;
    line-height: 54px;
    color: #f05da9;
}
.bx-controls-direction a .fa-arrow-left:before {
    content: '\f104';
}
.bx-controls-direction a .fa-arrow-right:before {
    content: '\f105';
}
.product-carousel-wrapper .bx-controls-direction a .fa {
    line-height: 54px;
}
.product-carousel-wrapper .bx-controls-direction .bx-prev {
    left: 0;
}
.product-carousel-wrapper .bx-controls-direction .bx-next {
    right: 0;
}
.feature-post {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}
.feature-post .left {
    position: absolute;
    left: 20px;
    bottom: 12px;
    text-transform: uppercase;
    width: 340px;
    z-index: 20;
}
.feature-post .meta {
    font-size: 12px;
    line-height: 16px;
    color: #aaa;
    margin-bottom: 6px;
}
.feature-post .title {
    text-transform: uppercase;
    font-family: Geogrotesque, sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 34px;
}
.feature-post .btn-readmore {
    position: absolute;
    bottom: 17px;
    right: 15px;
    z-index: 20;
}
@media(max-width:767px) {
    .feature-post .left {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 340px;
        display: block;
        margin: 0 auto 20px;
        float: none;
    }
    .feature-post .btn-readmore {
        display: inline-block;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .feature-post .div-table {
        width: 100%;
        height: 440px;
        position: relative;
    }
    .feature-post .div-table .div-cell {
        vertical-align: middle;
        text-align: center;
    }
}
.darker-post {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    z-index: 20;
}
.darker-post .meta {
    font-size: 11px;
    line-height: 16px;
    color: #aaa;
    margin-bottom: 17px;
}
.darker-post h3.title {
    font-size: 26px;
    line-height: 30px;
    font-family: Geogrotesque, sans-serif;
    font-weight: 600;
    margin-bottom: 27px;
    color: #fff;
    padding: 0 20px;
}
.darker-post .btn-readmore {
    display: inline-block;
}
.darker-post .div-table {
    width: 100%;
    height: 440px;
    position: relative;
    z-index: 20;
}
.darker-post .div-table .div-cell {
    vertical-align: middle;
    text-align: center;
}
.popular-post-item {
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: 20;
}
.popular-post-item .div-table {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.popular-post-item .item {
    color: #333;
    font-family: Geogrotesque, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 45px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.popular-post-item .item .counter {
    font-size: 22px;
    line-height: 24px;
    font-style: italic;
    color: #aa855c;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -12px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.popular-post-item .item a {
    color: #333;
    display: block;
    max-height: 67px;
    overflow: hidden;
}
.popular-post-item .item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.popular-post-item img {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    top: 0;
    left: -10%;
    max-width: 1000px;
}
@media(min-width:1200px) {
    .popular-post-item:hover {
        background: #000;
    }
    .popular-post-item:hover .item {
        color: #fff;
    }
    .popular-post-item:hover .item .counter {
        color: #fff;
    }
    .popular-post-item:hover img {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5;
        left: 0;
    }
    .popular-post-item:hover a {
        color: #fff !important;
    }
}
@media(max-width:1199px) {
    .popular-post-item {
        background: #000;
    }
    .popular-post-item .item {
        color: #fff;
    }
    .popular-post-item .item .counter {
        color: #fff;
    }
    .popular-post-item img {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5;
        left: 0;
    }
    .popular-post-item a {
        color: #fff !important;
    }
}
.lookbook-item {
    border: 1px solid #f2f2f2;
    margin-bottom: 25px;
}
.lookbook-item .thumb {
    display: block;
    position: relative;
}
.lookbook-item .thumb:before {
    content: "";
    position: absolute;
    z-index: 10;
}
.lookbook-item .info {
    padding: 24px 30px 30px;
}
.lookbook-item .date {
    width: 90px;
    border-top: 1px solid #333;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    font-family: Geogrotesque, sans-serif;
    color: #b8b9be;
    padding-top: 9px;
    text-transform: uppercase;
}
.lookbook-item .title {
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.lookbook-item .title a {
    color: #333;
}
.lookbook-item .title a:hover {
    color: #aa855c;
}
.lookbook-item .desc p {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 18px;
}
.lookbook-item.horizontal-item .thumb:before {
    width: 34px;
    height: 17px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #fff;
    left: 60px;
    bottom: 0;
}
.lookbook-item.horizontal-item .info .bottom {
    padding-left: 115px;
    position: relative;
}
.lookbook-item.horizontal-item .date {
    position: absolute;
    top: 8px;
    left: 0;
}
.lookbook-item.vertical-item {
    position: relative;
    padding-right: 400px;
}
.lookbook-item.vertical-item .thumb {
    width: 100%;
    height: 370px;
}
.lookbook-item.vertical-item .thumb:before {
    width: 17px;
    height: 34px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 17px solid #fff;
    right: 0;
    top: 60px;
}
.lookbook-item.vertical-item .thumb img {
    max-width: 10000px;
}
.lookbook-item.vertical-item .desc {
    max-height: 100px;
    overflow: hidden;
}
.lookbook-item.vertical-item .info {
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
@media(max-width:991px) and (min-width:768px) {
    .lookbook-item.vertical-item {
        padding-right: calc(50% + 15px);
    }
    .lookbook-item.vertical-item .info {
        width: calc(50% + 15px);
    }
}
@media(max-width:991px) {
    .lookbook-item.horizontal-item .info .bottom {
        padding: 0;
    }
    .lookbook-item.horizontal-item .date {
        position: relative;
        top: 0;
        display: inline-block;
        width: auto;
    }
}
@media(max-width:679px) {
    .lookbook-item.vertical-item {
        padding-right: 0;
    }
    .lookbook-item.vertical-item .thumb {
        width: 100%;
        height: auto;
    }
    .lookbook-item.vertical-item .thumb:before {
        width: 34px;
        height: 17px;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #fff;
        left: 60px;
        bottom: 0;
        top: auto;
        right: auto;
    }
    .lookbook-item.vertical-item .thumb img {
        max-width: 100%;
    }
    .lookbook-item.vertical-item .desc {
        max-height: 10000px;
        overflow: hidden;
    }
    .lookbook-item.vertical-item .info {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
    }
}
@media(max-width:619px) {
    .lookbook-item .info {
        padding: 15px;
    }
}
.products-packery > li {
    position: relative;
}
.products-packery .add_to_cart_button {
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    font-size: 11px;
    line-height: 24px;
    border: 1px solid #000;
    margin-left: -65px;
    margin-top: -38px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.products-packery .swatch-list {
    position: absolute;
    bottom: 10px;
    right: 20px;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    padding-left: 18px;
    font-size: 0;
    background: url(../images/icon-swatch.png) 0 0 no-repeat;
    height: 15px;
}
.products-packery .swatch-list li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    margin-top: 3px;
}
.products-packery .swatch-list li.bg-black {
    background-color: #000;
}
.products-packery .swatch-list li.bg-brown {
    background-color: #494c4f;
}
.products-packery .swatch-list li.bg-red {
    background-color: #7d4f38;
}
.products-packery .swatch-list li.bg-orange {
    background-color: #c9743c;
}
@media(min-width:1200px) {
    .products-packery .add_to_cart_button:hover {
        color: #fff;
        background: #aa855c;
        border-color: #aa855c;
    }
    .products-packery > li:hover img.wp-post-image {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }
    .products-packery > li:hover .add_to_cart_button {
        transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
        -moz-transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
        -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
        -o-transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
        -ms-transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    .products-packery > li:hover .swatch-list {
        bottom: 22px;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}
@media(max-width:767px) {
    .products-packery .element-item {
        width: 100%;
    }
}
@media(max-width:991px) {
    .contact-list {
        margin-bottom: 30px;
        text-align: center;
    }
}
.row-no-padding {
    margin: 0;
}
.row-no-padding > li,
.row-no-padding > * {
    padding: 0;
}
.blog-mansory {
    margin: 30px -15px 0;
}
.blog-mansory .blog-item {
    border: 1px solid #f2f2f2;
}
.blog-mansory .blog-item .info {
    padding: 15px;
}
.blog-mansory .blog-item .info-meta {
    padding: 4px 0;
    margin-bottom: 0;
}
@media(min-width:992px) {
    .blog-mansory {
        margin: 30px 0 0;
    }
    .blog-mansory-single .blog-mansory {
        margin: 30px -15px 0;
    }
    .blog-mansory > li,
    .blog-mansory > * {
        padding: 0 30px 0 0;
    }
    .blog-mansory-right .blog-mansory > li,
    .blog-mansory-right .blog-mansory > * {
        padding: 0 0 0 30px;
    }
    .blog-mansory-single .blog-mansory > li,
    .blog-mansory-single .blog-mansory > * {
        padding: 0 15px;
    }
}
.frm-subscrible label {
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
}
.frm-controls {
    width: 100%;
    max-width: 352px;
    display: block;
    margin: 0 auto;
    float: none;
    position: relative;
}
.frm-controls .inp-text {
    border: 2px solid #fff;
    font-size: 14px;
    width: 100%;
    height: 48px;
    padding-right: 50px;
    padding-left: 13px;
    color: #fff;
    outline: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background: none;
}
.frm-controls .inp-text::-webkit-input-placeholder {
    color: #fff;
}
.frm-controls .inp-text:-moz-placeholder {
    color: #fff;
}
.frm-controls .inp-text::-moz-placeholder {
    color: #fff;
}
.frm-controls .inp-text:-ms-input-placeholder {
    color: #fff;
}
.frm-controls .inp-text:focus {
    border: 2px solid #000;
}
.frm-controls .btn-submit {
    border: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
}
.frm-controls .btn-submit .ico {
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
}
.frm-contact .controls {
    width: 100%;
}
.frm-contact .inp-text {
    width: 100%;
    height: 33px;
    color: #333;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #303030;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    outline: none;
    margin-bottom: 33px;
    font-size: 14px;
    line-height: 32px;
}
.frm-contact .inp-text::-webkit-input-placeholder {
    color: #aa855c;
}
.frm-contact .inp-text:-moz-placeholder {
    color: #aa855c;
}
.frm-contact .inp-text::-moz-placeholder {
    color: #aa855c;
}
.frm-contact .inp-text:-ms-input-placeholder {
    color: #aa855c;
}
.frm-contact .inp-text:focus {
    border-bottom-color: #aa855c;
}
.frm-contact .inp-textarea {
    min-height: 99px;
    max-height: 99px;
    overflow: hidden;
    font-size: 14px;
    line-height: 33px;
}
.frm-contact .inp-submit {
    background: #000;
    width: 100%;
    max-width: 180px;
    height: 44px;
    border: none;
    font-family: Geogrotesque, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.frm-contact .inp-submit:hover {
    background: #aa855c;
}
.frm-contact .control-textarea {
    position: relative;
    height: 99px;
}
.frm-contact .control-textarea textarea {
    position: relative;
    z-index: 10;
    line-height: 22px;
    padding-top: 5px;
}
.frm-contact .control-textarea:before {
    content: "";
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
@media(max-width:767px) {
    .frm-contact .inp-textarea {
        max-height: 9999px;
    }
    .frm-contact .control-textarea {
        height: auto;
        padding-bottom: 33px;
        margin-bottom: 20px;
    }
}
.pdp:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.pdp .images {
    width: auto;
    float: left;
}
.pdp .images img {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.product_title:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: black;
	display: table-cell;
	left:2px;
}
.pdp .summary .product_title {
    font-size: 35px;
    line-height: 36px;
    font-weight: 600;
    color: #444;
    margin: 0;
    padding-bottom: 5px;
	text-decoration: none;
	position: relative;
	display: table-cell;
	
}
.pdp .summary .sub-heading {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 22px;
    margin-top:15px;
    font-weight: normal;	
}
@media(max-width:991px) {
    .pdp .images {
        width: 100%;
    }
}
.nairCare-tabs .tabs {
    font-size: 0;
    position: relative;
}
.nairCare-tabs .tabs:before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 0;
    background: #ececec;
    height: 1px;
    width: 100%;
}
.nairCare-tabs .tabs li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    margin-bottom: 13px;
}
.nairCare-tabs .tabs a {
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    position: relative;
    color: #444;
}
.nairCare-tabs .tabs .active {
    font-weight: 500;
}
.nairCare-tabs .tabs .active a {
    font-weight: 500;
}
.nairCare-tabs .tabs .active:before {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -1px;
    right: 0;
    background: #444;
    position: absolute;
}
.nairCare-tabs .entry-content {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300;
    color: #888;
    padding-bottom: 25px;
}
.nairCare-tabs .entry-content p {
    margin-bottom: 13px;
}
.nairCare-tabs .cart:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.nairCare-tabs .options-caption {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 12px;
}
.nairCare-tabs .options-caption label {
    font-weight: 500;
    margin: 0;
}
.nairCare-tabs .variations {
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
}
.nairCare-tabs .variations .swatch-list {
    font-size: 0;
}
.nairCare-tabs .variations .swatch-list li {
    width: 26px;
    height: 26px;
    display: inline-block;
}
.nairCare-tabs .variations .swatch-list label {
    width: 26px;
    height: 26px;
    margin: 0;
    position: relative;
    padding: 3px;
}
.nairCare-tabs .variations .swatch-list input {
    display: none;
}
.nairCare-tabs .variations .swatch-list .swatch-color-preview {
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
}
.nairCare-tabs .variations .swatch-list .swatch-color-preview.bg-black {
    background-color: #000;
}
.nairCare-tabs .variations .swatch-list .swatch-color-preview.bg-brown {
    background-color: #494c4f;
}
.nairCare-tabs .variations .swatch-list .swatch-color-preview.bg-white {
    background-color: #fff;
}
.nairCare-tabs .variations .swatch-list .swatch-color-preview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}
.nairCare-tabs .variations .swatch-list .white-option .swatch-color-preview:after {
    content: '';
    position: absolute;
    border: 1px solid #000;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
}
.nairCare-tabs .variations .swatch-list input:checked + .swatch-color-preview {
    border-color: #000;
}
.nairCare-tabs .quantity {
    width: 73px;
    float: left;
    position: relative;
    margin-bottom: 33px;
}
.nairCare-tabs .quantity .qty {
    width: 100%;
    height: 28px;
    border: 1px solid #ddd;
    text-align: center;
    color: #666;
    font-size: 13px;
    outline: none;
    padding-right: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.nairCare-tabs .quantity .qty:focus {
    border-color: #000;
}
.nairCare-tabs .quantity button {
    text-align: center;
    width: 20px;
    height: 14px;
    color: #fff;
    background: #333;
    border: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    right: 0;
    z-index: 10;
    font-size: 13px;
    line-height: 14px;
    outline: none;
}
.nairCare-tabs .quantity button:hover {
    background: #aa855c;
}
.nairCare-tabs .quantity .minus-btn {
    bottom: 0;
}
.nairCare-tabs .quantity .plus-btn {
    bottom: 14px;
}
.btn-where-to-buy,
.button-findnow {
    width: 100%;
    max-width: 250px;
    height: 45px;
    outline: none;
    border: 0px solid #fdabdb;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    background: #f05da9;
    text-transform: uppercase;
    color: white !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 0.6em;
    display: inline-block;
    padding-top: 15px;
}
.button-findnow {
    padding-top: 10px;
    max-width: 210px;
}
.btn-where-to-buy:hover,
.button-findnow:hover {
    background: #3B95C3;
    color: #fff;
    border-color: #3B95C3;
}
.pdp .learn-more {
    text-align: center;
    display: block;
    margin-top: 5px;
    color: black;
    font-size: 11px;
}
.pdp .learn-more .fa {
    line-height: 18px;
    margin-right: 5px;
    font-size: 14px;
}
.pdp .learn-more:hover {
    color: #00aced;
}
.upsells.products {
    margin-top: 85px;
}
.upsells.products h2 {
    font-size: 20px;
    line-height: 34px;
    font-family: Geogrotesque, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
@media(max-width:480px) {
    .nairCare-tabs form.cart {
        text-align: center;
    }
    .nairCare-tabs .variations {
        float: none;
        display: inline-block;
        text-align: left;
    }
    .nairCare-tabs .quantity {
        float: none;
        display: inline-block;
        text-align: left;
    }
    .btn-where-to-buy {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
@media(max-width:320px) {
    .nairCare-tabs .variations {
        float: none;
        display: block;
        text-align: center;
        margin-right: 0;
    }
}
.nairCare-cart .nairCare {
    padding: 30px 0;
}
.nairCare-cart .cart-empty {
    text-align: center;
    margin-bottom: 20px;
}
.nairCare-cart .return-to-shop {
    text-align: center;
}
.nairCare-cart table {
    width: 100%;
}
#coupon_code {
    width: 128px;
}
.nairCare-cart #respond input#submit.alt,
.nairCare-cart a.button.alt,
.nairCare-cart button.button.alt,
.nairCare-cart input.button.alt {
    background: #955251;
}
.nairCare-cart #respond input#submit.alt:hover,
.nairCare-cart a.button.alt:hover,
.nairCare-cart button.button.alt:hover,
.nairCare-cart input.button.alt:hover {
    background: #333;
}
.nairCare-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 15px;
    text-transform: uppercase;
}
.sidebar {
    padding: 50px 35px;
    background: #f2f2f2;
    position: relative;
    margin-bottom: 50px;
}
.sidebar .sidebar-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f2f2;
}
.sidebar .widget {
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}
@media(max-width:991px) {
    .sidebar .sidebar-bg {
        display: none;
    }
}
@media(max-width:399px) {
    .sidebar {
        padding: 50px 15px;
    }
}
.widget.widget_popular_post ul li {
    border-bottom: 1px solid #d7d7d7;
}
.widget.widget_recent_comments ul li {
    padding: 18px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.widget.widget_recent_comments ul a:hover {
    color: #aa855c;
}
.widget.widget_recent_entries ul li {
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.widget.widget_recent_comments ul li a {
    font-weight: 500;
    font-family: Geogrotesque, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
.widget.widget_recent_comments ul li:last-child,
.widget.widget_recent_entries ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget.widget_recent_entries ul a {
    display: block;
    font-weight: 500;
    font-family: Geogrotesque, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
.widget.widget_recent_entries ul a:hover {
    color: #aa855c;
}
.widget.widget_recent_entries ul span {
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
.tagcloud {
    font-size: 0;
}
.tagcloud a {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    padding: 4px 9px;
    font-weight: 300;
    background: #fff;
    color: #333;
    border: 1px solid #d9d9d9;
    margin-right: 7px;
    margin-bottom: 6px;
}
.tagcloud a:hover {
    border-color: #aa855c;
    background: #aa855c;
    color: #fff;
}
.flickr-list {
    margin: 0 -5px;
    font-size: 0;
    text-align: center;
}
.flickr-list li {
    display: inline-block;
    margin: 0 5px 10px;
}
.flickr-list a {
    display: inline-block;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul {
    border-top: 1px solid #e7e7e7;
    visibility: hidden;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 0;
}
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
    position: relative;
    border-top: 1px solid #e7e7e7;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.widget_meta ul li:first-child,
.widget_pages ul li:first-child,
.widget_categories ul li:first-child,
.widget_archive ul li:first-child,
.widget_nav_menu ul li:first-child {
    border-top: none;
}
.widget_meta ul li:hover,
.widget_pages ul li:hover,
.widget_categories ul li:hover,
.widget_archive ul li:hover,
.widget_nav_menu ul li:hover {
    background: #faf9f9;
}
.widget_meta ul li:hover > a,
.widget_pages ul li:hover > a,
.widget_categories ul li:hover > a,
.widget_archive ul li:hover > a,
.widget_nav_menu ul li:hover > a {
    color: #955251;
    padding-left: 10px;
}
.widget_meta ul li:hover .num,
.widget_pages ul li:hover .num,
.widget_categories ul li:hover > .num,
.widget_archive ul li:hover > .num,
.widget_nav_menu ul li:hover > .num {
    color: #955251;
}
.widget_meta ul li:hover ul,
.widget_pages ul li:hover ul,
.widget_categories ul li:hover > ul,
.widget_archive ul li:hover > ul,
.widget_nav_menu ul li:hover > ul {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    height: auto;
}
.widget_meta ul li li,
.widget_pages ul li li,
.widget_categories ul li li,
.widget_archive ul li li,
.widget_nav_menu ul li li {
    padding-left: 20px;
}
.widget_meta ul a,
.widget_pages ul a,
.widget_categories ul a,
.widget_archive ul a,
.widget_nav_menu ul a {
    font-size: 15px;
    line-height: 24px;
    display: block;
    padding: 10px 40px 10px 0;
    position: relative;
    z-index: 20;
    color: #383f47;
}
.widget_meta ul a:before,
.widget_pages ul a:before,
.widget_categories ul a:before,
.widget_archive ul a:before,
.widget_nav_menu ul a:before {
    content: "\f101";
    font-family: FA;
    margin-right: 10px;
}
.widget_meta ul .num,
.widget_pages ul .num,
.widget_categories ul .num,
.widget_archive ul .num,
.widget_nav_menu ul .num {
    font-style: italic;
    position: absolute;
    top: 0;
    right: 10px;
    color: #686b6f;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-size: 15px;
    line-height: 48px;
    color: #383f47;
}
.widget_rss ul li {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #070000;
}
.widget_rss ul li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.widget_rss ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.widget_rss ul .rsswidget {
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #0d161f;
    font-weight: 500;
}
.widget_rss ul .rsswidget:hover {
    color: #ffcb05;
}
.widget_rss ul .rss-date {
    color: #d1d5d8;
    font-style: italic;
    font-size: 13px;
}
.widget_rss ul .rssSummary {
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
}
.widget_rss ul .rssSummary:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.widget_rss ul cite {
    float: right;
    font-size: 13px;
    color: #955251;
}
.widget_calendar table {
    border: 1px solid #955251;
    width: 100%;
}
.widget_calendar caption {
    background: #955251;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.widget_calendar thead th {
    text-align: center;
    border: 1px solid #955251;
}
.widget_calendar tbody td {
    padding: 5px 10px;
}
.widget_calendar tbody a {
    display: block;
    color: #fff;
}
.widget_calendar tbody #today {
    background: #955251;
    color: #fff;
}
.widget_calendar tfoot a {
    display: block;
    padding: 5px 10px;
    background: #955251;
    text-align: center;
    color: #fff;
}
.widget_search .searchform {
    padding-right: 48px;
    position: relative;
    width: 100%;
}
.widget_search .inp-search {
    background: #fff;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    padding-left: 20px;
    height: 48px;
    color: #0d161f;
    width: 100%;
    outline: none;
}
.widget_search .searchform .btn-search {
    width: 48px;
    height: 48px;
    color: #fff;
    background: #955251;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    line-height: 32px;
    padding: 0;
    z-index: 10;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-align: center;
    outline: none;
}
.widget_search .searchform .btn-search:hover {
    background: #444;
}
.widget_search .searchform .btn-search .fa {
    font-size: 14px;
    line-height: 32px;
}
.content .post-date {
    color: #999;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}
.content .post-title {
    font-family: Geogrotesque, sans-serif;
    color: #333;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 22px;
    font-weight: 600;
    word-wrap: break-word;
}
.content .post-title img {
    max-width: 32px;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 5px;
}
.content .post-title a {
    color: #333;
}
.content .post-title a:hover {
    color: #aa855c;
}
@media(max-width:991px) {
    .content {
        padding-right: 0;
    }
}
.text-content {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.text-content:after-clear {
    content: '';
    display: block;
    clear: both;
}
.text-content-index {
    line-height: 30px;
}
.text-content * {
    max-width: 100%;
}
.text-content .row {
    max-width: none;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin-bottom: 22px;
    margin-top: 10px;
    line-height: 1.3em;
    font-family: Geogrotesque, sans-serif;
}
.text-content h2 {
    font-size: 36px;
}
.text-content h3 {
    font-size: 20px;
    font-weight: 600;
}
.text-content h4 {
    font-size: 18px;
}
.text-content h5 {
    font-size: 14px;
}
.text-content h6 {
    font-size: 12px;
}
.text-content table {
    border: 1px solid #485a6f;
}
.text-content table td {
    padding: 5px;
    border: 1px solid #485a6f;
    margin-bottom: 20px;
}
.text-content table th {
    font-weight: 600;
    padding: 5px;
    border: 1px solid #485a6f;
}
.text-content ul {
    margin-left: 1em;
    list-style: disc inside;
}
.text-content ul ul {
    list-style: circle inside;
}
.text-content ul ul ul {
    list-style: square inside;
}
.text-content ol {
    list-style: decimal inside;
    margin-left: 1em;
}
.text-content li {
    margin-bottom: .3em;
}
.text-content p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 22px;
}
.text-content q {
    font-weight: 500;
    font-style: italic;
}
.text-content .wp-caption-text {
    text-align: center;
    padding: 10px;
    background: #f2f2f2;
    font-weight: 500;
}
.text-content .alignleft {
    margin-right: 1em;
    float: left;
}
.text-content .alignright {
    margin-left: 1em;
    float: right;
}
.text-content .aligncenter {
    display: block;
    margin: 0 auto 22px;
    float: none;
}
.text-content .alignnone {
    float: none;
    margin-bottom: 22px;
}
.text-content a {
    color: #aa855c;
}
.text-content a:hover {
    color: #00aced;
}
.text-content blockquote {
    width: 100%;
    border: 4px solid #f2f2f2;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 20px;
}
.text-content blockquote:before {
    content: '\f10d';
    font-family: FA;
    color: #f2f2f2;
    font-size: 24px;
    line-height: 30px;
    width: 50px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
}
.text-content blockquote p {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
}
.comments > h2 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #333;
}
.comment-list {
    margin-bottom: 50px;
    padding-top: 20px;
}
.comment-list .comment {
    padding-left: 100px;
    border-top: 1px solid #f2f2f2;
    position: relative;
    padding-top: 20px;
    min-height: 120px;
}
.comment-list > .comment:first-child {
    border-top: none;
    padding-top: 0;
}
@media(max-width:439px) {
    .comment-list .comment {
        padding-left: 0;
        padding-top: 120px !important;
    }
    .comment-list .comment .comment {
        margin-left: 20px;
    }
}
@media(max-width:319px) {
    .comment-list .comment .comment {
        margin-left: 0;
    }
}
.comment-body {
    position: relative;
    padding-bottom: 1px;
}
.comment-body .comment-author {
    display: inline-block;
}
.comment-body .comment-author a {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
}
.comment-body .comment-author a:hover {
    color: #aa855c;
}
.comment-body .comment-metadata {
    display: inline-block;
    font-weight: 300;
}
.comment-body .comment-metadata a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
.comment-body .comment-metadata .author {
    font-size: 14px;
    color: #222;
    font-weight: 500;
}
.comment-body .comment-metadata a:hover {
    color: #aa855c;
}
.comment-body .avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: -100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comment-body .comment-metadata a:before {
    content: '|';
    margin: 0 5px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.comment-body .comment-meta {
    margin-bottom: 10px;
    padding-right: 70px;
}
.comment-body .comment-reply-link {
    color: #b7b7b7;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.comment-body .comment-reply-link:hover {
    color: #aa855c;
}
.comment-body .comment-reply-link:before {
    content: '\f112';
    font-family: FA;
    margin-right: 6px;
}
@media(max-width:439px) {
    .comment-body .avatar {
        top: -100px;
        left: 50%;
        margin-left: -40px;
    }
}
.gallery {
    max-width: none;
}
.gallery:after {
    clear: both;
    content: '';
    display: block;
}
.gallery .gallery-item {
    height: 100%;
    text-align: center;
    padding-top: 10px;
}
.gallery .wp-caption-text {
    background: none;
}
.gallery img {
    display: inline-block;
    border: 5px solid #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
}
.btn-element {
    display: inline-block;
    outline: none;
    cursor: pointer;
    margin: 0 10px 30px;
    text-transform: uppercase;
    text-align: center;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    border-style: solid;
}
.btn-element.btn-large {
    font-size: 18px;
    line-height: 22px;
    padding: 9px 25px;
    min-width: 224px;
    font-weight: 600;
    border-width: 2px;
}
.btn-element.btn-medium {
    font-size: 14px;
    line-height: 16px;
    padding: 9px 20px;
    min-width: 222px;
    font-weight: 500;
    border-width: 2px;
}
.btn-element.btn-small {
    font-size: 11px;
    line-height: 16px;
    padding: 6px 15px;
    font-weight: 400;
    border-width: 1px;
    display: inline-block;
}
.btn-element.black-style {
    background: #000;
    color: #fff;
    border-color: #000;
}
.btn-element.black-style:hover {
    background: transparent;
    color: #000;
}
.btn-element.black-style-rev {
    background: #fff;
    color: #000;
    border-color: #000;
}
.btn-element.black-style-rev:hover {
    background: #000;
    color: #fff;
}
.btn-element.white-style {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-element.white-style:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.btn-element.color-style {
    background: #aa855c;
    color: #fff;
    border-color: #aa855c;
}
.btn-element.color-style:hover {
    background: transparent;
    color: #aa855c;
}
.btn-element.color-style-rev {
    background: transparent;
    color: #aa855c;
    border-color: #aa855c;
}
.btn-element.color-style-rev:hover {
    background: #aa855c;
    color: #fff;
}
.tab-element {
    margin-bottom: 22px;
}
.tab-element .toggle-control {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    cursor: pointer;
}
.tab-element .toggle-contents {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    visibility: hidden;
    height: 0;
}
.tab-element .toggle-contents.active {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    height: auto;
}
.tab-element.tab-style-panel .controls {
    background: #dbdbdb;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.tab-element.tab-style-panel .toggle-control {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    min-width: 96px;
    background: #dbdbdb;
    font-family: Geogrotesque, sans-serif;
}
.tab-element.tab-style-panel .toggle-control:before,
.tab-element.tab-style-panel .toggle-control:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f6f6f6;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    content: "";
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.tab-element.tab-style-panel .toggle-control:before {
    top: -1px;
}
.tab-element.tab-style-panel .toggle-control:after {
    bottom: -1px;
}
.tab-element.tab-style-panel .toggle-control.active {
    font-weight: 600;
    background: #f6f6f6;
}
.tab-element.tab-style-panel .toggle-control.active:before,
.tab-element.tab-style-panel .toggle-control.active:after {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tab-element.tab-style-panel .toggle-contents {
    padding: 0 20px;
    background: #f6f6f6;
}
.tab-element.tab-style-panel .toggle-contents.active {
    padding: 15px 20px 1px;
}
.tab-element.tab-style-simple .controls {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.tab-element.tab-style-simple .toggle-control {
    font-size: 13px;
    line-height: 17px;
    padding: 6px 0;
    margin-right: 45px;
    position: relative;
}
.tab-element.tab-style-simple .toggle-control:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #444;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    content: "";
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.tab-element.tab-style-simple .toggle-control.active {
    font-weight: 500;
}
.tab-element.tab-style-simple .toggle-control.active:before {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tab-element.tab-style-simple p:last-of-type {
    margin-bottom: 0;
}
.accordion-element {
    margin-bottom: 22px;
    border-top: 1px solid #dbdbdb;
}
.accordion-element .toggle-control {
    font-family: Geogrotesque, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    padding: 11px 0;
    position: relative;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    color: #333;
    padding-right: 24px;
    cursor: pointer;
}
.accordion-element .toggle-control:hover {
    color: #aa855c;
}
.accordion-element .toggle-control:before {
    content: "\f107";
    font-family: FA;
    font-size: 20px;
    line-height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 24px;
    color: #aa855c;
}
.accordion-element .toggle-control.active:before {
    content: "\f106";
}
.accordion-element .toggle-contents {
    display: none;
}
.accordion-element .toggle-contents.active {
    display: block;
}
.accordion-element .accordion-wrap {
    border-bottom: 1px solid #dbdbdb;
}
.accordion-element.with-number .toggle-control {
    padding-left: 26px;
}
.accordion-element.with-number .toggle-control span {
    color: #aa855c;
    font-size: 18px;
    line-height: 43px;
    position: absolute;
    top: 0;
    left: 5px;
    font-weight: 500;
    font-style: italic;
}
.accordion-element.with-number .toggle-contents {
    padding-left: 26px;
}
.message-box {
    padding: 15px;
    margin-bottom: 22px;
}
.message-box h5 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
}
.message-box p:last-of-type {
    margin-bottom: 0;
}
.message-box.attention-message {
    background: #f7eed8;
    border: 1px solid #f0e2c1;
}
.message-box.attention-message h5 {
    color: #be7c0b;
    margin-bottom: 5px;
}
.message-box.error-message {
    background: #fff2ea;
    border: 1px solid #f2dcdd;
}
.message-box.error-message h5 {
    color: #c7170f;
}
.message-box.success-message {
    background: #eefff3;
    border: 1px solid #d7f2df;
}
.message-box.success-message h5 {
    color: #25ab4b;
}
.message-box.general-message {
    background: #fff;
    border: 1px solid #d3d3d3;
}
.message-box.general-message h5 {
    color: #333;
}
.nav-element {
    list-style: none;
}
.nav-element ul,
.nav-element li {
    list-style: none;
    margin: 0;
}
.nav-element .row {
    margin: 0 -5px;
}
.nav-element .menu > li {
    position: relative;
    text-align: center;
}
.nav-element .menu > li > a {
    font-size: 14px;
    line-height: 21px;
    padding: 30px 0;
    text-align: center;
    display: inline-block;
}
.nav-element .menu > li > a .ico {
    font-size: 11px;
    line-height: 21px;
}
.nav-element.black-style {
    background: #000;
}
.nav-element.black-style .menu > li > a {
    color: #fff;
}
.nav-element.black-style .menu > li > a:hover {
    color: #aa855c;
}
.nav-element.white-style {
    border-bottom: 1px solid #dbdbdb;
}
.nav-element.white-style .menu > li > a {
    color: #000;
}
.nav-element.white-style .menu > li > a:hover {
    color: #aa855c;
}
.dropdown-element {
    position: relative;
}
.dropdown-element .element-dropdown-menu {
    visibility: hidden;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 9999;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 210px;
    max-width: 210px;
    margin-left: -105px;
    text-align: left;
}
.dropdown-element .element-dropdown-menu.white-style {
    margin-top: 23px;
    border: 1px solid #333;
    padding: 0 15px;
    background: #fff;
}
.dropdown-element .element-dropdown-menu.white-style:before {
    content: "";
    background: url(../images/icon-arrow-top.png) 0 0 no-repeat;
    width: 21px;
    height: 13px;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -10px;
}
.dropdown-element .element-dropdown-menu.white-style li {
    padding-left: 20px;
    width: 100%;
    position: relative;
}
.dropdown-element .element-dropdown-menu.white-style li:before {
    content: '\f0da';
    font-family: FA;
    font-size: 12px;
    line-height: 49px;
    color: #666;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown-element .element-dropdown-menu.white-style li:first-child a {
    border-top: none;
}
.dropdown-element .element-dropdown-menu.white-style li a {
    border-top: 1px solid #eaeaea;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    padding: 14px 0;
    font-family: Geogrotesque, sans-serif;
    display: block;
}
.dropdown-element .element-dropdown-menu.white-style li:hover:before {
    color: #000;
}
.dropdown-element .element-dropdown-menu.white-style li:hover a {
    color: #000;
}
.dropdown-element .element-dropdown-menu.gray-style {
    border-top: 1px solid #000;
}
.dropdown-element .element-dropdown-menu.gray-style li {
    width: 100%;
}
.dropdown-element .element-dropdown-menu.gray-style li:first-child a {
    border-top: none;
}
.dropdown-element .element-dropdown-menu.gray-style li a {
    border-top: 1px solid #e7e7e7;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    padding: 14px;
    font-family: Geogrotesque, sans-serif;
    display: block;
    background: #f6f6f6;
}
.dropdown-element .element-dropdown-menu.gray-style li a:before {
    content: '\f0da';
    font-family: FA;
    font-size: 12px;
    line-height: 21px;
    color: #666;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    display: inline-block;
    margin-right: 15px;
}
.dropdown-element .element-dropdown-menu.gray-style li a:hover {
    color: #000;
    background: #dbdbdb;
}
.dropdown-element .element-dropdown-menu.gray-style li a:hover:before {
    color: #000;
}
.dropdown-element.open .element-dropdown-menu {
    visibility: visible;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.dropdown-element.open .toggle-dropdown .ico {
    color: #aa855c;
}
.quote-scroll-content {
    max-height: 440px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
.quote-scroll-content .scroll-container {
    overflow: auto;
    max-height: 360px;
    position: relative;
}
.quote-scroll-content .scroll-container .mCSB_scrollTools_vertical {
    visibility: hidden;
}
.quote-scroll-content .scroll-container .mCSB_inside > .mCSB_container {
    margin: 0;
}
.quote-scroll-content .scroll-note {
    width: 100%;
    max-width: 180px;
    color: #aa855c;
    text-align: center;
    font-size: 14px;
    line-height: 29px;
    padding-bottom: 8px;
    background: url(../images/icon-scroll-triangle.png) center bottom no-repeat;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -90px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.quote-scroll-content .scroll-note.scrolling {
    opacity: .4;
}
.quote-scroll-content .scroll-note.end-scroll {
    opacity: .4;
    color: #dbdbdb;
}
@media(max-width:539px) {
    .quote-scroll-content:before {
        font-size: 90px;
        line-height: 90px;
    }
}
@media(max-width:399px) {
    .quote-scroll-content {
        padding: 0;
    }
    .quote-scroll-content:before {
        display: none;
    }
    .quote-scroll-content .scroll-note {
        position: relative;
        bottom: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        float: none;
    }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #aa855c;
    text-align: center;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    overflow: hidden;
}
.preloader .div-table {
    width: 100%;
    height: 100%;
}
.preloader .div-cell {
    height: 100%;
    vertical-align: middle;
}
.preloader svg {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    float: none;
    position: relative;
    left: 23px;
}
.preloader.deactive {
    top: -110%;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.preloader_4 {
    position: relative;
    width: 100px;
    margin: 40px auto 0;
    text-align: center;
}
.preloader_4 span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: .5;
    border-radius: 20px;
    animation: preloader_4 1s infinite ease-in-out;
    -moz-animation: preloader_4 1s infinite ease-in-out;
    -webkit-animation: preloader_4 1s infinite ease-in-out;
    -o-animation: preloader_4 1s infinite ease-in-out;
    -ms-animation: preloader_4 1s infinite ease-in-out;
    left: 0;
}
.preloader_4 span:nth-child(2) {
    left: 20px;
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    -ms-animation-delay: .2s;
}
.preloader_4 span:nth-child(3) {
    left: 40px;
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    -ms-animation-delay: .4s;
}
.preloader_4 span:nth-child(4) {
    left: 60px;
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
}
.preloader_4 span:nth-child(5) {
    left: 80px;
    animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    -ms-animation-delay: .8s;
}
@keyframes preloader_4 {
    0% {
        opacity: .3;
        transform: translateY(0);
        box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
    50% {
        opacity: 1;
        transform: translateY(-10px);
        background: #fff;
        box-shadow: 0 20px 3px rgba(0, 0, 0, .05);
    }
    100% {
        opacity: .3;
        transform: translateY(0);
        box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
}
@-moz-keyframes preloader_4 {
    0% {
        opacity: .3;
        -moz-transform: translateY(0);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
    50% {
        opacity: 1;
        -moz-transform: translateY(-10px);
        background: #fff;
        -moz-box-shadow: 0 20px 3px rgba(0, 0, 0, .05);
    }
    100% {
        opacity: .3;
        -moz-transform: translateY(0);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
}
@-webkit-keyframes preloader_4 {
    0% {
        opacity: .3;
        -webkit-transform: translateY(0);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        background: #fff;
        -webkit-box-shadow: 0 20px 3px rgba(0, 0, 0, .05);
    }
    100% {
        opacity: .3;
        -webkit-transform: translateY(0);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
}
@-ms-keyframes preloader_4 {
    0% {
        opacity: .3;
        -ms-transform: translateY(0);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
    50% {
        opacity: 1;
        -ms-transform: translateY(-10px);
        background: #fff;
        -ms-box-shadow: 0 20px 3px rgba(0, 0, 0, .05);
    }
    100% {
        opacity: .3;
        -ms-transform: translateY(0);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
}
@-o-keyframes preloader_4 {
    0% {
        opacity: .3;
        -o-transform: translateY(0);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
    50% {
        opacity: 1;
        -o-transform: translateY(-10px);
        background: #fff;
        -o-box-shadow: 0 20px 3px rgba(0, 0, 0, .05);
    }
    100% {
        opacity: .3;
        -o-transform: translateY(0);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }
}
.filter-select {
    display: inline-block;
    padding-left: 134px;
    border: 1px solid #282828;
    position: relative;
    margin: 0 15px 30px;
    z-index: 40;
}
.filter-select .left {
    position: absolute;
    top: 0;
    left: 0;
    background: #282828;
    width: 128px;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    padding: 17px 10px;
}
.filter-select .left:before {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -6px;
    border-left: 6px solid #282828;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-top: -6px;
}
.filter-select .filter-list {
    text-transform: uppercase;
}
.filter-select .filter-list > li {
    position: relative;
    padding: 17px 32px 17px 11px;
    min-width: 165px;
    cursor: pointer;
}
.filter-select .filter-list > li:before {
    content: '\f0dd';
    font-family: FA;
    font-size: 16px;
    line-height: 43px;
    width: 32px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.filter-select .filter-list.open > li .menu {
    visibility: visible;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    z-index: 999;
}
.filter-select .filter-list span {
    text-align: left;
    display: block;
}
.filter-select .menu {
    position: absolute;
    top: 100%;
    left: -6px;
    visibility: hidden;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    text-align: left;
    min-width: 100%;
    min-width: calc(100% + 7px);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.filter-select .menu li {
    border-bottom: 1px solid #e7e7e7;
    white-space: nowrap;
    width: 100%;
}
.filter-select .menu li a {
    display: block;
    background: #f6f6f6;
    color: #333;
    padding: 14px 7px 14px 32px;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none !important;
}
.filter-select .menu li a:before {
    content: '\f0da';
    font-family: FA;
    font-size: 14px;
    line-height: 49px;
    color: #666;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    top: 0;
    left: 17px;
}
.filter-select .menu li.current-menu-item a,
.filter-select .menu li:hover a {
    color: #000;
    background: #dbdbdb;
}
.filter-select .menu li.current-menu-item a:before,
.filter-select .menu li:hover a:before {
    color: #000;
}
@media(max-width:399px) {
    .filter-select {
        padding-left: 0;
        padding-top: 41px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .filter-select .left {
        width: 100%;
        height: 41px;
        padding: 10px;
    }
    .filter-select .left:before {
        border-top: 6px solid #282828;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        width: 12px;
        height: 6px;
        top: 100%;
        margin-top: 0;
        margin-right: -6px;
        right: 50%;
    }
    .filter-select .filter-list > li {
        padding: 15px 32px 10px 11px;
    }
    .filter-select .menu {
        left: 0;
    }
}
.btn-lookbook {
    padding: 5px 15px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #aa855c;
    z-index: 10;
    background: #282828;
}
.btn-lookbook .ico {
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    margin-left: 4px;
}
.btn-lookbook:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    z-index: -1;
    background: #aa855c;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.page-title {
    text-transform: uppercase;
    font-family: Geogrotesque, sans-serif;
    margin-bottom: 50px;
    font-weight: 600;
    margin-top: 20px;
}
.img-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.img-wrap img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
}
.btn-readmore {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    padding: 6px 20px;
}
.btn-readmore .ico {
    font-size: 13px;
    line-height: 16px;
    margin-right: 5px;
}
.btn-readmore.white-style {
    color: #fff;
    border: 1px solid #fff;
}
.view_all_link {
    font-size: 13px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    z-index: 10;
    padding: 0 5px;
}
.view_all_link:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    content: "";
}
.hover-rotate-scale {
    overflow: hidden;
}
.hover-rotate-scale img {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.hover-double-images {
    position: relative;
}
.hover-double-images img {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.hover-double-images .front {
    opacity: 1;
}
.hover-double-images .back {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media(min-width:1199px) {
    .btn-lookbook:hover {
        color: #fff;
    }
    .btn-lookbook:hover:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    .view_all_link:hover {
        color: #000;
    }
    .view_all_link:hover:before {
        height: 100%;
    }
    .hover-rotate-scale:hover img {
        transform: scale3d(1.1, 1.1, 1);
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        -o-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
        -moz-opacity: .9;
        -khtml-opacity: .9;
        opacity: .9;
    }
    .hover-double-images:hover .front {
        opacity: 0;
    }
    .hover-double-images:hover .back {
        opacity: 1;
    }
    .btn-readmore.white-style:hover {
        border-color: #aa855c;
        background: #aa855c;
    }
}
.div-table {
    display: table;
}
.div-table .div-cell {
    display: table-cell;
}
.div-table.table-middle .div-cell {
    vertical-align: middle;
}
.line-ico {
    padding: 0 5px;
    display: inline-block;
    position: relative;
}
.line-ico:before,
.line-ico:after {
    content: "";
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    height: 100%;
}
.line-ico:before {
    right: 100%;
    background-position: right center;
}
.line-ico:after {
    left: 100%;
    background-position: left center;
}
.line-ico-x-bg-style:before,
.line-ico-x-bg-style:after {
    background-image: url(../images/icon-x.png);
    width: 84px;
}
.line-ico-line-bg-style:before,
.line-ico-line-bg-style:after {
    background-image: url(../images/icon-line.png);
    width: 114px;
}
.line-ico-double-colon-bg-style:before,
.line-ico-double-colon-bg-style:after {
    background-image: url(../images/icon-double-colon.png);
    width: 108px;
}
.time-line-list-wrapper {
    max-height: 410px;
    overflow: auto;
    padding: 0 15px;
}
.time-line-list {
    margin: 0 auto;
}
.time-line-list li {
    border-top: 1px solid #aa855c;
}
.time-line-list li:first-child {
    border-top: none;
}
.time-line-list .div-table {
    width: 100%;
}
.time-line-list .div-table .div-cell {
    padding: 22px 0;
}
.time-line-list .div-table strong {
    width: 150px;
    vertical-align: top;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
}
.time-line-list .div-table span {
    font-weight: 300;
}
.time-line-list .div-table span.div-cell {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
}
@media(max-width:991px) {
    .time-line-list .div-table {
        padding: 22px 0;
    }
    .time-line-list .div-table .div-cell {
        padding: 0;
    }
}
.bx-has-controls-direction {
    padding-top: 38px;
    text-align: center;
}
.product-carousel-wrapper .bx-has-controls-direction {
    padding-top: 0;
}
.bx-has-controls-direction a {
    display: inline-block;
    margin: 0 5px;
    font-size: 28px;
    line-height: 34px;
    border: 1px solid #124877;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #aa855c;
    color: #fff;
}
.bx-has-controls-direction a .fa {
    line-height: 34px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.feature-post-slider-wrap {
    position: relative;
}
.feature-post-slider-wrap .bx-has-controls-direction {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
}
.feature-post-slider-wrap .bx-has-controls-direction:after {
    content: '';
    clear: both;
    display: block;
}
.feature-post-slider-wrap .bx-has-controls-direction a {
    border: 2px solid #fff;
    background: #000;
    opacity: 0;
}
.feature-post-slider-wrap .bx-has-controls-direction a:hover {
    background: #124877;
}
.feature-post-slider-wrap .bx-has-controls-direction a .fa {
    color: #fff;
    line-height: 32px;
}
.feature-post-slider-wrap .bx-has-controls-direction a.bx-prev {
    float: left;
}
.feature-post-slider-wrap .bx-has-controls-direction a.bx-next {
    float: right;
}
.left-right-pagination {
    padding: 5px 0;
    margin: 10px 0 30px;
}
.left-right-pagination:after {
    content: '';
    clear: both;
    display: block;
}
.left-right-pagination a {
    color: #124877;
    line-height: 21px;
    padding: 5px 10px;
    border: 1px solid #124877;
    width: 128px;
    text-align: center;
    display: block;
}
.left-right-pagination a .fa {
    line-height: 21px;
}
.left-right-pagination a:hover {
    background: #124877;
    color: #fff;
}
.left-right-pagination .prev {
    float: left;
}
.left-right-pagination .next {
    float: right;
}
@media(min-width:1200px) {
    .bx-has-controls-direction a:hover {
        background: #124877;
        color: #fff;
    }
    .bx-has-controls-direction a:hover .fa {
        color: #fff;
    }
    .feature-post-slider-wrap:hover .bx-has-controls-direction a {
        opacity: 1;
    }
}
@media(max-width:1199px) {
    .feature-post-slider-wrap .bx-has-controls-direction a {
        opacity: 1;
    }
}
@media(min-width:992px) {
    .left-right-pagination {
        padding: 5px 30px 5px 0;
        margin: 10px 0 30px;
    }
    .blog-mansory-right .left-right-pagination {
        padding: 5px 0 5px 30px;
    }
    .blog-mansory-single .left-right-pagination {
        padding: 5px 15px;
    }
}
@media(max-width:399px) {
    .left-right-pagination a {
        width: 100%;
        margin-bottom: 20px;
    }
}
.nairCare-pagination {
    padding-top: 30px;
    padding-bottom: 30px;
}
.nairCare-pagination ul {
    font-size: 0;
    text-align: center;
}
.nairCare-pagination li {
    font-size: 14px;
    display: inline-block;
    margin: 0 5px 15px;
}
.nairCare-pagination a,
.nairCare-pagination span {
    display: block;
    width: 36px;
    height: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
}
.nairCare-pagination .fa {
    line-height: 32px;
}
.nairCare-pagination a {
    border: 1px solid #124877;
    color: #124877;
}
.nairCare-pagination a:hover {
    background: #124877;
    color: #fff;
}
.nairCare-pagination span {
    border: 1px solid #124877;
    background: #124877;
}
.load-more-blog {
    width: 100%;
    text-align: center;
    border: 1px solid #124877;
    line-height: 30px;
    max-width: 256px;
    margin: 10px auto 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.load-more-blog a {
    color: #c7ab7b;
    display: block;
    padding: 5px 15px;
}
.load-more-blog a:hover {
    background: #c7ab7b;
    color: #fff;
}
.load-more-blog a .fa {
    line-height: 28px;
    margin-right: 10px;
}
.tweet-note {
    text-align: center;
    font-style: italic;
    margin-bottom: 45px;
}
.tweet-note p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 7px;
    color: #666;
}
.tweet-note .bottom {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #aa855c;
    border-bottom: 1px solid #cdcdcd;
}
.tweet-note .bottom a {
    color: #aa855c;
}
.tweet-note .bottom a:hover {
    color: #00aced;
}
.tweet-note .bottom .ico {
    font-size: 24px;
    margin-right: 5px;
}
.collection-mansory {
    margin: 0 -5px 20px;
}
.collection-mansory > li {
    padding: 0 5px 10px;
}
.image-preload {
    display: none;
}
.social-bottom {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
    margin-top: 30px;
}
.social-bottom .ico {
    font-size: 18px;
    line-height: 20px;
    color: #c7ab7c;
    margin-left: 18px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.social-bottom .ico:hover {
    color: #3b5998;
}
.social-bottom .ico.fa-facebook:hover {
    color: #3b5998;
}
.social-bottom .ico.fa-twitter:hover {
    color: #00aced;
}
.social-bottom .ico.fa-instagram:hover {
    color: #125688;
}
.social-bottom .ico.fa-google-plus:hover {
    color: #dd4b39;
}
.images-always-fit {
    position: relative;
    overflow: hidden;
}
.images-always-fit img {
    position: absolute;
    max-width: 10000px;
    max-height: 10000px;
    left: 50%;
}
.parallax-background {
    max-width: 10000px;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: -10000;
    left: -10000px;
    top: -10000px;
}
#backtotop {
    background: #955251;
    bottom: 5px;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    overflow: hidden;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    color: #fff;
}
#backtotop .fa {
    font-size: 2.1666em;
    line-height: 50px;
    width: 20px;
    height: 50px;
}
#backtotop:hover {
    background: #444;
    color: #fff;
}
#backtotop .back-to-top {
    display: none;
}
.bg-light {
    background: #ede8e2;
}
.bg-lighten {
    background: #f7f7f7;
}
.verticalcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*TABLE*/

.comparison-table {
    display: block;
    width: 100%;
    border-collapse: separate;
	border-spacing: 12px 0px;
}
.comparison-table td {
    line-height: 25px;
    padding-bottom: 7px;
}
.marker{
	width:42px;
	display:inline-block;
	margin-top:-35px;
}
.comparison-table td h4{
    font-weight: bold;
	color: black;
}
.comparison-table td ul{
	padding: 0 0 0 0px;
}

.comparison-table td ul li{
	padding: 5px 5px 1px 0px;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -1.2em;
    font-size: 8px;
    font-weight: bold;
}
.padding-bottom{
	padding-bottom:25px;
}
.navbar-nav>li>a{
	line-height: 10px;
}
/*search box*/

.gsc-search-box-tools td.gsc-input {
    border: none;
    padding: 0 !important;
    line-height: 1 !important;
    background: transparent !important;
}

.gsc-search-box-tools input.gsc-input {
    border-radius: 20px;
    background: #fff !important;
    padding: 4px 10px !important;
    color: #000;
    text-indent: 0 !important;
    border: 1px solid #EC068D !important;
    height: auto !important;
    width: 100% !important;
}

.gsc-search-box-tools table.gsc-input {
    border: none;
    background: transparent;
}

.gsc-search-box button.gsc-search-button.gsc-search-button-v2 {
    padding: 6px 10px;
    line-height: 0;
    border-radius: 5px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: linear-gradient(top,#4d90fe,#4787ed) !important;
}

