/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/***Main CSS***/
.header, .navigation, .footer, .copyright, .body, .sli, .section, .banner {
    background-color:#F9F9F9;
}
body {
	background-color:#F9F9F9;
}
.body {
	padding: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
	/*color: #54a742;*/
    color: #237b0f;
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}

h2 {
	color: #237b0f;
}
a {
	color: #757575;
}

.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 90px;
	max-width: 300px;
	background-position: center;
    transition: all 0.4s;
}
.header {
	padding: 20px 0;
	/*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	z-index: 101;
    width: 100%;
    transition: all 0.4s;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#2E841B;
	color: #FFF;
	border-bottom: none;
}
.header.header-scroll {
    background-color: rgba(255,255,255,0.90);
    /*background-color: rgba(0, 0, 0, 0.7);*/
    padding: 6px 0;
}
.header.header-scroll .logo {
    height: 65px;
}
.header.header-scroll ul.menu li .menulink {
    padding: 6px 5px;
}

/*Menu*/
ul.menu {
    max-width: 1000px;
    margin: 0 auto;
}
ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 5px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	border: none;
	/*color: #CCC;*/
    color: #474747;
	font-weight: bolder;
}
ul.menu .mobile-nav + li {
	border: none;
}
ul.menu .menulink:hover {
	color:#237b0f;
	background: none;
}
ul.menu > li {
	display: inline-block;
	margin: 0 40px;
	font-weight: bold;
}
ul.menu > li:not(.mobile-nav) .menulink::after {
    content: "";
    position: absolute;
    right: 100%;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
    top: 0px;
    border-bottom: 2px solid #237b0f;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
ul.menu > li:not(.mobile-nav) .menulink:hover::after {
    opacity: 1;
    right: 0 !important;
    left: 0 !important;
    bottom: 0;
    top: 0;
}
ul.menu li.contact .menulink::after {
    border-width: 1px;
}
#header .coltable .col:first-child {
	width: 30%;
}
#header .coltable .col:last-child {
	text-align: right;
	padding: 0 50px;
}
ul.menu li.contact .menulink {
	text-transform: none !important;
	font-weight: bold;
}

/*Banner*/
.banner {
	background-image: url(images/banner-default.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
	height: 800px;
	overflow: hidden;
    max-height: 100vh;
    background-position: center bottom;
}
.banner.small-banner {
    height: 400px;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
    line-height: 50px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}
.banner .slide-image {
	height: 800px;
	background-position: center bottom;
}
.banner .slide-image.slide-small {
	height: 400px;
}
.banner .slide {
	position: absolute;
	height: 100%;
	width: 100%;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}
.slide-image img {
	max-height: 800px;
	width: 100%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	/*background-color:#444;*/
    background-color: #F9F9F9;
	color: #FFF;
	padding:60px 0 70px;
}
.footer .foot-menu {
	border: none;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #3f3f3f;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #3f3f3f;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li {
	position: relative;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	color: #3f3f3f;
	display: inline-block;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #237b0f;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.footer .foot-menu > li a::after {
    content: "";
    position: absolute;
    right: 100%;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
    top: 0px;
    border-bottom: 1px solid #237b0f;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer .foot-menu > li a:hover::after {
    opacity: 1;
    right: 0 !important;
    left: 0 !important;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}

#menu-mobile {
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
	padding: 20px 0;
	/*background-color: rgba(0,0,0,0.95);*/
    background-color: rgba(255,255,255,0.9);
	height: 100%;
	overflow-y: scroll;
}
#menu-mobile::-webkit-scrollbar { 
    display: none; 
	-moz-scrollbars:none;
}
#menu-mobile ul.menu {
    padding: 15px 0;
}
#menu-mobile ul.menu li {
    display: block;
	float: none;
}
#menu-mobile ul.menu li .menulink {
    text-align: left;
    padding: 10px 30px;
}
#menu-mobile ul.menu li .icon {
    color: #10AC6E;
}
#menu-mobile ul.menu li .menulink:hover {
    color:#10AC6E !important;
}
#menu-mobile ul.menu li .menu-group .menulink {
    display: inline-block;
}
#menu-mobile ul.menu li.has-children .menu-group .menulink {
    padding-right: 0px !important;
}
#menu-mobile ul.menu li .menu-group .menu-drop-link {
    display: inline-block;
	padding: 0 5px;
}
#menu-mobile ul.menu ul li a {
    background-color: #10AC6E;
	padding: 10px 40px;
	text-align: left;
}
#menu-mobile ul.menu ul li a:hover {
    background-color: #00754C;
}
body.mobile-menu-active {
    overflow: hidden;
}

.pb-section.section-green, .pb-row.section-green, .section.section-green {
	background-color: #237b0f;
	color: #FFF;
	background-image: url("images/bg-grid.jpg");
	background-size: 120px;
	background-blend-mode: color-burn;
}
.section-green h1,
.section-green h2,
.section-green h3,
.section-green h4 {
	color: #FFF;
}
.why-icon {
	font-size: 40px;
    transition: all .2s;
}
.why-block:hover .why-icon {
    transform: scale(1.25);
}
.why-block h3 {
	margin-bottom: 10px;
}
.section-small .frame {
	width: 1000px;
}
input[type="submit"], button {
	background-color: #237b0f;
}
input[type="submit"]:hover, button:hover {
	background-color: #444;
}

.pad-text-blocks .pb-block.pb-block-type-text {
    padding: 20px;
    padding-top: 70px;
}
.no-col-pad .pb-column {
    padding: 0;
}

.home-service-row2 {
    padding-top: 30px;
}

.post-wrap .post-item:hover,
.image-wrap img:hover {
    border-color: #237b0f;
}

.post-type-gallery .pb-column {
    padding: 0 5px;
}
.post-type-gallery .pb-column:first-child {
    padding-left: 15px;
}
.post-type-gallery .pb-column:last-child {
    padding-right: 15px;
}
.pb-block.pb-block-type-image_ba {
    margin-bottom: 10px;
}

.section-testimonial {
    padding: 40px 0;
}

.banner .slide .slide-inner .slide-cell .slide-content {
    width: 90%;
    margin: 0 auto;
    color: #FFF;
}
.banner.small-banner .slide .slide-inner .slide-cell .slide-content {
    margin-top: 40px;
}

.slider h4 {
    color: #FFF;
}

.slider-fake {
    position: relative;
    height: 100%;
}

.breadcrumb,
.breadcrumb a {
    color: #FFF;
    font-size: 14px;
}
.breadcrumb a i {
    vertical-align: unset !important;
}

.section-testimonial {
    padding: 40px 10px;
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1500px) {
    ul.menu > li {
        margin: 0 30px;
    }
}
@media screen and (max-width:1400px) {
    ul.menu > li {
        margin: 0 20px;
    }
	.body .frame {
		padding: 0 20px;
	}
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	ul.menu > li {
        margin: 0 10px;
    }
	#header .coltable .col:first-child, #header .coltable .col:last-child {
		padding: 0 20px;
	}
    .pad-text-blocks .pb-block.pb-block-type-text {
        padding: 10px;
    }
}
@media screen and (max-width:1000px) {
	#header .coltable .col:first-child {
		width: 25%;
	}
	ul.menu .menulink {
		font-size: 12px;
	}
    .section-small .frame { 
         width: 100%;   
    }
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	ul.menu .mobile-nav .menulink {
		font-size: 30px;
	}
	#header .site-logo {
		background-position: left;
		height: 65px;
	}
	.header {
		padding: 10px 0;
	}
	#header .coltable .col:first-child {
		width: 70% !important;
		padding-left: 50px;
		display: inline-block;
	}
	#header .coltable .col:last-child {
		width: 25% !important;
		display: inline-block;
	}
	.header .logo-wrap {
		text-align: left;
	}
	.banner, .slide-image img {
		height: 500px;
		max-height: 500px;
	}
   .no-col-pad .pb-column {
        padding: 0;
        margin: 15px;
    }
    .home-service-row2 {
        padding-top: 0;
    }
    .slider h4 {
        font-size: 18px;
        font-weight: bold;
    }
    .banner .slide-image {
        background-position: bottom center;
        height: 500px;
    }
    .post-type-gallery .pb-column:first-child,
    .post-type-gallery .pb-column:last-child {
        padding: 0;
    }
}
@media screen and (max-width:700px) {
    .slider-wrapper .slide-cell {
        padding: 0;
    }
}
@media screen and (max-width:600px) {
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
}
@media screen and (max-width:580px) {
    .post-type-gallery .section {
        padding: 0;
    }
    .section-testimonial {
        padding: 40px 10px !important;
    }
}
@media screen and (max-width:400px) {
	#header .coltable .col:first-child {
		padding-left: 15px;
	}
    .body .frame {
        padding: 0 10px;
    }
}
