/*-----------------------------------------------------------------------------------
	    AWS Community Day Nordics 2018
        Built with Blocs
-----------------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,button{transition: all .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

#page-loading-blocs-notifaction{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = 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;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	padding-top:0;
	position: relative;
	height: inherit;
	min-height:100vh;
}
.bloc-fill-screen > .container{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	position: absolute;
	margin: 20px auto;
	left: 0;
	right: 0;
	z-index: 1;
	transform: none;
}
.bloc-fill-screen .fill-bloc-top-edge{
	top:0;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	top: initial;
	bottom: 20px;
}
.blocs-hero-btn-dwn{
	width: 58px;
	height: 58px;
	display: block;
	margin:0 auto;
	line-height: 58px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,.8);
	background: rgba(0,0,0,.6);
	border:0;
}
.blocs-hero-btn-dwn:hover{
	color: rgba(255,255,255,1);
}

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

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


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

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


/* Dark theme */

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


/* Light theme */

.d-bloc .panel,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .panel 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 .panel .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc .navbar-brand,.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 .panel .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc .navbar-brand: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 .panel .btn-wire,.d-bloc .panel .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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}

/* Column No Gutters */

.row-no-gutters{
	margin-right:0;
	margin-left:0;
}
.row.row-no-gutters > [class^="col-"],.row.row-no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}

/* Bloc text custom styling */

#hero h1{
	font-size: 59.999996185302734px;
	line-height: 58.000003814697266px;
}
#hero h2{
	font-size: 28px;
	line-height: 35px;
}
#agenda p{
	font-size: 23px;
	line-height: 22px;
}
#speakers p{
	font-size: 23px;
}
#speakers h3{
	font-size: 23px;
}
#sponsors p{
	font-size: 23px;
}
#sponsors p{
	font-size: 23px;
	line-height: 22px;
}
#faq2 h3{
	font-size: 30px;
	line-height: 30px;
}
#footer-purchase h2{
	font-size: 26px;
	line-height: 34px;
}

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

.navbar{
	margin-bottom: 0;
	z-index:1;
}
.navbar-brand{
	height:auto;
	padding:3px 15px;
	font-size:25px;
	font-weight:normal;
	font-weight:600;
	line-height:44px;
}
.navbar-brand img{
	max-height: 200px;
	margin: 0 5px 0 0;
	display:inline;
}
.navbar-brand img[src$=svg]{
	min-width:100px;
}
.nav-center .navbar-brand img{
	margin:0;
}
.navbar .nav{
	padding-top: 2px;
	margin-right: -16px;
	float:right;
	z-index:1;
}
.nav > li{
	float:left;
	margin-top:4px;
	font-size:16px;
}
.navbar-nav .open .dropdown-menu > li > a{
	text-align: inherit;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 10px 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 /* Inverted navbar */

.nav-invert .navbar .nav{
	float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
	float:right;
	position:relative;
	z-index:2;
}
@media (min-width: 768px){
	.site-navigation{
		position:absolute;
		top:50%;
		right:20px;
		transform:translate(0, -50%);
		-webkit-transform:translateY(-50%);
	}
	.nav > li .dropdown-menu a,.nav > li .dropdown-menu a:hover{
		color:#484848;
	}
	.nav-invert .site-navigation{
		left:0;
		right:0;
	}
	.nav-center{
		text-align:center;
	}
	.nav-center .navbar-header{
		width:100%;
	}
	.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
		float: none;
		display:inline-block;
	}
	.nav-center .site-navigation{
		position:relative;
		width:100%;
		right:0;
		margin-right:0px;
		margin-top:20px;
	}
.nav-center.mini-nav .navbar-toggle{
	float:none;
	margin: 10px auto 0;
	}
}
.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 14px 15px;
}

nav .caret{
	margin: 0 5px;
}
/* Dropdown Menus SubMenu */
	.dropdown-menu .dropdown-menu{
	top:-8px;
	left:100%;
}
.dropdown-menu .dropmenu-flow-right{
	top:100%;
	left:0;
	margin-left: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropdown-menu .dropdown span{
	border: 4px solid black;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:transparent;
	margin: 6px -5px 0 0!important;
	float: right;
}
/* = 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;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(255, 255, 255);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	padding: 20px;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

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

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

.btn{
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}
.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;
}

.btn-sq{
	border-radius: 0px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/*  Rounded Image */
.img-rd{
	border-radius:6px;
}
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



/* = Panels
-------------------------------------------------------------- */
.panel{
	border:0;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
}
.panel-heading, .panel-footer{
	background-color: inherit;
	border-color: rgba(0,0,0,.1)!important;
}
.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{
	border-radius:0;
}
.panel-rd{
	border-radius:30px;
}
.panel-rd .panel-heading{
	border-radius:29px 29px 0 0;
}
.panel-rd .panel-footer{
	border-radius:0 0 29px 29px;
}



/* iFrame */

iframe{
	border:0;
}


/* 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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.blocs-hero-btn-dwn{
	background-color:rgba(0,0,0,0.0);
}
.winter-navigation{
	text-transform:uppercase;
	font-size:14px;
	color:#4C4C4C!important;
	font-family:"Lato";
	font-weight:400;
	background-color:rgba(255,255,255,0.0);
	text-align:center;
}
.winter-navigation:hover{
	color:#000000!important;
	background-color:rgba(255,255,255,0.0);
}
.winter-logo{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	color:#FFFFFF!important;
	background-color:#000000;
	letter-spacing:1px;
	padding-left:28px;
	padding-right:28px;
	font-size:21px;
	line-height:38px;
	margin-left:10px;
}
.winter-logo:hover{
	color:#000000!important;
	background-color:#FFFFFF;
}
.winter-feature-icon{
	border-style:solid;
	border-radius:200px 200px 200px 200px;
	padding:28px 28px 28px 28px;
	border-width:0px 0px 0px 0px;
	box-shadow:0px 5px 10px rgba(0,0,0,0.1);
	font-family:"Lato";
	font-weight:700;
}
.winter-feature-icon:hover{
	box-shadow:0px 10px 30px rgba(0,0,0,0.2);
	margin-top:-3px;
	color:#000000!important;
}
.winter-white-icon{
	border-style:solid;
	border-color:#FFFFFF;
	padding:28px 28px 28px 28px;
	border-width:5px 0px 5px 0px;
	color:#FFFFFF!important;
	text-shadow:0px 0px 10px rgba(255,255,255,0.3);
	box-shadow:0px 0px 0px #000000;
	border-radius:80px 80px 80px 80px;
	margin-bottom:10px;
	font-family:"Lato";
	font-weight:400;
}
.winter-white-icon:hover{
	text-shadow:0px 0px 28px rgba(255,255,255,0.5);
	box-shadow:0px 0px 20px #FFFFFF;
	color:#000000!important;
	background-color:#FFFFFF;
}
.winter-table{
	padding:50px 28px 28px 28px;
	box-shadow:0px 4px 30px rgba(0,0,0,0.1);
	font-family:"Lato";
	font-weight:400;
}
.winter-table:hover{
	box-shadow:0px 28px 30px rgba(0,0,0,0.2);
	margin-top:-5px;
}
.winter-table-icon{
	padding-bottom:28px;
	color:#000000!important;
}
p{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	line-height:26px;
}
a{
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
}
.winter-bloc-title{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:33px;
	line-height:40px;
	letter-spacing:1px;
}
.winter-bloc-subtitle{
	font-family:"Lato";
	font-weight:300;
	font-size:23px;
	line-height:30px;
}
.winter-table-title{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:20px;
	line-height:28px;
}
h1{
	font-family:"Lato";
	font-weight:700;
	font-size:50px;
	line-height:58px;
}
.winter-text-bloc-heading{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:18px;
	line-height:26px;
}
.winter-number{
	font-family:"Lato";
	font-weight:300;
	font-size:150px;
	color:rgba(230,230,230,0.3)!important;
	margin-top:-5px;
	margin-right:-128px;
}
.winter-image-bloc-2{
	background-image:url("img/hero%20white.jpg");
	background-position:left top;
	padding-top:128px;
	padding-bottom:128px;
}
.winter-image-bloc-2:hover{
	background-image:url("img/4.jpeg");
	padding-top:128px;
	padding-bottom:128px;
}
.text-over.winter-image-bloc-2{
	padding-top:128px;
	padding-bottom:128px;
	padding-left:28px;
}
.text-over.winter-image-bloc-2:hover{
}
.winter-wire-button{
	background-color:rgba(0,0,0,0.1);
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.05em;
	border-width:1px 1px 1px 1px;
	border-color:rgba(255,255,255,0.7);
	border-style:solid;
	padding-left:28px;
	padding-right:28px;
}
.winter-wire-button:hover{
	border-color:#FFFFFF;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	background-color:#FFFFFF;
	color:#000000!important;
	box-shadow:0px 0px 10px rgba(255,255,255,0.5);
}
.winter-review-logo{
	color:#B3B3B3!important;
}
.winter-review-logo:active{
}
.winter-review-logo:hover{
	color:#000000!important;
	text-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.video{
}
.sticky-nav.sticky{
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	font-family:"Lato";
	font-weight:700;
	padding-top:10px;
	padding-bottom:10px;
}
h4{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
	line-height:28px;
}
.winter-black-button{
	padding-left:28px;
	padding-right:28px;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	background-color:#282828;
	text-shadow:0px 0px 18px rgba(255,255,255,0.3);
	box-shadow:0px 0px 0px #282828;
	line-height:24px;
}
.winter-black-button:active{
}
.winter-black-button:hover{
	background-color:#000000;
	text-shadow:0px 0px 10px rgba(0,0,0,0.6);
}
h2{
	font-size:35px;
	line-height:43px;
	font-family:"Lato";
	font-weight:300;
}
h3{
	font-family:"Lato";
	font-weight:400;
	font-size:23px;
	line-height:30px;
}
.winter-blog-panel{
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
}
.winter-newslette-field{
	background-color:rgba(0,0,0,0.0);
	border-style:solid;
	border-color:#B3B3B3;
	border-width:0px 0px 2px 0px;
	font-family:"Lato";
	font-weight:300;
	text-align:center;
	font-size:23px;
	color:#CCCCCC!important;
	padding-top:px;
	height:50px;
	margin-bottom:28px;
	margin-top:28px;
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	border-radius:0px 0px 0px 0px;
}
.winter-newslette-field:hover{
	border-color:#FFFFFF;
	padding-top:10px;
	font-family:"Lato";
	font-weight:300;
	text-align:center;
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
}
.winter-hero-title{
	font-family:"Lato";
	font-weight:900;
	font-size:60px;
	color:#000000!important;
}
.winter-map{
	margin-top:-400px;
	font-family:"Lato";
	font-weight:300;
	padding:50px 50px 50px 70px;
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	background-color:rgba(255,255,255,0.9);
}
.winter-map:hover{
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	background-color:#FFFFFF;
}
.winter-contact{
	border-radius:0px 0px 0px ;
}
.winter-contact-message{
	border-radius:0px 0px 0px ;
	min-height:108px;
}
.winter-link{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:23px;
	color:#4C4C4C!important;
}
.winter-link:hover{
	color:#000000!important;
	text-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.winter-nav-button{
	color:#FEFFFE!important;
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	margin-left:10px;
	background-color:#282828;
	margin-top:4px;
}
.winter-nav-button:hover{
	background-color:#FFFFFF;
	color:#000000!important;
}
.winter-hero-heading{
	padding-bottom:100px;
}
.winter-blog-row{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.winter-blog-row:hover{
	box-shadow:0px 9px 28px rgba(0,0,0,0.2);
	margin-top:-3px;
}
.winter-blog-link{
	font-family:"Lato";
	font-weight:700;
	color:#272727!important;
	font-size:20px;
}
.winter-footer-logo{
	background-color:#FFFFFF;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	color:#000000!important;
	font-size:35px;
	line-height:60px;
	letter-spacing:2px;
	text-align:center;
	box-shadow:0px 5px 30px rgba(0,0,0,0.5);
	margin-left:10px;
	margin-right:10px;
}
.winter-center{
	text-align:center;
}
.winter-social-button{
	font-size:40px;
	background-color:rgba(0,0,0,0.0);
	padding:2px 2px 2px 2px;
}
.winter-social-button:hover{
	background-color:rgba(0,0,0,0.0);
}
.winter-social-icon{
	font-family:"Lato";
	font-weight:400;
	color:#CCCCCC!important;
}
.winter-social-icon:hover{
	color:#FFFFFF!important;
	text-shadow:0px 0px 10px rgba(255,255,255,0.5);
}
.winter-video-title{
	font-family:"Lato";
	font-weight:300;
	letter-spacing:2px;
	font-size:28px;
}
.winter-image-bloc-1{
	background-image:url("img/3%20white.jpg");
	padding-top:128px;
	padding-bottom:128px;
}
.winter-image-bloc-1:hover{
	background-image:url("img/3.jpeg");
}
.blocs-team-title{
	font-size:50px;
	font-family:"Lato";
	font-weight:300;
}
.blocs-team-header{
	font-size:38px;
	font-family:"Lato";
	font-weight:300;
}
.blocs-team-sub{
	font-size:18px;
	font-family:"Lato";
	font-weight:500;
}
.statement-bloc-text{
	line-height:38px;
	font-style:italic;
	font-size:28px;
	text-align:center;
	font-weight:lighter;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#ffffff;
}
.bgc-white-smoke{
	background-color:#F8F8F8;
}
.bgc-dark-jungle-green{
	background-color:#282828;
}
.bgc-onyx{
	background-color:#111111;
}

/* Text colour styles */

.tc-onyx{
	color:#111111!important;
}
.tc-dark-jungle-green{
	color:#282828!important;
}
.tc-black{
	color:#000000!important;
}
.tc-dark-jungle-green-2{
	color:#1d1d1d!important;
}
.tc-white{
	color:#ffffff!important;
}

/* Icon colour styles */

.icon-dark-jungle-green{
	color:#282828!important;
	border-color:#282828!important;
}

/* Bloc image backgrounds */

.bg-11{
	background-image:url("img/11.jpeg");
}
.bg-hero-20white{
	background-image:url("img/hero%20white.jpg");
}
.bg-video{
	background-image:url("img/video.mp4");
}
.bg-map{
	background-image:url("img/map.jpg");
}
.bg-3{
	background-image:url("img/3.jpeg");
}




/* = 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: 992px) and (min-width: 768px)
{
    .navbar .nav{
		max-width:80%
    }
	.nav-center.navbar .nav{
		max-width:100%
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {.b-parallax{background-attachment:scroll;}}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {.b-parallax{background-attachment:scroll;}}
@media (max-width: 991px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: 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%;}
    .bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{padding:0 20px;padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    h1,h2,h3,h4,h5,h6,p,#disqus_thread{
        padding-left:10px!important; 
        padding-right:10px!important; 
    }
    .b-parallax{
        background-attachment:scroll;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }  
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        padding-left:15px;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    .dropdown .dropdown a .caret{   
        float: none;
        margin: 5px 0 0 10px!important;
        border: 4px solid black;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }
    
    #hero-bloc .navbar .nav{
        background:rgba(0,0,0,.8);
    }
    #hero-bloc .navbar .nav a{
        color:rgba(255,255,255,.6);
    }
    .hero{
        padding:50px 0;
    }
    .hero-nav{
        left:-1px;
        right:-1px;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img{
        max-height: 40px;
        width:auto;   
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left; 
        margin-left:10px;
    }
    .bloc{
        padding-left: 0; 
        padding-right: 0;
    }
    .bloc-xxl,.bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .bloc-sm,.bloc-md{
        padding-left: 0; 
        padding-right: 0;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container, .bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
        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;
    }
    .video-bg-container{
        display:none;
    }
    .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: 400px)
{    
    .bloc{
        padding-left: 0; 
        padding-right: 0;
    }
}

@media (max-width: 991px){
	.winter-logo{
	margin-left:40px;
}
.blocsapp-special-menu blocsnav{
	background-color:#FFFFFF;
}
.winter-table-title{
	font-size:16px;
}
.winter-bloc-subtitle{
	font-size:20px;
}
.winter-text-bloc-heading{
	font-size:18px;
}
.winter-bloc-title{
	font-size:28px;
}
.winter-table{
	padding:10px 5px 10px 5px;
}
.winter-map{
	margin-top:px;
}
.winter-footer-logo{
	background-color:#FFFFFF;
	margin-left:px;
	margin-right:px;
}
.close-special-menu .close-icon{
	background-color:#000000;
}
.navbar-toggle .icon-bar{
	color:rgba(0,0,0,0.0)!important;
	background-color:#000000;
	border-radius:0px 0px 0px ;
	box-shadow:0px 1px 1px #000000;
}
.winter-navigation{
	text-align:center;
}
 
/* Force Mini Menu */
.navbar-header{
	float: none;
}
.navbar-toggle{
	display: block;
}
 .navbar-collapse.collapse{
	display: none!important;
}
 .navbar-collapse.collapse.in{
	display: block!important;
}
 .site-navigation{
	transform:none!important;
}
.nav-invert .navbar-header{
	float: none;
	 width:100%;
}
.nav-invert .navbar-toggle{
	float:left;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .open .dropdown-menu{
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Side Bar Navigation */
.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .sidebar-nav{
	right: auto;
	left: -300px;
}
 .sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}

/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
#hero h1{
	font-size: 50px;
}
#hero h2{
	font-size: 25px;
	line-height: 33px;
}
#sponsors p{
	line-height: 20px;
}
}
/* Drop Down Navigation */
@media (min-width: 767px) and (max-width: 991px){
	
.mini-nav .special-dropdown-nav .site-navigation{
	display: block;
	position: absolute;
	top: 80%;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.mini-nav .special-dropdown-nav .site-navigation li{
	width:100%;
}
.special-dropdown-nav.collapsing{
	transition: height 0.001s;
}
.mini-nav .special-dropdown-nav .site-navigation li a{
	color: rgba(0,0,0,.6)!important;
}
 }
@media (max-width: 767px){
	.winter-map{
	margin-top:28px;
	padding:10px 10px 10px 10px;
}
.winter-logo{
	padding-left:28px;
	margin-left:10px;
}
.winter-white-icon{
	margin-top:28px;
}
.winter-footer-logo{
	max-width:px;
}
.winter-hero-button{
	margin-left:10px;
}
.blocs-team-avatar{
	max-width:280px;
}
.blocs-team-header{
	text-align:center;
}
.blocs-team-details{
	text-align:center;
}
.blocs-team-first-social{
	margin-left:41%;
}
 .sidebar-nav{
	width:230px;
}
.nav-special.sidebar-nav .nav > li{
	width:80%;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:200px;
}
#hero h1{
	font-size: 35px;
	line-height: 43px;
}
#hero h2{
	font-size: 25px;
	line-height: 33px;
}
#sponsors p{
	line-height: 22px;
}
}

