/*:lang(zh-CN) {*/
/*    font-size: 18px;*/
/*}*/
@font-face {
    font-family: "Montserrat-Bold";
    src: url("fonts/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url("fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Gotham-Bold";
    src: url("fonts/Gotham/Gotham-Bold.otf");
}
@font-face {
    font-family: "ArialNarrow2";
    src: url("fonts/Gotham/ArialNarrow2.ttf");
}
.strikethrough{
    text-decoration: line-through;
    display: inline-block;
    padding: 0;
    color: #ffffff;
    font-size: 35px;
}
.Montserrat-Bold{
    font-family: "Montserrat-Bold" !important;
}
.Montserrat-Regular{
    font-family: "Montserrat-Regular" !important;
}
.Gotham-Bold{
    font-family: "Gotham-Bold" !important;
}
.Gotham-BoldItalic.otf{
    font-family: "Gotham-BoldItalic" !important;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	/*letter-spacing: 0.5px;*/
	color: #000000;
	max-width: 1920px;
	margin: 0 auto;
}
small{
	line-height: 100%;  
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
a {
	color: #A91F1F;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	cursor: pointer;
	outline: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
a:hover,a:focus,a:active {
	color: #A91F1F;
}
::selection {
	background: #A91F1F;
	color: #FFFFFF;
}
::-moz-selection {
	background: #A91F1F;
	color: #FFFFFF;
}

*::-webkit-input-placeholder {
	color: #000000 !important;
}
*:-moz-placeholder {
	color: #000000 !important;
}
*::-moz-placeholder {
	color: #000000 !important;
}
*:-ms-input-placeholder {
	color: #000000 !important;
}

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	margin-bottom: 1.5em;
}
b,strong {
	font-weight: bold;
}
dfn,cite,em,i {
	font-style: italic;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
	quotes: """";
}
blockquote:before,blockquote:after {
	content: "";
}
q {
	quotes: "“""”""‘""’";
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,kbd,tt,var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 71.5%;
}
big {
	font-size: 125%;
}
dl {
	margin: 0 20px;
}
iframe,object {
	max-width: 100%;
	margin-bottom: -5px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Gotham-Bold";
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border: 0;
	vertical-align: baseline;
	display: block;
	clear: both;
	line-height: 120%;
}
h1{
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}
hr {
    background-color: #F2F3F8;
    height: 1px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px auto;
    border: 0;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}
th,td {
    padding: .75rem;
}
button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	text-align: center;
	padding: 10px 20px;
	margin: 10px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
}
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 10px;
	border: 1px solid #b1b1b1;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
	padding: 5px 20px 5px 20px;
}
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover {} .input-box {
	border: 0 !important;
	width: 274px;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 46px;
	padding-left: 15px !important;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {} input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
section {
	padding: 100px 0px;
	width: 100%;
}
.gradient-bg {
    background: rgb(234,202,145);
    background: linear-gradient(135deg, rgba(234,202,145,1) 32%, rgba(234,202,145,0.4374343487394958) 62%, rgba(234,202,145,0.09849877450980393) 72%);
}
.pink-bg {
	background: #f14958 !important;
}
.red-bg {
	background: #D52730 !important;
}
.green-bg {
	background: #0F4F01 !important;
}
.darkgreen-bg{
	background: #0F4F01 !important;
}
.light-bg{
    background: #f7f7f7 !important;
}
.blue-bg {
	background: #171346 !important;
}
.brown-bg {
    background: #E1BC86 !important;
}
.yellow-bg {
	background: #daa765 !important;
}
.purple-bg{
    background: #92278f !important;
}
.orange-bg{
    background: #f68b1f !important;
}
.black-bg {
	background: #000000 !important;
}
.grey-bg {
	background: #a7a8ac !important;
}
.white-bg {
	background: #FFFFFF !important;
}
.fixed-bg {
	background-size: cover !important;
	background-position: center;
}
.fixed-bg .overlay{
    padding: 100px 0px;
    background: rgba(0, 0, 0, 0.8);
}
.parallax-bg {
	background-attachment: fixed !important;
	background-size: cover !important;
	background-position: center;
}
.parallax-bg  .overlay{
    padding: 100px 0px;
    background: rgba(0, 0, 0, 0.8);
}
.static-bg {
	background-size: cover !important;
	background-position: center;
	width: 100%;
}

.pink-text {
    color: #f14958 !important;
}
.red-text {
	color: #D52730 !important;
}
.green-text {
	color: #25d366 !important;
}
.darkgreen-text{
	color: #0F4F01 !important;
}
.purple-text {
	color: #604A7B !important;
}
.blue-text {
	color: #0f113d !important;
}
.yellow-text {
	color: #daa765 !important;
}
.dark-text {
	color: #404040 !important;
}
.white-text {
	color: #FFFFFF !important;
}
.grey-text {
	color: #949599 !important;
}
.black-text {
	color: #000000 !important;
}
.brown-text{
    color: #E1BC86 !important;
}
.orange-text{
    color: #f68b1f !important;
}

#submit-btn {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: #b8040c;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 12px 15px;
    margin: 20px 0px;
    outline: auto;
    color: #FFFFFF;
    outline-style: groove;
    outline-color: #311e20;
    border: none;
    letter-spacing: 1px;
    display: inline-block;
    width: 150px;
}
#submit-btn:hover,#submit-btn:focus, #submit-btn:active {
    color: #FFFFFF;
	background: #760107;
}

.btn{
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
	cursor: pointer;
	white-space: initial;
    letter-spacing: 2px;
    border: 4px solid #daa765;
    padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}
.primary-btn, .primary-btn:hover, .primary-btn:focus, .primary-btn:active{
    background: url(images/primary-btn-bg.png);
    background-size: 500px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FFFFFF;
    padding: 10px 20px;
    width: 500px;
    height: 70px;
    display: inline-block;
    margin: 20px auto;
    clear: both;
    font-size: 2.5em;
    font-weight: bold;
}
.brown-btn {
	border: 1px solid #7B5B27;
	background: #7B5B27;
	color: #FFFFFF;
}
.brown-btn:hover, .brown-btn:focus , .brown-btn:active {
	border: 1px solid #7B5B27;
	background: #7B5B27;
	color: #FFFFFF;
}
.purple-btn {
	border: 1px solid #CA59B3;
	background: #CA59B3;
	color: #FFFFFF;
}
.black-btn, .black-btn:hover, .black-btn:active, .black-btn:focus{
	border: 1px solid #000000;
	color: #FFFFFF;
	background: #000000;
}
.black-border-btn {
	border: 1px solid #000000;
	color: #000000;
	background: transparent;
}
.black-border-btn:hover, .black-border-btn:focus{
	border: 1px solid #000000;
	color: #FFFFFF;
	background: #000000;
}
.white-border-btn {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: transparent;
}
.white-border-btn:hover, .white-border-btn:focus{
	border: 1px solid #FFFFFF;
	color: #000000;
	background: #FFFFFF;
}
.orange-btn, .orange-btn:hover, .orange-btn:focus, .orange-btn:active {
	background: #f68b1f;
	color: #ffffff;
}
.grey-btn {
	background: transparent;
	border: 1px solid #949599;
	color: #949599;
}
.white-btn, .white-btn:hover, .white-btn:focus, .white-btn:active{
 	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000000;
}
.pink-btn, .pink-btn:hover, .pink-btn:active, .pink-btn:focus {
    color: #FFFFFF;
    background: #f14958;
}
.red-btn, .red-btn:hover, .red-btn:active, .red-btn:focus {
    color: #FFFFFF;
	background: #D52730;
	border: 1px solid #D52730;
}
.red-border-btn, .red-border-btn:hover, .red-border-btn:active, .red-border-btn:focus {
	color: #D52730;
	background: transparent;
	border: 1px solid #D52730;
}
.green-btn {
	color: #ffffff;
	background: #0F4F01;
}
.green-btn:hover, .green-btn:active, .green-btn:focus {
	color: #0F4F01;
	background: transparent;
	border: 1px solid #0F4F01;
}
.green-border-btn, .green-border-btn:hover, .green-border-btn:active, .green-border-btn:focus {
	color: #00AA92;
	background: #FFFFFF;
	border: 1px solid #0F4F01;
}
.darkgreen-btn, .darkgreen-btn:hover, .darkgreen-btn:active, .darkgreen-btn:focus {
    color: #FFFFFF;
	background: #0F4F01;
}
.blue-btn {
	background: #0f113d;
	border: 1px solid #0f113d;
	color: #ffffff !important;
}
.blue-btn:hover, .blue-btn:active {
	color: #0f113d !important;
	border: 1px solid #0f113d;
	background: #FFFFFF;
}
.yellow-btn {
    color: #daa765;
	background: transparent;
}
.yellow-btn:hover,.yellow-btn:focus,.yellow-btn:active {
	color: #daa765;
	background: #fed49d;
}
.red-btn, .green-btn, .blue-btn, .yellow-btn {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gradient-btn{
    color: #FFFFFF;
    background: #48dad9;
	background:-webkit-linear-gradient(45deg, #988aeb 0%, #6cb7d8 ,#48dad9 100%) !important;
    background:linear-gradient(45deg, #988aeb 0%, #6cb7d8 , #48dad9 100%) !important;
}
.gradient-btn:hover, .gradient-btn:focus, .gradient-btn:active{
    color: #FFFFFF;
}

#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	border-radius: 5px;
}
.arrow-animate {
	position: absolute;
	z-index: 99;
	left: 48%;
	margin-top: -10%;
}
.arrow-center{
    position: relative;
    padding: 0px 0px 30px 0px;
}
.arrow-center:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10%;
    height: 3px;
    background: #C00005;
}
.row {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.row-eq-height{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.row-eq-height-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height-wrap [class*=col-] {
    display: flex;
    flex-direction: column;
}
.row-eq-height-wrap [class*=col-] .box {
    position: relative;
    height: 100%;
}
.alignmiddle{
    align-items:center;
}
.alignbottom{
    align-items: flex-end;;
}
.aligntop{
    
}
.panel-grid, .so-panel {
	margin: 0px !important;
}
.panel-grid-cell {
	padding: 0px !important;
	margin: 0px !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.content {
    padding: 20px 0px;
    width: 100%;
    display: inline-block;
}
.innercontent {
	width: 80%;
	padding: 20px;
	margin: 0 auto;
}
.leftrightcontent{
	padding: 0px 20px;
	margin: 0 auto;
	display: inline-block;
	width: 90%;  
}
ul.displayinline{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.displayinline li {
    display: inline-block !important;
    padding: 0px !important;
    margin: 10px 10px 10px 0px !important;
    vertical-align: middle !important;
}
ul.displayinline li:last-child{
    margin-right: 0px !important;
}
ul.displayinline li .fa, ul.displayinline li .fas, ul.displayinline li .fab{
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px 8px;
    text-align: center;
    border-radius: 10px;
}
#search-page .content {
	padding: 0px;
	width: 100%;
}
#search-page ul li {
    width: 100%;
    display: inline-block;
    padding: 20px 0px 40px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
#search-page .content h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
#search-page .content .desc, #search-page .content .desc a {
    font-weight: 100;
    color: #939393;
    margin-bottom: 15px;
}
#search-page .content .caption {
    line-height: 1.4em;
    margin-bottom: 30px;
}

.metaslider .caption-wrap{
    opacity: 1 !important;
    padding: 0px !important;
    margin: 0 auto !important;
    display:block !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.3) !important;
    color: #FFFFFF !important;
}
.metaslider .caption {
    padding: 0px !important;
    margin: 0px !important;
    word-wrap: break-word;
    position: absolute !important;
    /*transform: translateY(-50%) !important;*/
    /*-ms-transform: translateY(-50%) !important;*/
    /*-webkit-transform: translateY(-50%) !important;*/
    left: 0%;
    right: 0%;
    bottom: 10% !important;
    width: 100%;
    /*max-width: 1400px;*/
}
.metaslider .flexslider{
    margin: 0 !important;
}
.metaslider .flexslider .slides p{
    line-height: 150%;
    margin-bottom: 1em !important;
}
.metaslider .flexslider .flex-direction-nav{
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 25px;
    top: 50%;
    left: 0;
    display: inline-block;
    z-index: 2;
}
.metaslider .flexslider .flex-direction-nav li a{
    background-color: rgba(0, 0, 0, 0.6) !important;
    background-image: url(images/bg_direction_nav.png) !important;
    background-size: 80px;
    /*opacity: 1 !important;*/
    width: 40px !important;
    height: 50px !important;
    margin: 0 !important;
}
.flex-control-nav{
    bottom: 20px !important;
}
.flexslider .flex-direction-nav a.flex-prev {
    /*opacity: 1 !important;*/
    left: 5% !important;
}
.flexslider .flex-direction-nav .flex-next {
    /*opacity: 1 !important;*/
    right: 5% !important;
}
.ms-theme-cubic{
    padding: 0 !important;
}

@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 767px) {
    /*.metaslider .caption-wrap {*/
    /*    position: relative !important;*/
    /*    bottom: 0 !important;*/
    /*    right: 0 !important;*/
    /*    left: 0 !important;*/
    /*    width: 100% !important;*/
    /*    color: #000000;*/
    /*    opacity: 1;*/
    /*    top: 0 !important;*/
    /*    transform: none !important;*/
    /*    -ms-transform: none !important;*/
    /*    -webkit-transform: none !important;*/
    /*    padding: 50px 10px !important;*/
    /*    background: #000000 !important;*/
    /*    font-size: 16px;*/
        /*}*/
}

.heading {
    width: auto;
    padding: 0px;
    margin: 0 auto 50px auto;
}
.title {
    font-family: "Gotham-Bold";
    font-size: 2.8em;
    font-weight: 900;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    line-height: 120%;
}
.title-big{
    font-size: 3em;
    line-height: 150%;
}
.title span{
    font-weight: 900;
    color: #db0003;
}
.subtitle {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0px;
    line-height: 120%;
}
/*.subtitle:after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    background: #daa765;*/
/*    top: -10px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*}*/
.heading .caption {
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    padding: 0px;
    margin: 0px auto;
}
#fixedleftbar{
    z-index: 9999;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #54667A;
}
#fixedleftbar ul{
    list-style: none;
    padding: 150px 0px 0px 0px;
    margin: 0;
}
#fixedleftbar ul li{
    display: inline-block;
    width: 100%;
    padding: 6px;
    vertical-align: middle;
}
#fixedleftbar ul li a{
    display: block;
    color: #FFFFFF;
}
#fixedleftbar ul li img{
    float: left;
    display: inline-block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#fixedleftbar ul li span{
    display: none;    
}
#fixedleftbar ul li:hover{
    background: #000000;
    width: 210px;
}
#fixedleftbar ul li:hover span{
    display: inline-block; 
    color: #FFFFFF;
    padding: 12px 15px;
}

.beforeafter{
 
}
.beforeafterlist-wrapper{
    position: relative;
    text-align: center;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 40px 10px;
}
.beforeafterlist-wrapper .title{
    color: #FFFFFF;
}
.beforeafterlist-wrapper .content{
    padding: 0px 30px !important;
    color: rgba(255,255,255,0.9);
}
.beforeafterlist-wrapper .content .whole-post {
    display: none;
}
.beforeafterlist-wrapper .content a.read {
    font-size: 10px;
    color: rgba(255,255,255,0.9);
    display: block;
}
.beforeafterlist-wrapper #customNavbeforeafterlist {
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 50px;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.beforeafterlist-wrapper #customNavbeforeafterlist .owl-prev {
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    background: url(images/arrow_back_3.png) no-repeat center;
    background-size: 60px;
    cursor: pointer;
}
.beforeafterlist-wrapper #customNavbeforeafterlist .owl-next {
    right: 0%;
    width: 50px;
    height: 50px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    background: url(images/arrow_back_3.png) no-repeat center;
    background-size: 60px;
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.beforeafterlist-wrapper .owl-carousel .owl-stage-outer{
    /*background: rgba(255, 255, 255, 0.6);*/
}
.beforeafterlist-wrapper .owl-controls {
	text-align: center;
	padding: 20px 0px 0px 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	opacity: 0.7;
	z-index: 3;
	overflow: hidden;
	text-decoration: none;
	height: 42px;
	width: 100%;
	display: inline-block;
	position: relative;
	bottom: 0;
}
.beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot.active span {
	display: block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 5px;
	border: 1px solid #780000;
	background: #780000;
}
.beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot.active span, .beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot:hover span{
    background:#780000;
    border: 1px solid #780000;
}


#float-cta{
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 200px;
    z-index: 9999;
}

#homebanner{
	position: relative;
}
#homebanner .invisible-btn{
	position: absolute;
	content: '';
    bottom: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 48px;
    height: 48px;
}
}
    
#testimonials{
    
}
#testimonials .testimonial-wrapper{
    border: 1px solid #e6e6e6;
    padding: 20px 0px;
    display: inline-block;
}
#testimonials .testimonial-wrapper .reviews{
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    display: inline-block;
}
.glsr-default .glsr-summary{
    font-size: 1.3rem;
}
.glsr-default .glsr-summary-percentages {
    font-size: 1.2rem;
}
.glsr-default .glsr-summary, .glsr-summary-percentages{
    max-width: 600px !important;
}
.glsr.glsr-default{
    padding: 20px 0px;
}
.glsr.glsr-default.in{
    margin-top: 20px;
    padding: 20px;
    background: #FFFFFF !important;
}
.glsr-default form.glsr-form [type=submit] {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 0;
}
.glsr-review-title h3{
    font-size: 1.1em;
}
.glsr-review-rating{
    display: block !important;
}
.glsr-review-date {
    font-size: 12px;
    font-style: normal !important;
    display: block !important;
}
.glsr-default .glsr-read-more {
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
}
.glsr-review-author span{
    padding-left: 10px;
}
#testimonials .testimonial-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0px auto;
    text-align: center;
}
#testimonials .testimonial-wrapper ul li{
    list-style: none;
    padding: 0;
    margin: 0px 1%;
    vertical-align: top;
    display: inline-block;
    width: 31%;
}
#testimonials .testimonial-wrapper ul li .box{
    overflow: hidden;
}
#testimonials .testimonial-wrapper ul li .box .image{
    position: relative;
    margin: 0;
    display: inline-block;
    width: 100px;
}
#testimonials .testimonial-wrapper ul li .box .image::before, #testimonials .testimonial-wrapper ul li .box .image::after {
    content: '';
    position: absolute;
    margin-top: -1px;
    top: 100%;
    background: #FFFFFF;
    border-top: 3px solid #f2f3f8;
    width: 50vw;
}
#testimonials .testimonial-wrapper ul li .box .image::before{
    left: -28px;
    transform: translateX(-100%);
}
#testimonials .testimonial-wrapper ul li .box .image::after {
    right: -28px;
    transform: translateX(100%);
}
#testimonials .testimonial-wrapper ul li .box .image img{
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 5px;
    margin-bottom: -50%;
    border-radius: 50%;
    box-shadow: 0px 2px 5px #BBBBBB;
    background: #FFFFFF;
}
#testimonials .testimonial-wrapper ul li .box .content {
    position: relative;
    padding: 30px 20px;
    padding-top: 80px;
    border: 3px solid #f2f3f8;
    border-top-width: 0;
    text-align: left;
}
#testimonials .testimonial-wrapper ul li .box .content .footernote{
    padding-top: 20px;
    font-weight: bold;
}



#testimonialsnew{
    background-image:url('images/Background-01.png');
}
.testimonial-wrapper{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.testimonial-wrapper ul {
    list-style: none;
    padding: 0px 40px !important;
    margin: 0 !important;
}
.testimonial-wrapper ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.testimonial-wrapper ul li .box {
    padding: 0;
    margin: 0 auto;
    text-align: left;
}
.testimonial-wrapper ul li .box .title {
    /*font-size: 15px;*/
    line-height: 120%;
}
.testimonial-wrapper ul li .content {
    position: relative;
}
.testimonial-wrapper ul li .content .whole-post {
    display: none;
}
.testimonial-wrapper ul li .content a.read {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}
.testimonial-wrapper ul li .footernote {
    position: relative;
    padding: 0px 0px 0px 20px;
    margin: 20px 0px 0px 0px;
    display: inline-block;
    float: right;
    right: 0;
}
.testimonial-wrapper ul li .footernote:before{
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    font-weight: 100;
    line-height: 10px;
}
.ratingbox {
    display: inline-block;
    padding: 10px 0px;
}
.ratingbox .fa{
    float: left;
    position: relative;
    font-size: 25px;
    padding: 0px 3px;
}
.ratingbox.small .fa{
    font-size: 13px;
    padding: 0px 1px;
}
.fa-star-half-o, .fa-star{
    color: #daa765;
}
.rated{
    color: #daa765;
    cursor: pointer;
}
.unrated{
    color: #707070;
    cursor: pointer;
}
.fa-star-half-empty:after, .fa-star-half-full:after, .fa-star-half-o:after {
    /*content: "\f123";*/
    /*transform: rotateY(-180deg);*/
    /*display: inline-block;*/
    /*left: 26px;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*color: #707070;*/
    /*overflow: hidden;*/
    /*width: 20px;*/
}

.testimonial-wrapper #customNav {
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 50px;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.testimonial-wrapper #customNav .owl-prev {
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    background: url(images/arrow_back_3.png) no-repeat center;
    background-size: 60px;
    cursor: pointer;
}
.testimonial-wrapper #customNav .owl-next {
    right: 0%;
    width: 50px;
    height: 50px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    background: url(images/arrow_back_3.png) no-repeat center;
    background-size: 60px;
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
#testimonialsnew .owl-carousel .owl-stage-outer{
    /*background: rgba(255, 255, 255, 0.6);*/
}
#testimonialsnew .owl-controls {
	text-align: center;
	padding: 20px 0px 0px 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	opacity: 0.7;
	z-index: 3;
	overflow: hidden;
	text-decoration: none;
	height: 42px;
	width: 100%;
	display: inline-block;
	position: relative;
	bottom: 0;
}
#testimonialsnew .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#testimonialsnew .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#testimonialsnew .owl-controls .owl-dots .owl-dot.active span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	border: 1px solid #d6a53f;
	background: #d6a53f;
}
#testimonialsnew .owl-controls .owl-dots .owl-dot.active span, #testimonialsnew .owl-controls .owl-dots .owl-dot:hover span{
    background:#d6a53f;
    border: 1px solid #d6a53f;
}


.panel-default>.panel-heading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
}
.panel-default>.panel-heading a {
    display: block;
    padding: 5px 0px;
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    right: 15px;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-default>.panel-heading a.collapsed:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#faq{
    background-image:url('images/Background-01.png');
}
#faq .panel-default{
    background: transparent;
    color: #FFFFFF;
    margin-top: 15px;
}
#faq .panel-default>.panel-heading {
    border-radius: 0;
    color: #FFFFFF;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
    font-weight: 100;
}
#faq .panel-default>.panel-heading a,#faq .panel-default>.panel-heading a:hover,#faq .panel-default>.panel-heading a:active{
    color: #FFFFFF;
}
#faq .panel-body {
    border-color: #FFFFFF;
    line-height: 2em;
}
#faq .panel-group .panel {
    border-radius: 0;
    border: none;
}

#location{
    background-image:url('images/Background-01.png');
    color: #FFFFFF;
}
#location .outletsFilter a{
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
    color: #FFFFFF;
    background: #331f22;
    background: linear-gradient(55deg, #840F0F 0%, #DC3535 100%);
}
#location .outletsFilter a.current {
    font-weight: 900;
    color: #FFFFFF;
}
#location .col-sm-3{
    padding-left: 5px;
    padding-right: 5px;
}
#location .box{
    position: relative;
    width: 100%;
    /*height: 300px;*/
    padding: 15px;
    margin-bottom: 10px;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*align-items: center;*/
}
#location .box .image{
    width: 50%;
    display: inline-block;
    float: left;
    background: #fff;
    padding: 4px;
    margin-right: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
}

#location .box .head{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0;
    margin: 0px 0px 10px 0px;
}
#location .box .head .title {
    width: 70%;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin: 0;
}
#location .box .head .contactno{
    width: 30%;
    font-size: 14px;
    font-weight: bold;
}
#location .box .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 80px;
}
#location .box .content .left-content{
    width: 70%;
    padding: 0px 5px;
    text-align: left;
    font-size: 12px;
}
#location .box .content .right-content{
    width: 30%;
    padding: 0px 5px;
    border-left: 1px solid #bebebe;
}

#location .box .location{
    
}
#location .box .location ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#location .box .location ul li{
    padding: 0;
    margin: 0px 10px 0px 0px;
    list-style: none;
    display: inline-block;
}
#location .box .content .info-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#location .box .content .icon-wrap{
    display: none;
}
#location .box .content .text-wrap{
    
}
.more{
    clear: both;
    padding: 40px 0px;
}
.morecontent span {
    display: none;
}
.morelink, .morelink:hover, .morelink:active, .morelink:focus{
    display: inline-block;
    text-align: center;
	background: #9D1009;
    color: #FFFFFF;
    padding: 10px 20px;
    border: 1px solid #9D1009;
}

.productList{
    
}
.productList [class*=col-]{
    padding: 0px 10px;
}
.productList ul{
    margin: 0;
    padding: 0;
}
.productList ul li{
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}
.productList .box{
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 1px 0px 5px #DDDDDD;
    position: relative;
}
.productList .box .side-info{
    font-size: 13px;
}
.productList .box .side-info .image{
    background: linear-gradient(144deg, #f9f9f7 0%, #f0eff4 40%, #fdfdfd 70%, #ececec 100%);
    /*background: #FFFFFF;*/
    height: auto;
}
.productList .box .side-info .image img {
    /*object-fit: contain;*/
    /*align-items: center;*/
    /*margin: 0 auto;*/
    /*display: block;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*height: 100%;*/
}
.productList .box .side-more{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(240 239 244);*/
    background: linear-gradient(144deg, #f9f9f7 0%, #f0eff4 40%, #fdfdfd 70%, #ececec 100%);;
    padding: 30px;
    font-size: 12px;
    display: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.productList .box:hover .side-more{
    z-index: 1;
    display: block;

}
.productList .box:hover .side-more .middlefloat{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.productList .box .title{
    min-height: 50px;
    font-size: 14px;
}
.productList .box .title::before {
    margin: 20px auto;
}
.productList #whatsapp-wrapper {
    display: flex;
    align-items: center;
    background: #25d366;
    padding: 3px 15px 3px 12px;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    width: 150px;
}

.productList #whatsapp-wrapper .icon .fa {
    font-size: 2.4em;
    color: #fff;
}

.productList #whatsapp-wrapper .text {
    text-align: left;
    padding-left: 5px;
    line-height: 130%;
}

.productList #whatsapp-wrapper .text label {
    font-size: 10px;
    line-height: 100%;
    display: block;
}

.outletsFilter{
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
}
.outletsFilter a{
    padding: 6px 20px;
    margin: 5px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}
.outletsFilter a.current{
    color: #00ACE6;
}
.outletsContainer{
    margin: 0 auto;
    text-align: center;
}
.outletsContainer .col-sm-6{
	padding: 0px 10px;
}
.outletsContainer .box{
    /*height: 360px;*/
    padding: 20px 0px;
    margin: 0px 0px 20px 0px;
    /*background: #ECECEC;*/
}
.outletsContainer ul{
    margin: 0;
    padding: 0;
}
.outletsContainer ul li{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.outletsContainer .box .location ul{
    margin: 0;
}
.wazeicon{
    background: url('images/waze.png') no-repeat;
    background-size: 20px;  
    width: 20px;
    height: 20px;
}
.googlemapicon{
    background: url('images/google-map.png') no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

#contactpage1 {
	position: relative;
	background: #FFFFFF;
	background: linear-gradient(180deg, #FFFFFF 25%, #f4b119 25%, #f4b119 45%, rgba(255,255,255,1) 45%, #FFFFFF 100%);
}

#contactpage1 #float-map{
	float: right;
    position: relative;
    top: 0;
    display: inline-block;
    width: 60%;
}
#contactpage1 #float-content{
	position: relative;
    float: left;
    right: -60px;
    top: 50px;
    z-index: 1;
    display: inline-block;
    width: 40%;
}
#contactpage1 .content{
	background: #FFF;
    box-shadow: 4px 3px 10px 0px #8d8d8d;
    padding: 50px;
    max-width: 460px;
    text-align: center;
}
#contactpage1 .content .box{
	
}
#contactpage1 .content .icon-wrap{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
#contactpage1 .content .icon-wrap .fa{
	font-size: 2.2em;
	color: #DDDDDD;
	margin: 0px 0px 5px 0px;
}
#contactpage1 .content .entry-wrap{

}
#contactpage1 .content ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#contactpage1 .content ul li{
	list-style: none;
	padding: 0px;
	margin: 0;
	display: inline-block;
	text-align: center;
}


#news-wrapper{
    
}
#news-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#news-wrapper ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
#news-wrapper ul li:last-child{
    border-bottom: 0px solid #f2f2f2;
}
#news-wrapper .box{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
}
#news-wrapper .box .image{
    max-width: 300px;
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f2f2f2;
    display: inline-block;
}
#news-wrapper .box .image img{
    object-fit: initial !important;
    align-items: initial !important;
    display: block;
    text-align: center;
    position: absolute;
    display: table;
    width: auto !important;
    height: auto !important;
    padding: 5px;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#news-wrapper .box .desc{
    font-size: 10px;
    margin-bottom: 10px;
}
#news-wrapper .box .desc a{
    color: #757575;
}
#news-wrapper .box .title{
    font-size: 18px;
    color: #000000;
}
#news-wrapper .box .caption{
    font-size: 13px;  
}
#news-wrapper .box .content{
    font-size: 14px;
    padding: 20px 0px;
    padding-left: 20px;
    display: inline-block;
}
/*#news-wrapper .box:hover .content {*/
/*    transform: translateY(-100%);*/
/*    -moz-transform: translateY(-100%);*/
/*    -ms-transform: translateY(-100%);*/
/*    -webkit-transform: translateY(-100%);*/
/*}*/
#news-wrapper .box .content .read-more{
    /*position: absolute;*/
    /*z-index: 2;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*display: inline-block;*/
    /*border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*-ms-border-radius: 50%;*/
    font-size: 100%;
    color: #fff;
    /*top: 0;*/
    /*right: 20px;*/
    /*text-align: center;*/
    /*transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    background: #01a7e7;
}

#navigation{
    background:#FAFAFA;
    padding:10px;
    margin-bottom:50px;
}
#navigation .widget-title{
    font-weight:600;
    font-size:18px;
    padding:15px 0px;
    position:relative;
    width:100%;
    display:block;
    background:#4c494a;
    margin-bottom:10px;
    color:#FFF;
    text-align:center;
}
#navigation ul{
    list-style:none;
    padding:0;
    margin:0;
}
#navigation ul li{
    list-style:none;
    padding: 5px 0px;
}
#navigation li.menu-item-has-children{
    
}
#navigation li.menu-item-has-children a{
    font-weight:600;
    font-size:18px;
    padding:15px 0px;
    position:relative;
    width:100%;
    display:block;
    background:#EE3E36;
    margin-bottom:10px;
    text-align:center;
}
#navigation ul li.menu-item-has-children a:after{
    content:"\f107";
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    font-size:18px;
    padding:5px;
}
#navigation ul li a{
    color:#2f2f2f;
}
#navigation ul li .sub-menu{
    position:relative;
    display:none;
    top:0;
    left:0;
    width:auto;
    border-left-width:0;
    opacity:1;
    -webkit-animation:none;
    animation:none;
    visibility:visible;
    -webkit-box-shadow:none;
    box-shadow:none;
    background-color:#FFFFFF;
    margin:10px 0px;
    padding:10px;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}
#navigation ul li.current-menu-parent .sub-menu{
    display:block;
}
#navigation ul li .sub-menu li{
    list-style: disc;
    padding: 5px 0px;
    margin: 0px 0px 0px 20px;
}
#navigation ul li .sub-menu li a{
    font-size:14px;
    position:relative;
    padding:2px 0px;
    margin:0px;
    background:none;
    color:#404040;
}
#navigation ul li .sub-menu li a:after{
    display:none;
}
#navigation ul li .sub-menu li.current-menu-item a{
    color:#EE3E36;
}

#floatcta{
    position: fixed;
    width: 100%;
    bottom: -1px;
    left: 0;
    z-index: 999999;
}
#floatcta ul{
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}
#floatcta ul li{
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    font-size: 10px;
}
#floatcta ul li .fa, #floatcta ul li .fab{
    color: #FFFFFF;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0px 0px 8px #a1a1a1;
}
#floatcta ul li:hover{
    background: #eeeeee;
}
#floatcta .phone{
    background: #f5f5f5;
}
#floatcta .phone .fa{
    background: #000000;
}
#floatcta .whatsapps{
    background: #FFFFFF;
}
#floatcta .whatsapps .fa, #floatcta .whatsapps .fab{
    background: #25D366;
}
#floatcta .signup{
    background: #f5f5f5;
}
#floatcta .signup .fa, #floatcta .signup .fab{
    background: #ae1d22;
}
#floatcta a{
    display:block;
    color: #000000 !important;
    font-weight: 600;
}

#custom-pagination{
    display: block;
    margin: 0 auto;
    text-align: center;
}
#custom-pagination .custom-page{
    display: inline-block;
    border: 1px solid #DBDBDB;
    padding: 4px 15px;
}
#custom-pagination .custom-number{
    display: inline-block;
    margin-left: 5px;
}
#custom-pagination .custom-number .page-numbers{
    border: 1px solid #DBDBDB;
    padding: 6px 8px;
}
#custom-pagination .custom-number .page-numbers.current{
    border: 1px solid #918F90;   
}
#custom-pagination .custom-number .page-numbers.prev{
    margin-right: 2px;
    padding: 3px 8px;
    font-size: 14px !important;
}
#custom-pagination .custom-number .page-numbers.next{
    margin-left: 2px;
    padding: 3px 8px;
    font-size: 14px !important;
}

.box {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}
.box .image {
	margin-bottom: 20px;  
} 
.box .image img {
 /*   object-fit: cover;*/
 /*   align-items: center;*/
	/*margin: 0 auto;*/
	/*display: block;*/
	/*text-align: center;*/
	/*width: 100%;*/
	/*height: 100%;*/
}
.box .content {
	padding: 0px;
	width: 100%;
    line-height: 150%;
}
.box .title {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
    margin: 0;
}
.box .subtitle{
    font-size: 15px;
}
.box .caption{
    padding: 0;
    margin: 0;
}
/*.box:hover img {*/
/*	filter: brightness(1.1) invert(0);*/
/*}*/

.navbar-inverse li.menu-item-open-left:hover > ul.sub-menu,
.navbar-inverse li.menu-item-open-left.link-focus > ul.sub-menu {
	right: 0;
}
.navbar-inverse li.menu-item-open-left li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	right: 100%;
	left: auto;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	clear: both;
	padding: 10px;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding: 10px;
}
.nav-links {
	border-top: 1px solid #ACABAB;
}
.nav-links a {
	color: #000000;
	padding: 0px;
}
.nav-links a:hover {
	color: #000000;
	text-decoration: underline;
}
.prev {
	padding: 15px 0 15px 60px;
	display: inline-block;
	margin-right: 10px;
	border: none;
}
.next {
	padding: 15px 60px 15px 0;
	display: inline-block;
	margin-left: 10px;
	border: none;
}
.page-numbers {
	padding: 0 5px 4px;
	font-size: 14px;
}
span.page-numbers {
	font-weight: bold;
	text-decoration: underline;
}
.site-main .post-navigation {
	float: left;
	width: 100%;
}
/*.screen-reader-text {*/
/*	clip: rect(1px, 1px, 1px, 1px);*/
/*	position: absolute !important;*/
/*}*/
/*.screen-reader-text:hover,*/
/*.screen-reader-text:active,*/
/*.screen-reader-text:focus {*/
/*	background-color: #f1f1f1;*/
/*    -webkit-border-radius: 3px;*/
/*    -moz-border-radius: 3px;*/
/*	border-radius: 3px;*/
/*	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);*/
/*	clip: auto !important;*/
/*	color: #21759b;*/
/*	display: block;*/
/*	font-size: 14px;*/
/*	font-weight: bold;*/
/*	height: auto;*/
/*	left: 5px;*/
/*	line-height: normal;*/
/*	padding: 15px 23px 14px;*/
/*	text-decoration: none;*/
/*	top: 5px;*/
/*	width: auto;*/
/*	z-index: 100000;*/
/*}*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.singleblogtitle {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
    /*background: linear-gradient(to right, #000000 0%, #C5A47E 40%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.widget {} 
.widget.woocommerce, .widget.widget_wcc_widget{
    display: inline-block;
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 0;
}
.widget .widget-title {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.5px;
    padding: 0px 0px 15px 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.widget h1.widget-title {
	width: 100%;
	color: #ffffff !important;
	text-align: center;
	margin-bottom: 10px !important;
}
.widget h3.widget-title {
    font-size: 28px;
    font-weight: 900;
    padding: 0px;
    margin: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.widget .woocommerce{
    padding: 20px 10px;
    background: #FAFAFA;
}
.widget .woocommerce .buttons {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.widget-area {
	float: left;
	width: 100%;
}
.widget-area .widget {
    clear: both;
    padding: 0px 0px 20px 0px;
    margin-bottom: 0px;
}
.widget-area ul li {
	margin: 0px;
	line-height: 1.2em;
	padding: 0px 0px 6px 0px;
}
.widget-area ul li {
	text-align: left !important;
	text-transform: capitalize;
}

.widget_search .search-submit {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: url(images/search_icon.png) no-repeat center center;
	text-indent: -9999999px;
}
.widget_search label {
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}
.widget_search form {
	position: relative;
}
.widget_search input {
	width: 83%;
	padding: 12px 15% 12px 2%;
}
.widget ul {
	margin: 0 0 20px 0px;
	padding: 0;
	display: block;
}
.widget li {
	margin: 0px 0px 10px 20px;
	position: relative;
}
.widget ul.horizontal {
    padding: 0;
	margin: 0 auto;
	display: inline-block;
}
.widget ul.horizontal li {
	list-style: none;
	padding: 0px 5px;
	margin: 0px;
	position: relative;
	float: left;
}
.widget ul.menu {
	padding: 0px 0px 10px 0px;
}
.widget ul.menu li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 30px;
	display: inline;
}
.widget ul.menu li:last-child {
	margin-right: 0px;
	border-right: 0px solid #ffffff;
}
.widget ul.menu li a {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.widget ul.menu li.current-menu-item a {
	color: #c5a47e;
}
.widget ul.menu li a:hover {
	color: #c5a47e;
}
.widget ul.product-categories {
    margin: 10px 0px;
    padding: 0;
}
.widget ul.product-categories ul{
    margin: 10px 0px;
    padding: 0;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
.site-content {

}
.home-content {
	
}
.sticky {} .hentry {} .byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-meta-large .byline,
.entry-meta-large .updated {
	display: none;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
	line-height: 1.4em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header{
    width:100%;
    height:220px;
    margin:0px;
    padding:0px;
    z-index:0;
    border-bottom: 0px solid #F2F2F2;
    background-color: #000000;
}
.page-header-small{
    width:100%;
    height:250px;
    margin:0px;
    padding:0px;
    z-index:0;
}
.page-header .overlay{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
}
.page-header-content{
    position:relative;
    display:table;
    top:50%;
    width:100%;
    margin:0px;
    padding:0px;
    font-size:30px;
    color:#FFFFFF;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.page-header-content h3.page-title, .page-header-content h3{
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
}
.page-header-content .caption{
	font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    text-transform: none;
    padding-top: 10px;
    line-height: 1.4em;
}
article .page-header{
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px; 
    border-bottom: 1px solid #e8e8e8;
    background: transparent;
    display: inline-block;
}
.breadcrumb{
    width:90%;
    margin:0 auto;
    padding:15px 0;
    line-height:1em;
    font-size:15px;
    font-weight:normal;
    text-align:center;
    list-style:none;
    background-color:transparent;
}
.breadcrumb p{
    padding: 0;
    margin: 0;
}
.breadcrumb a , .breadcrumb a:hover , .breadcrumb span{
    font-size:15px;
    line-height:1em;
    color:#ffffff;
}
.taxonomy-description {
	margin-bottom: 1.5em;
}
.entry-title {
	margin-top: 0;
	padding-top: 0;
	position: relative;
}
.page-template-template-fullwidth .entry-title {
    display: none;
}
.entry-meta {
	padding-top: 10px;
    font-weight: 100;
    color: #939393;
    margin-bottom: 15px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.section-header {
	padding: 0px;
}
.section-header .section-legend {
	font-size: 16px;
	margin-bottom: 0;
	color: #808080;
	padding-top: 0;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
#parallax_move .layer {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: top center;
}
.home-header-wrap {
	overflow: hidden;
	position: relative;
}
.header.header {
	width: 100%;
	position: absolute;
}

.contactform{
    position:fixed;
    z-index: -1;
    overflow-y:auto;
    font-size:14px;
    padding:3.5% 5%;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    opacity:0;
	display: none;
}
.contactform .formwrapper{
    position: absolute;
    display: table;
    left: 0;
    right: 0;
    top: 50%;
    width: 90%;
    max-width: 800px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0px 20px 0px 0px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	display: inline-block;
    background: #000000;
}
.contactform.open{
    transition: opacity 0.2s linear;
    z-index:999999;
    opacity:1;
	display: block;
}
.contactform .close{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #77481c;
    opacity: 1;
    font-size: 24px;
    outline: none;
    z-index: 99;
	padding: 10px;
	margin: 0;
}
.contactform .close:hover{
    color: #77481c !important;
    background: none;
    border: 0px solid #000;
}
.contactform .col-left{
    width: 45%;
}
.contactform .col-right{
    width: 55%;
    padding: 45px 20px 20px 35px;
}
.contactform .image-w {
    height: 100%;
}
.contactform .image-w img{
    object-fit: cover;
    align-items: center;
    width: 100%;
    height: 100%;
    object-position: right;
}
.contactform .content-w{
    height: 100%;
    text-align: center;
    text-shadow: 0px 0px 5px #FFFFFF;
}
.contactform .content-w .subtitle{
    text-shadow: 0px 0px 5px #FFFFFF;
}

#contactform{
    position: relative;
}
/*#contactform:before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    max-width: 680px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 0;*/
/*    background-image: url(images/booking-model.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: bottom left;*/
/*}*/

#contactform .formwrapper {
    position: relative;
    width: 100%;
    max-width: 880px;
    margin-right: 0px;
    z-index: 1;
}
#contactform .formheader {

}
#contactform .formcontent {
    width: 100%;
    display: inline-block;
}


#info {
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: right;
    display: inline-block;
    width: 70%;
}
#info .brandlogo {
    padding-right: 5px;
}
#info .btn {
    font-size: 14px;
    font-weight: bold;
    color: #000000 !important;
    text-transform: uppercase;
    display: inline-block;
    background: #E8E7E7;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 10px 25px;
    margin: 0px;
    outline: auto;
    outline-style: outset;
    outline-color: #DDDCDC;
    border: none;
    letter-spacing: 1px;
}
#info .screen-reader-text{
    position: relative;
    -webkit-clip-path: border-box;
    clip-path: border-box;
    padding-right: 5px;
    margin: 0;
    width: auto;
    height: auto;
    overflow: visible;
}
#info select{
   padding: 0;
   margin: 0;
}
#info .textwidget{
    display: block;
    margin-top: 5px;
}
#info ul {
    padding: 0;
    margin: 0;
} 
#info ul li {
    display: inline-block;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    vertical-align: middle;
}
#info ul li.lang-item{
    position: relative;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 6px;
}
#info ul li.lang-item:after {
   position: absolute;
   content: ' | ';
   width: 2px;
   height: 10px;
   top: 0;
   right: 0;
}
#info ul li.lang-item:last-child:after {
    display: none;
}
#info ul li.current-lang {
   
}
#info ul li.current-lang a{
    background: #000000;
    color: #FFFFFF;
    padding: 2px 4px;
}

#info ul li .fa{
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

#top-search-form{
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: none;
}
#top-search-form input[type="submit"]:hover {
    color: #fff;
    border: 0px solid #c5a47e;
}
#top-search-form .panel-last-child{
    display: inline-block;
    position: absolute;
    top: 22%;
    right: 1%;
}
#top-search-form #close-btn{
    font-size: 20px;
    font-weight: normal;
    color: #5dbaa9;
}
#site-navigation {
	float: right;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	border-color: transparent;
	border: none;
}
.navbar {
	background: transparent;
	border: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: left;
}
#main-nav {
    z-index: 99;
	width: 100%;
	margin-bottom: 0;
    padding: 5px 0px 10px 0px;
    background: transparent;
    border-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    -o-transition: -o-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
#main-nav.fixed {
	position: fixed;
	top: 0;
    padding: 25px 0px 10px 0px;
    -webkit-transform: translate(0, -1em);
    -moz-transform: translate(0, -1em);
    -ms-transform: translate(0, -1em);
    -o-transform: translate(0, -1em);
    transform: translate(0, -1em);
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
    background: #FFFFFF;
    /*background-color: rgba(255,255,255,0.96);*/
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
#main-nav .container-fluid{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.navbar-inverse .navbar-nav {
	margin-left: 0;
	margin-right: 0;
}
.navbar-inverse .navbar-nav >li {
	display: inline-block;
	float: none !important;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #da9a29;
}

.navbar-inverse.fixed .navbar-nav>li>a {
    color: #000000;
}
.navbar-inverse.fixed .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #da9a29;
}
.navbar-inverse .navbar-nav>li.current-menu-item > a{
    color: #da9a29;
}
ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a {
	outline: none;
}
.navbar-inverse .navbar-nav>li.has_children>a{
   
}
.navbar-inverse .navbar-nav>li:first-child a{
    border-left: 0;
}
.navbar-inverse .navbar-nav>li:last-child {
    /*margin-right: 0 !important;*/
    /*margin-left: 10px;*/
    /*background: #00aa92;*/
    /*color: #FFF;*/
}
.navbar-inverse .navbar-nav>li:last-child a, .navbar-inverse .navbar-nav>li:last-child a:hover{
    /*color: #FFF;*/
    /*padding: 10px 20px;*/
}
.navbar-inverse .navbar-nav>li>a span {
	font-weight: 600;
	font-size: 12px;
	color: #000000;
}
.navbar-inverse .navbar-nav ul.sub-menu {
	left: -999em;
	position: absolute;
	top: 100%;
	background: #fff;
	width: 200px;
	box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.08);
	z-index: 9999;
	padding: 0;
	margin: 0;
}
.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav ul.sub-menu li {
	float: none;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar-inverse .navbar-nav ul.sub-menu li a {
	padding: 6px 10px;
	color: #000000;
	font-size: 95%;
	display: block;
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a,
.navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
	/*color: #c5a47e;*/
	background: #FAFAFA;
}
.navbar-inverse ul ul {
	left: -999em;
}
.navbar-inverse ul ul ul {
	left: -999em;
	top: 0;
}
.navbar-inverse ul li:hover > ul.sub-menu,
.navbar-inverse ul li.link-focus > ul.sub-menu {
	left: 0;
}
.navbar-inverse ul ul li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	left: 100%;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: none;
	border-color: none;
	border: 0px dotted black;
	outline: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #000000;
}
.navbar-toggle.active {} 
.navbar-toggle.collapsed {
	background-color: transparent !important;
}
#site-navigation > ul {
	width: auto;
	position: relative;
}
#site-navigation > ul ul {
	text-align: left;
}
#site-navigation > ul > li {} 
.navbar-header {
    position: relative;
    float: none;
}
.navbar-header-menu {
	float: right;
}
.responsive-logo {
    width: 100%;
    max-width: 150px;
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 999;
}
.responsive-logo #black{
    display: none;
}
.responsive-logo #white{
    display: block;
}
.responsive-logo img{
    width: 100%;
    max-width: 100%;
    /*-webkit-filter: brightness(0) invert(1);*/
    /*filter: brightness(0) invert(1);*/
}
#main-nav.fixed .responsive-logo{
    max-width: 120px;
}
#main-nav.fixed .responsive-logo img{
    /*-webkit-filter: initial;*/
    /*filter: initial;*/
}
#main-nav.fixed .responsive-logo #white{
    display: none;
}
#main-nav.fixed .responsive-logo #black{
    display: block;
}
.tagline{
    font-size: 18px;
    font-weight: bold;
    /*border: 1px solid #000000;*/
    /*padding: 5px 10px;*/
}
.navigation-wrapper {
    width: 50%;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    /*float: right;*/
    /*position: absolute;*/
    /*display: table;*/
    /*top: 50%;*/
    /*right: 20%;*/
    /*transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
}
.navbar-inverse .navbar-nav > li {
    vertical-align: middle;
} 
.navbar-inverse .navbar-nav>li.current>a {
	position: relative;
	outline: none;
}
.navbar-inverse .navbar-nav > li.labelonly a, .navbar-inverse .navbar-nav > li.labelonly a:hover, .navbar-inverse .navbar-nav > li.labelonly a:focus, .navbar-inverse .navbar-nav > li.labelonly a:active{
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}
.navbar-right {
	float: none !important;
	margin-right: 0px !important;
}
 
.sitecontactlist {
    position: relative;
    padding: 40px 15px;
}
.sitecontactlist .heading{
    padding: 30px 0px;
}
.sitecontactlist ul {
    margin: 0;
} 
.sitecontactlist ul li {
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    vertical-align: middle;
}
.sitecontactlist .icon{
    width: 60px;
    text-align: center;
    display: inline-block;
}
.sitecontactlist .fa{
    color: #8B6A36;
    padding: 15px 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}

#footer {
    background: #780000;
    font-size: 10px;
    line-height: 140%;
    text-align: justify;
    border-top: 10px solid #000000;
}
#footer .overlay {
    padding: 30px 0px;
    /*background: linear-gradient(170deg, rgb(26 26 26 / 100%) 15%, rgb(26 26 26 / 13%) 25%, rgba(0, 0, 0, 0) 100%) !important;*/
    color: rgb(255 255 255 / 80%);
}

#footer .box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#footer .icon-wrap{
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#footer .icon-wrap .fa {
    font-size: 2em;
    width: 50px;
    padding: 0px;
    margin: 0;
}
#footer .entry-wrap{
    font-size: 15px;
    padding: 0px 10px;
}
#footer .entry-wrap label{
    font-weight: 300;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.2em;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    display: block;
    margin: 0px 0px 5px 0px;
}

#footer .widget ul.menu{
    text-align: left;
    padding: 10px 0px;
    margin: 0px;
}
#footer .widget ul.menu li {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-align: left;
    display: flex;
    align-items: center;
}
#footer .widget ul.menu li .iconwrap{
    display: inline-block;
    width: 30px;
}
#footer .widget ul.menu li .iconwrap .fa{
    font-size: 16px;
}
#footer .widget ul.menu li .textwrap{
    display: inline-block;
}
#footer .widget ul.menu li a {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
}
#footer .widget ul.menu li ul{
    /*padding-left: 10px;*/
    display: inline-block;
}
#footer .social-wrapper{
    padding: 20px;
    margin: 0px 0px 50px 0px;
    text-align: center;
    background: #000000;
}
#footer ul.time-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul.time-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 0.01em dotted rgb(175, 173, 173, 0.4);
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
    display: flex !important;
    justify-content: space-between !important;
}
#footer ul.social {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-block;
}
#footer ul.social li {
    margin: 0;
    padding: 0px 5px;
    display: inline-block;
    text-align: center;
}
#footer ul.social li .fa{
    color: #FFFFFF;
    background: #232323;
    width: 50px;
    height: 50px;
    padding: 12px 0px;
    border-radius: 50%;
    font-size: 24px;
}
.copyright {
    font-size: 12px;
    font-weight: bold;
    color: rgb(255 255 255 / 100%);
    /*border-top: 1px solid rgba(0, 0, 0, 0.25);*/
    padding: 20px 0px 0px 0px;
    margin: 0px;
    display: block;
    width: 100%;
    clear: both;
    border-top: 10px solid #000000;
}
#footer a{
    color: rgb(255 255 255 / 100%);
}
.footer-widget-wrap > .container {
	text-align: left;
}
.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 20px;
}
.footer-widget ul#menu-menu-1 {
	list-style: none;
}
.footer-widget ul {
	margin-left: 0;
	padding-left: 0;
}
.footer-widget li {
	list-style: none;
	margin-left: 0;
	text-align: left;
}
.footer-widget li a {
	color: #000000;
}
.footer-widget li a:hover {
	color: #C5A47E;
}
.footer-widget-wrap {
	/*width: 100%;*/
	/*padding: 60px 50px 50px 50px;*/
	/*display: inline-block;*/
}
.footer-widget-wrap .widget .widget-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #404040;
}

.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}

#sociamediabar{
    position: fixed;
    left: 0;
    top: 50%;
    width: 50px;
    height: auto;
}
#sociamediabar ul{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}
#sociamediabar ul:before{
    position: absolute;
    content: "";
    background: #5E5E5E;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 50px;
}
#sociamediabar ul li{
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-size: 15px;
}
#sociamediabar .fa{
    font-size: 140%;
}
#sociamediabar ul li a{
    color: #5E5E5E;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
    border: 0px solid #f7e700 !important;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px;
}
div.wpcf7 .ajax-loader{
    display: none;
}
span.wpcf7-not-valid-tip{
    font-size: 11px;
    text-align: left;
}
span.wpcf7-spinner{
    display: none;
}
.formpadding {
    padding: 0;
    margin: 0;
} 
.formheader {
    padding: 0px 0px 10px 0px;
    font-size: 16px;
}
.formheader .font-big{
    display: block;
    font-size: 2em;
    font-weight: 900;
    line-height: 130%;
}
.formcontent {
    width: 100%;
    display: inline-block;
}
.formcontent p{
    margin: 0;
}
.form-label {
	padding: 0px;
	margin-bottom: 10px;
}
.form-label label {
	width: 100%;
	padding-bottom: 5px;
}
.form-label input, .form-label select {
    width: 100%;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    color: #000000;
	font-size: 13px;
}
.form-label textarea {
    width: 100%;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #000000;
	font-size: 13px;
}
.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}
.blog {
	min-height: 175px;
	position: relative;
	overflow: hidden;
}
.blog-list {
	background: #FFF;
}
article.hentry {
	float: left;
	width: 100%;
}
article.sticky {
	background: #f9f9f9;
	padding: 10px;
}
article {
	text-align: left;
}
article .entry-meta a {
	color: #888;
	font-style: italic;
}
article .posted-on a:hover {
	color: #C5A47E;
}
.entry-footer a {
	color: #888;
	font-style: italic;
}
.entry-footer a:hover {
	color: #C5A47E;
}
.blogtitle {
	display: block !important;
}
.blogtitle:after {
	display: none !important;
}
.clear {
	clear: both;
}
.sidebar-wrap.content-left-wrap {
	margin-top: 0px;
	padding-top: 0;
}
.debar-wrap {
	margin-top: 50px;
}
.listpost-content-wrap h1.entry-title,
.list-post-top h1.entry-title {
	float: none;
	clear: none;
	margin-top: 0;
}
.listpost-content-wrap .entry-title:before {
	display: none;
	content: "";
}
.listpost-content-wrap .entry-title a:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #C5A47E;
	bottom: -9px;
	left: 0;
	width: 50px;
	display: none;
}
.post .entry-footer {
	padding-top: 50px;
}
.listpost-content-wrap h1.entry-title a {
	float: none;
	position: relative;
}
.listpost-content-wrap-full {
	width: 100%;
}
.listpost-content-wrap-full .list-post-top {
	min-height: 1px;
}
.listpost-content-wrap .entry-content {
	margin-top: 1em;
}
.listpost-content-wrap .entry-footer {
	padding-top: 10px;
}
.listpost-content-wrap-full .entry-footer > span,
.listpost-content-wrap .entry-footer > span {
	padding-right: 15px;
}
.listpost-content-wrap .entry-content p {
    margin-bottom: 30px;
}
.entry-content {
	margin: 0;
}
.list-post-top {
	min-height: 130px;
	display: inline-block;
	width: 70%;
	border-top: 2px solid #000000;
}
.search .list-post-top {
	min-height: 1px;
}
.entry-footer {
	background: transparent;
}
.entry-footer-large a {
	color: #8b8b8b;
	font-style: italic;
}
.entry-footer-large {
	background: transparent;
	padding: 0 0 20px 0px;
	position: relative;
	padding-right: 200px;
	float: left;
	width: 100%;
}
.entry-footer-large > span {
	padding-right: 5px;
}
.entry-footer-large-left {
	float: left;
}
.large-container .entry-content p {
	margin: 4px 20px 0px 0px;
}
.entry-meta-large {
	float: right;
	position: absolute;
	right: 0;
	top: 0
}
.post-img-wrap-large a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3 ease-out;
}
.listpost-content-wrap-large {
	position: absolute;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	min-height: 50px;
	width: 100%;
	padding: 15px 20px 0px 20px;
	border-top: 2px solid #FFF;
}
.large-container {
	background-color: #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 35px 0;
	position: relative;
	width: 95%;
	float: left;
}
.large-container .list-post-top {
	min-height: 130px;
}
.dropdownmenu{
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 5px;
    right: 10px;
}
.dropdownmenu:before{position:absolute;color:#000000;content:"\f107";font-family:FontAwesome;font-style:normal;font-weight:normal;}
ul.sub-menu li .dropdownmenu{top: 5px;right:10px;}
ul.sub-menu li .dropdownmenu:before{color:#000000;content:"\f105";font-family:FontAwesome;font-style:normal;font-weight:normal;}
.mobile-bg-fix-wrap {
	width: 100%;
	overflow: hidden;
}
.mobile-bg-fix-wrap .mobile-bg-fix-img-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.mobile-bg-fix-wrap .mobile-bg-fix-img {
	position: absolute;
	width: 100%;
	height: 125%;
	left: 0;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mobile-bg-fix-wrap .mobile-bg-fix-whole-site {
	position: relative;
	z-index: 1;
}
@media (max-width: 1680px) {

}
@media (max-width: 1400px) {

}
@media (max-width: 1199px) {

    
}
@media (max-width: 1024px) {
    
}
@media (min-width: 992px) {
    #open-wcc_block, #close-wcc_block{
        display: none;
    }
    .wp_widget_plugin_box .wcc_block{
        display: block !important;
        background: #FFFFFF;
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .container{
        width: 100%;
    }
    .innercontent {
        width: 100%;
    }
    .title-big {
        font-size: 2.8em;
    }
    .title {
        font-size: 2.6em;
    }
	.navbar-header-menu {
		float:none;
	}
	.navigation-wrapper {
        float: none;
        position: absolute;
        right: 0;
        top: 100%;
        left: 0;
        width: 100%;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
	}
	.dropdownmenu:before {
        color: #000000;
    }
	.navbar-toggle {
        float: right !important;
        right: 0 !important;
        z-index: 3 !important;
        padding: 10px 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        position: absolute;
        display: none;
	}
	.navbar-toggle.active span.icon-bar:nth-child(2){
	    display: none;
	}
	.navbar-toggle.active span.icon-bar:nth-child(1){
	    transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
        margin-top: 5px;
        margin-left: 2px;
        width: 25px;
	}
	.navbar-toggle.active span.icon-bar:nth-child(3){
        transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
        margin-top: -2px;
        margin-left: 2px;
        width: 25px;
	}
	.navbar-inverse .navbar-nav {
        text-align: center;
        padding: 20px 10px;
        margin: 0px;
        background: #FFFFFF;
	}
	.navbar-inverse .navbar-nav > li {
		display: inline-block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		position: relative;
	}
	.navbar-inverse .navbar-nav > li a {
		text-align: left;
		display: block;
		padding: 5px 10px;
		margin: 0px;
		color: #000000;
	}
    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
        color: #000000;
        background-color: rgba(250, 250, 250, 0.2);
    }
	.navbar-inverse .navbar-nav>li.current-menu-item > a{
	    color: #000000;
	}
	.navbar-inverse .navbar-nav>li.has_children>a {
   
    }
	.navbar-inverse .navbar-nav li.this-open > ul {
		display: block !important;
	}
	.navbar-inverse .navbar-nav ul.sub-menu {
		display: none !important;
		position: relative;
		top: 0;
		box-shadow: none;
		width: 100%;
		background: transparent;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li {
		/*width: 100%;*/
		/*float: left;*/
		margin: 0 10px;
		padding: 0;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li a {
	    padding: 5px 10px;
	    color: #FFFFFF;
	    font-size: 95%;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li:hover > a, .navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
        background: rgba(250, 250, 250, 0.2);
    }
	.dropdownmenu{
	    right: 30px;
	}
	ul.sub-menu li .dropdownmenu {
        top: 10px;
        right: 10%;
    }
    ul.sub-menu li .dropdownmenu:before {
        color: #000000;
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li:last-child a {
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
		position: relative;
		left: 0;
		top: 0;
	}
	.this-open > a {
		color: #FFFFFF !important;
	}
	li.current>a:before {
		content: "";
		display: none !important;
	}
	#site-navigation{
	    max-height: 95vh;
	}
	#site-navigation > ul ul {
        left: 0;
        border-top: 1px solid rgba(221, 221, 221, 0.3);
        border-bottom: 1px solid rgba(221, 221, 221, 0.3);
    }
    ul.navbar-right li.lang-item {
        display: none;
    }
    li.astm-search-menu {
        position: relative !important;
    }
    .search-form {
        padding: 5px 0px;
    }
    .search-form input[type="search"] {
        width: 100%;
        color: #FFFFFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .is-menu form label {
        width: 85%;
    }
    #fixedleftbar{
        left: -50px;
    }
    #fixedleftbar:hover{
        left: 0px;
        -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.5s ease-in-out;
    }
    .content-left-wrap {
        padding: 0px;
        display: inline-block;
        width: 100%;
    }
    #open-wcc_block, #close-wcc_block{
        display: block;
        background: #f2f2f2;
        color: #000000;
    }
    #open-wcc_block{
        margin-bottom: 20px;
    }
    #close-wcc_block{
        margin-top: 20px;
    }
    #info {
        position: absolute;
        text-align: right;
        float: right;
        right: 0px;
    }

    #footer .box {
        display: block;
    }
    #footer .row-eq-height{
        display: block;
    }
    .sitecontactlist .heading {
        padding: 0px;
    }
    .sitecontactlist .icon {
        text-align: center;
        display: block;
        padding: 0px 0px 10px 0px;
        margin: 0 auto;
    }
}

@media (max-width: 830px) {

}
@media (max-width: 767px) {
    section{
        padding: 80px 0px;
    }
    .header.header {
        width: 100%;
        /*position: relative;*/
    }
    .row-eq-height{
        display: block;
    }
    #main-nav .row-eq-height{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #info .visible-xs{
        display: inline-block !important;
    }
    .image-wrapper{
        margin: 0px 0px 30px 0px;
    }
    .title {
        font-size: 2.4em;
    }

    .primary-btn, .primary-btn:hover, .primary-btn:focus, .primary-btn:active {
        padding: 15px 20px;
        width: 480px;
        height: 70px;
        font-size: 2em;
    }
	.beforeafterlist-wrapper{
		margin-bottom: 40px;
	}
    #footer {
        text-align: center;
    }
    #footer .widget ul.menu li {
        text-align: center;
    }
	.footer-widget {
		width: 100%;
		text-align: center;
		float: none;
		display: inline-block;
		padding: 10px 0px;
	}
	.footer-widget li {
		text-align: center;
	}
	.menu-footer-menu-container{
	    margin-bottom: 20px;
	}
	.menu-footer-menu-container ul{
	    text-align: center !important;
	}
}
@media (min-width: 600px) {

}
@media (max-width: 600px) {
    body {
        font-size: 14px;
    }
    .page-header-content{
        font-size: 20px;
    }

}
@media (min-width: 480px) {
    .showmobile{
        display: none;
    }
    .hiddenmobile{
        display: inline-block;
    }
}
@media (max-width: 480px) {

    body [class*='col-']{
        font-size: 13px;
        padding: 0px 5px;
    }
    .responsive-logo {
        max-width: 120px;
    }
    .container{
        padding: 0px 10px;
    }
    .innercontent {
        padding: 0;
    }
    .showmobile{
        display: inline-block;
    }
    .hiddenmobile{
        display: none;
    }
    .title {
        font-size: 2.2em;
    }
    .subtitle {
        font-size: 1.2em;
    }
    .box .title {
        font-size: 16px;
    }


    .navbar-inverse .navbar-nav > li a {
        text-align: left;
    }
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.page-header-content h3.page-title, .page-header-content h3 {
        font-size: 32px;
	}
    .page-header-content .caption{
        font-size: 13px;
    }
    .right {
		float: none;
	}
	#info{
	    width: 70%;
	}
	#info img{
	    width: 100px;
	}
    #info .btn {
        font-size: 12px;
        padding: 6px 10px;
        letter-spacing: .5px;
    }
    #info .screen-reader-text{
        font-size: 10px;
    }
    
    #float-cta {
        right: 0px;
        bottom: 40px;
        width: 150px;
    }

    .primary-btn, .primary-btn:hover, .primary-btn:focus, .primary-btn:active {
        background-size: cover;
        padding: 15px 20px;
        width: 480px;
        width: 100%;
        font-size: 1.8em;
    }
    .contactform .formwrapper {
        height: 90%;
        overflow: hidden;
    }
    .contactform .col-left {
        width: 100%;
        height: 100%;
    }
    .contactform .col-right {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
		padding: 10px 0px;
    	background: rgba(0, 0, 0, 0.6);
	}
    .contactform .image-w {
        width: 100%;
        height: 100%;
    }
    .contactform .content-w{
        font-size: 12px;
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        padding: 20px;
        position: relative;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .contactform .content-w .form-label input, .form-label select, .form-label textarea {
        padding: 12px 17px;
    }
   
    #floatcta span {
        padding-top: 5px;
        display: block;
        font-size: 12px;
    }
    #floatcta ul li {
        padding: 15px 0px 10px 0;
    }
	.flex-control-paging li a {
		width: 8px;
		height: 8px;
	}
	.flex-control-nav li a {
		margin: 0 2px;
		padding: 0;
	}
	.flex-direction-nav a {
		width: 40px;
		height: 40px;
		margin: -25px 0 0;
		background-size: 200%;
	}
    .widget h3.widget-title{
        font-size: 22px;
    }

	.post-img-wrap a {
		float: none;
		margin: 0 auto;
		width: 250px;
		height: 250px;
	}
	.post-img-wrap {
		text-align: center;
		margin-right: 0;
	}
	.post-img-wrap a img {
		width: auto;
	}
	.list-post-top {
		width: 90% !important;
	}
}
@media (max-width: 440px) {

}
@media (max-width: 380px) {
    .title {
        font-size: 2em;
    }
    #signupform .heading .bigtitle {
        font-size: 1.2em;
    }
}

.cd-top {
	z-index: 999;
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 90px;
	right: 15px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #000000 url(images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

#main_countedown_1 .countdown {
    margin-top: 0;
    margin-bottom: 0;
}
.content_countdown .element_conteiner {
    min-width: 60px !important;
    border: 1px solid rgba(254, 254, 254, 0.1);
    background: rgb(106,0,12);
    padding: 10px 5px 5px 5px !important;
    margin: 5px !important;
}
.content_countdown .time_left {
    border-radius: 0px;
    background-color: transparent !important; 
    font-size: 22px !important;
    font-family: inherit !important;
    color: #FFFFFF !important;
    padding: 0 !important;
}
.content_countdown .time_description {
    font-size: 6px !important;
    font-weight: 300;
    line-height: 150%;
    padding-top: 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: inherit !important;
    color: #FFFFFF !important;
}
@media screen and (max-width: 767px) {
    #countdownwrapper {
        bottom: 20%;
    }
    .content_countdown .element_conteiner{
        min-width: 60px !important;
    }
    .content_countdown .time_left{
        font-size: 20px !important;
    }
}
@media screen and (max-width: 600px) {
    #countdownwrapper {
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    #countdownwrapper {
        bottom: 0px;
    }
    .content_countdown .time_left{
        font-size: 19px !important;
    }
    .content_countdown .time_description {
        font-size: 8px !important;
    }
}


@media screen and (max-width: 480px) {
.mysticky-welcomebar-content {
    text-align: center !important;
}
}

@keyframes sonar-pulse-animation {
    0% {
        box-shadow: 0 8px 10px rgba(48,191,57,.3),0 0 0 0 rgba(48,191,57,.2),0 0 0 0 rgba(48,191,57,.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(48,191,57,.3),0 0 0 35px rgba(48,191,57,.2),0 0 0 0 rgba(48,191,57,.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(48,191,57,.3),0 0 0 55px rgba(48,191,57,0),0 0 0 26.7px rgba(48,191,57,.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(48,191,57,.3),0 0 0 80px rgba(48,191,57,0),0 0 0 40px rgba(48,191,57,0)
    }
}

.buttonizer-group {
    right: 15px;
    bottom: 15px;
    display: flex;
    z-index: 99999;
    position: fixed;
    transition: all .25s ease-in-out 0s;
    visibility: hidden;
    flex-direction: column-reverse
}

.buttonizer-head {
    color: #fff;
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    z-index: 9999;
    position: relative;
    background: center center/cover no-repeat #29;
    box-shadow: rgb(0 0 0/16%) 0px 2px 5px 0px,rgb(0 0 0/12%) 0px 2px 10px 0px;
    text-align: center;
    transition: all .25s ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    text-decoration: none;
    outline: none !important;
    max-width: none !important;
    animation: sonar-pulse-animation 2s linear infinite
}

.buttonizer-head label {
    position: absolute;
    background: #ddd;
    color: #000;
    padding: 0 4px;
    font-size: 10px;
    width: 90px;
    right: 46px;
    top: 2px;
    border-radius: 6px
}

.buttonizer-head .icon {
    width: 40px;
    top: 50%;
    left: 50%;
    color: #fff;
    position: absolute;
    font-size: 25px;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all .25s ease-in-out 0s
}

.buttonizer-button .icon {
    padding: 3px;
    top: 50%;
    left: 50%;
    color: #fff;
    position: absolute;
    font-size: 16px;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all .2s ease-out 0s
}

.buttonizer-button {
    opacity: 0
}

.buttonizer-button.buttonizer-opened {
    z-index: 999999;
    color: #fff;
    width: 42px;
    cursor: pointer;
    height: 42px;
    margin: 0 auto 10px;
    display: block;
    opacity: 1;
    position: relative;
    background: center center/cover no-repeat #29;
    box-shadow: rgb(0 0 0/16%) 0px 2px 5px 0px,rgb(0 0 0/12%) 0px 2px 10px 0px;
    text-align: center;
    transition: all .25s ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    text-decoration: none;
    outline: none !important;
    max-width: none !important
}

.buttonizer-label {
    top: 50%;
    color: #fff;
    right: 65px;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    text-align: end;
    transition: all .2s ease-out 0s;
    font-family: unset;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
    background-color: #333
}

.buttonizer-button.buttonizer-opened .buttonizer-label {
    opacity: 1;
    visibility: visible
}