/*-----------------------------------------------------------------------------------
	    wecation-OHNEMAILCHIMP
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn .caret{
	margin:0 0 0 5px}
/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}





/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = iPhone 6 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone6{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 18%;
}
.blocsapp-device-iphone6 img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-iphone6 .embed-responsive{
	padding-bottom: 154.25%;
	width: 87%;
	right: -6.7%;
	margin-bottom: -1.5%;
}
.blocsapp-device-iphone6.iphone6-space-grey{
	background-image:url("img/Apple-iPhone-6s-Space-Gray.png");
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Montserrat";
}
.container{
	max-width:1170px;
}
.device-bloc-text-vc{
	font-size:50px;
	margin-top:50%;
	color:#FEFFFF!important;
}
.blocs-team-title{
	color:#FFFFFF!important;
	font-size:50px;
	font-family:"Montserrat";
	font-weight:300;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), rgba(255,255,255,0.0));
}
.blocs-team-header{
	color:#1d1d1d;
	font-size:33px;
	font-family:"Montserrat";
	font-weight:300;
}
.blocs-team-sub{
	font-size:18px;
	font-family:"Montserrat";
	font-weight:500;
}
.blocs-mobile-signup-text{
	font-size:33px;
}
.app-store{
	padding:17px 17px 17px 17px;
}
.playstore:hover{
}
.iphone_small{
	padding:150px 150px 150px 150px;
}
.header{
	color:#FEFFFF!important;
	background-color:#FEFFFF;
	background:linear-gradient(180deg, #FEFFFF, #FEFFFF);
	border-style:none;
	text-shadow:0px 0px 0px #000000;
	font-family:"Montserrat";
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
}
.header:active{
}
.header:hover{
}
.navigation{
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	background-color:#000000;
	background:linear-gradient(180deg, #31BEF1, #37D3F2);
}
.menu_burger{
	background:linear-gradient(0deg, #6931AC, #2193ED);
}
.header_text{
	color:rgba(255,255,255,0.8)!important;
	font-weight:normal;
}
.title{
	background:linear-gradient(136deg, #1E8AEF, #FF5FDF);
	color:#FFFFFF!important;
	font-size:200px;
	font-weight:lighter;
	text-transform:none;
	text-decoration:none;
	border-style:none;
}
.bloc-mob-center-text{
	font-family:"Montserrat";
	color:#FEFFFF!important;
}
.valley-hero-text-s{
	font-size:60px;
}
.valley-hero-text-sub-s{
	font-size:34px;
}
.hero-text-vc{
	margin-top:50%;
}
.features{
	background:linear-gradient(0deg, #4CD6D3, #4DAED3);
}
.gallery{
	background:linear-gradient(180deg, #38D9F2, #227CEC);
}
.team{
	background:linear-gradient(0deg, #FAC1F2, #4CD6D3);
}
.icons{
	color:#FEFFFF!important;
}
.subscribe_back{
	background:linear-gradient(0deg, #4DAED3, #4CD6D3);
	border-color:#FFFFFF;
}
.socialmedia_button:hover{
	background:linear-gradient(0deg, rgba(0,0,0,0.0), rgba(20,243,255,0.0));
	color:#F8C1F5!important;
}
.socialmedia_back{
	background:linear-gradient(180deg, #4DAED3, #FEC2F4);
}
.legal_back{
	background:linear-gradient(0deg, #4DAED3, #FAC2F3);
}
.subcribe2{
	background:linear-gradient(0deg, #8FBEFE, #90C0FE);
}
.blocs-personal-panel{
	max-width:400px;
	min-height:400px;
	padding:40px 10px 40px 10px;
	background-color:#FFFFFF;
	text-align:center;
	border-radius:6px 6px 6px 6px;
	border-width:0px 0px 0px 0px;
}
.blocs-panel-avatar{
	max-width:100px;
	margin-bottom:20px;
}
.blocs-personal-panel h3{
	color: rgba(0,0,0,.8);
	font-family:"Lato";
	font-size:36px;
	font-weight:700;
}
.blocs-personal-panel p{
	color: rgba(0,0,0,.3);
	font-family:"Lato";
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}
.blocs-social-list-v{
	max-width:220px;
	margin:0 auto!important;
}
.blocs-social-list-v li{
	min-width:30px;
}
.back_button{
	background:linear-gradient(0deg, #F6FFFE, #F2FFF4);
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.back_button:hover{
	color:#000000!important;
	background:linear-gradient(0deg, #B0B4C8, #B3B7CA);
}
.wecation-h2{
	font-weight: 400;
	font-family:Montserrat;
	width:100%;
	color:#FEFFFF!important;
}
.features-h3{
	font-size: 23.999998092651367px;
	font-family:"Montserrat";
}
.p-style{
	font-family:Montserrat;
	color:#FEFFFF!important;
}
.link-style{
	font-weight:normal;
	text-transform:lowercase;
	font-size:30px;
	color:#FEFFFF!important;
}
.navbar-brand img{
	height:90px;
	width:250px;
}
.img-style{
	width:300px;
	height:300px;
}
.p-features-style{
	font-size:15px;
	color:#FEFFFF!important;
	font-family:"Montserrat";
	width:100%;
}
.link-gallery-style{
	width:100%;
}
.fokus{
	background:linear-gradient(0deg, #4DAFD3, #FEFFFF);
}
.fokus:hover{
}
.fokus:active{
}
.features2{
	background:linear-gradient(180deg, #4DAED3, #4CD6D3);
}
.features_title{
	color:#FEFFFF!important;
}
.h6-style{
	font-family:Montserrat;
	color:#FEFFFF!important;
}
.h3-style{
	font-size:26px;
	width:100%;
}
.link-padding{
	padding-top:0px;
	padding-bottom:0px;
	width:100%;
}
.img-screen-plan-style{
	width:270px;
	border-radius:0px 0px 0px 0px;
}
.btn-margin-top{
	margin-top:-33px;
}
.link-team-style{
	width:15.41%;
	background-color:transparent;
}
.container-div-style{
	width:14.86%;
}
.label-margin-top{
	margin-top:0px;
	width:100%;
	margin-right:1px;
}
.btn-style{
	margin-left:-256px;
	margin-bottom:-257px;
	border-radius:25px 25px 25px 25px;
}
.btn-button-style{
	margin-top:53px;
	border-radius:25px 25px 25px 25px;
}

/* = Colour
-------------------------------------------------------------- */


/* Text colour styles */

.tc-white{
	color:#ffffff!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-white{
	color:#ffffff!important;
	border-color:#ffffff!important;
}

/* Bloc image backgrounds */




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.tablet .fadeout, .mobile .fadeout{
		background:linear-gradient(180deg, #68CBEF, #FFFFFF);
	}
	.tablet .device-bloc-text-vc, .mobile .device-bloc-text-vc{
		color:rgba(251,252,255,0.9)!important;
	}
	.tablet .fadeoutfadeoutfafa, .mobile .fadeoutfadeoutfafa{
	}
	.tablet .icon, .mobile .icon{
		color:transparent!important;
	}
	.tablet .icon:hover, .mobile .icon:hover{
	}
	.tablet .hero-text-vc, .mobile .hero-text-vc{
		margin-top:10%;
	}
	.features-h3{
		font-size: 20px;
	}
	div[class^="col-"], div[class*=" col-"]{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
		margin-top: 0;
		margin-bottom: 0;
	}
	
}

@media (max-width: 767px){
	.mobile .blocs-team-avatar{
		max-width:280px;
	}
	.mobile .blocs-team-header{
		text-align:center;
	}
	.mobile .blocs-team-details{
		text-align:center;
	}
	.mobile .blocs-team-first-social{
		margin-left:41%;
	}
	.mobile .blocs-mobile-signup-text{
		text-align:center;
	}
	.mobile .bloc-mob-center-text{
		text-align:center;
	}
	.mobile .hero-text-vc{
		margin-top:0px;
	}
	.features-h3{
		font-size: 23.999998092651367px;
	}
	.img-screen-plan-style{
		width:523px;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		width:223px;
		height:80px;
	}
	.hamburger{
		text-shadow:0px 0px 0px #FEFFFF;
		color:#FEFFFF!important;
		background-color:transparent;
		overflow:visible;
	}
	.wecation-h2{
		color:#FEFFFE!important;
	}
	.bubbls-h2{
		color:#FEFFFE!important;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

