/*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: "century-gothic" , 'Sans-Serif';
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1, .h1 {
	font-size: 42px;
	line-height: 38px;
	font-weight: 800;
	color: #345671;
	letter-spacing: 1px;
}
h2, .h2 {
	font-size: 30px;
	font-weight: 100;
	color: #345671;
}
p {
	line-height: 30px;
	color: #58595b;
}

.button {
	background-color: #345671;
	border-radius: 12px;
	border: 2px solid transparent;
	letter-spacing: 1px;
	color: #FFF;
	padding: 20px;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	background-color: transparent;
}
.logo {
	display: inline-block;
	height: 70px;
	max-width: 300px;
	background-position: center;
	position: relative;
    z-index: 999;
}
.header {
	padding: 30px 0px 120px;
	background: linear-gradient(#345671, transparent);
}
.header .frame,
.footer .frame {
	width: 1600px;
}
.header-backing {
	background-image: url('images/header-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}
.header-backing::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(52,86,113, 0.5);
	background-image: url('images/logo-2022.png');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.header .logo-wrap {
	text-align: left;
}
.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:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
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 15px 11px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: none;
	border: 2px solid transparent;
	border-radius: 12px;
	margin-right: 5px;
}
ul.menu .mobile-nav + li {

}
ul.menu .menulink:hover {
	border: 2px solid #FFF;
	border-radius: 12px;
}

/*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:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.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;
}

.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: #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:#345671;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:40px 0 30px;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
	margin: 0px;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.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 .button {
	background-color: #FFF;
	color: #6798ba;
	margin-left: 10px;
}
.footer .button:hover {
	background-color: transparent;
	border-color: #FFF;
	color: #FFF;
}
.footer span {
	margin: 0px 10px;
}
.footer b {
	margin-right: 5px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #6798ba;
}
.footer .w15 {
	width: 15%;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding: 10px 30px;
	border-radius: 12px;
	margin-right: 10px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: transparent;
	border-color: #345671;
	color: #345671;
}
.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;
}
.phone a {
	color: #FFF!important;
	font-weight: 100;
	text-align: center;
}
.phone a:hover {
	color: #6798ba!important;
}
.call-us {
	background-color: #345671;
}
.call-us h1 {
	color: #FFF;
	margin: 0px;
	font-weight: 600;
}
.call-us span {
	font-weight: 100;
}
.services {
	padding-top: 180px!important;
	padding-bottom: 180px!important;
}
.services p {
	color: #FFF;
	text-transform: uppercase;
}
.services * {
	text-align: center;
}
.services .button {
	border-color: #FFF;
	color: #345671;
	background-color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
}
.services .button:hover {
	background-color: transparent;
	color: #FFF;
	font-weight: 100;
}
.services img {
	width: 50%!important;
	margin-bottom: 10px;
}
.team .button {
	border-radius: 0px;
	text-transform: uppercase;
	width: 100%;
	padding: 25px 20px;
}
.light-blue {
	color: #6798ba;
}

/*Bio Block*/
.bio-block img {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 5px;
}

.bio-text h2{
	font-weight: 800;
    margin: 0;
}
.bio-text h3{
	font-size: 18px;
    line-height: 19px;
}
.bio-text p{
    font-size: 15px;
    line-height: 24px;
}

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

.phone-mobile {
	display: none;
}
.logo-wrap:last-child {
	display: none;
}
.contact-box {
	background-color: #FFF;
	border: 2px solid #345671;
	border-radius: 5px;
	padding: 20px;
	transition: all 0.2s ease-in-out 0s;
	margin-bottom: 15px;
}
.contact-box:hover {
	background-color: #345671;
}
.contact-box * {
	transition: all 0.2s ease-in-out 0s;
}
.contact-box:hover * {
	color: #FFF;
}
.contact-form {
	background-color: #345671;
}
.contact-form h2 {
	color: #FFF;
}
input[type="submit"], button {
	background-color: #345671;
	border-radius: 5px;
}
input[type="submit"], button:hover {
	background-color: #6798ba;
	border-radius: 5px;
}
.form-block {
	background-color: #FFF;
	border-radius: 5px;
	padding: 10px;
}
.tab-content img {
	width: 100%;
}
.tab-content .col:last-child {
	padding-left: 20px;
}
.toe .pb-block-type-text:not(:last-child) {
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.alert.alert-neutral{
    background-color: #fff;
    border-radius: 15px !important;
    position: relative;
    border: 2px solid #345671 !important;
}
.text-dark-blue{
    color: #345671;
}

/****** OVERRIDE OVERSIZE *******/
@media screen and (min-width: 1024px) {
	.header .col.w50:first-child {
		display: none;
	}
	.header .navigation ul.menu {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1600px) {
	.header .frame, .footer .frame {
		width: 100%;
		padding: 0px 20px;
	}
}
@media screen and (max-width: 1280px) {
	.footer .coltable > .col.w50 {
		width: unset;
	}
	.header .col.w50 {
		width: unset;
	}
	.header .col:last-child {
		width: 66%;
	}
}
@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;
	}
}
@media screen and (max-width: 1024px) {
    .logo-wrap{
        display: block !important;
    }
    .logo-wrap:nth-child(2){
        display: none !important;
    }
    .header-backing::before {
        background-image: none;
    }
	.header-backing {
        height: auto;
/*		height: 35vh;
*/	}
	.row-container > .pb-section > .frame,
	.row-container > .pb-section > .frame.frame-master {
		padding: 0px 20px;
	}
	.footer .coltable > .col {
		width: 25%;
	}
	.footer .coltable > .col.w15 {
		width: 8%;
	}
	.footer .coltable > .col.w50 {
		width: unset;
	}
	.footer .button {
		width: 70%;
		text-align: center;
		margin: 0px;
		margin-top: 10px;
	}
}
@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;
	}
	.header .col:last-child {
		width: 100%;
	}
	.services {
		padding-top: 100px!important;
		padding-bottom: 100px!important;
	}
	.call-us h1 {
		font-size: 36px;
	}
	.team .button {
		height: 95px;
	}
	.footer .coltable > .col {
		width: 10%;
	}
	.footer .coltable > .col.w15 {
		width: 8%;
	}
	.footer .coltable > .col.w50 {
		width: unset;
	}
	.footer .button {
		width: 100%;
		text-align: center;
		margin: 0px;
		margin-top: 10px;
	}
	.header .coltable > .col {
		display: block;
	}
	.header .logo-wrap {
		text-align: center;
	}
	.contact-box {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:600px) {
	h1, .h1 {
		font-size: 32px;
	}
	h1, .h1 {
		line-height: 38px;
	}
	.row-container > .pb-section.section-pad-5 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.footer .col.w50.text-right span {
		clear: both;
		display: block;
	}
	.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;
	}
	.services .col-sm-3 {
		padding: 20px;
	}
	.row-container > .pb-section.section-pad-3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.team .button {
		height: unset;
	}
	.footer > .frame > .coltable > .col {
		padding: 0px;
	}
	.light-blue {
		display: block;
		padding-top: 20px;
	}
	.call-us h1 {
		font-size: 21px;
	}
	body * {
		text-align: center;
	}
	.team-section {
		padding-bottom: 0px!important;
	}
	.header-backing {
		height: auto;
	}
	.header {
		background-color:#345671;
		padding: 20px 0;
		z-index: 1000;
        margin-bottom: 60px;
	}
	.header .logo-wrap {
		text-align: center;
	}
	.phone {
		display: none!important;
	}
	.phone-mobile {
		color: #FFF;
		font-size: 16px;
		display: inline-block;
		margin: 10px;
	}
	.header-backing::before,
	.header-backing {
		background-image: none;
		background-color: unset;
	}
	.button {
		width: 100%;
	}
	.intro .button {
		margin-bottom: 10px;
	}
	.logo-wrap:first-child {
		display: none;
	}
	.tab-content .col:last-child p {
		text-align: justify;
	}
	.tab-content .col:last-child {
		padding-left: 0px;
	}
	.tab .tab-legend > li {
		width: 100%;
	}
}
