/*-----------------------------------------------------------------------------------
	    DeltaOne
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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;}

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

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


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}


/* Background Effects */

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


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

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed 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;
}






.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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:128px;
	height:128px;
}
.h3-margin-left{
	margin-left:26px;
}
.h3-style{
	font-size:26px;
	width:100%;
	margin-left:-205px;
	margin-top:-97px;
}
.bloc-0-margin-bottom{
	margin-bottom:-8px;
}
.row-style{
	width:100%;
	margin-right:-61px;
	margin-left:-4px;
}
.bloc-bloc-17-margin-bottom{
	margin-bottom:13px;
	margin-top:7px;
}
.img-style{
	width:305px;
}
.img-bloc-22-style{
	width:284px;
}
.img-web-1-style{
	width:300px;
	border-radius:0px 0px 0px 0px;
}
.img-web-2-style{
	width:300px;
}
.img-web-3-style{
	width:300px;
}
.img-21-style{
	width:300px;
}
.img-22-style{
	width:300px;
}
.img-23-style{
	width:300px;
}
.img-24-style{
	width:137px;
}
.img-25-style{
	width:121px;
}
.container-div-style{
	height:360px;
}
.img-26-style{
	width:154px;
}
.img-27-style{
	width:279px;
}
.img-28-style{
	width:112px;
}
.img-29-style{
	width:114px;
}
.img-30-style{
	width:118px;
}
.img-31-style{
	width:126px;
}
.img-32-style{
	width:175px;
}
.img-33-style{
	width:180px;
}
.img-34-style{
	width:173px;
}
.img-36-style{
	width:257px;
}
.img-35-style{
	width:143px;
}
.img-37-style{
	width:179px;
}
.img-38-style{
	width:134px;
}
.img-39-style{
	width:137px;
}
.img-40-style{
	width:159px;
}
.img-41-style{
	width:160px;
}
.img-42-style{
	width:142px;
}
.img-44-style{
	width:227px;
}
.img-43-style{
	width:223px;
}
.img-45-style{
	width:219px;
}
.img-46-style{
	width:225px;
}
.img-47-style{
	width:184px;
}
.img-48-style{
	width:176px;
}
.img-49-style{
	width:173px;
}
.img-51-style{
	width:265px;
}
.img-50-style{
	width:154px;
}
.img-52-style{
	width:232px;
}
.img-53-style{
	width:179px;
}
.img-54-style{
	width:229px;
}
.img-55-style{
	width:230px;
}
.img-56-style{
	width:173px;
}
.img-roundel-of-chi-style{
	width:300px;
}
.img-59-style{
	width:250px;
}
.img-57-style{
	width:149px;
}
.img-60-style{
	width:175px;
}
.img-61-style{
	width:192px;
}
.img-roundel-of-cu-style{
	width:190px;
}
.img-63-style{
	width:187px;
}
.img-64-style{
	width:205px;
}
.img-65-style{
	width:196px;
}
.img-66-style{
	width:190px;
}
.img-67-style{
	width:191px;
}
.img-68-style{
	width:161px;
}
.img-69-style{
	width:241px;
}
.img-70-style{
	width:277px;
}
.img-71-style{
	width:181px;
}
.img-72-style{
	width:150px;
	height:150px;
}
.img-73-style{
	width:166px;
}
.img-74-style{
	width:168px;
}
.img-75-style{
	width:178px;
}
.img-76-style{
	width:180px;
}
.img-77-style{
	width:175px;
}
.img-78-style{
	width:184px;
}
.img-bloc-58-style{
	width:219px;
}
.img-01-canada-style{
	width:300px;
	height:180px;
}
.img-03-cro--style{
	width:295px;
}
.img-02-un-style{
	width:292px;
}
.img-04-late-gusta-style{
	width:300px;
	height:160px;
}
.img-05-warrio-style{
	width:397px;
}
.img-06-am-mot-style{
	width:357px;
}
.img-1-yu-mot-style{
	width:353px;
}
.img-2-balkan-arm-style{
	width:353px;
}
.img-4-mag-macc-style{
	width:349px;
}
.img-5-am-hurrica-style{
	width:365px;
}
.img-6-yu-hur-style{
	width:256px;
}
.img-7-pop--style{
	width:342px;
}
.img-8-east-ste-style{
	width:405px;
}
.img-9-balkan-ste-style{
	width:299px;
}
.img-11-balkan-mot-style{
	width:268px;
}
.img-bloc-57-style{
	width:403px;
}
.img-bloc-59-style{
	width:389px;
}
.img-3-fab-fia-style{
	width:448px;
}
.img-10-south-ste-style{
	width:427px;
}
.img-instructio-style{
	width:640px;
	height:954px;
}
.p-style{
	font-size:12px;
	line-height:12px;
}
.h5-style{
	width:100%;
}
.img-13-strange-stu-style{
	width:472px;
}
.h2-style{
	font-size:14px;
	line-height:14px;
}

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


/* Text colour styles */

.tc-phthalo-blue{
	color:#02178F!important;
}
.tc-amber-saeece{
	color:#FE7901!important;
}

/* Link colour styles */

.ltc-amber-saeece{
	color:#FE7901!important;
}
.ltc-amber-saeece:hover{
	color:#cb6101!important;
}





/* = 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 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%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    
    .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){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	
}

