/*-----------------------------------------------------------------------------------
	    Mo Website
        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-x: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;}

/* = 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-xxl{
	padding:200px 50px;
}
.bloc-md{
	padding: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 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: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	transform: translateX(-70%);
	-webkit-transform:translateX(-70%);
	transform: translateY(-120px);
	-webkit-transform: translateY(-120px);
	-webkit-filter: grayscale(100%);
  	-moz-filter: grayscale(100%);
  	-ms-filter: grayscale(100%);
	 -o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.bloc-video, .video-bg-container iframe{
	position: fixed;
	overflow: show;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	min-height: 1000px;
	min-width: 2000px;
	z-index: auto;
	transform: scale(1.5, 1.5);
	-webkit-filter: brightness(40%);
	-moz-filter: brightness(40%);
	filter: brightness(40%);

}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-square::before{
	background: url("img/texture-square.png");
	background-size: 4px 4px;
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

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

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

/* 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 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 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 .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .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;
}
/* 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;
}

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

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding: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;
}

/* = Modal
-------------------------------------------------------------- */

.modal-fill{
	max-width: 99%;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.buttonstyle{
	font-family:"Roboto";
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.img-style{
	padding-top:0px;
	padding-left:0px;
	width:400px;
}
.strapline-thin{
	font-family:"Roboto";
	font-size:4.7em;
	color:#FFFFFF!important;
	text-align:left;
	font-weight:lighter;
	padding-left:185px;
	padding-bottom:12px;
}
.strapline-bold{
	font-size:4.8em;
	color:#FEFFFE!important;
	font-family:"Roboto";
	font-weight:700;
	text-align:left;
	padding-left:100px;
}
.subtitle-orange{
	font-family:"Roboto";
	font-weight:300;
	font-size:1.5em;
	color:#F37D19!important;
	display:inline-block;
	margin-left:0px;
}
.h3-style{
	width:60.67%;
	line-height:18px;
}
.play-button{
	color:#E40035!important;
	padding-top:65px;
	padding-left:0px;
}
.hero_column{
	padding-top:0px;
	padding-left:0px;
}
.text-span-color{
	color:#ffffff;
}
.h1-style{
	line-height:52px;
}
.html-widget-style{
	width:88.95%;
}
.social-button{
	color:#333333!important;
	padding-right:10px;
}
.social-button:hover{
	color:#FEFFFE!important;
	width:110%;
}
.link-style{
	width:100%;
	padding-top:11px;
	color:#535555!important;
}
.dl-icons{
	color:#323332!important;
	padding-right:15px;
	padding-top:10px;
	margin:0px 0px 0px 0px;
}
.large_heading{
	text-align:center;
	font-family:"Muli";
	font-weight:900;
	color:#222F3E!important;
}
.large_subheading{
	text-align:center;
	color:#222F3E!important;
}
.bloc-6-h1{
	font-size: 48pt;
}
.profile-image{
	padding-left:108px;
}
.bio-content-adj{
	padding-top:39px;
}
.biography-section-adj{
	padding-top:40px;
	background-size:auto auto;
	background-position:left top;
	background-repeat:no-repeat;
}
.social-buton-imdb{
	color:#FAC100!important;
	font-size:2438px;
}
.social-button-vimeo:hover{
	color:#FEFFFE!important;
}
.nav-link{
	font-size:11pt;
	text-align:left;
	color:rgba(254,255,254,0.50)!important;
}
.h3-bloc-2-style{
	width:100.52%;
	font-size:15pt;
}
.h4-style{
	font-size:15pt;
	color:#424242;
	width:100%;
}
.bio-column{
	margin-left:138px;
	padding-left:0px;
	padding-bottom:30px;
}
.divider-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.social-button-row-{
	padding-bottom:0px;
}

.row-style{
	padding-bottom:120px;
}

.download-button:hover{
	background-color:#999999;
	margin-right:0px;
	margin-left:0px;
	letter-spacing:0px;
}
.dl-icons:hover{
	color:#FFFFFF!important;
}
.row-4-style{
	width:100%;
}
.bio-sub-download-links{
	font-size:10pt;
	text-align:left;
	text-decoration:none;
	color:rgba(255,255,255,0.55)!important;
	padding-top:10px;
}

.html-widget-bloc-0-style{
	width:53.15%;
}
.play-button-column{
	margin-right:47px;
}
.video-modal{
	width:1280px;
	height:720px;
}
.close{
	margin-right:16px;
	margin-top:12px;
}
.footer-link{
	color:rgba(255,255,255,0.55)!important;
}

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

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}
.bgc-onyx{
	background-color:#101010;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-pumpkin{
	color:#F47D19!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-colour-section-profile-background{
	background-image:url("img/colour-section-profile-background.png");
}
.bg-colour-section-footer-background{
	background-image:url("img/colour-section-footer-background.png");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

/* = Snap Scroll Pagination-------------------------------------------------------------- */.snap-scroll-pagination {
		font-size:1.1em;
		list-style: none;
		padding:0 5px;
		position:fixed;
		left:20px;
		top: 50%;
	  	transform: translateY(-50%);
		z-index: 10;
}
.right-align.snap-scroll-pagination{
		right:20px;
		left: initial;
}
.snap-scroll-paginate-bg.snap-scroll-pagination{
		background: rgba(255,255,255,0.3);
		border-radius: 6px;
}
.snap-scroll-pagination a {
		display:block;
		color:rgba(0,0,0,.8);
		height:20px;
		width: 20px;
		margin:5px 0;
		position:relative;
}
.snap-scroll-paginate-dashes a{
		height:30px;
		width:8px;
}
.snap-scroll-pagination a .hover-text {
		color: rgba(0,0,0,0.5);
		position:absolute;
		display: none;
		left:35px;
		top:-5px;
		opacity:0;
		width:300px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a .hover-text{
		top:2px;
}
.right-align.snap-scroll-pagination a .hover-text {
		text-align:right;
		right:35px;
		left:initial;
}
.snap-scroll-pagination a:hover .hover-text {
		opacity: 1;
		display: inline-block;
}
.snap-scroll-pagination a:after {
		content:"";
		-webkit-transition:box-shadow 0.5s ease;
		transition:box-shadow 0.5s ease;
		width:10px;
		height:10px;
		display: block;
		border:1px solid;
		border-radius:50%;
		position: absolute;
		margin:auto;
		top:0;
		left:5px;
		bottom:0;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a:after{
		background-color: transparent;
		width: 4px;
		height:20px;
		border-radius:0;
		left:2px;
		opacity: 0.5;
}
.snap-scroll-pagination a.active:after, .snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
		box-shadow:inset 0 0 0 5px;
}
.snap-scroll-pagination a.active:after{
		opacity: 1;
}
.light-snap-scroll-theme.snap-scroll-pagination a, .light-snap-scroll-theme.snap-scroll-pagination a .hover-text{
		color:#FFF;
}
.light-snap-scroll-theme.snap-scroll-paginate-bg{
		background: rgba(0,0,0,0.3);
}
@media (max-width: 767px){
		.snap-scroll-pagination{
			left:5px;
	}
	.right-align.snap-scroll-pagination{
			right:5px;
			left: initial;
	}
}.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}
.waves-container {
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: auto;
}
.waves-container canvas {
	display: block;
}


/* = 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, #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%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: 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){
	.html-widget-style{
		width:100%;
		font-size:80%;
		text-transform:none;
		text-decoration:none;
		font-weight:normal;
		float:left;
		overflow:visible;
	}
	.row-style{
		width:100%;
		padding-bottom:80px;
		padding-left:70px;
	}
	.strapline-thin{
		padding-left:150px;
		padding-bottom:0px;
		font-size:4em;
	}
	.strapline-bold{
		font-size:4.5em;
		padding-left:53px;
	}
	.subtitle-orange{
		font-size:1.2em;
		margin-left:70px;
	}
	.play-button{
		padding-left:0px;
		padding-top:50px;
	}
	.bloc-6-h1{
		font-size:40pt;
	}
	.bio-content-adj{
		text-align:left;
		font-size:20pt;
	}
	.h3-bloc-2-style{
		width:100%;
	}
	.row-bloc-2-style{
		width:100%;
	}
	.bio-column{
		margin:25px 25px 25px 25px;
	}

	.h4-style{
		text-align:left;
	}
	.bio-sub-download-links{
		padding-top:26px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
}

@media (max-width: 767px){

	.strapline-bold{
		text-align:center;
		line-height:50%;
		padding-left:0px;
	}
	.strapline-thin{
		text-align:center;
		padding-left:0px;
		margin-left:0px;
	}
	.subtitle-orange{
		text-align:center;
		font-size:1.3em;
		margin:0px 0px 0px 148px;
	}
	.play-button{
		padding-top:50px;
		margin-left:0px;
		padding-left:160px;
	}
	.mobile .bloc-mob-center-text{
		text-align:center;
	}
	.h3-bloc-2-style{
		font-size:15px;
	}
	.h4-style{
		font-size:15px;
	}
	.link-style{
		width:100%;
	}
	.hamburger{
		color:#FEFFFE!important;
	}
	.img-style{
		width:229px;
	}
	.link-bloc-2-style{
		width:100%;
		text-align:left;
	}
	.bio-sub-download-links{
		padding-left:0px;
	}
	.row-style{
		padding-left:0px;
	}
	.play-button-column{
		padding-left:160px;
	}
	.html-widget-bloc-0-style{
		width:43.77%;
	}
	.container-div-style{
		width:79.8%;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:left;
	}
	.strapline-bold{
		padding-left:0px;
		font-size:4em;
		margin-left:0px;
		width:100%;
	}
	.subtitle-orange{
		text-align:center;
		line-height:0%;
		margin-bottom:0px;
		padding-bottom:0px;
		font-size:1em;
		margin-left:45px;
	}
	.strapline-thin{
		padding-left:0px;
		margin-left:0px;
		line-height:120%;
		font-size:3em;
	}
	.play-button{
		line-height:0%;
		width:100%;
		display:inline-block;
		margin-top:0px;
		float:none;
		height:100px;
		padding-top:35px;
		margin-left:0px;
		padding-left:46px;
	}
	.play-button-column{
		padding-top:0px;
		margin-top:0px;
		padding-left:45px;
	}
	.html-widget-style{
		width:94.24%;
		height:136px;
	}
	.hero_column{
		padding-left:0px;
	}
	.bloc-6-h1{
		font-size:20pt;
	}
	.bio-content-adj{
		font-size:10pt;
		padding-top:0px;
		padding-bottom:20px;
	}
	.link-style{
		width:100%;
	}
	.footer-phone-padding{
		padding-top:22px;
	}
	.social-button{
		width:50%;
		height:50%;
		padding-bottom:40px;
	}
	.h3-bloc-2-style{
		font-size:12px;
	}
	.bio-sub-download-links{
		padding-bottom:20px;
		padding-top:20px;
	}
	.dl-icons{
		padding-left:11px;
		padding-right:24px;
	}
	.html-widget-bloc-0-style{
		width:68.69%;
	}
	.container-div-style{
		width:100%;
	}
	.row-style{
		width:100%;
	}
	.container-div-bloc-0-style{
		width:100%;
	}

	.grey-bar-height{
		font-family:"Roboto";
		font-weight:200;
		line-height:0em;
		margin-top: 15px;
		font-size:0.3em;
	}
	
}

