/*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***/
body {
	background-color:#FFF;
	font-family: proxima-nova, sans-serif;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
	font-family: sketchnote-text, sans-serif;
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
	color: #f08422;
}

.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;
}
.logo {
	display: inline-block;
	height: 250px;
	background-position: center;
}
.header {
	padding: 0;
}
.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 {
	color:#204299;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:56px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #B8C8E9;
	width: 100%;
}
ul.menu ul li a {
	color: #2C469A;
	font-size: 18px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #2C469A !important;
	color: #FFF;
}

ul.menu .menulink {
	padding: 15px;
	font-size:20px;
	letter-spacing: 2px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#204299;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0;
}
.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(255, 218, 141, 0.8);
	text-shadow: none;
	position: absolute;
	bottom: 0;
	top:auto;
	height: 140px !important;
}
.banner .slider-wrapper {
    box-shadow: none;
}

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

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #204299;
}
.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 {
	font-family: proxima-nova, sans-serif;
	background-color:#90469b;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:120px 0 100px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #FEC679;
}
.footer .break {
	width: 80px;
	height: 0px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #FEC679;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 200;
	letter-spacing: 0px;
	border-color:#0d63a1;
	font-size: 18px;
}
.footer .foot-menu > li a:hover {
	color: #FEC679;
}
.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;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	/*border-radius: 4px;*/
	border: 2px solid #204299;
	border-top-left-radius: 255px 15px;
	border-top-right-radius: 15px 255px;
	border-bottom-right-radius: 225px 15px;
	border-bottom-left-radius:15px 255px;
	padding:8px 20px;
	margin: 10px 0;
	color: #ffda8d;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
	color: #fff !important;
	border-color: #f08422 !important;
	background-color: #f08422 !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:#204299;
	border: solid #204299;
	border-top-left-radius: 255px 15px;
	border-top-right-radius: 15px 255px;
	border-bottom-right-radius: 225px 15px;
	border-bottom-left-radius:15px 255px;
	padding:8px 20px;
	margin: 10px 0;
	color: #ffda8d !important;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
}
input[type="submit"]:hover, button:hover {
	background-color:transparent;
	color: #204299 !important;
	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;	
}
.box-contact:hover p,
.box-contact:hover a{
    color: #ffda8d;
}
.box-contact:hover{
    background-color: #204299;
}
.box-contact{
	transition:all 0.2s ease-in-out 0s;
	border-radius: 30px;
	background-color: rgba(32,66,153,0.8);
}
.box-contact.top{
	transition:all 0.2s ease-in-out 0s;
	border-radius: 30px;
	background-color: rgba(32,66,153,0);
    font-size: 16px;
}
.box-contact.top > a{
	color: #f08422;
}
.box-contact.top > a:hover{
	text-decoration: none;
}
.box-contact.top:hover em{
	background-color: #1F4399;
}
.box-contact p{
	font-size: 18px;
	color: #ffda8d;
	transition:all 0.2s ease-in-out 0s;
}
.box-contact em{
	background-color: rgba(32,66,153,0.8);
	font-size: 24px;
	padding: 15px;
	color: #ffda8d;
	border-radius: 100%;
	margin-right: 20px;
}
.box-contact.top em{
	background-color: #f08422;
	color: #fff;
	margin-right: 10px;
	font-size: 20px;
	padding: 10px;
}
.box-team ul > li{
	margin-left: 30px;
	font-weight: 800;
	font-size: 18px;
	line-height: 30px;
}
.post-item.news img{
	border-top-left-radius: 255px 15px;
	border-top-right-radius: 15px 255px;
	border-bottom-right-radius: 225px 15px;
	border-bottom-left-radius:15px 255px;
}
.homebox-services img,
.box-image img{
	border: 5px solid rgba(32,66,153,0.8);
	color: #204299;
	border-top-right-radius: 255px 15px;
	border-top-left-radius: 15px 255px;
	border-bottom-left-radius: 225px 15px;
	border-bottom-right-radius:15px 255px;
	margin: 10px 0;
}
.post-item.news:hover{
	border-color: #FEC679;
	background-color: #FEC679;
}
.post-item.news,
.box-services{
	padding: 20px;
}
.box-team{
	padding: 30px;
}
.post-item.news,
.box-team,
.box-services{
	border: 3px solid #204299;
	color: #204299;
	border-top-left-radius: 255px 15px;
	border-top-right-radius: 15px 255px;
	border-bottom-right-radius: 225px 15px;
	border-bottom-left-radius:15px 255px;
	margin: 10px 0;
	transition:all 0.2s ease-in-out 0s;
}
.box-services p{
	margin-bottom: 0;
	transition:all 0.2s ease-in-out 0s;
	font-size: 18px;
}
.section-home-box{
	transition:all 0.2s ease-in-out 0s;
}
.section-home-box .pb-column:hover .homebox-services img{
	border-color: rgba(32,66,153,1);
	border-top-right-radius: 10px 15px;
	border-top-left-radius: 15px 10px;
	border-bottom-left-radius: 10px 15px;
	border-bottom-right-radius: 15px 10px;
}
.section-home-box .pb-column:hover .homebox-text a{
	text-decoration: none;
	color: #FEC679;
}
.homebox-text{
	text-align: center;
}
.box-services:hover p{
	margin-left: 5px;
}
.box-services:hover{
	border-color: #ffda8d;
	background-color: #ffda8d;
}
.home-services-box ul > li{
	font-size: 20px;
	line-height: 30px;
	color: #204299;
}
.pad-bottom-0{
	padding-bottom: 0px !important;
}
/******RESPONSIVE OVERRIDE*****/
@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;
	}
	.box-contact em{
		margin-right: 10px;
	}
	.section-contact .pb-column{
		width: 50%;
		display: inline-block;
	}
}
@media screen and (max-width:1000px) {
	.header .frame .coltable > .col{
		display: block;
		width: 100%;
		text-align: center;
	}
	.box-contact.top{
		display: inline-block;
	}
	.footer .column{
		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;
	}
	.footer .frame .coltable > .col{
		display: block;
		width: 100%;
	}
	.footer {
		text-align: center;
		padding: 40px 0;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.pb-column.col-sm-8{
	    width: 100%;
	}
	.section-contact .pb-column{
		width: 100%;
		display: block;
	}
}
@media screen and (max-width:600px) {
	ul.menu .menulink {
	    font-size: 15px;
	}
	.logo {
	    height: 190px;
	}
	.banner .slide .slide-inner{
		height: auto !important;
		padding: 15px;
	}
	h1, .h1 {
		font-size: 30px;
		line-height: 45px;
	}
	.contact-text{
		display: none;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	body.frame-full-width .body .frame{
		padding: 40px 20px;
	}
	.box-contact em{
		margin-right: 10px;
		font-size: 20px;
	}
	.box-contact p {
		font-size: 15px;
	}
	.capsule-container .wrap {
		position: relative;
	}
	.news-header {
	    padding: 100px 0 0;
	}
	.news-header .news-intro {
	    padding: 20px;
	}
	.news-header .news-intro.capsule-container .wrap {
		margin-top: 0;
		margin-right: 0;
		padding: 20px 0;
	}
	.capsule-container .wrap .capsule {
    	margin: 0 10px 0 0;
	}
}