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


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

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Comfortaa-Regular';
	src: url('./fonts/Comfortaa-Regular/Comfortaa-Regular.ttf');
	src: url('./fonts/Comfortaa-Regular/Comfortaa-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Comfortaa-Light';
	src: url('./fonts/Comfortaa-Light/Comfortaa-Light.ttf');
	src: url('./fonts/Comfortaa-Light/Comfortaa-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Comfortaa-Bold';
	src: url('./fonts/Comfortaa-Bold/Comfortaa-Bold.ttf');
	src: url('./fonts/Comfortaa-Bold/Comfortaa-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = 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-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* 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;
}
.bg-repeat{
	background:repeat;
}


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

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


/* = 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-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-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);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}

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



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

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Comfortaa-Regular";
}
.container{
	max-width:1140px;
}
.h3-style{
	font-size:20px;
	line-height:15px;
}
.h2-style{
	font-size:24px;
	line-height:20px;
}
.h4-style{
	line-height:28px;
}
.img-style{
	width:810px;
}
.img-bloc-0-style{
	width:100px;
}
.img-6-style{
	width:100px;
	height:82px;
}
.img-5-style{
	width:100px;
}
.h1-style{
	font-family:"Comfortaa-Bold";
	font-size:45px;
	line-height:44px;
}
.p-2-style{
	font-family:"Comfortaa-Regular";
	line-height:20px;
}
.h4-title-here-style{
	font-family:"Comfortaa-Bold";
	font-size:12px;
	line-height:0px;
}
.p-7-style{
	line-height:0px;
	font-family:"Comfortaa-Regular";
	font-size:11px;
}
.h4-counselling-style{
	font-family:"Comfortaa-Bold";
	font-size:12px;
	line-height:0px;
}
.h4-lateral-style{
	font-family:"Comfortaa-Bold";
	font-size:12px;
	line-height:0px;
}
.p-9-style{
	font-family:"Comfortaa-Regular";
	font-size:16px;
	line-height:30px;
}
.p-8-style{
	font-family:"Comfortaa-Regular";
	font-size:11px;
	line-height:0px;
}
.p-bloc-8-style{
	font-family:"Comfortaa-Regular";
	width:87.29%;
}
.p-15-style{
	font-family:"Comfortaa-Light";
}
.p-17-style{
	font-family:"Comfortaa-Regular";
	line-height:20px;
	font-size:15px;
}
.p-reconnect-style{
	font-family:"Comfortaa-Regular";
}
.p-19-style{
	font-family:"Comfortaa-Regular";
}
.p-18-style{
	font-family:"Comfortaa-Regular";
}
.p-tvpromo-style{
	font-family:"Comfortaa-Regular";
}
.p-ppp-style{
	font-family:"Comfortaa-Regular";
}
.p-21-style{
	font-family:"Comfortaa-Regular";
}
.p-19-tvpromo-style{
	font-family:"Comfortaa-Regular";
}
.link-style{
	font-family:"Comfortaa-Light";
	font-size:18px;
	line-height:20px;
}
.h2-2-style{
	font-family:"Comfortaa-Light";
}
.h4-print-style{
	font-size:18px;
	font-family:"Comfortaa-Light";
}
.h5-style{
	font-size:18px;
	font-family:"Comfortaa-Light";
}
.h5-radio-style{
	font-family:"Comfortaa-Light";
	font-size:18px;
}
.h5-bloc-2-style{
	font-family:"Comfortaa-Light";
	font-size:18px;
}
.h5-print-style{
	font-size:18px;
	font-family:"Comfortaa-Light";
}
.h5-8-style{
	font-family:"Comfortaa-Light";
	font-size:18px;
}
.h5-television-style{
	font-family:"Comfortaa-Light";
	font-size:18px;
}
.h5-promo-style{
	font-family:"Comfortaa-Light";
	font-size:18px;
}
.h5-4-style{
	font-family:"Comfortaa-Light";
	font-size:18px;
}
.h5-automotive-style{
	font-size:18px;
	font-family:"Comfortaa-Light";
}
.h5-11-style{
	font-size:18px;
	font-family:"Comfortaa-Light";
}
.h5-voiceovers-style{
	font-size:18px;
	font-family:"Comfortaa-Light";
}
.p-10-style{
	font-family:"Comfortaa-Regular";
	line-height:20px;
	font-size:15px;
}
.h3-bloc-2-style{
	font-family:"Comfortaa-Light";
}
.row-style{
	width:11.52%;
}
.h2-writer-style{
	font-family:"Comfortaa-Light";
}
.p-conventions-style{
	font-family:"Comfortaa-Light";
}
.p-11-style{
	font-family:"Comfortaa-Regular";
	line-height:20px;
	font-size:15px;
}
.p-bloc-5-style{
	font-size:16px;
	font-family:"Comfortaa-Light";
}
.p-13-style{
	line-height:20px;
	font-size:15px;
}
.p-bloc-6-style{
	font-family:"Comfortaa-Light";
}
.p-16-style{
	font-family:"Comfortaa-Light";
}
.p-television-style{
	font-family:"Comfortaa-Light";
}
.link-contact-us-style{
	width:100%;
}
.p-automotive-style{
	line-height:20px;
	font-size:15px;
}
.p-perfume-style{
	line-height:20px;
	font-size:15px;
}
.p-bloc-9-style{
	font-size:15px;
	line-height:20px;
}

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


/* Text colour styles */

.tc-carolina-blue{
	color:rgba(133,174,234,0.9)!important;
}

/* Link colour styles */

.ltc-cornflower-blue{
	color:rgba(115,156,229,0.6)!important;
}
.ltc-cornflower-blue:hover{
	color:#5c7cb7!important;
}

/* Bloc image backgrounds */

.bg-lines-dl{
	background-image:url("img/lines-dl.png");
}

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

.jp-playlist,.jp-playlist ul{
	    list-style: none;
	    padding: 0;
	    margin: 0;
}
.player-edit-mode {
	    height: auto;
	    border-radius: 4px;
	    width: 100%;
	    padding: 0;
	    margin: 0;
}
.player-edit-mode img {
	    height: 80px;
	    width: auto;
}


/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.footer-link{
		text-align:center;
	}
	
}

