@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');

/* ========== PROMO ========== */
.jsn-homepage.jsn-demo-page #jsn-promo {
	margin: 0;
}
.jsn-homepage.jsn-demo-page .box_skitter,
.jsn-homepage.jsn-demo-page .label_skitter {
	background: none !important;
}
.jsn-color-red.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #e74c3c;
}
.jsn-color-green.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #1abc9c;
}me
.jsn-color-orange.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #e67e22;
}
.jsn-color-violet.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #9b59b6;
}
.jsn-color-grey.jsn-homepage.jsn-demo-page #jsn-promo {
	background-color: #bcc6c9;
}
/* ========== MAIN FEATURES ========== */
#demo-main-features {
	padding: 80px 0;
}
#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
	margin-right: 0;
	padding: 55px;
}

#demo-main-features div.grid-layout.grid1 div.grid-col.block1 div.grid-col_inner {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#demo-main-features div.grid-layout.grid2 div.grid-col.block4 div.grid-col_inner {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
#demo-main-features div.grid-layout.grid2 div.grid-col {
	margin-top: -1px;
}
#demo-main-features div.grid-layout.grid2 div.grid-col.block4 {
	margin-left: -1px;
}
#demo-main-features div.grid-layout div.grid-col .icon {
	display: inline-block;
	float: left;
}
#demo-main-features div.grid-layout div.grid-col .icon .link-icon {
	display: block;
	padding: 0;
	width: 63px;
	height: 63px;
overflow: hidden;
}
#demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
display: block;
	background-color: #555;
}
.jsn-color-blue #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #009aca;
}
.jsn-color-red #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #bf0000;
}
.jsn-color-green #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #429e00;
}
.jsn-color-orange #demo-main-features div.grid-layout div.grid-col .icon .link-icon img  {
	background-color: #e66000;
}
.jsn-color-violet #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #9e0084;
}
.jsn-color-grey #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
	background-color: #555;
}
#demo-main-features div.grid-layout div.grid-col .intro-content {
	padding-left: 90px;
}
#demo-main-features div.grid-layout div.grid-col .intro-content .intro-heading a {
	color: #000;
	font-weight: bold;
}
#demo-main-features div.grid-layout div.grid-col .intro-content .desc {
	color: #888;
	line-height: 2em;
}

/* ========== MAIN CONTENT ========== */
.jsn-homepage.jsn-demo-page #demo-main-content {
	padding: 50px 0 80px;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-responsive-image {
	display: block;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-responsive-image img {
	max-width: 100%;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-main-content-text {
	padding: 0px !important;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-main-content-text h3.main-heading {
	font-size: 1.8em;
	margin-bottom: 30px;
}

/* ========== DEMO GALLERY ========== */
#demo-gallery {
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
}
#demo-gallery .item {
	padding: 40px;
}
#demo-gallery .item .img a {
	display: block;
	position: relative;
}
#demo-gallery .item .img a img {
	max-width: 100%;
}
#demo-gallery .item .desc {
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
}
#demo-gallery .item .img a:before {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	top: calc(50% - 15px);
	left: 50%;
	margin-left: -35px;
	background: #000 url(../images/icons/icon-zoom.png) center center no-repeat;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#demo-gallery .item .img a:hover:before {
	top: calc(50% - 35px);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#demo-gallery .item .img a:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#demo-gallery .item .img a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ========== USERMODULES3 ========== */
.jsn-homepage.jsn-demo-page #jsn-pos-content-bottom + #jsn-usermodules3 {
	padding: 50px 0;
}
.jsn-homepage.jsn-demo-page div.jsn-modulecontainer ul.menu-sidemenu {
	border: none;
}
.jsn-homepage.jsn-demo-page #jsn-usermodules3 ul.menu-sidemenu > li > a > span {
	padding-left: 0;
	background: none;
}

/* ========== CUSTOM ADCO STYLING ========== */

body, h1, h2, h3, h4, h5, h6, #jsn-gotoplink, .page-header, .subheading-category, #jsn-menu a, #jsn-menu span, .componentheading, .contentheading {
	font-family: 'Kumbh Sans', sans-serif;
}

body {
	font-size: 18px;
}

h1, h2[itemprop="headline"] {
	font-size: 60px;
	text-align: center;
	line-height: 1;
}

h2 {
	font-size: 30px;
	text-align: center;
}

h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
}

a {
	color: #0C34D2;
}

a:hover, div.jsn-modulecontainer ul.menu-mainmenu li.current > a, div.jsn-modulecontainer ul.menu-mainmenu > li.active > a, div.jsn-modulecontainer ul.menu-mainmenu li a:hover {
	color: #96D41B;
	text-decoration: none;
}

#jsn-logo {
	margin-top: -40px;
	margin-bottom: -140px;
}

#jsn-logo a {
	margin: 0;
}

div.jsn-modulecontainer ul.menu-mainmenu li a {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

#jsn-header {
	position: relative;
	z-index: 2;
}

#jsn-body {
	position: relative;
	z-index: 1;
	padding-top: 120px;
}

.jsn-homepage #jsn-body {
	padding-top: 0;
}

div.swiperholder {
	margin-top: -80px;
}

.swiper {
	max-width: 885px;
	height: 100%;
	width: 100%;
}

.swiper-slide {
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 30px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
    align-items: stretch;
}

.swiper-slide:before {
  content: "";
  display: block;
  /* initial ratio of 1:1*/
}

.swiper-button-prev, .swiper-button-next {
	color: #fff !important;
}

.swiper-slide a {
	color: #fff;
	text-transform: uppercase;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 85%;
}

.swiper-slide a:hover {
	text-decoration: none;
	font-weight: 700;
}

.swiper-slide.slide-1 a {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../../../images/sliders-square/award.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../../../images/sliders-square/award.jpg);
	background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../../../images/sliders-square/award.jpg);
	background-size: cover;
}

.swiper-slide.slide-2 a {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../../../images/sliders-square/ShopPromo.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../../../images/sliders-square/ShopPromo.jpg);
	background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../../../images/sliders-square/ShopPromo.jpg);
	background-size: cover;
}

.swiper-slide.slide-3 a {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../../../images/sliders-square/phone.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../../../images/sliders-square/phone.jpg);
	background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../../../images/sliders-square/phone.jpg);
	background-size: cover;
}

.swiper-slide.slide-1 a:hover {
	background-image: url(../../../images/sliders-square/award.jpg);
	background-color: #96D41B;
	background-size: cover;
	background-blend-mode: luminosity;
	color: #000;
}

.swiper-slide.slide-2 a:hover {
	background: url(../../../images/sliders-square/ShopPromo.jpg);
	background-color: #96D41B;
	background-size: cover;
	background-blend-mode: luminosity;
	color: #000;
}

.swiper-slide.slide-3 a:hover {
	background: url(../../../images/sliders-square/phone.jpg);
	background-color: #96D41B;
	background-size: cover;
	background-blend-mode: luminosity;
	color: #000;
}

#jsn-content {
	padding-bottom: 50px;
}

.jsn-homepage #jsn-content {
	padding-top: 50px;
}

.flex3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flex3 > div {
	width: 33.33%;
	box-sizing: border-box;
	padding: 40px 20px 20px;
	text-align: center;
}

#jsn-pos-content-bottom {
	padding: 0;
}

#jsn-footer {
	background: #000;
	border: 0;
	color: #fff;
	font-size: inherit;
}

#jsn-brand { display: none; }

#jsn-footermodules {
	padding: 0;
	display: flex;
}

#jsn-footermodules a {
	color: #fff;
}

#jsn-pos-footer {
	padding: 60px 0 20px;
}

#jsn-pos-bottom {
	text-align: left;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../images/smiling-at-phone.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../images/smiling-at-phone.jpg);
	background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
		url(../images/smiling-at-phone.jpg);
	padding: 140px 0 20px 40px;
	z-index: 3;
}

#jsn-pos-bottom:hover {
	background: url(../images/smiling-at-phone.jpg) #6F43D6;
	background-size: cover;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0;
}

#jsn-pos-bottom .button {
    background: #000;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
	border-radius: 0;
}

#jsn-content-bottom .jsn-modulecontent > div {
	position: relative;
	overflow: hidden;
}

.boxtop {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: -1;
}

.boxtop video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

.boxbot {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.team {
	text-align: center;
	color: #707070;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 60px;
    column-gap: 30px;
}

.team h3 {
	margin-bottom: 0;
	line-height: 1;
}

.team p {
	margin-top: 0;
}

.team img {
	border-radius: 50%;
	width: 60%
}

.markets {
	display: grid;
	grid-template-columns: 1fr 6fr;
    row-gap: 60px;
    column-gap: 30px;
}

.markets h3 {
	text-transform: none;
	margin: 0;
	font-weight: normal;
}

.markets p {
	margin-top: 0;
}

.partners {
	display: flex;
	align-items: center;
}

.col2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
    row-gap: 60px;
    column-gap: 60px;
}

#jsn-pos-footermenu {
	max-width: 1200px;
    margin-top: -60px;
	margin-left: auto;
	margin-right: auto;
    z-index: 2;
    position: relative;
	float: none;
}

#jsn-pos-footermenu a {
	color: #fff;
}

.footbutton {
	background: #6F43D6;
    padding: 5px 20px 0;
    display: inline-block;
}


@media only screen and (min-width: 1200px) {
	#jsn-promo-inner, #jsn-content-bottom-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	#jsn-promo-inner, #jsn-content-bottom-inner {
		width: 100%;
	}
	#jsn-pos-bottom {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 960px), (max-device-width: 960px) {
	#jsn-menu {
		float: right;
		min-width: 300px;
	}
	#jsn-menu div.jsn-modulecontainer {
		float: right;
	}
	#jsn-menu .jsn-modulecontent > .jsn-menu-toggle + ul.jsn-menu-mobile:not(.jsn-menu-mobile-left):not(.jsn-menu-mobile-right) {
		overflow-y: hidden;
	}
	#jsn-promo #jsn-pos-promo div.swiper {
		margin-top: -80px !important;
	}	
	.swiper-slide {
		font-size: 25px;
	}
	.markets {
		grid-template-columns: 1fr 4fr;
	}
	#jsn-footermodules {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	#jsn-pos-bottom {
		padding-top: 95px;
	}
	#jsn-pos-bottom h2 {
		font-size: 36px !important;
	}
	#jsn-pos-footermenu {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 768px), (max-device-width: 768px) {
	#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
		padding: 30px;
	}
	#demo-main-features {
		padding: 50px 0;
	}
	#demo-gallery .item .img a {
		right: auto;
		left: auto;
		top: auto;
	}
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
        margin-top: 50px;
        margin-bottom: 5px;
    }
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
        font-size: 18px;
    }	
	#jsn-logo {
		max-width: 200px;
		margin-top: -60px;
	}
	#jsn-promo #jsn-pos-promo div.swiper {
		margin-top: -60px !important;
	}
	.swiper-slide {
		font-size: 25px;
	}
	.team {
		grid-template-columns: 1fr 1fr;
	}
	.markets {
		grid-template-columns: 1fr 3fr;
	}
	#jsn-pos-bottom {
		padding-top: 110px;
	}
	#jsn-pos-bottom h2, #jsn-pos-footer h2 {
		font-size: 25px !important;
	}
	.col2 {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 600px), (max-device-width: 600px) {
	#jsn-footermodules {
		display: block;
	}
	#jsn-footermodules #jsn-pos-footer, #jsn-footermodules #jsn-pos-bottom {
		width: 100%;
		margin-left: 0;
		padding: 20px;
	}
	#jsn-pos-footermenu {
		background: #000;
		margin-top: 0;
		padding: 20px;
	}
	.flex3 {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	.flex3 > div {
		width: 100%;
	}
}

@media only screen and (max-width: 480px), (max-device-width: 480px) {
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
	    font-size: 25px !important;
	    margin-top: 25px !important;
    }
	#demo-main-features div.grid-layout.grid1 div.grid-col.block1 div.grid-col_inner {
		border-bottom: none;
		border-right: none;
	}
	#demo-main-features div.grid-layout.grid2 div.grid-col.block4 div.grid-col_inner {
		border-left: none;
		border-top: none;
	}
	#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
		padding: 20px;
	}
	#demo-gallery {
		padding: 25px 0 30px;
	}
	#demo-main-features {
		padding: 20px 0;
	}
	.jsn-homepage.jsn-demo-page #demo-main-content {
		padding: 30px 0;
	}	
	#jsn-logo {
		max-width: 150px;
		margin-top: -80px;
	}
	#jsn-promo #jsn-pos-promo div.swiper {
		margin-top: -20px !important;
	}
	.swiper-slide {
		font-size: 18px;
	}
	.team {
		grid-template-columns: 1fr;
	}
	.markets {
		grid-template-columns: 1fr;
		row-gap: 0;
		text-align: center;
	}
	.markets svg {
		margin-top: 60px;
	}
	.partners .grid-col {
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 960px), (max-device-width: 960px){
	.jsn-mobile [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
    	display: none;
    }
    .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span4,
    .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span8{
    	width: 100%;
    }
}

form#login-form a.btn.hasTooltip {
	display: inline-block !important;
}
