/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
@font-face {
    font-family: "MalnorSans-Bold";
    src: url("fonts/MalnorSans-Bold.otf");
}
@font-face {
    font-family: "MalnorSans-Thin";
    src: url("fonts/MalnorSans-Thin.otf");
}
@font-face {
    font-family: "MalnorSans";
    src: url("fonts/MalnorSans-Regular.otf");
}
@font-face {
    font-family: "GildaDisplay-Regular";
    src: url("fonts/GildaDisplay-Regular.ttf");
}


html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    font-family: "MalnorSans";
    /*font-family: "Quicksand", sans-serif;*/
    font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.5px;
    color: #100E0C;
	max-width: 1920px;
	margin: 0 auto;
	/*overflow-x: hidden;*/
}
.bwg_container, .bwg_load_btn{
    font-family: "MalnorSans" !important;
}
.oldstandard {
  /*font-family: "Old Standard TT", serif !important;*/
  font-family: "GildaDisplay-Regular";
  font-weight: 400;
  font-style: normal;
}

small{
	line-height: 100%;  
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
a {
	color: #000000;
	-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: #B7B7B7;
}
::selection {
	background: #100E0C;
	color: #FFFFFF;
}
::-moz-selection {
	background: #100E0C;
	color: #FFFFFF;
}

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


*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	margin-bottom: 1.5em;
}
b,strong { 
	font-weight: bold;
}
dfn,cite,em,i {
	font-style: italic;
}
blockquote{
    border-radius: 80px 0px 80px 0px;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 80px 50px;
    quotes: "\201C""\201D""\2018""\2019";
    line-height: 160%;
    font-style: italic;
}
blockquote:before{
    color: #ccc;
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote:after{
    color: #ccc;
	content: close-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

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: -6px;
}
video{
	margin-bottom: -5px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400;
	line-height: 140%;
	/*letter-spacing: 1px;*/
	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: #d2d2d2;
    height: 0.6px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 20px auto;
    border: 0;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
img {
	height: auto;
	max-width: 100%;
}
img.size-full{
    width: 100%;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}
th,td {
    padding: .75rem;
}
button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	text-align: center;
	padding: 10px 20px;
	margin: 10px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
}
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 10px;
	border: 1px solid #b1b1b1;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
	padding: 5px 20px 5px 20px;
}
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover {} .input-box {
	border: 0 !important;
	width: 274px;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 46px;
	padding-left: 15px !important;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {} input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
section {
    padding: 40px 0px;
	width: 100%;
}
section .container{
	/*padding: 80px 15px;*/
    position: relative;
    z-index: 2;
}
.gradient-bg {
    background: radial-gradient(circle, rgba(243,241,236,0.3) 0%, rgba(243,241,236,1) 100%);
}
.pink-bg {
	background: #FF0099 !important;
}
.lightpink-bg {
	background: #FDD3D6 !important;
}
.red-bg {
	background: #f42948 !important;
}
.green-bg {
	background: #7FCA2A !important;
}
.lightgreen-bg{
	background: #e7f5ef !important;
}
.light-bg{
    background: #F3F3F3 !important;
}
.blue-bg {
	background: #27445C !important;
}
.brown-bg {
    background: #80421C !important;
}
.yellow-bg {
	background: #EDCD00 !important;
}
.purple-bg{
    background: #92278f !important;
}
.orange-bg{
    background: #ff8b30 !important;
}
.black-bg {
	background: #100E0C !important;
}
.grey-bg {
	background: #3f3f3f !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.2);*/
}
.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.2);
}
.static-bg {
	background-size: cover !important;
	background-position: center;
	width: 100%;
}

.pink-text {
    color: #FF0099 !important;
}
.red-text {
	color: #f42948 !important;
}
.green-text {
	color: #7FCA2A !important;
}
.darkgreen-text{
	color: #0F4F01 !important;
}
.purple-text {
	color: #604A7B !important;
}
.blue-text {
	color: #27445C !important;
}
.yellow-text {
	color: #EDCD00 !important;
}
.dark-text {
	color: #404040 !important;
}
.white-text {
	color: #FFFFFF !important;
}
.grey-text {
	color: #B7B7B7 !important;
}
.black-text {
	color: #100E0C !important;
}
.brown-text{
    color: #80421C !important;
}
.orange-text{
    color: #ff8b30 !important;
}

#submit-btn {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 10px 50px;
    margin: 20px auto 0px auto;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -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;
    color: #FFFFFF;
    background: #000000;
    border: 0.01em solid #000000;
    min-width: 180px;
    width: auto;
    outline: none;
}
#submit-btn:hover,#submit-btn:focus, #submit-btn:active {
    opacity: 0.8;
}
.btn{
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.1em;
    padding: 10px 50px;
	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;
}
.long-btn{
    max-width: 400px;
    width: 80%;
}
.border-btn{
    border-bottom: 1.4px solid #FFFFFF;
    padding: 0px 0px;
    text-shadow: none;
    color: #FFFFFF;
}
.primary-btn {
    border: 1px solid #000000;
    background: #000000;
    color: #FFFFFF;
}
.primary-btn:hover, .primary-btn:focus , .primary-btn:active{
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000; 
}

.primary-border-btn{
	border: 1px solid #000000;
	background: transparent;
	color: #000000; 
}
.primary-border-btn:hover, .primary-border-btn:focus , .primary-border-btn:active{
	border: 1px solid #000000;
	background: #000000;
	color: #FFFFFF; 
}
.secondary-btn{
	border: 1px solid #00934A;
	background: #00934A;
	color: #FFFFFF; 
}
.secondary-btn:hover, .secondary-btn:focus , .secondary-btn:active{
	border: 1px solid #00934A;
	background: transparent;
	color: #00934A; 
}
.brown-btn {
	border: 1px solid #7B5B27;
	background: #7B5B27;
	color: #FFFFFF;
}
.brown-btn:hover, .brown-btn:focus , .brown-btn:active {
	border: 1px solid #7B5B27;
	background: #7B5B27;
	color: #FFFFFF;
}
.black-btn, .black-btn:hover, .black-btn:active, .black-btn:focus{
	border: 1px solid #100E0C;
	color: #FFFFFF;
	background: #100E0C;
}
.black-border-btn {
	border: 1px solid #100E0C;
	color: #100E0C;
	background: transparent;
}
.black-border-btn:hover, .black-border-btn:focus{
	border: 1px solid #100E0C;
	color: #FFFFFF;
	background: #100E0C;
}
.white-btn, .white-btn:hover, .white-btn:active, .white-btn:focus{
	border: 1px solid #FFFFFF;
	color: #100E0C;
	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: #100E0C;
	background: #FFFFFF;
}
.orange-btn, .orange-btn:hover, .orange-btn:focus, .orange-btn:active {
	background: #ff8b30;
	color: #ffffff;
}
.grey-btn {
	background: #3f3f3f;
	border: 1px solid #3f3f3f;
	color: #FFFFFF !important;
}
.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: #00934A;
	background: #FFFFFF;
	border: 1px solid #00934A;
}
.green-btn, .green-btn:hover, .green-btn:active, .green-btn:focus {
    color: #FFFFFF;
	background: #00934A;
}
.blue-btn {
    background: transparent;
	border: 3px solid #27445C;
	color: #100E0C !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;
}
.justify-content-center{
    display: flex;
    justify-content: center;
}
.row {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.row-eq-height-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height-wrap > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row-eq-height-wrap > [class*='col-'] .box{
    position: relative;
    height: 100%;
}
.row-eq-height{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.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: 96%;
	max-width: 800px;
	padding: 0px;
	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.2) !important;
    background: linear-gradient(to bottom,rgb(0 0 0 / 60%) 5%, rgba(0,0,0,0.2) 100%) !important;
    color: #FFFFFF !important;
    line-height: 1.6em !important;
}
.metaslider .caption {
    padding: 30px !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: 60% !important;*/
    bottom: 10% !important;
    width: 90%;
    max-width: 800px;
    font-size: 14px;
    text-align: center;
}
.metaslider .caption .logo{
    width: 150px;
    margin: 0px auto 20px auto;
    display: block;
}
.metaslider .caption .logo img{
    width: 100% !important;
}
.metaslider .caption .btn{
    font-size: 11px;
    font-weight: bold;
    min-width: 240px;
    padding: 12px;
    color: #000000;
    background: #FFFFFF;
    border: none;
	margin-top: 80px;
}
.metaslider .caption .btn:hover{
    color: #FFFFFF;
    background: #333333;
}

.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;
}
.flex-control-paging li a{
    width: 6px !important;
    height: 6px !important;
    background: rgba(255,255,255,0.6) !important;
}
.flex-control-paging li a.flex-active{
    background: rgba(255,255,255,1) !important;
}

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

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

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

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

}
@media only screen and (max-width: 991.5px) {
    /*.metaslider .caption {*/
    /*    transform: initial !important;*/
    /*    -ms-transform: initial !important;*/
    /*    -webkit-transform: initial !important;*/
    /*    top: initial !important;*/
    /*    bottom: 10%;*/
    /*}*/
}
@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: #100E0C;*/
    /*    opacity: 1;*/
    /*    top: 0 !important;*/
    /*    transform: none !important;*/
    /*    -ms-transform: none !important;*/
    /*    -webkit-transform: none !important;*/
    /*    padding: 50px 10px !important;*/
    /*    background: #100E0C !important;*/
    /*    font-size: 16px;*/
        /*}*/
        
    
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 480px) {
    /*.metaslider {*/
    /*    background: #333333;*/
    /*}*/
    /*.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: 50px 10px !important;*/
    /*    background: #333333 !important;*/
    /*}*/
    /*.metaslider .caption{*/
    /*    position: relative !important;*/
    /*    padding: 0 !important;*/
    /*    top: 0 !important;*/
    /*    transform: none !important;*/
    /*    -ms-transform: none !important;*/
    /*    -webkit-transform: none !important;*/
    /*}*/
	.metaslider .caption .btn{
		min-width: 180px;
    	padding: 12px 4px;
		margin-top: 40px;
	}
}

.heading {
    width: auto;
    padding: 0px;
    margin: 0 0 50px 0;
}
.title {
    font-family: "Old Standard TT", serif;
    font-family: "GildaDisplay-Regular";
    font-size: 2em;
    font-weight: bold;
    /*text-transform: uppercase;*/
    padding: 0px;
    margin: 0px 0px 20px 0px;
    line-height: 120%;
    /*letter-spacing:0;*/
}
.titleborderbottom{
    position: relative;
    margin-bottom: 40px;
}
.titleborderbottom:after{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 0.02em;
    background: #100E0C;
}
.title-big{
    font-size: 200%;
    line-height: 100%;
}
.title span{
    color: #B7B7B7;
}
.style{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    font-family: "Avenir-Black";
    font-size: 3.6em;
    display: block;
}
.subtitle {
    font-size: 1.8em;
    font-weight: 500;
    padding: 0;
    margin: 0px 0px 20px 0px;
    line-height: 120%;
    /*display: inline-block;*/
}
.subtitle2{
    font-size: 1.4em;
    font-weight: 500;
    padding: 10px 0px;
    margin: 0px 0px 20px 0px;
    color: #B7B7B7;
    line-height: 120%;
}
.heading .caption {
    font-size: 15px;
    font-weight: 300;
    line-height: 150%;
    padding: 0px;
    margin: 0px auto 10px 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: #100E0C;
    width: 210px;
}
#fixedleftbar ul li:hover span{
    display: inline-block; 
    color: #FFFFFF;
    padding: 12px 15px;
}

.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-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;
}

#contactform{
    /*position: absolute;*/
    /*content:'';*/
    /*bottom: 20%;*/
    /*left: 0;*/
    /*width: 100%;*/
    padding: 0;
}
#contactform .row{
    background: #EDCD00;
}
#contactform .formwrapper{
    padding: 50px 15px 20px 15px;
}
#contactform .formpadding{

}
#contactform .formpadding .rightpadding{
    padding-right: 8px;
}
#contactform .formpadding .leftpadding{
    padding-left: 8px;
}
.bottomfloat{
    position: absolute;
    bottom: 30px; 
}
.content-wrapper{
    position: relative;
}
.middlefloat {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}

.image-wrapper{
    position: relative;
}
.image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}

#about{
    padding-bottom: 0;
}
#about .logo img{
    filter: brightness(0) invert(0);
    width: 130px;
    margin: 0px 0px 20px 0px;
}
#about .innercontent{
    max-width: 760px;
    padding: 0;
}

.metaslider.ms-theme-disjoint.ms-is-small {
    padding-bottom: 0 !important;
    height: 100%;
}
.metaslider.ms-theme-disjoint.ms-is-small > div{
    height: 100%;
}
.metaslider.ms-theme-disjoint.ms-is-small > div .flexslider{
    height: 100%;
}
.metaslider.ms-theme-disjoint.ms-is-small > div .flexslider ul, .metaslider.ms-theme-disjoint.ms-is-small > div .flexslider ul li{
    height: 100%;
}
.metaslider.ms-theme-disjoint.ms-is-small > div .flexslider ul li img{
    height: 100%;
}

.twocolumn{
    
}
.twocolumn .wrapperaddpadding{
    padding: 60px 80px;
    text-shadow: 0px 1px 2px #000000
}
.twocolumn .wrapperaddpadding .caption{

}
.twocolumn .wrapper{
    position: relative;
}
.twocolumn .wrapper .subtitle{
    font-size: 16px;
}
.twocolumn .wrapper .caption{
    /*padding: 80px 100px;*/
    font-size: 13px;
    text-shadow: 0px 1px 2px #000000
}
.twocolumn .wrapper .caption .border-btn, .twocolumn .wrapper .caption .border-btn:hover, .twocolumn .wrapper .caption .border-btn:active{
    padding: 10px 50px;
    margin-top: 20px;
    text-shadow: none;
}
.twocolumn .wrapper .btn, .twocolumn .wrapper .btn:hover, .twocolumn .wrapper .btn:active{
    text-shadow: none;
}
.twocolumn .wrapper .image-wrapper{
    position: relative;
}
.twocolumn .wrapper .content-wrapper{
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    width: 68%;
    padding: 30px 0px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}
.twocolumn .wrapper .content-wrapper-top{
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    width: 85%;
    padding: 30px 20px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    text-shadow: 0px 1px 2px #000000
}

.onecolumn{
    position: relative;
}
.onecolumn .wrapper .image-wrapper{
    position: relative;
}
.onecolumn .wrapper .content-wrapper{
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    width: 70%;
    padding: 30px 0px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}
.onecolumn .wrapper .content-wrapper-top{
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    width: 85%;
    padding: 30px 20px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    text-shadow: 0px 1px 2px #000000
}

#about2{
    display: inline-block;
}

#brands{
    padding: 50px 0px;
}
#brands ul{
    margin: 0;
    border-left: 1px solid;
}
#brands ul li{
    margin: 10px 40px 10px 0px !important;
}
#latest{
    padding: 0;
}
#latest ul.products li.product:after
{
    display: none !important;
}
.related ul.products li.product:after{
    display: none !important;
}
#brands2{
    display: inline-block;
}

#news{
    display: inline-block;
}
#news .btn{
    margin: 40px 0px 0px 0px;
}
#news #newspostlist{
    height: 100%;
    border-left: 1px solid #DDDDDD;
    padding: 0px 15px;
}
#news .owl-stage{
    height: 100%;
}
#news .owl-item{
    height: 100%;
}
#news .box{
    margin: 0;
}
#news .box .image{
    height: 80%;
}
#news .bigbox{
    position: relative;
    max-height: 500px;
}
#news .bigbox .image {
    height: 100%;
}
#news .box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
#news .postdate{
    font-size: 12px;
    margin: 0px 0px 10px 0px;
}
#news .box .heading .title, #news .box .title {
    font-size: 11px;
    text-transform: uppercase;
}
#news .box .wrap .content{
    text-transform: uppercase;
}
#news .bigbox .overlay-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#news .bigbox .overlay-wrap .content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    color: #FFFFFF;
}


#favorite{
    /*display: inline-block;*/
    padding: 0;
}
#favorite .image-wrapper{
    height: 100%
}
#favorite .middlefloat{
    left: 0;
    right: 0;
    padding: 15px;
    margin: 0 auto;
}
#favorite .content{
    padding: 30px;
    overflow-y: auto;
    height: 100%;
}
#favorite .woocommerce{
    height: 440px;
    overflow-y: auto;
}
#favorite .woocommerce::-webkit-scrollbar {
    display: none;
}
#favorite .woocommerce ul.products li.product{
    margin: 0px 0px 10px 0px !important;
    width: 100% !important;
    text-align: center;
}
#favorite .woocommerce ul.products li.product:after{
    display: none;
}
#favorite .woocommerce ul.products li.product a img{
    max-width: 280px !important;
}

#others{
    
}
#others .box{
    position: relative;
    margin: 0;
}
#others .box .image{
    position: relative;
    margin: 0;
}
#others .box .wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#others .box .wrap .content{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 40px 30px;
    margin: 0 auto;
}
#others .box .wrap .title{
    color: #FFFFFF;
    /*text-transform: uppercase;*/
}

#experience{
    background: #333333;
    color: rgba(255, 255, 255, 0.4);
    padding-bottom: 0;
}
.experiencepanel-group .panel-default {
    border-color: transparent;
    background: transparent;
    border-radius: 0;
    border: 0px;
    text-align: center;
}
.experiencepanel-group .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 10px 0px;
    font-size: 18px;
    display: inline-block;
}
.experiencepanel-group .panel-default>.panel-heading a{
    color: #FFFFFF !important;
}
.experiencepanel-group .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    padding: 2px 10px;
    top: 1px;
    display: inline-block;
    font-family:'Font Awesome 6 Free';
    font-size: 14px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.experiencepanel-group .panel-default>.panel-heading a:after {
    content: "\f078";
}
.experiencepanel-group .panel-default>.panel-heading a.collapsed:after {
    content: "\f077";
}
.experiencepanel-group .panel-default>.panel-heading+.panel-collapse .panel-body {
    font-size: 13px;
    border-top: none;
}

#story3{
    
}

.twocolumnfull .image-wrapper{
    height: 100%;
}
.twocolumnfull .content-wrapper{
    height: 100%;
    display: table;
}
.twocolumnfull .content-wrapper .middlefloat{
    padding: 50px 80px;
    position: initial;
    top: initial;
    transform: initial;
    -ms-transform: initial;
    -webkit-transform: initial;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.contentpanel-group {
    border-bottom: 1px solid #DDDDDD;
}
.contentpanel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contentpanel-group .panel-default>.panel-heading {
    border-top: 1px solid #DDDDDD;
    background-color: transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.contentpanel-group .panel-default>.panel-heading a{
    display: block;
}
.contentpanel-group .panel-default>.panel-heading+.panel-collapse .panel-body {
    border: none;
    font-size: 13px;
    padding-top: 0;
}

.card-wrapper-list{
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.card-wrapper-list [class*='col-'] {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.card-wrapper{
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 20px;
    margin: 0px 0px 60px;
    text-align: center;
}
.card-wrapper:after {
    content: "";
    width: 0.5px;
    height: 100%;
    background: #d2d2d2;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(50%);
    pointer-events: none;
    opacity: 1;
}
.card-wrapper.noborder:after, 
.card-wrapper-list [class*='col-']:last-child .card-wrapper:after,
.card-wrapper-list .col-sm-3:nth-child(4n) .card-wrapper:after
{
    display: none;
}
.card-wrapper .image{
    position: relative;
    
    height: 350px;
    margin: 0 auto;
}
.card-wrapper.card-wrapper-brand .image{
    max-width: 245px;
}
.card-wrapper .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
.card-wrapper .image .seemoretext{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #000000;
    color: #000000;
    background: #FFFFFF;
    opacity: 0;
}
.card-wrapper .logo{
    margin: 0px 0px 10px 0px;
	min-height:30px;
}
.card-wrapper:hover .seemoretext{
    opacity: 1;
    color: #000000;
}
.card-wrapper .content{
  
}
.card-wrapper .content.uppercase{
    text-transform: uppercase;
}
.card-wrapper .postdate{
    font-size: 11px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}
.card-wrapper .subtitle{
    font-size: 16px;
}

.card-highlight{
    
}
.card-highlight .image{
    height: 500px;
}
.card-highlight .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}
.card-highlight .category{
    margin-bottom: 5px;
}
.card-highlight .category a{
    color: #afafaf;
    text-transform: uppercase;
}
.card-highlight .caption{
    margin-bottom: 30px;
}
.card-highlight .link{
    font-weight: bold;
}

.introlink{
    text-align: center;
    padding: 10px 0px !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 40px auto 0px auto;
    width: 98%;
}


#clientele{
    position: relative;
}
#clientele .wrapper{
    position: relative;
    padding: 0;
    margin: 0;
}
#clientele ul{
    list-style: none;
    width: 90%;
    padding: 0;
    margin: 0px auto;
}
#clientele ul li{
    list-style: none;
    padding: 10px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
}
#clientele ul li img{
    display: inline-block;
}
#clientele .owl-stage{
    display: flex;
    align-items: center;
}
#clientele #customNavclienteleList {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 30px;
    width: 100%;
    top: 50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
#clientele #customNavclienteleList .owl-prev {
	left: 0;
	width: 30px;
	height: 30px;
	font-size: 12px;
	outline: none;
	position: absolute;
	z-index: 99;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	background: url(images/arrow_back.png) no-repeat center;
	background-size: 30px;
	cursor: pointer;
}
#clientele #customNavclienteleList .owl-next {
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 12px;
	outline: none;
	position: absolute;
	z-index: 99;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	background: url(images/arrow_back.png) no-repeat center;
	background-size: 30px;
	cursor: pointer;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fancybox-can-zoomIn .fancybox-content{
    background: #FFFFFF !important;
}



.productspage{
    padding: 30px 0px 100px 0px;
}
.woocommerce .summary h6{
    font-family: "GildaDisplay-Regular";
}
.woocommerce div.product .product_title{
    text-transform: uppercase;   
}
.wcgs-carousel .swiper-slide{
    /*width: 100% !important;*/
    /*height: 750px !important;*/
    /*display:table-cell;*/
    /*vertical-align:middle;*/
}
.wcgs-carousel .wcgs-slider-image img{
    /*max-width: 550px;*/
    /*height: 100%;*/
    /*display:block;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    /*vertical-align:middle;*/
    
    
    /*height: 650px !important;*/
    /*object-fit: cover;*/
    /*object-position: center;*/

}
.wcgs-thumb img{
    height: 90px !important;
    object-fit: cover;
    object-position: center;
}
.woocommerce-product-details__short-description b,.woocommerce-product-details__short-description strong,.woocommerce-product-details__short-description label{
    font-family: "MalnorSans-Bold";
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.product_meta{
    font-family: "MalnorSans-Bold";
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}
.product_meta .posted_in{
    display: block;
}
.product_meta a{
    font-family: "MalnorSans";
    font-weight: normal;
    text-transform: initial;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}
.product_summarybox{
    border-top: 1px solid #d2d2d2;
    padding: 20px 0px;
}
.product_summarybox label{
    font-family: "MalnorSans-Bold";
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}
.product_summarybox .flex-box{
    display: flex;
    align-items: center;
}
.product_summarybox .flex-box .fa, .product_summarybox .flex-box .fab, .product_summarybox .flex-box .fas{
    width: 30px;
    padding: 0px 5px 0px 0px;
}
.product_summarybox .flex-box .locationicon{
    width: 50px;
    height: 50px;
    background-image: url(images/location.png);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.product_summarybox .flex-box p{
    margin: 0;
}

.woocommerce-tabs{
    width: 100%;
    display: inline-block;
    margin: 50px 0px 0px 0px;
    font-size: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    padding: 5px 30px;
    border-radius: 0;
    background-color: transparent;
    color: #000000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border-bottom-right-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    border-bottom-left-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: #000000 !important;
}



.brand-banner{
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
}
.brand-banner .overlay{
    padding: 80px 0px;
    /* background: rgba(0, 0, 0, 0.2);*/
}
.brand-banner .content{
    position: absolute;
    display: table;
    bottom: 10%;
    left: 0;
    right: 0;
    max-width: 760px;
    width: 96%;
    padding: 0px;
    margin: 0px auto;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #404040;
    text-align: center;
    font-size: 12px;
}

.brand-gallery{
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
}
.brand-contact {
    border-top: 1px solid #d2d2d2;
}
.brand-contact .content-wrapper{
    width: 100%;
    max-width: 400px;
    padding: 60px 20px;
    margin: 0 auto;
}
.content-wrapper .contactinfo{
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 20px 40px;
    margin: 20px 0px;
}


#archivecategory{
    margin-bottom: 100px;
}

#archiveproject{
    
}
#archiveproject .menu-featured-projects-menu-container{
    text-align: center;
}

.contactuspage{
    
}
.contactuspage .formpadding{
    padding: 50px 0px 30px 0px;
}
.contactuspage .row-eq-height-wrap > [class*='col-'] .box{
    height: auto;
}
.contactuspage #floatcolumn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.contactuspage .content{
    position: relative;
    padding: 60px 50px;
    height: 100%;
    background: #100E0C;
    color: #FFFFFF;
}
.contactuspage .content:after {
    position: absolute;
    content: "";
    background: #100E0C;
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.contactuspage .icon-wrap .fa, .contactuspage .icon-wrap .fab {
    font-size: 2em;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    margin: 0;
}
.contactuspage .box {
    /*display: flex;*/
    /*align-items: center;*/
    padding: 0px;
    margin: 0px 0px 30px 0px;
}
.contactuspage .box .subtitle{
    margin: 0px 0px 2px 0px;
}
.contactuspage .box .icon-wrap{
    margin: 0px 0px 5px 0px;
}
.contactuspage .box .entry-wrap{
    padding: 0px;
    width: 100%;
}
.contactuspage .box .entry-wrap a{
    color: #FFFFFF;
}
.contactuspage .box .entry-wrap label{
    display: block;
    font-size: 16px;
}

/*.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{*/
/*    width: 100%;*/
/*}*/
/*.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{*/
/*    width: 100%;*/
/*}*/
.woocommerce ul.products li.product a img{
    display: block;
    margin:0 auto !important;
}
.woocommerce ul.products li.product a img.displaynone{
    opacity: 0 !important;
}
.woocommerce ul.products li.product .button{
    display: none;
}

.wc-nested-category-layout-category-image, .subcategory-term_description{
    display: none;
}

.related {
    clear: both;
    display: inline-block;
    width: 100%;
    border-top: 2px solid #000000;
    padding: 50px 0px;
    margin: 50px 0px 0px 0px;
}
.related h2{
    text-transform: capitalize;
}


.term-description .content{
    column-gap: 20px;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    margin: 0px 0px 30px 0px;
    background: #f4f4f4;
}
.term-description .content .btn{
    padding: 10px 30px;
    margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 23.05%;
    margin-right: 1.95%;
    margin-bottom: 60px !important;
    padding: 0px 20px;
}
.woocommerce ul.products li.product:after, .woocommerce-page ul.products li.product:after {
    content: "";
    width: 0.5px;
    height: 100%;
    background: #d2d2d2;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(50%);
    pointer-events: none;
    opacity: 1;
}
.woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category{
    text-align: center;
}
.woocommerce ul.products li.product-category a, .woocommerce ul.products li.product-category a:hover, .woocommerce ul.products li.product-category a:focus{
    color: #000000;
}
.woocommerce ul.products li.product-category img, .woocommerce-page ul.products li.product-category img{
    width: 100%;
    height: 240px !important;
    object-fit: cover;
    align-items: center;
}
.woocommerce-loop-category__title{
    padding: 15px !important;
    letter-spacing: 0px;
}
.woocommerce-loop-category__title .count{display: none;}

.wc-nested-category-layout-category-title{
    font-size: 1.4em;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    /*background: #efefef;*/
}

a.woocommerce-loop-product__link, a.woocommerce-loop-product__link:hover, a.woocommerce-loop-product__link:focus, a.woocommerce-loop-product__link:active{
    color: #000000;
}
.woocommerce-loop-product-box{
    background: #FFFFFF;
    padding: 0;
    margin: 0px 0px 10px 0px;
    /*border: 1px solid #efefef;*/
    display: table;
    width: 100%;
}
.woocommerce-loop-product-image-wrap{
    display: table-cell;
    /*display: block;*/
    vertical-align: middle;
    /*height: 260px;*/
}
.woocommerce-loop-product-image-wrap img {
    max-height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}
.woocommerce-loop-product-image-wrap .tp-image-wrapper{
    /*position: relative;*/
    /*top: 0;*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    /*height: 260px;*/
    overflow: hidden;
}
.woocommerce-loop-product-image-wrap .tp-image-wrapper img{
    /*max-height: 100% !important;*/
    /*width: auto !important;*/
    /*max-width: 100% !important;*/
    /*height: auto !important;*/
    /*margin: 0 !important;*/
    margin:0 auto;
    left: 0;
    right: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    /*background: #efefef;*/
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .price{
    color: #000000;
}
#testimonials{
    position: relative;
    padding: 0;
}
#testimonials .titleborderbottom:after{
    background: #FFFFFF;
}
#testimonials .content-wrapper{
    position: relative;
    height: 100%;
    background-image: url(images/bg-soft.jpg);
    text-align: center;
}
#testimonials .content-wrapper .overlay {
    height: 100%;
    padding: 30px 20px;
    background: rgb(249 247 242 / 80%);
}
#testimonials .image-wrapper{
    height: 100%;
}
#testimonials #testimonial-wrapper .box{
    margin: 0;
    text-align: center;
}
#testimonials #testimonial-wrapper .box .caption {
    position: relative;
    padding: 20px 10px;
    margin: 0 auto;
    width: 96%;
    max-width: 800px;
}
#testimonials #testimonial-wrapper .box .footernote {
    padding: 20px 0px 0px 0px;
}
#testimonials #testimonial-wrapper .box .footernote span{
    font-weight: bold;
    padding: 0px 2px;
}
/*.owl-carousel .owl-stage-outer{*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*}*/
/*.owl-carousel .owl-item{*/
/*    display: table-cell;*/
/*    float: none !important;*/
/*    vertical-align: middle;*/
/*}*/

/*.owl-controls {*/
/*    text-align: center;*/
/*    padding: 20px 0 0;*/
/*    -webkit-tap-highlight-color: rgba(0,0,0,0);*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    opacity: 1;*/
/*    z-index: 3;*/
/*    overflow: hidden;*/
/*    text-decoration: none;*/
/*}*/
/*.owl-controls .owl-dots .owl-dot {*/
/*    display: inline-block;*/
/*    zoom:1;*/
/*}*/
/*.owl-controls .owl-dots .owl-dot span {*/
/*    display: block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin: 5px;*/
/*    background: 0 0;*/
/*    border: 1px solid #FFFFFF;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    border-radius: 50;*/
/*}*/
/*.owl-controls .owl-dots .owl-dot.active span {*/
/*    display: block;*/
    /*width: 30px;*/
/*    height: 10px;*/
/*    margin: 5px;*/
/*    border: 1px solid #FFFFFF;*/
/*    background: #FFFFFF;*/
/*}*/
/*.owl-controls .owl-dots .owl-dot.active span, .owl-controls .owl-dots .owl-dot:hover span {*/
/*    background: #FFFFFF;*/
/*}*/

#customNav {
    /*text-indent: -9999px;*/
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    height: 20px;
    z-index: 2;
    top: 50%;
	left: 0;
	right: 0;
    margin: 0 auto;
    position: absolute;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    font-size: 20px;
}
#customNav .owl-prev {
	left: 0;
	width: 50px;
	outline: none;
	position: absolute;
	z-index: 99;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	cursor: pointer;
	text-align: center;
}
#customNav .owl-next {
	right: 0;
	width: 50px;
	outline: none;
	position: absolute;
	z-index: 99;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	cursor: pointer;
	text-align: center;
}


#news-wrapper{
    
}
#news-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#news-wrapper ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
#news-wrapper ul li:last-child{
    border-bottom: 0px solid #f2f2f2;
}
#news-wrapper .box{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
}
#news-wrapper .box .image{
    max-width: 300px;
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f2f2f2;
    display: inline-block;
}
#news-wrapper .box .image img{
    object-fit: initial !important;
    align-items: initial !important;
    display: block;
    text-align: center;
    position: absolute;
    display: table;
    width: auto !important;
    height: auto !important;
    padding: 5px;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#news-wrapper .box .desc{
    font-size: 10px;
    margin-bottom: 10px;
}
#news-wrapper .box .desc a{
    color: #757575;
}
#news-wrapper .box .title{
    font-size: 18px;
    color: #100E0C;
}
#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 .content .read-more{
    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 6 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;
}
#floatcta ul li{
    list-style: none;
    padding: 10px 0;
    margin: 0; 
}
#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: #100E0C;
}
#floatcta .whatsapps{
    background: #FFFFFF;
}
#floatcta .whatsapps .fab{
    background: #25D366;
}
#floatcta .signup{
    background: #f5f5f5;
}
#floatcta .signup .fa{
    background: #ff0099;
}
#floatcta a{
    font-size: 13px;
    display:block;
    color: #100E0C !important;
}

#custom-pagination{
    display: block;
    margin: 0 auto;
    text-align: center;
}
#custom-pagination .custom-page{
    display: none;
    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 .heading {
    padding: 0px;
    margin: 0 auto 30px auto;
}
.box .heading .title, .box .title {
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.box .heading .subtitle, .box .subtitle{
    /*font-family: "MalnorSans-Thin";*/
    font-weight: 400;
    font-size: 14px;
}
.box .heading .caption, .box .caption{
    padding: 0;
    margin: 0;
}
.box:hover img {
	/*filter: brightness(1.1) invert(0);*/
}
.box.box-flex{
    display: flex;
    align-items: center;
}
.box-flex .icon-wrap{
    width: 50px;
}
.box-flex .text-wrap{
    width: 90%;
    padding: 0px 10px;
}

.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: #100E0C;
	padding: 0px;
}
.nav-links a:hover {
	color: #100E0C;
	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, #100E0C 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: 18px;
    font-weight: 900;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.widget .woocommerce{
    text-align: left;
}
.widget .woocommerce .buttons {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.widget_categories{
    padding: 20px;
    margin: 0px 0px 20px 0px !important;
    text-align: right;
}
.widget_categories .widget-title{
    display: none;
}
.widget-area {
	float: left;
	width: 100%;
}
.widget-area .widget {
    clear: both;
    position: relative;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.widget-area .widget .widget-title{
    margin: 0;
}
.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 5px 40px;
	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 {
    text-transform: uppercase;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.widget ul.menu li.current-menu-item a {
    font-weight: bold;
	color: #000000;
}
.widget ul.product-categories {
    padding: 10px 0px;
    margin: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    list-style: none;
    padding: 0;
    margin: 0px 0px 5px 0px;
    /*border-bottom: 1px solid #f0f0f0;*/
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    display: inline-flex;
    padding: 5px 6px;
}

.widget_layered_nav .widget-title{
    cursor: pointer;
}
.widget_layered_nav .widget-title:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "+";
	text-align: center;
}
.widget_layered_nav.active>.widget-title:after {
    content: "-";
}
.widget_layered_nav .woocommerce-widget-layered-nav-list{
    padding: 10px 0px;
    display: none;
}

.widget_product_categories .widget-title{
    cursor: pointer;
}
.widget_product_categories .widget-title:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "+";
	text-align: center;
}
.widget_product_categories.active>.widget-title:after {
    content: "-";
}
.widget_product_categories .product-categories{
    display: none;
}

.widget_product_categories{
    
}
.widget_product_categories ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_product_categories ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 5px 0px;
    /*border-bottom: 1px solid #f0f0f0;*/
    /*display: flex;*/
    /*align-items: center;*/
}
.widget_product_categories ul li:last-child{
    border-bottom: 0px solid;
}
.widget_product_categories ul li .toggle{
    position: absolute;
    float: right;
    right: 0;
    top: 10px;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
}
.widget_product_categories ul li a{
    display: block;
    padding: 5px 6px;
}
.widget_product_categories ul li.current-cat > a{
    font-weight: bold;
}
.widget_product_categories ul ul{
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 10px 0px;
}

.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:600px;
    margin:0px;
    padding:0px;
    z-index:0;
    border-bottom: 0px solid #F2F2F2;
    background-color: #100E0C;
    /*text-shadow: 1px 1px 2px #100E0C;*/
    position: relative;
    background-position: 40%;
    /*background-attachment: fixed;*/
}
/*.tax-product_cat .page-header{*/
/*    height:600px; */
/*}*/
.page-header-small{
    width:100%;
    height:150px;
    margin:0px;
    padding:0px;
    z-index:0;
}
.page-header .overlay{
    width:100%;
    height:100%;
    padding: 0px !important;
    /*background:rgba(0, 0, 0, 0.2);*/
    /*background: linear-gradient(to bottom,rgb(0 0 0 / 80%) 5%, rgba(0,0,0,0.2) 100%);*/
}
.page-header .overlay .container{
    position:relative;
    height:100%;
}
.page-header-content{
    position:absolute;
    display:table;
    bottom: 10%;
    left: 0;
    right: 0;
    /*top: 60%;*/
    max-width: 760px;
    width:96%;
    padding:0px;
    margin:0px auto;
    color:#FFFFFF;
    text-shadow: 1px 1px 0px #404040;
    text-align: center;
    font-size: 12px;
    /*transform:translateY(-50%);*/
    /*-ms-transform:translateY(-50%);*/
    /*-webkit-transform:translateY(-50%);*/
}
.page-header-content .subtitle{
    font-size: 1.2em;
    text-transform: uppercase;
}
.page-header-content h3.page-title, .page-header-content h3{
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.page-header-content h3.page-title span, .page-header-content h3 span{
    font-size: 16px;
}
.page-header-content .caption{
	font-size: 15px;
    color: #100E0C;
    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:right;
    letter-spacing: 0.5px;
    background-color:transparent;
}
.breadcrumb p{
    padding: 0;
    margin: 0;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb span{
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #404040;
}
.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: relative;
}
.page-template-template-fullwidth-no-title .header{
    position: absolute !important; 
}
#info {
    position: absolute;
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
#info .textwidget{
   display: inline-block
}
#info .left-col{
    width: 80%;
}
#info .right-col{
    width: 20%;
    text-align: right;
}
#info .right-col .fa, #info .right-col .fab{
    font-size: 16px;
}
#info label{
    padding-right: 10px;
}
#info a, #info a:hover, #info a:active{
    color: #FFFFFFF;
}
#info ul {
    padding: 0;
    margin: 0;
} 
#info ul li {
    display: inline-block;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    vertical-align: middle;
}

#info #whatsapp-wrapper {
    display: flex;
    align-items: center;
    background: #1d1c1b;
    padding: 0 15px 0 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #25D366;
}
#info #whatsapp-wrapper .icon .fab {
    font-size: 2.8em;
    color: #25D366;
}
#info #whatsapp-wrapper .text {
    text-align: left;
    padding-left: 5px;
    line-height: 130%;
}
#info #whatsapp-wrapper .text label {
    font-size: 10px;
    line-height: 100%;
    display: block;
}

#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;
	box-shadow: none;
}
.navbar {
	background: transparent;
	border: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: left;
}
#main-nav {
    z-index: 99;
	width: 100%;
	margin-bottom: 0;
    padding: 15px 0px 15px 0px;
    background: transparent;
    border-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    -o-transition: -o-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.1);*/
}
#main-nav.fixed {
    z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
    padding: 25px 0px 12px 0px;
    -webkit-transform: translate(0, -1em);
    -moz-transform: translate(0, -1em);
    -ms-transform: translate(0, -1em);
    -o-transform: translate(0, -1em);
    transform: translate(0, -1em);
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
    background: #FFFFFF;
    /*background-color: rgba(255,255,255,0.96);*/
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
#main-nav .container-fluid{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.navbar-inverse .navbar-nav {
	margin-left: 0;
	margin-right: 0;
}
.navbar-inverse .navbar-nav >li {
	display: inline-block;
	float: none !important;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1em;
    padding: 5px 30px 5px 0px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    color: #404040;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #404040;
}
.page-template-template-fullwidth-no-title .navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
}
.page-template-template-fullwidth-no-title .navbar-inverse .navbar-nav>li>a:hover, .page-template-template-fullwidth-no-title .navbar-inverse .navbar-nav>li>a:focus {
    color: #FFFFFF;
}
.navbar-inverse.fixed .navbar-nav>li>a {
    color: #100E0C;
}
.navbar-inverse.fixed .navbar-nav>li>a:hover, .navbar-inverse.fixed .navbar-nav>li>a:focus {
    color: #100E0C;
}
.navbar-inverse .navbar-nav>li.current-menu-item > a{
    /*color: #80421C;*/
}
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 {
    
    background: #000000;
}
.navbar-inverse .navbar-nav>li:last-child a, .navbar-inverse .navbar-nav>li:last-child a:hover{
    padding: 5px 20px;
    color: #FFFFFF;
}
.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: 220px;
	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: #100E0C;
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a,
.navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
	/*color: #c5a47e;*/
	background: #F3F1EC;
}
.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;
	height: 1px;
}
#main-nav.fixed .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;
}

#left-navigation{
    width: 43%;
	text-align: left;
}
#right-navigation{
    width: 43%;
    text-align: right;
}
#left-navigation .navbar-nav, #right-navigation .navbar-nav {
    width: 100%;
}

.navbar-header-menu {
	float: right;
}
.responsive-logo {
    /*width: 30%;*/
    width: 190px;
    float: left;
    position: relative;
    /* display: inline-block; */
    padding: 0px;
    margin: 0px;
    z-index: 999;
    text-align: center;
}
.responsive-logo img{
    width: 100%;
    margin: 0 auto;
    -webkit-filter: initial;
    filter: initial;
}
.page-template-template-fullwidth-no-title .responsive-logo img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.page-template-template-fullwidth-no-title .navbar-inverse .navbar-toggle .icon-bar{
    background-color: #FFFFFF;
}
.responsive-title {
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0px;
}
#main-nav.fixed .responsive-logo img{
    /*max-width: 160px;*/
    /*margin: 0 auto;*/
    -webkit-filter: initial;
    filter: initial;
}
.navigation-wrapper {
    width: 90%;
    text-align: right;
    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: #100E0C;
    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 {
    font-family: "MalnorSans-Thin";
    font-size: 12px;
    background: #333333;
    color: rgba(255,255,255,0.4);
    padding: 80px 0px 0px 0px;
}
#footer .white-border-btn{
    color: #FFFFFF;
    border: 0.01em solid #FFFFFF;
}
#footer .white-border-btn:hover, #footer .white-border-btn:focus, #footer .white-border-btn:active{
    color: #000000;
    background: #FFFFFF;
}
#footer a{
    color: rgba(255,255,255,0.4);
}
#footer a:hover{
    color: #FFFFFF;
}

#footer #footer-instafeed{
    margin-bottom: 60px;
}
#footer .widget ul.menu{
    text-align: right;
    padding: 10px 0px;
    margin: 0px;
}
#footer .widget ul.menu li {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    text-align: left;
    display: block;
    /* display: flex; */
    /* align-items: center; */
    text-transform: uppercase;
    letter-spacing: 0;
}
#footer .widget ul.menu li a {
    padding: 0;
    margin: 0;
}
#footer .widget ul.menu li ul{
    /*padding-left: 10px;*/
    display: inline-block;
}
#footer .widget label{
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid;
}
#footer .widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .widget ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 5px 0px;
}
#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 .fa{
    font-size: 15px;
    color: #a5a5a5;
}
#footer #footer-socialmedia img{
    /*opacity: 0.6;*/
    /*filter: grayscale(1);*/
}
.copyright {
    font-size: 9px;
    padding: 15px 0px 10px 0px;
    margin: 40px 0px 0px 0px;
    display: inline-block;
    width: 100%;
    clear: both;
    border-top: 1px solid rgba(255,255,255,0);
    text-transform: uppercase;
}
.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: #100E0C;
}
.footer-widget li a:hover {
	color: #C5A47E;
}
.footer-widget-footer {
 
}
.footer-widget-footer .widget-title {
    position: relative;
    font-weight: 400;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    display: block;
    color: #FFFFFF;
}

.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: 10px 0px !important;
    text-align: center;
}
div.wpcf7 .ajax-loader{
    display: none;
}
.wpcf7-not-valid-tip, .wpcf7-response-output{
    font-size: 12px;
    text-align: left;
}
.wpcf7-spinner{
    display: block;
    margin: 0 auto;
}
.wpcf7-list-item {
    display: block;
    margin: 0;
}
.wpcf7-list-item label{
    display: inline-flex;
    align-items: center;
    margin: 0px 0px 5px 0px !important;
}
.formwrapper {
    /*width: 94%;*/
    /*max-width: 450px;*/
    /*padding: 20px;*/
    /*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;
    margin: 0 auto;
    max-width: 720px;
} 
.formheader{
    font-size: 16px;
    margin: 0px 0px 20px 0px;   
}
.formheader p{
    margin: 0;
}
.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: 10px;
}
.form-label .field-label{
    margin-bottom: 6px;
    font-weight: bold;
}
.form-label label {
    width: 100%;
    padding: 0px 10px;
    margin: 0;
}
.form-label input {
    width: 100%;
    padding: 18px 18px;
    border: none;
    border: 0px solid #EAEAEA;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    line-height: initial;
    background: #fafafa;
    color: #000000;
    font-size: 13px;
}
.form-label input[type=checkbox], .form-label input[type=radio]{
    display: inline-block;
    width: auto;
    margin: 0px 5px 0px 0px;
}
.form-label select {
    width: 100%;
    padding: 18px 16px;
    border: none;
    border: 0px solid #EAEAEA;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    background: #fafafa;
    color: #000000;
    font-size: 13px;
}
.form-label select option {
    margin: 6px 0px;
    line-height: 30px;
}
/*.form-label select .placeholder {*/
/*    color: #afafaf !important;*/
/*}*/
.form-label textarea {
    width: 100%;
    padding: 18px 18px;
    border: none;
    border: 0px solid #EAEAEA;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fafafa;
    color: #000000;
    font-size: 13px;
}

.element_conteiner {
    min-width: 60px !important;
}
.time_description {
    font-size: 10px !important;
    font-weight: normal !important;
    color: #FF0099 !important;
    margin: 5px !important;
    height: auto !important;
    padding: 0;
    display: inline-block;
    line-height: 100%;
}
.time_left {
    border-radius: 0 !important;
    font-size: 25px !important;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border: 1px solid #FF0099 !important;
    background-color: #FF0099 !important;
    color: #FFFFFF !important;
    font-weight: bold;
}


.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}
.blog {
	min-height: 175px;
	position: relative;
	overflow: hidden;
}
.blog-list {
	background: #FFF;
}
article.hentry {
	float: left;
	width: 100%;
}
article.sticky {
	background: #f9f9f9;
	padding: 10px;
}
article {
	text-align: left;
}
article .entry-meta a {
	color: #888;
	font-style: italic;
}
article .posted-on a:hover {
	color: #C5A47E;
}
.entry-footer a {
	color: #888;
	font-style: italic;
}
.entry-footer a:hover {
	color: #C5A47E;
}
.blogtitle {
	display: block !important;
}
.blogtitle:after {
	display: none !important;
}
.clear {
	clear: both;
}
.sidebar-wrap.content-left-wrap {
	margin-top: 0px;
	padding-top: 0;
}
.debar-wrap {
	margin-top: 50px;
}
.listpost-content-wrap h1.entry-title,
.list-post-top h1.entry-title {
	float: none;
	clear: none;
	margin-top: 0;
}
.listpost-content-wrap .entry-title:before {
	display: none;
	content: "";
}
.listpost-content-wrap .entry-title a:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #C5A47E;
	bottom: -9px;
	left: 0;
	width: 50px;
	display: none;
}
.post .entry-footer {
	padding-top: 50px;
}
.listpost-content-wrap h1.entry-title a {
	float: none;
	position: relative;
}
.listpost-content-wrap-full {
	width: 100%;
}
.listpost-content-wrap-full .list-post-top {
	min-height: 1px;
}
.listpost-content-wrap .entry-content {
	margin-top: 1em;
}
.listpost-content-wrap .entry-footer {
	padding-top: 10px;
}
.listpost-content-wrap-full .entry-footer > span,
.listpost-content-wrap .entry-footer > span {
	padding-right: 15px;
}
.listpost-content-wrap .entry-content p {
    margin-bottom: 30px;
}
.entry-content {
	margin: 0;
}
.list-post-top {
	min-height: 130px;
	display: inline-block;
	width: 70%;
	border-top: 2px solid #100E0C;
}
.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:#100E0C;width:10px;content:"\f107";font-family:'Font Awesome 6 Free';font-style:normal;font-weight:bold;cursor: pointer;display: none;}
ul.sub-menu li .dropdownmenu{top: 5px;right:10px;}
ul.sub-menu li .dropdownmenu:before{color:#100E0C;content:"\f105";font-family:'Font Awesome 6 Free';font-style:normal;font-weight:bold;}

#main-nav.fixed .dropdownmenu:before{color:#100E0C;}
.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) {
    .page-header {
        height: 500px;
    }
}
@media (max-width: 1400px) {

}
@media (max-width: 1200px) {
    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;
    }
    .innercontent {
        width: 100%;
    }
    .subtitle {
        font-size: 1.6em;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 5px 20px 5px 0px;
    }
    .twocolumn .wrapperaddpadding {
        padding: 20px 40px;
    }

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

}
@media (min-width: 992px) {
    .productfilter-dektophide{
        display: none;
    }
    .mega-sub-menu{
        display: none !important;
    }
    #open-wcc_block, #close-wcc_block{
        display: none;
    }
    .wp_widget_plugin_box .wcc_block{
        display: block !important;
        background: #FFFFFF;
        padding: 10px;
    }
    
    .card-highlight {
        display: flex;
        justify-content: center
    }

    .card-highlight>* {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 34.2361111111vw;
        margin-left: 6.9444444444vw;
        margin-right: 6.9444444444vw
    }
    
    .card-highlight .wrapper{
        padding: 20px 0px;
    }

    .card-highlight .content {
        padding: 3.9444444444vw 0
    }

    .card-highlight:nth-child(even) {
        flex-direction: row-reverse
    }

    .card-highlight:nth-child(even) .image {
        margin-top: 0.9444444444vw
    }

    .card-highlight:nth-child(even) .content {
        align-self: flex-end
    }
}
@media (max-width: 991.5px) {
    .productfilter-dektophide {
        
    }
    .productfilter-dektophide a,.productfilter-dektophide a:hover,.productfilter-dektophide a:active,.productfilter-dektophide a:focus{
        color: #000000;
        cursor: pointer;
    }
    .productfilter-dektophide .wrap{
        font-size: 14px;
        padding: 0px;
        margin: 0px 0px 40px 0px;
        display: flex;
    }
    .productfilter-dektophide .wrap label{
        padding: 0px 10px;
        cursor: pointer;
    }
    .widget-area .icon-bar{
        background-color: #000000;
        display: block;
        width: 22px;
        height: 1px;
    }
    .widget-area .icon-bar+.icon-bar{
        margin-top: 5px;
    }
    .widget-area.opened span.icon-bar:nth-child(1) {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 5px;
        margin-left: 2px;
        width: 25px;
    }
    .widget-area.opened span.icon-bar:nth-child(2) {
        display: none;
    }
    .widget-area.opened span.icon-bar:nth-child(3) {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: -1px;
        margin-left: 1px;
        width: 25px;
    }
    #secondary.opened{   
        position: fixed;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        max-height: 100vh; 
        padding: 30px 30px;
        top: 64px;
        left: 0;
        box-sizing: border-box;
        transition: left 400ms ease-in-out, right 400ms ease-in-out, visibility 400ms ease-in-out;
        z-index: 9999;
        background: #FFFFFF;
        overflow: auto;
    }
    #secondary .wrapper{
        display: none;
    }
    #secondary .wrapper.opened{   
        display: block;
        overflow: auto;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary:after{
        z-index: 99999;
    }
    .mega-sub-menu{
        background: #000000 !important;
        padding: 10px 20px !important;
        margin: 10px !important;
        width: 95% !important;
    }
    .mega-sub-menu .menu{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mega-sub-menu .menu li{
        margin: 0px 0px 5px 0px;
    }
    .mega-sub-menu li a{
        text-transform: uppercase;
        font-size: 12px;
        color: #FFFFFF;
    }
    
    .mega-menu-wrap .sow-accordion{
        font-size: 12px;
    }
    .mega-menu-wrap .sow-accordion ul li{
        padding: 0px 0px 5px 0px !important;
    }
    .so-widget-sow-accordion-default-1f119d83aad2 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header{
        padding: 0px 0px 10px 0px;
    }
    .so-widget-sow-accordion-default-1f119d83aad2 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
        padding: 15px 10px 15px 10px;
        margin-bottom: 10px;
    }
    .container{
        width: 100%;
    }
    .innercontent {
        width: 100%;
    }
    .title {
        font-size: 1.8em;
    }
    .header.header {
        /*width: 100%;*/
        position: relative;
    }
	.navbar-header-menu {
		float:none;
	}
	.navigation-wrapper {
        /*float: none;*/
        /*position: absolute;*/
        /*right: 0;*/
        /*top: 0;*/
        /*width: 50%;*/
        /*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);*/
        width: 100%;
        text-align: center;
        padding: 0px;
        margin: 0 auto;
        float: right;
        position: initial;
        display: table;
        top: 50%;
        right: 0;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
	}
	.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.active span.icon-bar:nth-child(2){
	    display: none;
	}
	.navbar-toggle.active span.icon-bar:nth-child(1){
	    transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
        margin-top: 5px;
        margin-left: 2px;
        width: 25px;
	}
	.navbar-toggle.active span.icon-bar:nth-child(3){
        transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
        margin-top: -2px;
        margin-left: 2px;
        width: 25px;
	}
	.navbar-inverse .navbar-nav {
        text-align: center;
        padding: 20px 10px;
        margin: 0px;
        background: #FFFFFF;
	}
	.navbar-inverse .navbar-nav > li {
		display: inline-block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		position: relative;
	}
	.navbar-inverse .navbar-nav > li a, .navbar-inverse .navbar-nav > li a:hover, .navbar-inverse .navbar-nav > li a:active, .navbar-inverse .navbar-nav > li a:focus {
		display: block;
		padding: 10px;
		margin: 0px;
		text-align: left;
		color: #000000;
	}
	.navbar-inverse .navbar-nav>li:last-child a{
	    color: #FFFFFF !important;
	    text-align: center;
	}
    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
        background-color: rgba(250, 250, 250, 0.2);
    }
    .page-template-template-fullwidth-no-title .navbar-inverse .navbar-nav>li>a, .page-template-template-fullwidth-no-title .navbar-inverse .navbar-nav>li>a:hover, .page-template-template-fullwidth-no-title .navbar-inverse .navbar-nav>li>a:active, .page-template-template-fullwidth-no-title .navbar-inverse .navbar-nav>li>a:focus{
        color: #000000;
    }
	.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 6 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: #FFFFFF !important;*/
	/*}*/
	li.current>a:before {
		content: "";
		display: none !important;
	}
	#site-navigation{
	    max-height: 95vh;
	}
	#site-navigation > ul ul {
        left: 0;
        border-top: 1px solid rgba(221, 221, 221, 0.3);
        border-bottom: 1px solid rgba(221, 221, 221, 0.3);
    }
    ul.navbar-right li.lang-item {
        display: none;
    }
    li.astm-search-menu {
        position: relative !important;
    }
    .search-form {
        padding: 5px 0px;
    }
    .search-form input[type="search"] {
        width: 100%;
        color: #FFFFFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .is-menu form label {
        width: 85%;
    }
    .header.header {
        /*position: relative;*/
    }
    #main-nav{
        padding: 10px 0px;
    }

    #main-nav .container{
        width: 100%;
    }
    #main-nav .row{
        align-items: center;
    }
    
    .responsive-logo img {
        -webkit-filter: initial;
        filter: initial;
    }
    /*.page-template-template-fullwidth-no-title .responsive-logo img{*/
    /*    -webkit-filter: initial;*/
    /*    filter: initial;*/
    /*}*/
    #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%;
    }
    
    div[id^=bwg_container].bwg_container .bwg-a, div[id^=bwg_container].bwg_container .bwg-a img {
        width: calc(100% / 2) !important;
    }
    
    #info{
        right: 30px;
    }
    #open-wcc_block, #close-wcc_block{
        display: block;
        background: #f2f2f2;
        color: #100E0C;
    }
    #open-wcc_block{
        margin-bottom: 20px;
    }
    #close-wcc_block{
        margin-top: 20px;
    }
    #footer .row-eq-height{
        display: block;
    }
    .sitecontactlist .heading {
        padding: 0px;
    }
    .sitecontactlist .icon {
        text-align: center;
        display: block;
        padding: 0px 0px 10px 0px;
        margin: 0 auto;
    }
}
@media (min-width: 769px) {
    .woocommerce ul.products.columns-1 li.product:last-child:after, .woocommerce-page ul.products.columns-1 li.product:last-child:after{
        display: none;
    }
    .woocommerce ul.products.columns-2 li.product:last-child:after, .woocommerce-page ul.products.columns-2 li.product:last-child:after{
        display: none;
    }
    
    .woocommerce ul.products.columns-3 li.product:last-child:after, .woocommerce-page ul.products.columns-3 li.product:last-child:after,
    .woocommerce ul.products.columns-3 li.product:nth-child(3n):after, .woocommerce-page ul.products.columns-3 li.product:nth-child(3n):after
    {
        display: none;
    }
    
    .woocommerce ul.products.columns-4 li.product:last-child:after, .woocommerce-page ul.products.columns-4 li.product:last-child:after{
        display: none;
    }
}
@media (min-width: 768px) {
    .showtabletmobile{
        display: none;
    }
    .hiddentabletmobile{
        display: block;
    }
    .card-wrapper-list .col-sm-4:nth-child(3n) .card-wrapper:after
    {
        display: none;
    }
}

@media (max-width: 768px) {	
	.woocommerce ul.products li.product:last-child:after, .woocommerce-page ul.products li.product:last-child:after,
    .woocommerce ul.products li.product:nth-child(2n):after, .woocommerce-page ul.products li.product:nth-child(2n):after
    {
        display: none;
    }
}
@media (max-width: 767.5px) {
	.responsive-logo {
    	width: 220px;
	}
    .showtabletmobile{
        display: inline-block;
    }
    .hiddentabletmobile{
        display: none;
    }
    .image-wrapper{
        margin-bottom: 20px;
    }
    .page-header-content h3.page-title, .page-header-content h3 {
        font-size: 1.8em;
    }
    .breadcrumb{
        font-size: 12px;
    }
    .fixed-bg .overlay {
        padding: 50px 0px;
    }
    .header.header {
        /*width: 100%;*/
        position: relative;
    }
    .row-eq-height-wrap{
        display: block;
    }
    .row-eq-height{
        display: block;
    }
    .middlefloat {
        position: relative;
        top: 50%;
        transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
    }
    .onecolumn .wrapper .content-wrapper {
        bottom: 0;
        width: 80%;
    }
    .twocolumnfull .image-wrapper{
        margin: 0;
    }
    .twocolumnfull .content-wrapper .middlefloat{
        padding: 60px 20px;
    }
    .twocolumnfull .content-wrapper .middlefloat .heading {
        margin: 0 0 20px 0;
    }
    .woocommerce-loop-product-image-wrap{
        padding: 0px;
    }
    .card-wrapper-list {
        clear: both;
        grid-template-columns: repeat(2, calc(100% / 2));
        display: grid;
        /* grid-row-gap: calc(var(--spacing-lg) + var(--spacing-sm)); */
        grid-auto-flow: dense;
    }
    .card-wrapper.noborder:after, 
    .card-wrapper-list .col-sm-3:nth-child(4n-2) .card-wrapper:after, 
    .card-wrapper-list .col-sm-4:nth-child(4n-2) .card-wrapper:after{
        display: none;
    }
    #main-nav .row-eq-height{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #latest{
        padding-top: 0;
    }
    #brands ul {
        padding: 20px 0px 0px 0px;
        margin: 20px 0px 0px 0px;
        border-left: none;
        border-top: 1px solid;
    }
    #brands2 {
        padding: 0;
    }
    #news .bigbox .overlay-wrap {
        left: 5px;
        right: 5px;
        width: initial;
    }
    #news .box {
        margin: 0;
        padding: 10px 5px;
    }
    #news .box .image {
        height: 400px;
    }
    #news .box .image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        align-items: center;
    }
    #others .box {
        height: 400px;
    }
    #others .box .image{
        height: 100%;
    }
    #others .box .image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        align-items: center;
    }
    #others .box .wrap .content {
        text-align: center;
    }
    
    #footer {
        text-align: left;
    }
    #footer .box{
        display: block;
    }
    #footer .box .entry-wrap {
        width: 100%;
        padding: 5px 15px;
    }
    #footer .widget {
        margin: 0px 0px 40px 0px;
    }
    #footer .widget ul{
        padding: 10px 0px;
    }
    #footer .widget ul.menu li {
        display: block;
        text-align: left;
    }
    #footer .widget ul.menu li .iconwrap {
        display: block;
        margin: 0 auto 10px auto;
    }
    #footer #footer-socialmedia {
        text-align: center;
        padding: 10px 0px;
    }
	.footer-widget {
		width: 100%;
		text-align: center;
		float: none;
		display: inline-block;
		padding: 10px 0px;
	}
	.footer-widget li {
		text-align: center;
	}
	
	#footer .addexpand{
	    
	}
	#footer .addexpand .widget-title{
	    cursor: pointer;
	    padding: 10px 0px;
	    margin: 0;
	    border-top: 1px solid rgba(255,255,255,0.3);
	}
	#footer .addexpand .widget-title:after {
	    position: absolute;
        right: 0;
        content: "+";
        text-align: center;
    }
    #footer .addexpand.active>.widget-title:after {
        content: "-";
    }
	#footer .expandcontent{
	    display: none;
	}

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

}
@media (min-width: 480px) {
    .showmobile{
        display: none;
    }
    .hiddenmobile{
        display: block;
    }
        
    .content-wrapper .contactinfo .btn br{
        display: none;
    }
}
@media (max-width: 480px) {
    h1{
    	font-size: 2em;
    }
    h2 {
    	font-size: 1.8em;
    }
    h3 {
    	font-size: 1.6em;
    }
    h4 {
    	font-size: 1.4em;
    }
    h5 {
    	font-size: 1.2em;
    }
    h6 {
    	font-size: 1.1em;
    }
    .btn{
        white-space: normal;
        padding: 10px;
        min-width: 180px;
    }
    .showmobile{
        display: block;
    }
    .hiddenmobile{
        display: none;
    }
    blockquote {
        font-size: 15px;
        padding: 40px 25px;
    }
    #info #whatsapp-wrapper{
        padding: 0;
    }
    #info #whatsapp-wrapper .icon .fab {
        font-size: 2.2em;
    }
    #info #whatsapp-wrapper .text {
        font-size: 12px;
    }
    .title {
        font-size: 1.4em;
    }
    section {
        padding: 50px 0px;
    }
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
		box-shadow: none;
	}
    .page-header-content h3.page-title, .page-header-content h3 {
        font-size: 1.6em;
    }
    .breadcrumb {
        font-size: 10px;
        padding: 5px 0px 0px 0px;
    }
	.innercontent{
	    padding: 0px;
	}
	#banner-wrapper .content-wrapper .middlefloat .tagline {
        font-size: 1.4em;
    }
    #categories .rotate {
        left: -22%;
        top: 10%;
    }
    #customNavcategorylist {
        padding-top: 20px;
    }
    
    .twocolumn .wrapperaddpadding {
        padding: 0px 0px;
    }
    .twocolumn .wrapper .content-wrapper.mobilefloat {
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        width: 80%;
        padding: 20px 0px 40px 0px;
        margin: 0 auto;
        text-align: center;
        color: #000000;
        z-index: 1;
        text-shadow: none;
    }
    .twocolumn .wrapperaddpadding .mobilefloat .caption {
        text-shadow: none;
    }
	.twocolumn .wrapper .content-wrapper.mobilefloat .white-border-btn{
		border: 1px solid #000000;
		color: #000000;
		background: transparent;
	}
    .twocolumn .wrapper .mobilefloat .subtitle{
        color: #000000 !important;
    }
    .twocolumn .wrapper .mobilefloat .border-btn {
        border-bottom: 1.4px solid #000000;
        padding: 0px 0px;
        text-shadow: none;
        color: #000000;
    }
    .card-wrapper-list {
        display: block;
    }
    .card-wrapper {
        margin: 0px 0px 20px;
    }
    .card-wrapper:after{
        display: none;
    }
    
    #brands ul li {
        margin: 10px auto !important;
        width: 100%;
    }
    #favorite .content {
        padding: 30px 0px;
    }
    #favorite .woocommerce {
        height: 350px;
    }
    #favorite .woocommerce ul.products li.product a img{
        max-width: 100% !important;
    }
    
    .content-wrapper .contactinfo{
        padding: 20px 0px 40px;
    }
    .menu-featured-projects-menu-container ul.menu li{
        display: block !important;
    }
    .page-header {
        height: 400px;
    }

    .page-template-template-fullwidth-no-title #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 12px;
    }
    
    
    
    .woocommerce div.product .woocommerce-tabs ul.tabs{
        padding: 0;
        margin: 0;
    }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li{
        width: 100%;
        margin: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a{
        display: block;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background: #000000;
        color: #ffffff;
        border: 1px solid #000000;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
        color: #ffffff !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
        box-shadow: none;
        border-width: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
        box-shadow: none;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 20px;
        margin: 0;
        border: 1px solid #cfc8d8;
        border-radius: 0;
    }
}
@media (max-width: 420px) {
    #floatcta ul li .fa, #floatcta ul li .fab {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}
@media (max-width: 380px) {

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

}

.grecaptcha-badge{
    display: none; 
}
/*.cd-top {*/
/*	z-index: 999;*/
/*	display: inline-block;*/
/*	height: 55px;*/
/*	width: 55px;*/
/*	position: fixed;*/
/*	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: #100E0C 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;*/
/*}*/


.buttonizer-group{
    right: 15px;
    bottom: 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;
}