@font-face {
    font-family: "BricolageGrotesque-Bold";
    src: url("fonts/BricolageGrotesque/BricolageGrotesque-Bold.ttf");
}
@font-face {
    font-family: "BricolageGrotesque-ExtraBold";
    src: url("fonts/BricolageGrotesque/BricolageGrotesque-ExtraBold.ttf");
}
@font-face {
    font-family: "BricolageGrotesque-ExtraLight";
    src: url("fonts/BricolageGrotesque/BricolageGrotesque-ExtraLight.ttf");
}
@font-face {
    font-family: "BricolageGrotesque-Light";
    src: url("fonts/BricolageGrotesque/BricolageGrotesque-Light.ttf");
}
@font-face {
    font-family: "BricolageGrotesque-Medium";
    src: url("fonts/BricolageGrotesque/BricolageGrotesque-Medium.ttf");
}
@font-face {
    font-family: "BricolageGrotesque-Regular";
    src: url("fonts/BricolageGrotesque/BricolageGrotesque-Regular.ttf");
}
@font-face {
    font-family: "BricolageGrotesque-SemiBold";
    src: url("fonts/BricolageGrotesque/BricolageGrotesque-SemiBold.ttf");
}
@font-face {
    font-family: "BricolageGrotesque10pt-Regular";
    src: url("fonts/BricolageGrotesque/BricolageGrotesque10pt-Regular.ttf");
}
@font-face {
    font-family: "STYuanti-TC-Regular";
    src: url("fonts/Yuanti-SC-Regular.ttf");
}
@font-face {
    font-family: "Futura";
    src: url("fonts/futura/Futura.ttf");
}
@font-face {
    font-family: "Futura-Bold";
    src: url("fonts/futura/Futura-Bold.ttf");
}
@font-face {
    font-family: "Futura-Book";
    src: url("fonts/futura/Futura-Book.ttf");
}
@font-face {
    font-family: "Futura-ExtraBlack";
    src: url("fonts/futura/Futura-ExtraBlack.ttf");
}

*:lang(zh-CN) {
    /*font-size: 14px;*/
    /*font-family: "STYuanti-TC-Regular" !important;*/
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}



/*@font-face {*/
/*    font-family: "CodecCold-ExtraBold";*/
/*    src: url("fonts/CodecCold/CodecCold-ExtraBold.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: "CodecCold-Bold";*/
/*    src: url("fonts/CodecCold/CodecCold-Bold.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: "CodecCold-News";*/
/*    src: url("fonts/CodecCold/CodecCold-News.ttf");*/
/*}*/


@font-face {
    font-family: "gotham";
    src: url("fonts/gotham.ttf");
}

.numericfont{
    font-family: "gotham";
}
  
html {
	font-size: 62.5%;
	overflow-y: scroll;
    background: #FFFCFA;
	-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: "Futura-Book";*/
    font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0;
    background: #FFFCFA;
    /*background: linear-gradient(31deg, #F2DCC3 0%, #C63C1E 100%);*/
    color: #78432D;
	max-width: 1920px;
	margin: 0 auto;
}
.specialfont{
    
}
small{
	line-height: 100%;  
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
a {
	color: #78432D;
	-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: #2E2252;
}
::selection {
	background: #78432D;
	color: #FFFFFF;
}
::-moz-selection {
	background: #78432D;
	color: #FFFFFF;
}

*::-webkit-input-placeholder {
	color: #77471C !important;
}
*:-moz-placeholder {
	color: #77471C !important;
}
*::-moz-placeholder {
	color: #77471C !important;
}
*:-ms-input-placeholder {
	color: #77471C !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-size: 100%;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border: 0;
	vertical-align: baseline;
	display: block;
	clear: both;
}
h1{
	font-size: 2.4em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.4em;
}
hr {
    background-color: #F2F3F8;
    height: 1px;
    width: 80%;
    -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;
}
video{
    margin-bottom: -8px;
}
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 25px;
	margin: 10px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
	background: #B8472C;
}
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	color: #fff;
	background: #B8472C;
}
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: 60px 0px;
	width: 100%;
}
section .container{
	/*padding: 80px 15px;*/
 /*   position: relative;*/
 /*   z-index: 2;*/
}
.pink-bg {
	background: #FF0099 !important;
}
.lightpink-bg {
	background: #FDD3D6 !important;
}
.red-bg {
	background: #D59F8E !important;
}
.green-bg {
	background: #25D366 !important;
}
.lightgreen-bg{
	background: #e7f5ef !important;
}
.light-bg{
    background: #F9E3C8 !important;
}
.blue-bg {
	background: #27445C !important;
}
.brown-bg {
    background: #E4D1B2 !important;
}
.yellow-bg {
	background: #FFE7CF !important;
}
.purple-bg{
    background: #92278f !important;
}
.orange-bg{
    background: #f68b1f !important;
}
.black-bg {
	background: #000000 !important;
}
.grey-bg {
	background: #404040 !important;
}
.white-bg {
	background: #FFFFFF !important;
}
.fixed-bg {
	background-size: cover !important;
	background-position: center;
}
.fixed-bg .overlay{
    padding: 80px 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: 80px 0px;
    background: rgba(0, 0, 0, 0.8);
}
.static-bg {
	background-size: cover !important;
	background-position: center;
	width: 100%;
}

.pink-text {
    color: #FF0099 !important;
}
.red-text {
	color: #8E240E !important;
}
.green-text {
	color: #2A8480 !important;
}
.darkgreen-text{
	color: #0F4F01 !important;
}
.purple-text {
	color: #604A7B !important;
}
.blue-text {
	color: #27445C !important;
}
.yellow-text {
	color: #FFE7CF !important;
}
.dark-text {
	color: #404040 !important;
}
.white-text {
	color: #FFFFFF !important;
}
.grey-text {
	color: #949599 !important;
}
.black-text {
	color: #000000 !important;
}
.brown-text{
    color: #996d59 !important;
}
.orange-text{
    color: #f68b1f !important;
}

#submit-btn {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 20px auto 0px auto;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #663f16;
    background: linear-gradient(90deg, #bf9860 10%, #f6e6c8 45%, #f6e6c8 55%, #bf9860 100%);
    border: none;
    width: auto;
    min-width: 160px;
    outline: none;
    line-height: 100%;
    box-shadow: 1px 2px 8px #b5b5b5;
}
#submit-btn:hover, #submit-btn:focus, #submit-btn:active {
	color: #663f16;
    background: linear-gradient(90deg, #bf9860 10%, #f6e6c8 45%, #f6e6c8 55%, #bf9860 100%);
    border: none;
    opacity: .9;
}

#submit-btn2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 15px 20px;
    margin: 20px auto 0px auto;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #511300;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 9px 0px rgb(44 44 44 / 17%);
    background: transparent;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    padding: 15px 40px;
    margin: 20px 0px 0px 0px;

    width: auto;
    min-width: 160px;
    outline: none;
    line-height: 100%;

}
#submit-btn2:hover, #submit-btn2:focus, #submit-btn2:active {
	color: #511300;
    border: none;
    opacity: .9;
}
.btn{
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
	cursor: pointer;
	white-space: initial;
	padding: 14px 36px;
	margin-top: 20px;
	margin-bottom: 0px;
	-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;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.primary-btn {
	border: 2px solid #FF0099;
	background: #FF0099;
	color: #FFFFFF; 
}
.primary-btn:hover, .primary-btn:focus , .primary-btn:active{
	border: 2px solid #FF0099;
	background: transparent;
	color: #FF0099; 
}
.primary-border-btn{
	border: 1px solid #7D9295;
	background: transparent;
	color: #7D9295; 
}
.primary-border-btn:hover, .primary-border-btn:focus , .primary-border-btn:active{
	border: 1px solid #7D9295;
	background: #7D9295;
	color: #FFFFFF; 
}
.secondary-btn{
	border: 2px solid #F1CA10;
	background: #F1CA10;
	color: #FFFFFF; 
}
.secondary-btn:hover, .secondary-btn:focus , .secondary-btn:active{
	border: 2px solid #F1CA10;
	background: transparent;
	color: #F1CA10; 
}
.brown-btn {
	border: 1px solid #D59F8E;
	background: #D59F8E;
	color: #FFFFFF;
}
.brown-btn:hover, .brown-btn:focus , .brown-btn:active {
	border: 1px solid #D59F8E;
	background: #D59F8E;
	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-btn, .white-btn:hover, .white-btn:active, .white-btn:focus{
	border: 1px solid #FFFFFF;
	color: #000000;
	background: #FFFFFF;
}
.white-border-btn {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: transparent;
}
.white-border-btn:hover, .white-border-btn:focus{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: transparent;
}
.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;
}
.pink-btn {
	color: #ffffff;
	background: #FF0099;
	border: 1px solid #FF0099;
}
.pink-btn:hover, .pink-btn:active, .pink-btn:focus {
	color: #FF0099;
	background: transparent;
	border: 1px solid #FF0099;
}
.green-border-btn, .green-border-btn:hover, .green-border-btn:active, .green-border-btn:focus {
	color: #2A8480;
	background: #FFFFFF;
	border: 1px solid #2A8480;
}
.darkgreen-btn, .darkgreen-btn:hover, .darkgreen-btn:active, .darkgreen-btn:focus {
    color: #FFFFFF;
	background: #2A8480;
}
.blue-btn {
    background: transparent;
	border: 3px solid #27445C;
	color: #000000 !important;
}
.blue-btn:hover, .blue-btn:active {
	color: #FFFFFF !important;
	border: 3px solid #27445C;
	background: #27445C;
}
.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%;
}
.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;
}
.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;
}

#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) !important;
    color: #FFFFFF !important;
    line-height: 1.6em !important;
}
.metaslider .caption {
    padding: 0px !important;
    margin: 0px auto !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;
    top: 50% !important;
    width: 90%;
    max-width: 1400px;
    height: auto !important;
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
}
.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;
}

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

}
@media only screen and (max-width: 991px) {
    
}
@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;*/
        /*}*/
}
@media only screen and (max-width: 480px) {

    .metaslider .caption-wrap {
        position: relative !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        opacity: 1;
        top: 0 !important;
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        padding: 30px 0px 0px 0px !important;
        margin-top: -70% !important;
    }
    .metaslider .caption{
        position: relative !important;
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        font-size: 14px;
    }
    .metaslider .flexslider .flex-direction-nav li a {
        background-size: 45px;
        width: 24px !important;
        height: 30px !important;
    }
}

.heading {
    width: auto;
    padding: 0px;
    margin: 0 auto 50px auto;
}
.title {
    font-family: "BricolageGrotesque10pt-Regular";
    font-size: 2em;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    letter-spacing: -1px;
    line-height: 120%;
    color: #4E1A0A;
}
.title-big{
    font-family: "BricolageGrotesque-SemiBold";
    font-size: 6em;
    line-height: 100%;
}
.title span{
    color: #0F4F01;
    font-weight: 900;
}
.subtitle {
    font-size: 1.8em;
    font-weight: 300;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    line-height: 120%;
    text-transform: uppercase;
}
.subtitle2{
    font-size: 1em;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0px;
    line-height: 120%;
    color: #b9ceb3;
}
.heading .caption {
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    padding: 0px;
    margin: 0px auto;
}
#fixedleftbar{
    position: fixed;
    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;
}

.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: 98%;
    max-width: 900px;
    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-image: linear-gradient(110deg, #F1C09E 0%, #FCE1CB 30%, #FCE1CB 80%, #F1C09E 100%);
    /*background-image: url(images/bg1.jpg);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: top right;*/
    color: #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: 55%;
}
.contactform .col-right{
    width: 45%;
    padding: 25px 0px 0px 15px;
}
.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{
    font-size: 12px;
    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;
}

#homebanner{
    position: relative;
}

.invisible-btn-desktop{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 14%;
    width: 90px;
    height: 130px;
}
.invisible-btn-mobile{
    position: absolute;
    content: '';
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 110px;  
}

#successful{
    position: relative;
}

.text-wrapper{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 1.5em;
    width: 100%;
}

#beforeafter{
    position: relative;
    background: #FFFBF8;
}
#beforeafter .beforeafterlist-wrapper{

}
.beforeafterlist-wrapper .box{
    text-align: center;
}
.beforeafterlist-wrapper .box .image{
    margin: 0;
}
.beforeafterlist-wrapper .box .title {
    font-family: "Futura-Bold";
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.2px;
    color: #996D59;
}
.beforeafterlist-wrapper .content .whole-post {
    display: none;
}
.beforeafterlist-wrapper .content a.read {
    font-size: 10px;
    display: block;
}

#beforeafter .beforeafterlist-wrapper .owl-controls {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#beforeafter .beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#beforeafter .beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px;
	background: #ECD7D3;
	border: 1px solid #ECD7D3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
#beforeafter .beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot.active span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px;
	border: 1px solid #A37050;
	background: #A37050;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
#beforeafter .beforeafterlist-wrapper .owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	z-index: 3;
	overflow: hidden;
	text-decoration: none;
	height: 42px;
	width: 100%;
	display: inline-block;
	position: relative;
	bottom: 0;
}
#beforeafter .beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot.active span, #beforeafter .beforeafterlist-wrapper .owl-controls .owl-dots .owl-dot:hover span{
	border: 1px solid #633E00;
    background: #633E00;
}
#beforeafter #customNavbeforeafterList {
    /*text-indent: -9999px;*/
    overflow: hidden;
    text-decoration: none;
    height: 38px;
    width: 90%;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 58%;
    position: absolute;
    color: #F2DCC3;
}
#beforeafter #customNavbeforeafterList .owl-prev {
    left: 0;
    width: 38px;
    height: 38px;
    font-size: 22px;
    outline: none;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}
#beforeafter #customNavbeforeafterList .owl-next {
    right: 0;
    width: 38px;
    height: 38px;
    font-size: 22px;
    outline: none;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    text-align: right;
}


#cta{
    position: relative;

}
#cta .content{

}
#cta .title {
    font-size: 3em;
}
.cta-btn{
    /*position: relative;*/
    /*border: 1px solid #FFFFFF;*/
    /*box-shadow: 0px 0px 9px 0px rgb(44 44 44 / 17%);*/
    /*background: transparent;*/
    /*border-radius: 30px;*/
    /*-moz-border-radius: 30px;*/
    /*-ms-border-radius: 30px;*/
    /*padding: 15px 40px;*/
    /*margin: 20px 0px;*/
    /*color: #FF0000;*/
    /*font-size: 2em;*/

}


#testimonials{
    position: relative;
    text-align: center;
}
#testimonials-wrapper{
    color: #71491D;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}
#testimonials-wrapper .owl-item{
    padding: 20px;
}
/*#testimonials-wrapper .box{*/
/*    position: relative;*/
/*    min-height: 250px;*/
/*    padding: 30px;*/
/*    margin: 0px;*/
/*    background: #FFFFFF;*/
    /*box-shadow: 6px 6px 6px #cbcbcb;*/
/*    border-radius: 30px 0px 32px 0px;*/
/*    -moz-border-radius: 30px 0px 32px 0px;*/
/*    -ms-border-radius: 30px 0px 32px 0px;*/
/*}*/
/*#testimonials-wrapper .box::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background-image: linear-gradient(110deg, #EDD9A8 0%, #D29C66 30%, #FCF7CB 80%, #DDB581 100%);*/
/*    top: -4px;*/
/*    left: -4px;*/
/*    bottom: -4px;*/
/*    right: -4px;*/
/*    z-index: -1;*/
/*    border-radius: 32px 0px 32px 0px;*/
/*    -moz-border-radius: 32px 0px 32px 0px;*/
/*    -ms-border-radius: 32px 0px 32px 0px;*/

/*}*/

#testimonials-wrapper .box {
    position: relative;
    display: inline-block;
    padding: 4px;
    background: -webkit-linear-gradient(110deg, #EDD9A8 0%, #D29C66 30%, #FCF7CB 80%, #DDB581 100%);;
    border-radius: 32px 0px 32px 0px;
    -moz-border-radius: 32px 0px 32px 0px;
    -ms-border-radius: 32px 0px 32px 0px;
}
#testimonials-wrapper .box::before, #testimonials-wrapper .box::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
}
#testimonials-wrapper .box::before {
    left: 20px;
    border: 35px solid transparent;
    border-left-color: #d4a06b;
    border-top: 0;
    margin-bottom: -32px;
}

#testimonials-wrapper .box::after {
    left: 24px;
    border: 35px solid transparent;
    border-left-color: #fff;
    border-top: 0;
    margin-bottom: -23px;
    z-index: 1;
}
#testimonials-wrapper .box .title{
    position: relative;
    display: block;
    font-weight: bold;
    color: #714601;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}
#testimonials-wrapper .box .image {
    width: 30%;
    max-width: 220px;
    height: 240px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    padding: 0px 20px 0px 0px;
    margin: 0 auto;
    display: inline-block;
}
#testimonials-wrapper .content {
    font-size: 12px;
    padding: 30px;
    margin: 0px 0px 0px 0px;
    background: #FFFFFF;
    border-radius: 32px 0px 32px 0px;
    -moz-border-radius: 32px 0px 32px 0px;
    -ms-border-radius: 32px 0px 32px 0px;
}
#testimonials-wrapper .content .excerpt{
    display: inline;
}
#testimonials-wrapper .content .whole-post {
    display: none;
}
#testimonials-wrapper .content a.read {
    font-size: 10px;
    display: inline-block;
}



.ratingbox{
    display: inline-block;
    padding: 10px 0px;
}
.ratingbox .fa{
    float: left;
    position: relative;
    font-size: 33px;
    padding: 0px 1px;
}
.ratingbox.small .fa{
    font-size: 18px;
}
.fa-star-half-alt, .fa-star{
    color: #FFCE31;
}
.rated{
    color: #FFCE31;
    cursor: pointer;
}
.unrated{
    color: #FFCE31;
    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;*/
}

#testimonials .owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	z-index: 3;
	overflow: hidden;
	text-decoration: none;
	height: 20px;
	width: 100%;
	position: relative;
	bottom: 0;
    left: 0;
    right: 0;
}
#testimonials .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#testimonials .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px;
	background: #BF9960;
	border: 1px solid #BF9960;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
#testimonials .owl-controls .owl-dots .owl-dot.active span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px;
	border: 1px solid #633e00;
	background: #633e00;
}
#testimonials .owl-controls .owl-dots .owl-dot.active span, #testimonials .owl-controls .owl-dots .owl-dot:hover span{
	border: 1px solid #633e00;
    background: #633e00;
}
#testimonials #customNav {
    /* text-indent: -9999px; */
    overflow: hidden;
    text-decoration: none;
    height: 20px;
    width: 50px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 25%;
    position: absolute;
    color: #020202;
    text-align: center;
    display: none;
}
#testimonials #customNav .owl-prev {
    left: 0;
    width: 38px;
    height: 20px;
    font-size: 22px;
    outline: none;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    display: none !important;
}
#testimonials #customNav .owl-next {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 38px;
    height: 20px;
    font-size: 22px;
    outline: none;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

#location{
    position: relative;
    background: #F5E4CB;
}
#location .content-wrapper{
    background: #F5E4CB;
    padding: 50px 30px 20px 30px;
}
#location .location-wrapper{
    background: #ECD8A7;
    position: relative;
    clear: both;
    padding: 80px 20px 20px 20px;
    margin: 120px auto 0px auto;
    display: inline-block;
    width: 100%;
    border-radius: 35% 35% 0 0;
    z-index: 0;
}
#location .location-wrapper .image-wrapper{
    position: relative;
    width: 90%;
    max-width: 830px;
    margin: -200px auto 60px auto;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
}
#location .location-wrapper .image-wrapper::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, #71491D 0%, transparent 100%);
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    z-index: -1;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
}
#location .location-wrapper .image-wrapper img{
    border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
}
#location .image-wrapper {
    height: 100%;
}
#location .image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
.outletsFilter{
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
}
.outletsFilter a{
    padding: 10px 12px;
    margin: 5px 10px;
    min-width: 160px;
    font-family: "BricolageGrotesque-SemiBold";
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(to bottom,#DFBB88 0%, #CE945E 50%, #DFBB88 100%);
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.outletsContainer{
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}
.outletsContainer .box{
    position: relative;
    width: 100%;
    padding: 10px 10px;
    margin: 0px 0px 16px 0px;
    font-size: 12px;
    text-align: center;
}
.outletsContainer .box .image{
    position: relative;
    width: 40%;
    margin: 0;
}
.outletsContainer .box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
.outletsContainer .box .content {
    padding: 0;
    margin: 0;
	min-height: 150px;
}
.outletsContainer .box .content .title{
    position: relative;
    font-family: "BricolageGrotesque-SemiBold";
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #4E1A0A;
}
.outletsContainer .box .content .caption p{
    margin: 0 0 5px 0;
}
.outletsContainer .box .content .contact{
    font-family: "BricolageGrotesque-SemiBold";
    font-size: 16px;
    letter-spacing: 0;
    color: #4E1A0A;
}
.outletsContainer .box .content .contact .fa{
    background: #C63C1E;
    color: #FFFFFF;
    padding: 6px;
    font-size: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.outletsContainer .box .location {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    margin: 5px auto 0 auto;
}
.outletsContainer .box .location ul{
    padding: 0;
    margin: 0;
}
.outletsContainer .box .location ul li{
    list-style: none;
    padding: 0;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
}
.wazeicon{
    background: #FFFFFF url(images/waze.png) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border-bottom: none;
}
.googlemapicon{
    background: #FFFFFF url('images/google-maps.png') no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border-bottom: none;
}
.whatsappicon{
    background: url('images/whatsapp.png') no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border-bottom: none;
}

#faqs{
    
}
#faqs #faqcontent{
    font-family: "gotham";
}
#faqs #faqcontent h1, #faqs #faqcontent h2, #faqs #faqcontent h3, #faqs #faqcontent h4, #faqs #faqcontent h5, #faqs #faqcontent h6{
    font-family: "gotham";
}
#faqs .accordion .panel-default {
    border-color: #ddd;
    border: none;
    border-radius: 0;
    box-shadow: 1px 2px 8px #b5b5b5;
    margin: 0px 0px 8px 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
#faqs .accordion .panel-default>.panel-heading {
    position: relative;
    background: #f7f7f7;
    padding: 0px;
    margin: 0px;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#faqs .accordion .panel-default>.panel-heading a {
    color: #4E1A0A;
    font-weight: 600;
    padding: 12px 20px 12px 20px;
    display: block;
    background: #EED9A7;
    background: linear-gradient(91deg, #EED9A7 0%, #FCFAD3 70%, #DAB07C 100%);
}
#faqs .accordion .panel-default>.panel-heading a:after {
    position: absolute;
    top: 14px;
    left: 15px;
    float: left;
    font-weight: 600;
}
#faqs .accordion .panel-default>.panel-heading a label {
    padding-left: 10px;
}
#faqs .panel-body{
    padding: 15px 0px;
    border-top: none;
    color: #491005;
}
#faqs .accordion .panel-default .panel-collapse {
    font-size: 14px;
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    border-top: 1px solid #f7f7f7;
}

.buttonizer-group{
    right: 20px;
    bottom: 90px;
    display: flex;
    z-index: 99999;
    position: fixed;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    flex-direction: column-reverse;
}
.buttonizer-head {
    color: rgb(255, 255, 255);
    width: 56px;
    cursor: pointer;
    height: 56px;
    margin: 0px auto;
    display: block;
    z-index: 9999;
    position: relative;
    background: center center / cover no-repeat rgb(41 167 26);
    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 250ms ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    text-decoration: none;
    outline: none !important;
    max-width: none !important;
}
.buttonizer-head .icon{
    width: 40px;
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 25px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 250ms ease-in-out 0s;
}
.buttonizer-head .icon .fab{
    font-size: 25px;
}
.buttonizer-button .icon{
    padding: 3px;
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 16px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.buttonizer-button{
    opacity: 0;
}
.buttonizer-button.buttonizer-opened{
    z-index: 999999;
    color: rgb(255, 255, 255);
    width: 42px;
    cursor: pointer;
    height: 42px;
    margin: 0px auto 10px;
    display: block;
    opacity: 1;
    position: relative;
    background: center center / cover no-repeat rgb(41 167 26);
    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 250ms 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: rgb(255, 255, 255);
    right: 65px;
    margin: 0px;
    padding: 5px 15px;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    text-align: end;
    transition: all 0.2s ease-out 0s;
    font-family: unset;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
    background-color: rgb(51, 51, 51);
}
.buttonizer-button.buttonizer-opened .buttonizer-label{
    opacity: 1;
    visibility: visible;
}


#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:"Font Awesome 5 Free";
    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: 0;
    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;
    display: flex;
}
#floatcta ul li{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
    padding: 10px 0;
    margin: 0; 
    width: 100%;
}
#floatcta ul li .fa,#floatcta ul li .fab{
    color: #FFFFFF;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 7px;
    box-shadow: 0px 0px 8px #a1a1a1;
}
#floatcta ul li:hover{
    background: #eeeeee;
}
#floatcta .phone{
    background: #f5f5f5;
}
#floatcta .phone .fa{
    background: #bb802a;
}
#floatcta .whatsapps{
    background: #FFFFFF;
}
#floatcta .whatsapps .fab{
    background: #25D366;
}
#floatcta .signup{
    background: #f5f5f5;
}
#floatcta .signup .fa{
    background: #77481c;
}
#floatcta a{
    font-family: "BricolageGrotesque-ExtraLight";
    font-size: 12px;
    display:block;
    color: #000000 !important;
}

#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, .box .fullimage {
	margin-bottom: 20px;  
} 
.box .fullimage 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: 16px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.box .caption{
    padding: 0;
    margin: 0;
    line-height: 120%;
    font-weight: normal;
}
.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: 14px;
    font-weight: bold;
}
.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:450px;
    margin:0px;
    padding:0px;
    z-index:0;
    border-bottom: 0px solid #F2F2F2;
    background-color: #000000;
    text-shadow: 1px 1px 2px #000000;
    position: relative;
}
.page-header:after{
    position: absolute;
    content: '';
    z-index: 0;
    background: #FFFFFF;
    transform: skewY(3deg);
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 120px;
}
.page-header-small{
    width:100%;
    height:250px;
    margin:0px;
    padding:0px;
    z-index:0;
}
.page-header .overlay{
    width:100%;
    height:100%;
    padding: 80px 0px 100px 0px;
    background:rgba(0, 0, 0, 0.0);
}
.page-header-content{
    position:relative;
    display:table;
    top:40%;
    width:100%;
    margin:0px;
    padding:0px;
    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: normal;
    text-align: center;
    letter-spacing: 1px;
    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%;
    padding:10px 0px;
    margin:0px auto;
    font-size: 13px;
    font-weight:normal;
    text-transform: uppercase;
    text-align:center;
    letter-spacing: 0.5px;
    background-color:transparent;
}
.breadcrumb p{
    padding: 0;
    margin: 0;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb span{
    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%;
    max-width: 1920px;
    margin: 0 auto;
	position: absolute;
}
#info {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2em;
    padding-top: 80px;
}
#main-nav.fixed #info {
    padding-top: 0px;
}
#info .textwidget{
    display: inline-block;
}
#info #licence{
    width: 140px;
    padding: 0px 10px;
}
#info a, #info a:hover, #info a:active{
    color: #996D59;
}
#info #contactinfo{
    display: inline-block;
    width: 80%;
    float: right;
    text-align: right;
}
#info ul {
    padding: 0;
    margin: 0;
} 
#info ul li {
    display: inline-block;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    vertical-align: middle;
}
#info ul li .fa{
    font-size: 16px;
    text-align: center;
    padding: 5px;
}
#info ul li label{
    
}
#info li.lang-item{
    padding: 0px 5px;
}
#info li.current-lang{
    background: #612108;
    color: #FFFFFF;
}
#info li.current-lang a{
    color: #FFFFFF;
}
#info #socialinfo{
    display: inline-block;
    width: 30%;
}
#info #socialinfo label{
    font-size: 13px;
    padding-right: 3px;
}
#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: 99999;
	width: 100%;
	margin-bottom: 0;
    padding: 5px 0px;
    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;*/
    background: transparent;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.1);*/
}
#main-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
    padding: 20px 0px 5px 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-color: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
#main-nav .container-fluid{
    width: 100%;
    /*max-width: 1800px;*/
    margin: 0 auto;
    padding: 0px 50px;
}
.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: 16px;
    font-weight: bold;
    padding: 5px 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #C63C1E;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #000000;
}
.navbar-inverse.fixed .navbar-nav>li>a {
    color: #C63C1E;
}
.navbar-inverse.fixed .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #C63C1E;
}
.navbar-inverse .navbar-nav>li.current-menu-item > a{

}
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: #FF0099;*/
/*    color: #FFFFFF;*/
/*    -webkit-border-radius: 20px;*/
/*    -moz-border-radius: 20px;*/
/*    border-radius: 20px;*/
/*}*/
/*.navbar-inverse .navbar-nav>li:last-child a, .navbar-inverse .navbar-nav>li:last-child a:hover{*/
/*    color: #FFFFFF;*/
/*    padding: 10px 20px;*/
/*}*/
.navbar-inverse .navbar-nav>li>a span {
	font-weight: 600;
	font-size: 12px;
	color: #7d9295;
}
.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: 10px 20px;
	font-size: 95%;
	display: block;
	color: #000000;
}
.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: 180px;
    float: left;
    position: relative;
    /* display: inline-block; */
    padding: 0px;
    margin: 0px;
    z-index: 999;
    opacity: 0;
}
.responsive-logo img{
    width: 100%;
    max-width: 100%;
    /*-webkit-filter: brightness(0) invert(1);*/
    /*filter: brightness(0) invert(1);*/
}
#main-nav.fixed .responsive-logo{
    opacity: 1;
}
#main-nav.fixed .responsive-logo img{
    width: 80%;
    margin: 0 auto;
    /*-webkit-filter: initial;*/
    /*filter: initial;*/
}
.navigation-wrapper {
    width: 50%;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    /*float: right;*/
    /*position: absolute;*/
    /*display: table;*/
    /*top: 50%;*/
    /*right: 0%;*/
    /*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 {
    padding: 20px 0px 0px 0px;
    font-size: 11px;
}
#footer .box{
    display: flex;
    /*align-items: center;*/
}
#footer .box .icon-wrap{
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px 0px 10px 0px;
}
#footer a, #footer a:hover, #footer a:focus, #footer a:active{
    color: #78432D;
    text-decoration: underline;
}
#footer .icon-wrap .fa, #footer .icon-wrap .fab {
    font-size: 2.5em;
    width: 50px;
    height: 50px;
    padding: 6px 0px;
    margin: 0;
}
#footer .box .entry-wrap{
    padding: 0px 10px;
}
#footer .box .entry-wrap label{
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

#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 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 #footer-socialmedia{
    text-align: right;
    
}
#footer #footer-socialmedia ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#footer #footer-socialmedia ul li{
    list-style: none;
    padding: 0px 5px;
    margin: 0;
    display: inline-block;
}
#footer #footer-socialmedia ul li:last-child{
    padding-right: 0;
}
#footer #footer-socialmedia ul .fab, #footer #footer-socialmedia ul .fas, #footer #footer-socialmedia ul .fa{
    font-size: 2em;
    color: #996D59;
    border-radius: 50px;
    padding: 5px;
    /*width: 36px;*/
    text-align: center;
}
.copyright {
    font-size: 11px;
    font-weight: bold;
    line-height: 130%;
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
}
.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-footer {
 
}
.footer-widget-footer .widget-title {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}

.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;
    padding: 0 !important;
    margin: 0px 0px !important;
    text-align: center;
    line-height: 110%;
}
div.wpcf7 .ajax-loader{
    display: none;
}
.wpcf7-not-valid-tip, .wpcf7-response-output{
    font-size: 10px;
    text-align: left;
    line-height: 120%;
}
.wpcf7-spinner{
    display: block;
    margin: 0 auto;
}
.wpcf7-list-item{
    display: block !important;
}
.formwrapper {
    padding: 0px;
    margin: 0px auto;
/*  left: 3%;
    right: 3%;
    position: relative;
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%; */
}
.formpadding {
    padding: 0px 0px;
    margin: 0 auto;
} 
.formheader{
    
}
.formheader .tag{
    position: relative;
    display: inline-block;
    padding: 7px 20px;
    font-size: 2.4em;
}
.formheader .tag:before {
    content: "";
    position: absolute;
    display: block;
    left: -28px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 28px solid transparent;
    border-right: 28px solid #f42948;
}
.formheader .tag:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -10px;
    top: 24px;
}
.formheader .font-big{
    display: block;
    font-size: 1.8em;
    line-height: 100%;
}
.formcontent {
    width: 100%;
    display: inline-block;
}
.formcontent p{
    margin: 0;
}
.form-label {
	padding: 0px;
	margin-bottom: 6px;
}
.form-label label {
    width: 100%;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.form-label input, .form-label select {
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #e5c495;
    /*border-bottom: 1px solid #7d9295;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    color: #77471C;
}
.form-label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-label input[type=checkbox] {
    width: auto;
}
.form-label textarea {
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #FFFFFF;
    /*border-bottom: 1px solid #7d9295;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #77471C;
}

.element_conteiner {
    min-width: 80px !important;
}
.time_description {
    font-size: 10px !important;
    font-weight: normal !important;
    color: #8E240E  !important;
    margin: 5px !important;
    height: auto !important;
    padding: 0;
    display: inline-block;
    line-height: 100%;
}
.time_left {
    border-radius: 0 !important;
    font-family: "BricolageGrotesque-Bold" !important;
    font-size: 30px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 1px solid transparent !important;
    background: linear-gradient(130deg, #EDD8A7 20%, #DEB885 100%) !important;
    color: #511300 !important;
    font-weight: bold;
}

.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:'Font Awesome 5 Free';font-style:normal;font-weight:bold;cursor: pointer;}
ul.sub-menu li .dropdownmenu{top: 5px;right:10px;}
ul.sub-menu li .dropdownmenu:before{color:#000000;content:"\f105";font-family:'Font Awesome 5 Free';font-style:normal;font-weight:bold;}
.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) {
    #info {
        font-size: 1.7em;
        padding-top: 60px;
    }
}
@media (max-width: 1400px) {
    body{
        font-size: 14px;
    }
    #info {
        font-size: 1.3em;
        padding-top: 50px;
    }
    .title{
        font-size: 2em;
    }
    .title-big {
        font-size: 4em;
    }
    /*#contactform:before {*/
    /*    max-width: 500px;*/
    /*}*/
}
@media (max-width: 1200px) {
    section .container {
        width: 100%;
    }
    
    #info {
        font-size: 1.3em;
        padding-top: 40px;
    }
    .innercontent {
        width: 100%;
    }
    .subtitle {
        font-size: 1.6em;
    }
    
    /*#contactform .formwrapper {*/
    /*    max-width: 600px;*/
    /*}*/
    #contactform .formwrapper .title br{
        display: none;
    }
}
@media (max-width: 1120px) {
    #info {
        font-size: 1em;
        padding-top: 20px;
    }
}
@media (max-width: 1050px) {
    .text-wrapper {
        font-size: 1.3em;
    }
}
@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: 991.9px) {
    body {
        font-size: 13px;
    }
	.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;
        box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
	}
	.navbar-toggle {
        float: right !important;
        right: 0 !important;
        z-index: 3 !important;
        padding: 10px 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        position: absolute;
	}
	.navbar-toggle .icon-bar{
	    height: 1px;
	}
	.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: 2px;
        margin-left: 3px;
        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 {
		display: block;
		padding: 10px;
		margin: 0px;
	}
    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
        background-color: rgba(250, 250, 250, 0.2);
    }
	.navbar-inverse .navbar-nav>li.current-menu-item > a{
	 
	}
	.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: 10px 20px;
	    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{
	    width: 30px;
	}
	ul.sub-menu li .dropdownmenu {
        top: 10px;
        right: 10%;
    }
    ul.sub-menu li .dropdownmenu:before {
        color: #7d9295;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        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: #000000 !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);
    }
    .header.header {
        /*position: relative;*/
    }
    .navbar-toggle{
        display: none;
    }
    #info {
        position: absolute;
        right: 0px;
        font-size: 14px;
        padding-top: 20px;
    }
    #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%;
    }
    
    .container{
        width: 100%;
    }

    .innercontent {
        width: 100%;
        padding: 0;
    }
    #open-wcc_block, #close-wcc_block{
        display: block;
        background: #f2f2f2;
        color: #000000;
    }
    #open-wcc_block{
        margin-bottom: 20px;
    }
    #close-wcc_block{
        margin-top: 20px;
    }

    .sitecontactlist .heading {
        padding: 0px;
    }
    .sitecontactlist .icon {
        text-align: center;
        display: block;
        padding: 0px 0px 10px 0px;
        margin: 0 auto;
    }
}
@media (max-width: 900px) {
    #main-nav .container-fluid {
        padding: 0px 30px;
    }
    #info {
        font-size: 12px;
        padding-top: 10px;
    }
}
@media (min-width: 768px) {
    
    .showtabletmobile{
        display: none;
    }
    .hiddentabletmobile{
        display: block;
    }
}
@media (max-width: 767.9px) {
    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;
    }
    section{
        padding: 50px 0px;
    }
    .showtabletmobile{
        display: inline-block;
    }
    .hiddentabletmobile{
        display: none;
    }
    .fixed-bg .overlay {
        padding: 50px 0px;
    }
    .header.header {
        width: 100%;
        /*position: relative;*/
    }
    .page-header {
        height: 400px;
    }
    .page-header:after {
        bottom: -40px;
        height: 80px;
    }
    .row-eq-height{
        display: block;
    }

    #main-nav .row-eq-height{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #info{
        padding-right: 0;
    }
    
    .title {
        font-size: 1.6em;
    }
    .title-big {
        font-size: 3.5em;
    }
    /*#contactform:before {*/
    /*    max-width: 300px;*/
    /*}*/
    #contactform .formwrapper {
        max-width: 360px;
        /* margin: 0 auto; */
    }
    .text-wrapper {
        font-size: 1.1em;
    }
    #footer {
        text-align: center;
    }
    #footer .row-eq-height{
        display: block;
    }
    #footer .box{
        display: block;
    }
    #footer .widget {
        margin: 0px 0px 0px 0px;
    }
    #footer .widget ul.menu li {
        display: block;
        text-align: center;
    }
    #footer .widget ul.menu li .iconwrap {
        display: block;
        margin: 0 auto 10px auto;
    }
    #footer #footer-socialmedia {
        text-align: center;
        padding: 10px 0px;
    }
    .copyright {
        padding: 30px 5px 0px;
    }
	.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 (max-width: 600.9px) {

    h1{
    	font-size: 2.1em;
    }
    h2 {
    	font-size: 1.9em;
    }
    h3 {
    	font-size: 1.7em;
    }
    h4 {
    	font-size: 1.5em;
    }
    h5 {
    	font-size: 1.3em;
    }
    h6 {
    	font-size: 1.1em;
    }
    
    #main-nav .container-fluid {
        padding: 0px 20px;
    }
    .page-header-content{
        font-size: 20px;
    }
    .element_conteiner {
        min-width: 80px !important;
    }
    
    .text-wrapper {
        font-size: 1em;
    }

}
@media (min-width: 480px) {
    .showmobile{
        display: none;
    }
    .hiddenmobile{
        display: block;
    }
}
@media (max-width: 480.9px) {
    body [class*='col-']{
        padding: 0px 5px;
    }
    
    #main-nav .container{
        padding: 0px 5px;
    }
    .responsive-logo {
        width: 100%;
        max-width: 150px;
    }
    #info {
        padding-right: 0;
        padding-top: 10px;
        font-size: 12px;
    }

    .showmobile{
        display: block;
    }
    .hiddenmobile{
        display: none;
    }
    
    .contactform .formwrapper {
        height: 90%;
        padding: 0;
        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(255, 255, 255, 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;
    }
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.page-header {
        height: 350px;
	}
	.page-header-content h3.page-title, .page-header-content h3 {
        font-size: 32px;
	}
	.heading {
        margin: 0 auto 30px auto;
    }
    .heading .caption {
        font-size: 18px;
    }
    .text-wrapper {
        font-size: 0.8em;
    }
    #cta .title {
        font-size: 2.5em;
    }
    /*#contactform:before {*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: 0 auto;*/
    /*}*/
    /*#contactform .formwrapper {*/
    /*    max-width: 3400px;*/
    /*    margin: 0 auto;*/
    /*    margin-bottom: 290px;*/
    /*    padding: 0px 0px 20px 0px;*/
        /*background: rgb(244 238 232 / 65%);*/
    /*}*/
    
}
@media (max-width: 420px) {

    .element_conteiner {
        min-width: 70px !important;
    }

    #floatcta a{
        font-size: 11px;
    }
    #floatcta ul li .fa, #floatcta ul li .fab {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}
@media (max-width: 380px) {

}
@media (max-width: 350px) {
    .title-big {
        font-size: 2.2em;
    }
    .element_conteiner {
        min-width: 40% !important;
    }
}

.grecaptcha-badge{
     display: none; 
}
.cd-top {
	z-index: 999;
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	/*bottom: 15px;*/
	/*right: 15px;*/
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-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;
}
@media (max-width: 767px) {
    .cd-top {
        /*bottom: 60px;*/
    }
}

.float-btn{
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999;
    animation: hithere 1s ease infinite;
}
.float-btn img{
    width: 120px;
}
@media (max-width: 480px) {
    .float-btn{
        right: 0;
    }
    .float-btn img {
        width: 90px;
    }
}
@keyframes hithere {
    30% { transform: scale(1.2); }
    40%, 60% { transform: rotate(-20deg) scale(1.2); }
    50% { transform: rotate(20deg) scale(1.2); }
    70% { transform: rotate(0deg) scale(1.2); }
    100% { transform: scale(1); }
}

.buttonizer-group{
    /*right: 20px;*/
    /*bottom: 90px;*/
	bottom: 15px;
	right: 15px;
    display: flex;
    z-index: 99999;
    position: fixed;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    flex-direction: column-reverse;
}
.buttonizer-head {
    color: rgb(255, 255, 255);
    width: 56px;
    cursor: pointer;
    height: 56px;
    margin: 0px auto;
    display: block;
    z-index: 9999;
    position: relative;
    background: center center / cover no-repeat rgb(41 167 26);
    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 250ms ease-in-out 0s;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    text-decoration: none;
    outline: none !important;
    max-width: none !important;
}
.buttonizer-head .icon{
    width: 40px;
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 25px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 250ms ease-in-out 0s;
}
.buttonizer-button .icon{
    padding: 3px;
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 16px;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.buttonizer-button{
    opacity: 0;
}
.buttonizer-button.buttonizer-opened{
    z-index: 999999;
    color: rgb(255, 255, 255);
    width: 42px;
    cursor: pointer;
    height: 42px;
    margin: 0px auto 10px;
    display: block;
    opacity: 1;
    position: relative;
    background: center center / cover no-repeat rgb(41 167 26);
    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 250ms 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: rgb(255, 255, 255);
    right: 50px;
    margin: 0px;
    padding: 3px 10px;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    text-align: end;
    transition: all 0.2s ease-out 0s;
    font-family: unset;
    line-height: initial;
    white-space: nowrap;
    /*border-radius: 3px;*/
    background-color: rgb(51, 51, 51);
}
.buttonizer-button.buttonizer-opened .buttonizer-label{
    opacity: 1;
    visibility: visible;
}

:not(#\20):not(#\20):not(#\20).buttonizer-group-0-0-1 {
    right: 18px !important;
    bottom: 80px !important;
}


img[data-lazyloaded] {
    opacity: 0
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear .2s;
    -moz-transition: opacity .5s linear .2s;
    transition: opacity .5s linear .2s;
    opacity: 1
}