* {font-family: 'DM Sans', Arial;}

:root {
	
	--blue-color: #30c3cd;
--veryblue-color: #1697b7;
--orange-color: #fbc78e;
--veryorange-color: #e8804c;
--green-color: #95ceb9;
--verygreen-color: #55947d;
--white-color: #fff;
--grey-color: #f5f3f4;

--veryverygrey-color:#999;
--verygrey-color:#666;
--veryverybright-color: #00dafe;
--verybright-color: #01aaed;
--bright-color: #dcddcf;
--dark-color: #231f20;
--verydark-color: #004976;
--black-color: #000;
--font: 'DM Sans', Arial;
--heading-font: 'DM Sans', Arial!important;
--main-radius: 10px;
--other-radius: 10px;
--swiper-navigation-color:#111;
--swiper-theme-color:#111;
}
:target {
 display: block;
 position: relative;
 top: -100px;

}
html {
	scroll-behavior: smooth!important;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;
}



.bgblue{background:var(--blue-color);}.bgveryblue{background:var(--veryblue-color);}.bgorange{background:var(--orange-color);}.bgveryorange{background:var(--veryorange-color);}.bggreen{background:var(--green-color);}.bgverygreen{background:var(--verygreen-color);}
.blue{color:var(--blue-color)!important;}.veryblue{color:var(--veryblue-color)!important;}.orange{color:var(--orange-color)!important;}.veryorange{color:var(--veryorange-color)!important;}.green{color:var(--green-color)!important;}.verygreen{color:var(--verygreen-color)!important;}

.btnblue{background:var(--blue-color)!important;}.btnveryblue{background:var(--veryblue-color)!important;}.btnorange{background:var(--orange-color)!important;}.btnveryorange{background:var(--veryorange-color)!important;}.btngreen{background:var(--green-color)!important;}.btnverygreen{background:var(--verygreen-color)!important;}
.btnblue:hover{background:var(--veryblue-color)!important;}.btnveryblue:hover{background:var(--blue-color)!important;}.btnorange:hover{background:var(--veryorange-color)!important;}.btnveryorange:hover{background:var(--orange-color)!important;}.btngreen:hover{background:var(--verygreen-color)!important;}.btnverygreen:hover{background:var(--green-color)!important;}

.btnwhite{background:var(--white-color)!important;color:var(--veryblue-color)!important;border:2px solid var(--white-color)!important;line-height: 50px!important ;}
.btnwhite:hover{background:none!important;color:var(--white-color)!important;}
.stars {color:#ffbf00;font-size:24px;}
.strong {font-weight:bold;}
#virtuemart_country_id_input {display:none}
.ohidden {overflow:hidden!important;}
.ovisible {overflow:visible!important;}
 .socialtop a {color:var(--verygrey-color)!important;line-height:100%!important ;;}
 .socialtop a:hover{color:var(--bright-color)!important;;}
 .socialtop svg {width:18px;height:18px;margin-top:5px;margin-bottom:-5px; }
 .socialtop .facebook {margin:0 10px 0 0 ; }
 .socialtop .instagram {margin:0; }
	
 .socialbottom a {color:var(--bright-color)!important;line-height:100%!important ;display:inline-block!important;}
 .socialbottom a:hover{color:var(--white-color)!important;;}
 .socialbottom svg {width:24px;height:24px;margin-top:5px;margin-bottom:-5px; }
 .socialbottom .facebook {margin:0 10px 0 0; }
 .socialbottom .instagram {margin:0; }
 
 .valignmiddle{vertical-align:middle}
	.hover {

 transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
 -webkit-transition: .1s!important;
 transition: .1s!important;
}


.hero a {font-size:20px!important;color:#071a2d!important}
.clampauto{
 line-height: 120%!important;
 height: 32px;
 padding-top: 5px;
 text-transform: none;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 -moz-box-orient: vertical;
 -moz-line-clamp: 2;
 display: -webkit-box;
 white-space: normal;
 overflow: hidden;
 text-overflow: ellipsis;
 z-index: 10;
}

.inlineblock {display:inline-block!important}

.product-field{padding:2px}
.auto {width:auto!important;padding:0 20px!important;display:inline-block}




.none{display:none!important}

.divider1 {border-bottom:1px solid rgba(255,255,255,.1);padding-top:25px;margin-bottom:25px}

.relative{position:relative!important;}

img {max-width:100%;}


 .hover:hover {-webkit-transform: translateY(-2px);transform: translateY(-2px);color:var(--bright-color)!important;;}
.book{background:var(--dark-color)!important;color:var(--white-color)!important;;font-family:var(--font)!important;;font-weight:bold!important;margin-left:5px!important;text-transform:capitalize!important;}
.book:hover{background:var(--bright-color)!important;color:var(--white-color)!important}
.phone{font-size:28px!important;line-height:100%!important;white-space:nowrap!important;font-weight:700!important;}
.phoneicon {
font-size:24px!important;
color: var(--black-color);
background: var(--white-color);
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-align: center;

width: 40px;
height: 40px;
border-radius: 100px;
position: relative;
cursor: pointer;
box-shadow:2px 2px 10px rgba(0,0,0,.2);
box-sizing: border-box !important
}

.phoneicon svg {width:24px;height:32px; margin: -2px 0px 0px 7px;}


.topheader .flex table {width:100%;height:100%;}
.topheader .flex table tr {height:100%;}
.topheader .flex table td{vertical-align:middle;text-align:center;padding:10px 5px;height:100%;}

.topheaderinner {position:realtive;}
.topheaderbg {position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;z-index:-1;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;}

#vina-carousel-virtuemart308 .owl-dots {position:absolute;bottom:20px;}
#vina-carousel-virtuemart306 .owl-dots {position:relative;bottom:0;}
/*Headers*/

.topheader {z-index:2000;;;position: sticky;top:0px;;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;}

.header2{min-height:600px;position:relative; background:linear-gradient(to top, white 10%, rgba(255, 255, 255, 00) 30%, rgba(255, 255, 255, 00) 80%, transparent 100%);}
/*Top Menu*/
.topmenu {display: inline-block;list-style: none;padding: 0;margin: 0!important;vertical-align:-6px;}
.topmenu > li {display: inline-block;position: relative; }
.topmenu > li > a {color:var(--white-color);padding:5px 5px 0 5px ;display:block;}
.topmenu > li:hover > a {color:var(--bright-color)}
.topmenu > li > a > svg {width:24px;height:24px;vertical-align: -2px;display:inline-block;}
.topmenu > li > ul{padding:0!important;background-color: var(--white-color);width: 400px;top: 150%;border-radius:var(--main-radius);overflow:hidden; box-shadow: 0px 0px 20px rgba(0,0,0,0.05);right: 0;visibility: hidden;opacity: 0;position: absolute;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;z-index: 1;}
.topmenu > li:hover > ul{top: 100%;opacity: 1;visibility: visible;}
.topmenu > li > a > .items{ top: -5px; right: -8px;position:absolute;font-size:10px;color:var(--white-color);background:var(--bright-color);width:15px;height:15px;border-radius:var(--main-radius);text-align:center;font-weight:bold;font-family:var(--heading-font);;line-height:15px;text-indent:-1px;}
.topmenu > li > ul> li {text-align:left;display:block;width:100%;}
.topmenu > li > ul> li > a {color:var(--black-color);font-size:14px; padding: 5px 10px; text-align:left; display:block;width:100%;text-transform:capitalize;font-weight:normal!important}
.topmenu > li > ul> li:hover > a , .topmenu > li > ul> li.active > a {color:var(--black-color);background:var(--white-color);}

/*Main Menu*/
@media only screen and (min-width:960px) {


.topheader {-webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 background:var(--dark-color);padding:20px 0px;
	z-index:2000;;;position: sticky;top:0px;box-shadow:0px 1px 23px rgba(0,0,0,0);;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;}
.topheader .logo {max-width:200px;margin:0px ; image-rendering: -webkit-optimize-contrast;width:100%;}


.mainmenu .fa {font-size:24px!important}
.mainmenu {display: inline-block;list-style: none;padding: 0;margin: 0 ;position:relative}
.mainmenu > li {display: inline-block;}
.mainmenu > li > a, .mainmenu >li > span {text-shadow:1px 1px 2px rgba(0,0,0,0);color:var(--bright-color);display:block;text-decoration:none;font-size:16px;font-weight:500!important;padding: 10px 14px;margin-right:2px;font-family:var(--heading-font);text-transform:;;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;}
.mainmenu > li.active > a, .mainmenu >li > a:hover , .mainmenu >li > span:hover {color:var(--white-color)!important;}
.mainmenu > li > a > .fa {font-size:20px;}
.mainmenu > li > span > svg {margin:0 -5px 0 5px ;width:10px;transform: rotate(180deg);}
.hamburger {display:none;}
.mainmenu > li > ul {padding:5px;background-color: var(--white-color);width:100%;top: 150%; left:0; box-shadow: 0px 0px 20px rgba(0,0,0,0.05);;right: 0;visibility: hidden;border-radius:var(--main-radius);opacity: 0;box-sizing: border-box;margin: 0;;position: absolute;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;z-index: 1;}
.mainmenu > li:hover > ul {top: 100%;opacity: 1;visibility: visible;}

.mainmenu > li > a > .items{ top: -5px; right: -8px;position:absolute;font-size:10px;color:var(--black-color);background:var(--white-color);width:15px;height:15px;border-radius:var(--main-radius);text-align:center;font-weight:300;font-family:arial;line-height:15px;text-indent:-1px;}

.mainmenu > li > ul > li {text-align:left;display:block;width:100%;border-bottom:0px solid #eee}
.mainmenu > li > ul > li > a {color:var(--black-color);font-size:16px; padding: 10px 10px; text-align:left;text-decoration:none; display:block;width:100%;text-transform:;font-weight:400!important;font-family:var(--heading-font);text-transform:;}
.mainmenu > li > ul > li > a:hover , .mainmenu > li > ul > li.active > a {color:var(--bright-color);background:var(--white-color);font-weight:400!important;}
.mainmenu > li > ul > li > ul {padding:0;margin:0;}
.mainmenu > li > ul > li > ul > li > a {color:var(--black-color);font-size:16px; padding:2.5px 10px ; text-align:left;text-decoration:none; display:block;width:100%;text-transform:;font-weight:400!important;font-family:var(--heading-font);text-transform:uppercase;}
.mainmenu > li > ul > li > ul > li > a:hover , .mainmenu > li > ul > li.active > a {color:var(--bright-color);background:var(--white-color);font-weight:400!important;}

.mainmenu > li > .ul {padding:5px;background:rgba(244,244,244,1);width:100%;top: 150%; left:0; box-shadow: 0px 0px 20px rgba(0,0,0,0.05);;right: 0;visibility: hidden;border-radius:var(--main-radius);opacity: 0;box-sizing: border-box;margin: 0;;position: absolute;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;z-index: 1;}
.mainmenu > li:hover > .ul {top: 100%;opacity: 1;visibility: visible;}
.mainmenu > li > .ul > .menuleft > ul > li {text-align:left;display:block;width:100%;border-bottom:0px solid #eee}
.mainmenu > li > .ul > .menuleft > ul > li > .separator{color:var(--verygrey-color);padding:10px;font-size:14px;margin-top:30px;}
.mainmenu > li > .ul > .menuleft > ul > li > a {border-radius:var(--main-radius);color:var(--dark-color);font-size:16px; padding: 10px 10px; text-align:left;text-decoration:none; display:block;width:100%;text-transform:;font-weight:400!important;font-family:var(--heading-font);text-transform:;}
.mainmenu > li > .ul > .menuleft > ul > li > a:hover , .mainmenu > li > ul > li.active > a {color:var(--bright-color);background:var(--white-color);font-weight:400!important;}
.mainmenu > li > .ul > .menuleft > ul > li > ul {padding:0;margin:0;}
.mainmenu > li > .ul > .menuleft > ul > li > ul > li > a {color:var(--black-color);font-size:16px; padding:2.5px 10px ; text-align:left;text-decoration:none; display:block;width:100%;text-transform:;font-weight:400!important;font-family:var(--heading-font);text-transform:uppercase;}
.mainmenu > li > .ul > .menuleft > ul > li > ul > li > a:hover , .mainmenu > li > ul > li.active > a {color:var(--bright-color);background:var(--white-color);font-weight:400!important;}


.scrolled.topheader {padding:0!important;box-shadow:0px 1px 23px rgba(0,0,0,0.1)!important; background:var(--white-color)!important;}
.scrolled .mainmenu > li > a,.scrolled .mainmenu >li > span {color:var(--dark-color)!important;}

.scrolled.topheader .art-button  {color:var(--dark-color)!important;border:1px solid var(--dark-color)!important;}
.scrolled.topheader .art-button:hover  {color:var(--white-color)!important;border:1px solid var(--dark-color)!important;background:var(--dark-color)!important;}
.scrolled .phonedesktop   {color:var(--dark-color)!important;}
.topheader .art-button  {color:var(--bright-color)!important;border:1px solid var(--bright-color)!important;}
.topheader .art-button:hover  {color:var(--dark-color)!important;border:1px solid var(--white-color)!important;background:var(--white-color)!important;}
}
@media only screen and (max-width:960px) {
.scrolled.topheader {padding:0!important;box-shadow:0px 1px 23px rgba(0,0,0,0.1)!important; background:var(--white-color)!important;}
.scrolled .hamburger, .scrolled  .phonetop {color:var(--dark-color)!important;}

	.topheader {position: sticky;background:var(--dark-color);;padding:0!important}
	.topheader .logo {max-width:150px;margin:0 auto }
.topheader .center1 {padding:10px!important}
.topheader .flextopcenter {display:table;height:100%;width:100%;}
.topheader .flextopcenter > div{display:table-cell;float:unset!important;vertical-align:middle!important;;height:100%;}

.topheader .flextopcenter> .order10{width:70px!important;}
.topheader .flextopcenter > .order11{width:unset!important;}
.topheader .flextopcenter > .order12{width:70px!important;}
.topheader .flex {display:table;height:100%;width:100%;}
.topheader .flex > div{display:table-cell;float:unset!important;vertical-align:middle!important;padding:5px 5px!important;height:100%;}

.topheader .flex > .order1{width:50px!important;text-align:left;}
.topheader .flex > .order1{width:unset!important;}
.topheader .flex > .order3{width:50px!important;}

.topheader .flex > .order5 #vmCartModule .search{display:none!important}

	.header2{min-height:400px;position:relative}
.mainmenu {margin: 0 !important;float:none}
.mainmenu ul .mainmenu > svg {display:none!important;}
.mainmenu > li > a {padding:0 ;border:0px!important}
.mainmenu > li {width:100%;vertical-align:middle;text-align:center;}
.mainmenu > li > a > .items {right:-5px;top:-11px}
.mainmenu > li > a, .mainmenu >li > span , .mobilemenu>li>div>div>ul>li >a{color:var(--black-color);display:block;text-decoration:none;font-size:20px;font-weight:400!important;padding: 10px 14px;margin-right:2px;font-family:var(--heading-font);text-transform:;}
.mobilemenu>li>div>div>ul>li >a {font-size:16px!important}
.categorymenu {display:block!important;}
.categorymenu > li {display:inline-block!important;}
.categorymenu li a{font-size:13px!important;display:block;padding: 5px 8px!important;}
.categorymenu ul .categorymenu svg {display:none!important;}
.mobilecats {border-top:1px solid #eee;padding:5px 0px;}
.mobilecats a {padding:5px!important}


}
	
.navbar {text-align:center;}
.categorymenu {list-style: none;padding: 0;margin: 0!important;display:inline-block; }
.categorymenu > li {display: inline-block;}

.categorymenu > li > a {color:var(--dark-color);font-size:15px;padding:20px 9px ;text-transform:capitalize;font-weight:normal}
.categorymenu > li.active > path {stroke: #000000; stroke-width: 50; }
.categorymenu > li > a {text-decoration:none;font-family:var(--heading-font);}
.categorymenu > li:hover > a{color:var(--dark-color);}
.categorymenu > li.active > a{color:var(--dark-color);}
.categorymenu ul {background-color:var(--white-color);top: 150%;width: 100%; box-shadow: 0px 0px 20px rgba(0,0,0,0.05);;visibility: hidden;opacity: 0; position: absolute;left: 0;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;z-index: 1;}
.categorymenu > li:hover ul {background-color: var(--white-color);top: 100%;visibility: visible;opacity: 1;}
.categorymenu ul > li {text-align:left;display:block;width:100%;border-top:1px solid #eee;}
.categorymenu ul > li > a {color:var(--black-color);font-size:16px; font-family:var(--heading-font); padding: 10px 10px; text-align:left;display:block;width:100%;text-transform:capitalize;font-weight:normal;text-decoration:none;}
.categorymenu ul > li:hover > a , .categorymenu ul > li.active > a {color:var(--bright-color);background:var(--white-color);}
.categorymenu ul > li > .categories > div > div >div > a { line-height: 150%;color:var(--dark-color);font-size:15px; font-family:var(--heading-font);padding: 2.5px 10px; text-align:left;display:block;width:100%;text-transform:capitalize;font-weight:bold;text-decoration:none;}
.categorymenu ul > li > .categories > div > div >div >div > a { line-height: 150%;color:var(--dark-color);font-size:13px; font-family:var(--heading-font); padding: 0px 10px; text-align:left;display:block;width:100%;text-transform:capitalize;font-weight:normal;text-decoration:none;}

.categorymenu ul > li > .categories a:hover{color:var(--bright-color);}
.categorymenu ul > li > .brands a {color:var(--dark-color);font-size:13px; font-family:var(--heading-font); padding: 5px 10px; text-align:left;display:block;width:100%;text-transform:capitalize;font-weight:normal;text-decoration:none;}
.categorymenu ul > li > .brands a:hover{color:var(--bright-color);}
@media only screen and (max-width:960px) {
.centermobile {text-align:center;}
}

 .announcements-top {
 padding:0 5px;
 text-align: center;
 width: 100%;
 position: relative;
}

.announcements-bottom {
 overflow: hidden;

 text-align: center;
}

.announcements-bottom p {
 opacity: 0;
 visibility: hidden;
 transition: opacity 1s ease-in-out, height 1s ease-in-out;
 height: 0;
 margin:0!important;
 font-size:14px;
 line-height:100%;
}

.announcements-bottom .show {
 opacity: 1;
 visibility: visible;
 height: auto;
}

#announcements-button {

 border:0px;background:none;color:var(--verygrey-color);
}

#announcements-button .icon {
 width: 18px;
 height: 18px;
fill: currentColor;
margin-bottom: -5px;
}

#announcements-button #playIcon {
 display: none;
}

#announcements-button #pauseIcon {
 display: block;
}

#announcements-button.play #playIcon {
 display: block;
}

#announcements-button.play #pauseIcon {
 display: none;
}
.double {width:100%;}
.double td {width:50%;vertical-align:middle;padding:2.5px}
.image img {width:100%;}

.hytPlayerWrap {
position: relative;
padding-bottom: 66.66%;

height: 0;
}
.hytPlayerWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.hytPlayerWrap.ended::after{content:""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 64px 64px;
background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);}
.hytPlayerWrap.paused::after{content:""; position: absolute; top: 70px; left: 0; bottom: 50px; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 40px 40px; background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);}





/* Home Hero */

/* List */
.art-postcontent .description ul{
margin:10px 0px!important;
padding:0px;
}
.art-postcontent .description li {
margin: 0px; color:#071A2D;text-align: left;
padding:0px;
}
.art-postcontent .description ol {
counter-reset: section;
list-style-type: none;
margin:10px 10px!important

}


.art-postcontent .description ol>li::before {
counter-increment: section;
display:inline-block;
content: counters(section, ".")".";
width:25px;
margin-right: -8px;
color:#071A2D;
font-size:16px;
line-height: 0;}

.art-postcontent .description ul>li::before {
content: "\f192 ";
margin-right: 0px;
font-family: FontAwesome;
padding-left: 25px;
color:#071A2D;
font-size:16px;
padding-right: 0px;
line-height: 0;}

.art-postcontent .description li{padding-left: 40px!important;
text-indent: -16px!important;overflow: hidden;}




	



/*Mobile Menu*/
@media only screen and (max-width:960px) {
	
	
	
.mobilemenu {
display: flex;
flex-direction: row;
padding: 0 10px
}
.mobilemenu > li , .mobilemenu>li>div>div>ul>li {
list-style: none;
border-top:1px solid rgba(255,255,255,0.2);

}
.mobilemenu > li:first-child {

border-top:1px solid rgba(255, 255, 255, 0.2);

}

.mobilemenu li a, .mobilemenu>li>div>div>ul>li>a {
display: block;
text-decoration:none;
text-decoration: none transition: all 200ms ease-in-out
}
.mobilemenu>li>a ,.mobilemenu>li>span, .mobilemenu>li>div>div>ul>li>a {
color: var(--white-color);
display:block;
padding: 20px 20px;
font-size: 20px;
font-weight: bold;
}
.mobilemenu>li>div>div>ul {
padding:0px!important;
}
.mobilemenu>li:hover>a , .mobilemenu>li.active>a, .mobilemenu>li>div>div>ul>li:hover>a , .mobilemenu>li>div>div>ul>li.active>a {
color: var(--bright-color)!important;
background: var(--verydark-color);
}
.mobilemenu>li:hover>span {
color: var(--verydark-color)!important;
background: var(--bright-color);
}
.mobilemenu > li.parent > ul {
position: relative;
opacity: 0;
visibility: hidden;
width: 100%;
height:0;
padding:0;
margin:0;
}
.mobilemenu > li.parent:hover > ul {

opacity: 1;
visibility: visible;
height:auto;
}

.deeper {
position: relative
}

.mobilemenu > li.parent > ul li a{
padding: 15px 20px;
color: var(--black-color);
transition: all .2s ease-in-out;
background:var(--white-color);
text-decoration: none;
text-transform:uppercase;
font-size: 16px
}
.mobilemenu > li.parent > ul li a:hover{

color: var(--bright-color);



}
.mobilemenu>li svg {margin:0 0 -3px 10px ;width:15px;float:right;transform: rotate(180deg);transition: all .2s ease-in-out;}
.mobilemenu > li.parent:hover svg {transform: rotate(270deg);}

.mobilemenu {
	top: 70px;
z-index: 1010;
flex-flow: column;
position: absolute;
background:var(--dark-color);

left: 0;
right: 0;
 margin: 0;
height: 100vh;
padding: 0px 0 20px 0;
opacity: 0;
transform: scaleY(0);
transform-origin: top center;
transition: .6s transform cubic-bezier(.36, .4, .42, 1.48) .2s, .2s opacity ease-in-out;
overflow-y: hidden
}


.hamburger, .phonetop {
font-size:24px!important;
color: var(--white-color);
background: none;
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-align: center;

width: 40px;
height: 40px;
border-radius: var(--main-radius);
position: relative;
cursor: pointer;

box-sizing: border-box !important
}

.phonetop .fa{
vertical-align: -7px;
}
.hamburger:hover,.phonetop:hover {
background: none;
color:var(--bright-color)!important;
}

.hamburger .closed {display:none;}

.hamburger svg {width:24px;height:24px; margin-top: 8px;}

}
input[type=checkbox]:checked+.hamburger .closed {
	display:inline-block;
	
}
input[type=checkbox]:checked+.hamburger .open {
	display:none;
	
}
input[type=checkbox]:checked+label+.mobilemenu {
position: absolute;
opacity: 1;
transform: scaleY(1)
}





/*HEADINGS*/
h1,h1 a,.h1,.h1 a,h2,h2 a,.h2,.h2 a,h3,h3 a,.h3,.h3 a,h4,h4 a,.h4,.h4 a,h5,h5 a,.h5,.h5a,h6,h6 a,.h6,.h6 a {
font-weight: 500!important;
line-height: 110%;
margin:10px 0;

font-family:var(--heading-font);

}

h1,h1 a,.h1,.h1 a{
font-size: 52px;}
h2,h2 a,.h2,.h2 a{
font-size: 46px}
h3,h3 a,.h3,.h3 a,h4,h4 a,.h4,.h4 a {
font-size: 28px}
@media only screen and (max-width:960px) {
	h1,h1 a,.h1,.h1 a{
font-size: 42px;}
h2,h2 a,.h2,.h2 a{
font-size: 38px}
h3,h3 a,.h3,.h3 a,h4,h4 a,.h4,.h4 a {
font-size: 28px}
}

h5,h5 a,.h5,.h5 a,h6,h6 a,.h6,.h6 a {
font-size: 20px!important;text-transform: none}
.art-postcontent h1,.art-postcontent h3,.art-postcontent h5,.art-postcontent .h1,.art-postcontent .h3,.art-postcontent .h5 {
color: var(--dark-color);}
.art-postcontent h2,.art-postcontent h4 , .art-postcontent h6,.art-postcontent .h2,.art-postcontent .h4, .art-postcontent .h6 {
color: var(--dark-color);}
.art-footer h1,.art-footer h3,.art-footer h5 ,.art-footer .h1,.art-footer .h3,.art-footer .h5 {
color: var(--white-color);}
.art-footer h2 ,.art-footer h4 .art-footer h6 ,.art-footer .h2,.art-footer .h4 .art-footer .h6 {
color: var(--bright-color);}


.iconsmall {max-width:100px;margin:0 auto}
.icon {max-width:150px;margin:0 auto}
.iconlarge {max-width:250px;margin:0 auto}



.twocolumn {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
@media (max-width: 1281px) {
.laptophide {
display: none !important;
}
}
@media (max-width: 960px) {


.twocolumn {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
}

a.anchor {
display: block;
position: relative;
top: -150px;
visibility: hidden;
}
@media only screen and (min-width:960px) {
.testimonials .testimonial {min-height:170px;}
}
.testimonials .suburb {line-height:100%;color:var(--dark-color);font-weight:normal;}
.testimonials a {text-decoration:none!important;}
.testimonials table {width:100%;}
.testimonials td {vertical-align:middle;}
.testimonials td:last-child {text-align:right;}
.testimonials .fa-star {color:#f3aa01!important;font-size:20px;margin-right:2px;}



.enquire1 {
background: var(--dark-color);
color: var(--white-color);
}
.contact .fa {
width: 25px;
}
.g-recaptcha {
transform: scale(.83);
-webkit-transform: scale(.83);
transform-origin: 0 0;
-webkit-transform-origin: 0 0
}
.full1 {
display: block;
width: 100%;
}
.center1 {
max-width: 1400px;
margin: 0px auto;
}
.center2 {
max-width: 1400px;
margin: 0px auto;
}
.center600 {
max-width: 600px;
margin: 0px auto;
}
.center800 {
max-width: 800px;
margin: 0px auto;
}
.center1200 {
max-width: 1200px;
margin: 0px auto;
}
.centert {
text-align: center!important;
}
.breadcrumbs,.breadcrumbs div,.breadcrumbs span, .breadcrumbs a {
font-size: 12px !important;
color:var(--veryverygrey-color)!important;
line-height:150%;
}
.zmm {
z-index: 20;
}
.hidemm {
display: none !important
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-width: 960px) {
.right1 {
float: right !important;
text-align: right !important;
}
.left1 {
float: left !important;
text-align: left !important;
}
.right2 {
float: right !important;
text-align: left !important;
}
.left2 {
float: left !important;
text-align: right !important;
}
.mobilehide {
}
.desktophide {
display: none !important;
}
.desktopfixed {
position: fixed;
z-index: 100;
}
.bgmobile {
background-size: cover;
}
}
@media (max-width: 960px) {
.right1 {
float: none !important;
text-align: center !important;
}
.left1 {
float: none !important;
text-align: center !important;
}
.right2 {
float: none !important;
text-align: center !important;
}
.left2 {
float: none !important;
text-align: center !important;
}
.mobilehide {
display: none !important;
}
.desktophide {
}
.desktopfixed {
position: relative;
z-index: 100;
}
.bgmobile {
background-size: 100% auto;
}

.centerd {
text-align: left;
}
}
.table {
display: table;
width: 100%;
}
.tablecell {
display: table-cell;
}





.containerf{
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	 perspective: 1000px;
}


	.name {width:100%;font-family:var(--heading-font);}
	.name a {line-height:150%!important;overflow:hidden;}
	
	.name .clamp {text-transform:none;padding: 5px 10px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-moz-line-clamp: 1;
display: -webkit-box;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
margin-top:-1px;
z-index:10;
position:relative;font-family:var(--heading-font);
font-size:18px!important;
}
	
	
	.articlename {width:100%;font-family:var(--heading-font);}
	.articlename a {line-height:150%!important;overflow:hidden;}
	
	.articlename .clamp {text-transform:none;padding: 5px 10px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-moz-line-clamp: 1;
display: -webkit-box;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
margin-top:-1px;
z-index:10;
position:relative;font-family:var(--heading-font);

font-size:18px!important;
}
	.articledesc{width:100%;font-family:var(--font);}
	.articledesc a {line-height:150%!important;overflow:hidden;}
	
	.articledesc .clamp {text-transform:none;padding: 5px 10px;
	line-height:150%;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-moz-line-clamp: 2;
display: -webkit-box;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
margin-top:-1px;
z-index:10;

position:relative;font-family:var(--font);
min-height:52px;
font-size:14px!important;
}




input[type=number]::-webkit-inner-spin-button {
width: 16px;
height: 30px;
opacity: 1;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
.addtocart-arearight .outer1 textarea {
min-height: 80px !important;
margin: 0px !important;
;
font-size: 16px !important;
;
border: 1px solid #eee !important;
padding: 20px 10px 0px 10px !important;
border-radius: var(--main-radius);
text-indent: 0;
}

.labelt {
width: 100%;
}
.labelt td {
padding: 5px;
}
.outer1 .input1, .outer1 input[type="text"], .outer1 input[type="password"], .outer1 input[type="email"], .outer1 input[type="url"], .outer1 input[type="color"], .outer1 input[type="date"], .outer1 input[type="datetime"], .outer1 input[type="datetime-local"], .outer1 input[type="month"], .outer1 input[type="number"], .outer1 input[type="range"], .outer1 input[type="tel"], .outer1 input[type="time"], .outer1 input[type="week"], .outer1 textarea, .outer1 select {
width: 100% !important;
text-transform: unset !important;
-webkit-appearance: none;
-webkit-border-radius: var(--main-radius);
}


.outer1 textarea, .outer1 select {
min-height: 104px !important;
margin: 0px !important;
;
font-size: 16px !important;
;
border: 1px solid #eee !important;
padding: 20px 10px 0px 10px !important;
border-radius: var(--main-radius) ;
text-indent: 0;
}

.outer1 input[type="text"], .outer1 input[type="password"], .outer1 input[type="email"], .outer1 input[type="url"], .outer1 input[type="color"], .outer1 input[type="date"], .outer1 input[type="datetime"], .outer1 input[type="datetime-local"], .outer1 input[type="month"], .outer1 input[type="number"], .outer1 input[type="range"], .outer1 input[type="tel"], .outer1 input[type="time"], .outer1 input[type="week"], .outer1 select {
min-height: 52px !important;
margin: 0px !important;
;
font-size: 16px !important;
;
border: 1px solid #eee;
padding: 15px 10px 0px 10px !important;
border-radius: var(--main-radius) ;
-webkit-appearance: none;
-webkit-border-radius: none;
text-indent: 0px !important;
text-align: left !important;
}

.outer1 .input {
min-height: 44px !important;
margin: 0px !important;
;
font-size: 16px !important;
;
border: 1px solid #f7f7f7 !important;
padding: 20px 10px 0px 10px !important;
border-radius: var(--main-radius) ;
}

.outer1 .labelt {
font-size: 16px;
}


.inner1 svg {width:10px;transform: rotate(180deg);float:right}
.inner1 {
font-size: 10px;
font-weight:bold;
line-height: 100%;
position: absolute;
top: 8px;
left: 10px;
width: calc(100% - 20px);
color: var(--black-color);
pointer-events:none;
z-index: 1;
}
.outer1{
position: relative;
display: block ;
text-align: left;
}

.containerf {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.radio .inner1 {
font-size: 10px;
font-weight:bold;
line-height: 100%;
position: relative;
top: 0px;
left: 0px;
width: calc(100% - 20px);
color: var(--black-color);
pointer-events:none;
z-index: 1;
}

.centert .outer1 {text-align:center!important;}
.centert .inner1 {text-align:center!important;}

.grecaptcha-badge {
 visibility: hidden;
}




@media only screen and (min-width:960px) {

.flex {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.flextoptop {
display: flex;
flex-direction: row;
align-items: top;
justify-content: center;
}
.flextopcenter {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.flextop {
display: flex;
flex-direction: column;
align-items: top;
justify-content: center;
}
.flexbottom {
display: flex;
flex-direction: row;
align-items: bottom;
justify-content: center;
}
}



.button-social {
display: inline-block;
padding: 0px 8px;
font-size: 20px !important;
line-height: 100% !important;
}


.brandicon1:hover .brandicon {
transform: rotateY(360deg) translateY(-5px) scale(1.1) perspective(600px) !important
}






.art-button span {font-size: 14px;
font-weight: normal;
text-transform:uppercase;letter-spacing:1px;font-family:var(--heading-font)!important;}

.art-button ,a.art-button, a.art-button:link, a.art-button:visited, a:link.art-button:link, body a.art-button:link, body a.art-button:visited, button.art-button, input.art-button {
color: var(--dark-color) ;

border: 1px solid var(--dark-color);
background: none;


border-radius: var(--main-radius);
-webkit-border-radius: var(--main-radius);
font-size: 14px;
font-weight: normal;
text-transform:uppercase;letter-spacing:1px;
margin: 0 auto;
text-decoration: none;
height: 50px ;
line-height: 50px ;
font-family:var(--heading-font)!important;
width: 100%;
position: relative;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-align: center;
overflow: visible;
cursor: pointer;
text-indent: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-origin: border ;
-moz-background-origin: border ;
background-origin: border-box ;
border-collapse: separate;
float: none !important;
-webkit-appearance: none
}

.art-button.active:hover,a.art-button.active:hover, a.art-button.active:link:hover, a.art-button.active:visited:hover, a:link.art-button.active:link:hover, body a.art-button.active:link:hover, body a.art-button.active:visited:hover, button.art-button.active:hover, input.art-button.active:hover
{
 }


.art-button:hover,a.art-button:hover, a.art-button:link:hover, a.art-button:visited:hover, a:link.art-button:link:hover, body a.art-button:link:hover, body a.art-button:visited:hover, button.art-button:hover, input.art-button:hover {
 background:  var(--dark-color);
border: 1px solid var(--dark-color);
margin: 0 auto;
color: var(--white-color);
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
color: var(--dark-color) !important;
background: var(--white-color)!important;
height:52px;

border-radius:var(--main-radius);
box-sizing:border-box;
border: 1px solid #eee;
margin: 0 auto;
width: 100%;
padding: 0;
color: #666 ;
font-size: 16px;
text-transform: none;
text-indent: 5px;
text-shadow: none
}



.art-postcontent{
font-size: 16px;

color: var(--dark-color);

line-height: 200%
}
.art-postcontent p {
margin: 12px 0 ;
color: var(--black-color);
}

.art-postcontent a {
font-size: 16px;

font-weight:bold;
text-decoration: none;
color: var(--dark-color);
}


.art-postcontent a.hover, .art-postcontent a:hover {

text-decoration: underline;
color: var(--black-color)
}


ul {
list-style-type: none ;
margin:0;padding: 0;
}
ol {
list-style-position: inside ;
margin:0;padding: 0;
}

form {
padding: 0 !important;
margin: 0 !important
}

pre {
overflow: auto;
padding: .1em
}



 .art-postcontent ul>li:before {
content: "\f10c" ;
margin-right: 0px ;
font-family: FontAwesome ;
text-indent: 10px ;
padding-left: 11px ;
font-size: 16px ;
color: var(--black-color) ;
padding-right: 10px ;
line-height: 0 ;
}



 .art-postcontent ul li {

text-indent: -38px !important;
overflow: hidden ;

line-height: 175%;
color:var(--black-color);
margin: 0 ;
font-size: 16px;
font-weight:500;
padding-left: 28px ;
}
.art-postcontent ol li {

text-indent: 0 !important;
overflow: hidden ;

line-height: 175%;
color: var(--white-color);
margin: 0 ;
font-size: 16px;
font-weight:500;
padding-left: 10px ;
}





.art-footer .radio .inner1 {color:#fff;}
.centert .outer1 {text-align:center!important;}
.centert  .inner1 {text-align:center!important;}
.dz-message {margin-bottom:5px}
.cf-response{text-align:center!important;}
.upload label {display:none!important}
.cf-field-hp {display:none!important}
 .cf-hide{display:none!important}
.cf-field-hp {
display: none !important;
}
.cferr {
margin-bottom: 3px;
}
.cf_results-msg {
display: none;
}
.cf-checkbox-group {display:inline-block;}
.cf-control-input-desc {font-size:16px;}
.nrf-rating-wrapper {display:inline-block}

.cf-btn {width:100%;margin-left:0px !important;height:40px;    -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;     box-sizing: border-box;}
.grecaptcha-badge { 
    visibility: hidden;
}

.extralight  {font-weight:300!important}
.light  {font-weight:400!important}
.normal  {font-weight:500!important}
.bold ,.strong {font-weight:600!important}
.extrabold {font-weight:700!important}
.black {font-weight:800!important}
.extrablack {font-weight:900!important}

.iconimage {width:100%;max-width:150px;}

.icontable{width:100%;}
.icontableimage{width:180px;;padding:10px;vertical-align:middle}
.icontableimage img{width:100%;max-width:150px;}
.icontabletitle{padding:10px;vertical-align:middle}
/*Font Size*/
.fs0 {font-size: 0!important;}.fs5 {font-size: 5px!important;}.fs6 {font-size: 6px!important;}.fs7 {font-size: 7px!important;}.fs8 {font-size: 8px!important;}.fs9 {font-size: 9px!important;}
.fs10 {font-size: 10px!important;}.fs11 {font-size: 11px!important;}.fs12 {font-size: 12px!important;}.fs13 {font-size: 13px!important;}.fs14 {font-size: 14px!important;}.fs15 {font-size: 15px!important;}.fs16 {font-size: 16px!important;}.fs17 {font-size: 17px!important;}.fs18 {font-size: 18px!important;}.fs19 {font-size: 19px!important;}
.fs20 {font-size: 20px!important;}.fs21 {font-size: 21px!important;}.fs22 {font-size: 22px!important;}.fs23 {font-size: 23px!important;}.fs24 {font-size: 24px!important;}.fs25 {font-size: 25px!important;}.fs26 {font-size: 26px!important;}.fs27 {font-size: 27px!important;}.fs28 {font-size: 28px!important;}.fs29 {font-size: 29px!important;}
.fs30 {font-size: 30px!important;}.fs31 {font-size: 31px!important;}.fs32 {font-size: 32px!important;}.fs33 {font-size: 33px!important;}.fs34 {font-size: 34px!important;}.fs35 {font-size: 35px!important;}.fs36 {font-size: 36px!important;}.fs37 {font-size: 37px!important;}.fs38 {font-size: 38px!important;}.fs39 {font-size: 39px!important;}
.fs40 {font-size: 40px!important;}.fs41 {font-size: 41px!important;}.fs42 {font-size: 42px!important;}.fs43 {font-size: 43px!important;}.fs44 {font-size: 44px!important;}.fs45 {font-size: 45px!important;}.fs46 {font-size: 46px!important;}.fs47 {font-size: 47px!important;}.fs48 {font-size: 48px!important;}.fs49 {font-size: 49px!important;}
.fs50 {font-size: 50px!important;}.fs51 {font-size: 51px!important;}.fs52 {font-size: 52px!important;}.fs53 {font-size: 53px!important;}.fs54 {font-size: 54px!important;}.fs55 {font-size: 55px!important;}.fs56 {font-size: 56px!important;}.fs57 {font-size: 57px!important;}.fs58 {font-size: 58px!important;}.fs59 {font-size: 59px!important;}
.fs60 {font-size: 60px!important;}.fs61 {font-size: 61px!important;}.fs62 {font-size: 62px!important;}.fs63 {font-size: 63px!important;}.fs64 {font-size: 64px!important;}.fs65 {font-size: 65px!important;}.fs66 {font-size: 66px!important;}.fs67 {font-size: 67px!important;}.fs68 {font-size: 68px!important;}.fs69 {font-size: 69px!important;}




/*Colors*/
.white{color:var(--white-color);}.black{color:var(--black-color);}.grey{color:var(--grey-color);}.verygrey{color:var(--verygrey-color);}.veryverygrey{color:var(--veryverygrey-color);}.verybright{color:var(--verybright-color);}.bright{color:var(--bright-color);}.dark{color:var(--dark-color);}.verydark{color:var(--verydark-color);}.verydark{color:var(--black-color);}
/*Backgrounds*/
.bgwhite{background:var(--white-color);}.bggrey{background:var(--grey-color);backdrop-filter: blur(4px);}.bgverygrey{background:var(--verygrey-color);}.bgveryverygrey{background:var(--veryverygrey-color);}.bgverybright{background:var(--verybright-color);}.bgbright{background:var(--bright-color);}.bgmedium{background:var(--bright-color);}
.bgdark{background:var(--dark-color);backdrop-filter: blur(10px);}.bgverydark{background:var(--verydark-color);}.bgblack{background:var(--black-color);}
/*Padding*/
 .p0 {padding: 0!important;}.p010 {padding: 0px 10px!important;}.p020 {padding: 0px 20px!important;}.p5 {padding: 5px!important;}.p05 {padding:0 5px!important;}.p50 {padding: 5px 0!important;}.p510 {padding: 5px 10px!important;}.p520 {padding: 5px 20px!important;}.p10 ,.p1010 {padding: 10px!important;}.p1020 {padding: 10px 20px!important;}.p20 ,.p2020 {padding: 20px 20px!important;}.p2010 {padding: 20px 10px!important;}.p100 {padding: 10px 0!important;}.p150 {padding: 15px 0!important;}.p200 {padding: 20px 0!important;}.pt0{padding-top:0}.pt10 {padding-top:10px!important;}.pt20 {padding-top:20px!important;}.pt30 {padding-top:30px!important;}.pt40 {padding-top:40px!important;}.pt50 {padding-top:50px!important;}.pt60 {padding-top:60px!important;}.pt70 {padding-top:70px!important;}.pt80 {padding-top:80px!important;}.pt90 {padding-top:90px!important;}.pt100 {padding-top:100px!important;}.pt110 {padding-top:110px!important;}.pt120 {padding-top:120px!important;}.pb0{padding-bottom:0!important;}.pb10 {padding-bottom:10px!important;}.pb20 {padding-bottom:20px!important;}.pb30 {padding-bottom:30px!important;}.pb40 {padding-bottom:40px!important;}.pb50 {padding-bottom:50px!important;}.pb60 {padding-bottom:60px!important;}.pb70 {padding-bottom:70px!important;}.pb90 {padding-bottom:80px!important;}.pb90 {padding-bottom:90px!important;}.pb100 {padding-bottom:100px!important;}.pb110 {padding-bottom:110px!important;}.pb120 {padding-bottom:120px!important;}
.p20{padding:20px;}
.p40{padding:20px;}
.p040{padding:0px 40px;}
.p540{padding:5px 40px;}
.p1040{padding:10px 40px;}
.p2040 {padding:20px 40px;}
.p40 {padding:20px 40px;}
.w100 {width:100%!important}
/*Margin*/
/*Margin*/
.mt0 {margin-top:0px!important;}.mt5 {margin-top:5px!important;}.mt10 {margin-top:10px!important;}.mt15 {margin-top:15px!important;}.mt20 {margin-top:20px!important;}.mt30 {margin-top:30px!important;}.mt40 {margin-top:40px!important;}.mt50 {margin-top:50px!important;}.mt60 {margin-top:60px!important;}.mt70 {margin-top:70px!important;}.mt80 {margin-top:80px!important;}.mt90 {margin-top:90px!important;}.mt100 {margin-top:100px!important;}.mt110 {margin-top:110px!important;}.mt120 {margin-top:120px!important;}.mb0 {margin-bottom:0!important;}.mb5 {margin-bottom:5px!important;}.mb10 {margin-bottom:10px!important;}.mb15 {margin-bottom:15px!important;}.mb20 {margin-bottom:20px!important;}.mb30 {margin-bottom:30px!important;}.mb40 {margin-bottom:40px!important;}.mb50 {margin-bottom:50px!important;}.mb60 {margin-bottom:60px!important;}.mb70 {margin-bottom:70px!important;}.mb80 {margin-bottom:80px!important;}.mb90 {margin-bottom:90px!important;}.mb100 {margin-bottom:100px!important;}.mb110 {margin-bottom:110px!important;}.mb120 {margin-bottom:120px!important;}.m0{margin:0!important;}.m10{margin:10px!important;}.m20{margin:20px!important;}.m30{margin:30px!important;}.m40{margin:40px!important;}.m50{margin:50px!important;}.m60{margin:60px!important;}.m100{margin:10px 0!important;}.m200{margin:20px 0!important;}.m300{margin:30px 0!important;}.m400{margin:40px 0!important;}.m500{margin:50px 0!important;}.m600{margin:60px 0!important;}.m700{margin:70px 0!important;}.m800{margin:80px 0!important;}.m900{margin:90px 0!important;}.m1000{margin:100px 0!important;}.m1100{margin:110px 0!important;}.m1200{margin:120px 0!important;}
.mt-0 {margin-top:-0px!important;}.mt-5 {margin-top:-5px!important;}.mt-10 {margin-top:-10px!important;}.mt-15 {margin-top:-15px!important;}.mt-20 {margin-top:-20px!important;}.mt-30 {margin-top:-30px!important;}.mt-40 {margin-top:-40px!important;}.mt-50 {margin-top:-50px!important;}.mt-60 {margin-top:-60px!important;}.mt-70 {margin-top:-70px!important;}.mt-80 {margin-top:-80px!important;}.mt-90 {margin-top:-90px!important;}.mt-100 {margin-top:-100px!important;}.mt-110 {margin-top:-110px!important;}.mt-120 {margin-top:-120px!important;}.mb-0 {margin-bottom:-0!important;}.mb-5 {margin-bottom:-5px!important;}.mb-10 {margin-bottom:-10px!important;}.mb-15 {margin-bottom:-15px!important;}.mb-20 {margin-bottom:-20px!important;}.mb-30 {margin-bottom:-30px!important;}.mb-40 {margin-bottom:-40px!important;}.mb-50 {margin-bottom:-50px!important;}.mb-60 {margin-bottom:-60px!important;}.mb-70 {margin-bottom:-70px!important;}.mb-80 {margin-bottom:-80px!important;}.mb-90 {margin-bottom:-90px!important;}.mb-100 {margin-bottom:-100px!important;}.mb-110 {margin-bottom:-110px!important;}.mb-120 {margin-bottom:-120px!important;}.m-0{margin:0!important;}.m-10{margin:-10px!important;}.m-20{margin:-20px!important;}.m-30{margin:-30px!important;}.m-40{margin:-40px!important;}.m-50{margin:-50px!important;}.m-60{margin:-60px!important;}.m-100{margin:-10px 0!important;}.m-200{margin:-20px 0!important;}.m-300{margin:-30px 0!important;}.m-400{margin:-40px 0!important;}.m-500{margin:-50px 0!important;}.m-600{margin:-60px 0!important;}.m-700{margin:-70px 0!important;}.m-800{margin:-80px 0!important;}.m-900{margin:-90px 0!important;}.m-1000{margin:-100px 0!important;}.m-1100{margin:-110px 0!important;}.m-1200{margin:-120px 0!important;}
.mr0 {margin-right:0px!important;}.mr5 {margin-right:5px!important;}.mr10 {margin-right:10px!important;}.mr15 {margin-right:15px!important;}.mr20 {margin-right:20px!important;}.mr30 {margin-right:30px!important;}.mr40 {margin-right:40px!important;}.mr50 {margin-right:50px!important;}.mr60 {margin-right:60px!important;}.mr70 {margin-right:70px!important;}.mr80 {margin-right:80px!important;}.mr90 {margin-right:90px!important;}.mr100 {margin-right:100px!important;}.mr110 {margin-right:110px!important;}.mr120 {margin-right:120px!important;}.ml0 {margin-left:0!important;}.ml5 {margin-left:5px!important;}.ml10 {margin-left:10px!important;}.ml15 {margin-left:15px!important;}.ml20 {margin-left:20px!important;}.ml30 {margin-left:30px!important;}.ml40 {margin-left:40px!important;}.ml50 {margin-left:50px!important;}.ml60 {margin-left:60px!important;}.ml70 {margin-left:70px!important;}.ml80 {margin-left:80px!important;}.ml90 {margin-left:90px!important;}.ml100 {margin-left:100px!important;}.ml110 {margin-left:110px!important;}.ml120 {margin-left:120px!important;}.m0{margin:0!important;}.m10{margin:10px!important;}.m20{margin:20px!important;}.m30{margin:30px!important;}.m40{margin:40px!important;}.m50{margin:50px!important;}.m60{margin:60px!important;}.m100{margin:10px 0!important;}.m200{margin:20px 0!important;}.m300{margin:30px 0!important;}.m400{margin:40px 0!important;}.m500{margin:50px 0!important;}.m600{margin:60px 0!important;}.m700{margin:70px 0!important;}.m800{margin:80px 0!important;}.m900{margin:90px 0!important;}.m1000{margin:100px 0!important;}.m1100{margin:110px 0!important;}.m1200{margin:120px 0!important;}
.mr-0 {margin-right:-0px!important;}.mr-5 {margin-right:-5px!important;}.mr-10 {margin-right:-10px!important;}.mr-15 {margin-right:-15px!important;}.mr-20 {margin-right:-20px!important;}.mr-30 {margin-right:-30px!important;}.mr-40 {margin-right:-40px!important;}.mr-50 {margin-right:-50px!important;}.mr-60 {margin-right:-60px!important;}.mr-70 {margin-right:-70px!important;}.mr-80 {margin-right:-80px!important;}.mr-90 {margin-right:-90px!important;}.mr-100 {margin-right:-100px!important;}.mr-110 {margin-right:-110px!important;}.mr-120 {margin-right:-120px!important;}.ml-0 {margin-left:-0!important;}.ml-5 {margin-left:-5px!important;}.ml-10 {margin-left:-10px!important;}.ml-15 {margin-left:-15px!important;}.ml-20 {margin-left:-20px!important;}.ml-30 {margin-left:-30px!important;}.ml-40 {margin-left:-40px!important;}.ml-50 {margin-left:-50px!important;}.ml-60 {margin-left:-60px!important;}.ml-70 {margin-left:-70px!important;}.ml-80 {margin-left:-80px!important;}.ml-90 {margin-left:-90px!important;}.ml-100 {margin-left:-100px!important;}.ml-110 {margin-left:-110px!important;}.ml-120 {margin-left:-120px!important;}.m-0{margin:0!important;}.m-10{margin:-10px!important;}.m-20{margin:-20px!important;}.m-30{margin:-30px!important;}.m-40{margin:-40px!important;}.m-50{margin:-50px!important;}.m-60{margin:-60px!important;}.m-100{margin:-10px 0!important;}.m-200{margin:-20px 0!important;}.m-300{margin:-30px 0!important;}.m-400{margin:-40px 0!important;}.m-500{margin:-50px 0!important;}.m-600{margin:-60px 0!important;}.m-700{margin:-70px 0!important;}.m-800{margin:-80px 0!important;}.m-900{margin:-90px 0!important;}.m-1000{margin:-100px 0!important;}.m-1100{margin:-110px 0!important;}.m-1200{margin:-120px 0!important;}

/*Full*/
.full1{}.full100 {padding:10px 0;}.full200 {padding:20px 0;}.full300 {padding:30px 0;}.full400 {padding:40px 0;}.full500 {padding:50px 0;}.full600 {padding:60px 0;}.full800 {padding:80px 0;}.full1000 {padding:100px 0;}.full1200 {padding:120px 0;}
/*Order*/
.order1{order:1}.order2{order:2}.order3{order:3}.order4{order:4}.order5{order:5}.order6{order:6}
/* Rows */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block }audio, canvas, video {display: inline-block }audio:not([controls]) {display: none;height: 0 }[hidden] {display: none }html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;height: unset !important;scroll-behavior: smooth;}body {margin: 0;height: 100%;width: 100vw !important;max-width: 100% !important;min-width: 100% !important }a:focus {outline: thin dotted }a:active, a:hover {outline: 0 }abbr[title] {border-bottom: 1px dotted }b, strong {font-weight: bold }dfn {font-style: italic }hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0 }mark {color: var(--dark-color);}pre {white-space: pre-wrap }q {quotes: "\201C" "\201D" "\2018" "\2019" }sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline }sup {top: -0.5em }sub {bottom: -0.25em }img {border: 0;max-width: 100%;height: auto;display: block;margin-left: auto;margin-right: auto }svg:not(:root) {overflow: hidden }figure {margin: 0 }fieldset {margin: 0 2px;padding: 10px;}legend {border: 0;padding: 0 }button, select {text-transform: none }button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer }button[disabled], html input[disabled] {cursor: default }input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0 }input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box }input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none }button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0 }textarea {overflow: auto;vertical-align: top }table {border-collapse: collapse;border-spacing: 0 }.row:before, .row:after, .clearfix:before, .clearfix:after {content: '';display: table }.row:after, .clearfix:after {clear: both }.row, .clearfix {zoom: 1 }.rowflex {width: 100%;display: inline-flex }* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box }
.row {width: 100%;margin-bottom: 0px }.c1 {width: 8.33% }.c2 {width: 16.66% }.c3 {width: 25% }.c4 {width: 33.33% }.c5 {width: 41.66% }.c6 {width: 50% }.c7 {width: 58.33% }.c8 {width: 66.66% }.c9 {width: 75% }.c10 {width: 83.33% }.c11 {width: 91.66% }.c12 {width: 100% }.c1a {width: 10% }.c2a {width: 20% }.c3a {width: 30% }.c4a {width: 40% }.c5a {width: 50% }.c6a {width: 60% }.c7a {width: 70% }.c8a {width: 80% }.c9a {width: 90% }.c10a {width: 100% }.c1b {width: 14.2% }.d1 {width: 8.33% }.d2 {width: 16.66% }.d3 {width: 25% }.d4 {width: 33.33% }.d5 {width: 41.66% }.d6 {width: 50% }.d7 {width: 58.33% }.d8 {width: 66.66% }.d9 {width: 75% }.d10 {width: 83.33% }.d11 {width: 91.66% }.d12 {width: 100% }.d1a {width: 10% }.d2a {width: 20% }.d3a {width: 30% }.d4a {width: 40% }.d5a {width: 50% }.d6a {width: 60% }.d7a {width: 70% }.d8a {width: 80% }.d9a {width: 90% }.d10a {width: 100% }.d1b {width: 14.2% }.e1 {width: 8.33% }.e2 {width: 16.66% }.e3 {width: 25% }.e4 {width: 33.33% }.e5 {width: 41.66% }.e6 {width: 50% }.e7 {width: 58.33% }.e8 {width: 66.66% }.e9 {width: 75% }.e10 {width: 83.33% }.e11 {width: 91.66% }.e12 {width: 100% }.e1a {width: 10% }.e2a {width: 20% }.e3a {width: 30% }.e4a {width: 40% }.e5a {width: 50% }.e6a {width: 60% }.e7a {width: 70% }.e8a {width: 80% }.e9a {width: 90% }.e10a {width: 100% }.e1b {width: 14.2% }.f1 {width: 8.33% }.f2 {width: 16.66% }.f3 {width: 25% }.f4 {width: 33.33% }.f5 {width: 41.66% }.f6 {width: 50% }.f7 {width: 58.33% }.f8 {width: 66.66% }.f9 {width: 75% }.f10 {width: 83.33% }.f11 {width: 91.66% }.f12 {width: 100% }.f1a {width: 10% }.f2a {width: 20% }.f3a {width: 30% }.f4a {width: 40% }.f5a {width: 50% }.f6a {width: 60% }.f7a {width: 70% }.f8a {width: 80% }.f9a {width: 90% }.f10a {width: 100% }.f1b {width: 14.2% }.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12, .c1a, .c2a, .c3a, .c4a, .c5a, .c6a, .c7a, .c8a, .c9a, .c10a {min-height: 1px;float: left;}.d1, .d2, .d3, .d4, .d5, .d6, .d7, .d8, .d9, .d10, .d11, .d12, .d1a, .d2a, .d3a, .d4a, .d5a, .d6a, .d7a, .d8a, .d9a, .d10a {min-height: 1px;float: left;}.e1, .e2, .e3, .e4, .e5, .e6, .e7, .e8, .e9, .e10, .e11, .e12, .e1a, .e2a, .e3a, .e4a, .e5a, .e6a, .e7a, .e8a, .e9a, .e10a {min-height: 1px;float: left;}.f1, .f2, .f3, .f4, .f5, .f6, .f7, .f8, .f9, .f10, .f11, .f12, .f1a, .f2a, .f3a, .f4a, .f5a, .f6a, .f7a, .f8a, .f9a, .f10a {min-height: 1px;float: left;}@media only screen and (max-width:960px) {.row .row>div:last-child {margin-bottom: 0 !important }.row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12, .row .row .c1a, .row .row .c2a, .row .row .c3a, .row .row .c4a, .row .row .c5a, .row .row .c6a, .row .row .c7a, .row .row .c8a, .row .row .c9a, .row .row .c10a {width: 100%;}.row .row .d1, .row .row .d2, .row .row .d3, .row .row .d4, .row .row .d5, .row .row .d6, .row .row .d7, .row .row .d8, .row .row .d9, .row .row .d10, .row .row .d11, .row .row .d12, .row .row .d1a, .row .row .d2a, .row .row .d3a, .row .row .d4a, .row .row .d5a, .row .row .d6a, .row .row .d7a, .row .row .d8a, .row .row .d9a, .row .row .d10a {width: 50%;}.row .row .e1, .row .row .e2, .row .row .e3, .row .row .e4, .row .row .e5, .row .row .e6, .row .row .e7, .row .row .e8, .row .row .e9, .row .row .e10, .row .row .e11, .row .row .e12, .row .row .e1a, .row .row .e2a, .row .row .e3a, .row .row .e4a, .row .row .e5a, .row .row .e6a, .row .row .e7a, .row .row .e8a, .row .row .e9a, .row .row .e10a {width: 33%;}.row .row .f1, .row .row .f2, .row .row .f3, .row .row .f4, .row .row .f5, .row .row .f6, .row .row .f7, .row .row .f8, .row .row .f9, .row .row .f10, .row .row .f11, .row .row .f12, .row .row .f1a, .row .row .f2a, .row .row .f3a, .row .row .f4a, .row .row .f5a, .row .row .f6a, .row .row .f7a, .row .row .f8a, .row .row .f9a, .row .row .f10a {width: 67%;}.row .row>div:last-child {margin-bottom: 0 !important }}@media handheld, only screen and (max-width: 960px), only screen and (max-device-width: 960px) and (orientation:portrait) {body {font-size: 90% }.row {margin-bottom: 0 !important }.rowflex {width: 100%;display: inline-block }.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12, .c1a, .c2a, .c3a, .c4a, .c5a, .c6a, .c7a, .c8a, .c9a, .c10a {width: 100%;margin-right: 0;margin-left: 0;}.d1, .d2, .d3, .d4, .d5, .d6, .d7, .d8, .d9, .d10, .d11, .d12, .d1a, .d2a, .d3a, .d4a, .d5a, .d6a, .d7a, .d8a, .d9a, .d10a {width: 50%;margin-right: 0;margin-left: 0;}.e1, .e2, .e3, .e4, .e5, .e6, .e7, .e8, .e9, .e10, .e11, .e12, .e1a, .e2a, .e3a, .e4a, .e5a, .e6a, .e7a, .e8a, .e9a, .e10a {width: 33%;margin-right: 0;margin-left: 0;}.f1, .f2, .f3, .f4, .f5, .f6, .f7, .f8, .f9, .f10, .f11, .f12, .f1a, .f2a, .f3a, .f4a, .f5a, .f6a, .f7a, .f8a, .f9a, .f10a {width: 67%;margin-right: 0;margin-left: 0;}}
/* Fancybox */
.fancybox-bg {display: none }#fancybox-overlay { background-color: rgb(119, 119, 119);
 opacity: 1!important;
 cursor: pointer;-webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 background-color: #2222227a!important;
 transition: background-color .8s cubic-bezier(.215,.61,.355,1),-webkit-backdrop-filter .5s cubic-bezier(.215,.61,.355,1);
 transition: backdrop-filter .5s cubic-bezier(.215,.61,.355,1),background-color .8s cubic-bezier(.215,.61,.355,1);
 transition: backdrop-filter .5s cubic-bezier(.215,.61,.355,1),background-color .8s cubic-bezier(.215,.61,.355,1),-webkit-backdrop-filter .5s cubic-bezier(.215,.61,.355,1);

	
	z-index: 2010 !important;}#fancybox-wrap {z-index: 2020 !important;padding:0!important;}#fancybox-outer {border: 0;background: none !important;padding: 0px!important;border-radius:var(--main-radius);}#fancybox-content {background: none;border: 0;display: table !important;border-radius: var(--main-radius);}#fancybox-content>div {display: table !important;width: 100% !important;height: 100% !important;}#fancybox-title {display: none !important;}.fancybox-bg {display: none }
.fancybox-bg {display:none}
.art-postheadericons {display:none}
#fancybox-title {display:none !important;}

#fancybox-content {border:0px;}

#fancybox-content{background:#111111;}
blockquote {
margin: 20px 0px !important;
padding: 40px !important;
line-height: 200%;

}

/* Simple Popup */
.spu_content {background: none !important;margin: 0px !important;}.spu_content {margin: 0px !important;border: 0px !important;padding: 20px !important;height: 100% !important;display: table-cell !important;vertical-align: middle !important;}
/* Tabs & Sliders */
div.jwts_content {padding: 10px 10px !important;}.jwts_clr {display: block;clear: both;height: 0;line-height: 0;margin: 0;padding: 0;border: 0;}.jwts_tabber {display: none;}.jwts_tabberlive {margin: 4px 0;padding: 0;}ul.jwts_tabbernav {text-align: left !important;margin: 0 8px !important;padding: 0 !important;list-style: none !important;list-style-image: none !important;background: none !important;line-height: normal !important;height: auto !important;}ul.jwts_tabbernav li {margin: 0 !important;padding: 0 !important;line-height: normal !important;list-style: none !important;list-style-image: none !important;background: none !important;display: inline !important;}ul.jwts_tabbernav li a {font-size: 15px;margin: 0 3px 0 0;padding: 6px 10px 2px;color: var(--bright-color);border: 1px solid #bbb;border-bottom: none;background: #eee;}ul.jwts_tabbernav li a:hover {color: var(--bright-color);border: 1px solid #aaa;border-bottom: none;background: #f2f2f2;text-decoration: none;}ul.jwts_tabbernav li a:active, ul.jwts_tabbernav li a:focus {outline: 0;}ul.jwts_tabbernav li.jwts_tabberactive a {background: var(--white-color);border-bottom: 1px solid var(--white-color);}ul.jwts_tabbernav li.jwts_tabberactive a:hover {background: var(--white-color);border-bottom: 1px solid var(--white-color);text-decoration: none;}ul.jwts_tabbernav li.jwts_tabberactive, ul.jwts_tabbernav li.jwts_tabberinactive {background: none;padding: 0;margin: 0;}.jwts_tabberlive .jwts_tabbertab {text-align: left;margin: 2px 0 0 !important;padding: 8px;border-top: 1px solid #bbb;}.jwts_tabberlive .jwts_tabbertab h2.jwts_heading, .jwts_tabberlive .jwts_tabbertabhide {display: none;}div.jwts_toggleControlContainer {}div.jwts_toggleControlContainer a.jwts_toggleControl {font-size: 22px;font-weight: bold;text-decoration: none;display: block;border-top: 1px solid #eee;border-bottom: 1px solid #eee;color:var(--dark-color);padding: 10px ;margin-top: -1px;}div.jwts_toggleControlContainer a.jwts_toggleOn {color:var(--bright-color);border-bottom: 0px dotted #eee;}div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleMinus, div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_togglePlus {display: inline-block;font-size:36px;float:right;}div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_togglePlus, div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleMinus {display: none;}div.jwts_toggleControlContainer a.jwts_toggleControl span.jwts_toggleControlTitle {}div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice , div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlNotice {display: none;}div.jwts_toggleContent {}div.jwts_content {padding: 0 10px 20px 10px;}
/* Radius */
.radius1 {border-radius: 1px;overflow: hidden;}.radius2 {border-radius: 2px;overflow: hidden;}.radius3 {border-radius: 3px;overflow: hidden;}.radius4 {border-radius: 4px;overflow: hidden;}.radius5 {border-radius: 5px;overflow: hidden;}.radius6 {border-radius: 6px;overflow: hidden;}.radius7 {border-radius: 7px;overflow: hidden;}.radius8 {border-radius: 8px;overflow: hidden;}.radius9 {border-radius: 8px;overflow: hidden;}.radius10 {border-radius: 10px;overflow: hidden;}.radius15 {border-radius: 10px;overflow: hidden;}.radius20 {border-radius: 20px;overflow: hidden;}.radius50 {border-radius: 50px;overflow: hidden;}.radius100 {border-radius: 100px;overflow: hidden;}
.r1 {border-radius: 1px;overflow: hidden;}.r2 {border-radius: 2px;overflow: hidden;}.r3 {border-radius: 3px;overflow: hidden;}.r4 {border-radius: 4px;overflow: hidden;}.r5 {border-radius: 5px;overflow: hidden;}.r6 {border-radius: 6px;overflow: hidden;}.r7 {border-radius: 7px;overflow: hidden;}.r8 {border-radius: 8px;overflow: hidden;}.r9 {border-radius: 8px;overflow: hidden;}.r10 {border-radius: 10px;overflow: hidden;}.r15 {border-radius: 10px;overflow: hidden;}.r20 {border-radius: 20px;overflow: hidden;}.r50 {border-radius: 50px;overflow: hidden;}.r100 {border-radius: 100px;overflow: hidden;}

/* Hover Effects */
.hover {transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;}.text1 {color: var(--white-color);font-size: 20px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);white-space: nowrap }.attribute li span {font-size: 16px !important }.overlay1 {position: absolute;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, .5);overflow: hidden;width: 100%;height: 60px;transition: .5s ease }.container1:hover .overlay1 {height: 100% }.card {overflow:hidden;box-shadow: 0 3px 8px -4px rgba(0, 0, 0, .15);display: block;transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);-webkit-transition: .3s;transition: .3s;}.card:hover {box-shadow: 0 22px 43px rgba(0, 0, 0, .15);-webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, .15);-webkit-transform: translateY(-4px);transform: translateY(-4px);-moz-transform: none;}.cardbutton {box-shadow: 0 3px 8px -4px rgba(0, 0, 0, .2);display: block;transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);-webkit-transition: .3s;transition: .3s;padding: 10px 0;background: var(--dark-color);border-radius: 4px;}.cardbutton:hover {box-shadow: 0 22px 43px rgba(0, 0, 0, .1);-webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, .15);-webkit-transform: translateY(-4px);transform: translateY(-4px);-moz-transform: none;background: var(--bright-color);}a .cardbutton {color: var(--bright-color) !important;}a .cardbutton:hover {color: var(--white-color);}.cardbutton .cardbuttonimg {filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(31deg) brightness(103%) contrast(107%) }.cardbutton:hover .cardbuttonimg {filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(31deg) brightness(103%) contrast(107%);}.card1 {box-shadow: 0 3px 8px -4px rgba(0, 0, 0, .1);display: block;transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);-webkit-transition: .3s;transition: .3s;}.card1:hover {box-shadow: 0 22px 43px rgba(0, 0, 0, .15);-webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, .15);-webkit-transform: translateY(-4px);transform: translateY(-4px);-moz-transform: none }.shadow {box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;}.shadow:hover {box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);}.cardframe1 {box-shadow: 22px 22px 22px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 22px 22px 22px rgba(0, 0, 0, 0.15);display: block;transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);-webkit-transition: 0.3s;transition: 0.3s }.cardframe1:hover {box-shadow: 22px 22px 43px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 22px 22px 43px rgba(0, 0, 0, 0.15);-webkit-transform: translateY(-4px);transform: translateY(-4px);-moz-transform: none;}
.image1, .image2 {transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');overflow: none;}
.image {width:100%;background-position: center;transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;overflow: none;}.image:hover {transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');overflow: none;}.image2 {background-position: center;transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;overflow: none;}.image2:hover {transform: rotate(10deg) scale(1.05);-moz-transform: rotate(10deg) scale(1.05);-webkit-transform: rotate(10deg) scale(1.05);-o-transform: rotate(10deg) scale(1.05);-ms-transform: rotate(10deg) scale(1.05);-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');overflow: none;}.hover1 {transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);}.hover1:hover {box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);}.hover2 {padding: 10px;transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);}.hover2:hover {box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);}
/* Tabs Css */
.tab_container {width: 100%;margin: 0 auto;background: none;position: relative;text-align:center;}.tab_flex {display: flex;flex-direction: row;align-items: center;justify-content: center;}.tabinput, .tab-content {clear: both;padding-top: 0;display: none;}
.tablabel {font-family: var(--heading-font);
 text-transform: uppercase;
font-size: 18px;display: inline-block;;width: 12.5%;padding: 5px 0;color: var(--dark-color);cursor: pointer;text-decoration: none;text-align: center;border-top-left-radius: 0px;border-top-right-radius: 0px;
	background: none;position:relative}
	
	.tablabel:after {transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 0%;
 height: 1px;
 background-color: var(--dark-color);
 transform: translateX(0%); /* Center the border within 50% of the element */
 }
	
	#tab0:checked~#content0, #tab1:checked~#content1, #tab2:checked~#content2, #tab3:checked~#content3, #tab4:checked~#content4, #tab5:checked~#content5, #tab6:checked~#content6, #tab7:checked~#content7, #tab8:checked~#content8, #tab9:checked~#content9, #tab10:checked~#content10, #tab11:checked~#content11, #tab12:checked~#content12, #tab13:checked~#content13, #tab14:checked~#content14, #tab15:checked~#content15 {display: block;padding: 20px 10px;background: var(--white-color);border-radius: 5px;border-top-left-radius: var(--main-radius);}.tab_container .tab-content h3 {}.tab_container .tab-content a {}
	.tab_container [id^="tab"]:checked+.tablabel {color: var(--dark-color)}
	.tab_container [id^="tab"]:checked+.tablabel:after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 1px;
 background-color: var(--dark-color);
 transform: translateX(0%); /* Center the border within 50% of the element */
 }
	
	.tab_container [id^="tab"]:checked+.tablabel .fa {color: var(--white-color);}.tablabel .fa {font-size: 1.3em;margin: 0 0.4em 0 0;display: none;}@media only screen and (max-width: 1280px) {.tablabel {width: 25%;}}@media only screen and (max-width: 960px) {.tablabel {width: 50%;border-radius: var(--main-radius);border: 2px solid var(--white-color);}.tablabel span {font-size: 12px;}.tab_container a {font-size: 16px !important;}.tab_container {width: 98%;font-size: 16px;}.no_wrap {color: var(--bright-color);}}
/* Carousel */
.vina-carousel-virtuemart {-webkit-box-sizing: border-box;-moz-box-sizing: border-box }.owl-carousel .animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both }.owl-carousel .owl-animated-in {z-index: 0 }.owl-carousel .owl-animated-out {z-index: 1 }.owl-carousel .fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut }@-webkit-keyframes fadeOut {0% {opacity: 1 }100% {opacity: 0 }}@keyframes fadeOut {0% {opacity: 1 }100% {opacity: 0 }}.owl-height {-webkit-transition: height .5s ease-in-out;-moz-transition: height .5s ease-in-out;-ms-transition: height .5s ease-in-out;-o-transition: height .5s ease-in-out;transition: height .5s ease-in-out }.owl-carousel {display: none;width: 100%;position: relative;z-index: 1 }.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y }.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0 }.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0) }.owl-carousel .owl-item {position: relative;min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-touch-callout: none }.owl-carousel .owl-item img {display: block;-webkit-transform-style: preserve-3d;transform-style: preserve-3d }.no-js .owl-carousel, .owl-carousel.owl-loaded {display: block }.owl-carousel.owl-loading {opacity: 0;display: block }.owl-carousel.owl-hidden {opacity: 0 }.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel.owl-refresh .owl-item {display: none }.owl-carousel.owl-drag .owl-item {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none }.owl-carousel.owl-grab {cursor: move;cursor: -webkit-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab }.owl-carousel.owl-rtl {direction: rtl }.owl-carousel.owl-rtl .owl-item {float: right }.owl-carousel .owl-item .owl-lazy {opacity: 0;-webkit-transition: opacity .4s;-moz-transition: opacity .4s;-ms-transition: opacity .4s;-o-transition: opacity .4s;transition: opacity .4s }.owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000 }.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url(owl.video.play.png) no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;-webkit-transition: scale .1s;-moz-transition: scale .1s;-ms-transition: scale .1s;-o-transition: scale .1s;transition: scale .1s }.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;-webkit-transition: opacity .4s;-moz-transition: opacity .4s;-ms-transition: opacity .4s;-o-transition: opacity .4s;transition: opacity .4s }.owl-carousel .owl-video-frame {position: relative;z-index: 1;height: 100%;width: 100% }.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {cursor: pointer;cursor: hand;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none }.owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-dots {-webkit-tap-highlight-color: transparent }.owl-theme .owl-dots {margin-top: 0px;width: 100%;text-align: center }.owl-theme .owl-dots .owl-dot {display: inline-block;zoom: 1 }.owl-theme .owl-dots .owl-dot span {width: 10px;height: 10px;margin: 0px 5px;background: #d6d6d6;display: block;border-radius: 30px }.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ccc }
/* Embed Video */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.img41{width:100%;padding-top:25%;position:relative;overflow:hidden;}
.img41 img {object-fit: cover;position: absolute;height: 100%;top: 50%;left: 50%; transform: translate(-50%, -50%);vertical-align:middle;width:100%}
.img415{width:100%;padding-top:32.5%;position:relative;overflow:hidden;}
.img415 img {object-fit: cover;position: absolute;height: 100%;top: 50%;left: 50%; transform: translate(-50%, -50%);vertical-align:middle;width:100%}
.img42{width:100%;padding-top:50%;position:relative;overflow:hidden;}
.img42 img {object-fit: cover;position: absolute;height: 100%;top: 50%;left: 50%; transform: translate(-50%, -50%);vertical-align:middle;width:100%}
.img425{width:100%;padding-top:62.5%;position:relative;overflow:hidden;}
.img425 img {object-fit: cover;position: absolute;height: 100%;top: 50%;left: 50%; transform: translate(-50%, -50%);vertical-align:middle;width:100%}
.img43{width:100%;padding-top:75%;position:relative;overflow:hidden;}
.img43 img {object-fit: cover;position: absolute;height: 100%;top: 50%;left: 50%; transform: translate(-50%, -50%);vertical-align:middle;width:100%}
.img435{width:100%;padding-top:82.5%;position:relative;overflow:hidden;}
.img435 img {object-fit: cover;position: absolute;height: 100%;top: 50%;left: 50%; transform: translate(-50%, -50%);vertical-align:middle;width:100%}
.img44{width:100%;padding-top:100%;position:relative;overflow:hidden;}
.img44 img {object-fit: cover;position: absolute;height: 100%;top: 50%;left: 50%; transform: translate(-50%, -50%);vertical-align:middle;width:100%}

@media (max-width: 800px)
{
.imgtxt{
font-size:28px!important;

}
}
.imgtxt{
position:absolute;bottom:60px;width:100%;text-align:center;font-family:var(--heading-font);font-size:42px;text-shadow:1px 1px 3px rgba(0,0,0,.3);text-transform:uppercase;color:#fff;

}
.imgtop {position: absolute;
 width: 100%;
 height: 100%;
 object-position: center;
	object-fit:cover;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 vertical-align: middle;
	opacity:0;
-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;}

.imgbottom {position: absolute;
 width: 100%;
 height: 100%;
 object-position: center;
	object-fit:cover;

 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 vertical-align: middle;}






.hide {display:none!important;}



#limit {padding:8px 3px;border:1px solid #eee;}




.fp {padding:5px 5px;}
.orderlistcontainer .title {display:none;}
.vm-chzn-select {width:100%;border:1px solid #eee;padding:5px;}
.vmcustom-textinput {width:100% !important;border:1px solid #eee !important;padding:5px !important;}

.table1 {width:100%;margin:-5px;}
.tablecell1 {width:50%;padding:5px;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pp {padding:10px 5px;}
.pr {padding:10px 0px 10px 5px;}
.pl {padding:10px 5px 10px 0px;}
.pc {padding:10px 5px 10px 5px;}
.center1 {max-width: 1400px;margin: 0px auto;}
.ff {padding:0px 5px;}
.full1 {display:block;width:100%;}
.left0 {text-align:left ;}
.right0 {text-align:right ;}
@media (max-width: 800px)
{
.menu1 {display:none;}
.right1 {float:none !important; text-align:center !important;}
.right2 {display:none;}
.left1 {float:none !important; text-align:center !important;}
.desktopfixed {position:relative;z-index:100;}

.mobilehide {display:none;}
.desktophideinline {display:inline-block;}
.desktophide {}


}
@media (min-width: 800px)
{
.right1 {float:right !important;text-align:right !important;}
.left1 {float:left !important;text-align:left !important;}
.desktopfixed {position:fixed;z-index:100;}
.mobilehide {}
.desktophideinline {display:none;}
.desktophide {display:none;}
}


blockquote p {margin: 12px 0px !important;}
.art-layout-cell {height: 100% !important;}
/* Footers */

.footer2 , .footer2 p, .footer2 a {
font-size: 12px !important;
}
.footer1, .footer1, .footer1 p, .footer1 a {
font-size: 14px !important;
display:block;line-height:200%!important;

}
.footer1 a:hover{


}
.footer1 .fa {width:25px;}

.art-footer p {
text-align: unset
}
.art-footer ul>li {
font-size: 20px;
}
@media only screen and (min-width:960px) {
.footer1 ul {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}}
.art-footer p {text-align:unset}
.footer1 .logo {max-width:290px!important;margin:0}
.footer1 img {max-width:100%;width:100%;}
.footer2 {font-size:14px;}
.footer2 a {font-size:14px!important;}
.footertable {
width: 100%;
border-right: 2px solid var(--white-color);
}
.footerheader {
font-size: 22px;
font-weight:normal;
margin: 10px 0 20px 0;
font-family:var(--heading-font);


color:var(--bright-color)!important;
}

.art-footer{
color: var(--white-color);


line-height: 150%;
font-size: 16px;
margin: 0 auto;
position: relative;
}
.art-footer a {
color: var(--bright-color);
font-size: 16px;



text-decoration: none
}
.art-footer a:hover {
color: var(--white-color);

text-decoration: underline
}


