a:focus{
	outline: none;
	text-decoration: none;
}

.header {
    background-color: #1e2b39;
}
.header .logo {
    padding: 17px 0;
}
@media (max-width: 600px){
	.header .logo img{
	    display: block;
	    width: 100%;
	}
}

.s1{
    background-color: #131c25;
    background-image: url(../img/s1-lp2-bg.jpg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 70px 0px 140px;
    text-align: center;
}
@media (max-width: 992px){
	.s1{
		padding: 30px 0px;
	}
}
.s1 .text{
	font-size: 22px;
	line-height: 1.1;
}
.s1 .text span{font-size: 160%;}
.s1 .note{
	font-family: 'Flash D';
    padding: 10px 0;
    font-size: 28px;
    color: #d1e3ee;
}
@media (max-width: 500px){
    .s1 .note{
        padding: 20px 0;
        font-size: 24px;
    }
}
.s1 .link{
    background-color: #3990ec;
    border-radius: 3px;
    box-shadow: inset 0px 3px 4px -3px #fff, inset 0px -3px 4px -3px #000;
    font-size: 15px;
    padding: 15px 5px;
    color: #fff;
    display: block;
}
.s1 .link:hover{
    background-color: #6bb0f8;
}
@media (max-width: 992px){
    .s1 .link{
        margin-bottom: 20px;
    }
}
@media (max-width: 500px){
    .s1 .link{
        display: none;
    }
}
@media (max-width: 900px) and (orientation: landscape){
    .s1 .link{
            display: none;
    }
}
.s1 .link:hover{
	text-decoration: none;
}
.s1 .link span{
	font-weight: 600;
    font-size: 21px;
}
.s1 .video-wrap{
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.s1 .video-wrap iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s2{
	text-align: center;
    background-color: #fff;
    margin-top: -50px;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    box-shadow: 0 -85px 80px -20px;
}
@media (max-width: 992px){
	.s2{
		margin-top: 0;
	}
}
.s2 .title{
    color: #35516d;
    font-size: 27px;
    font-weight: 600;
    padding-top: 7px;
}
.s2 .sub-title{
    color: #35516d;
    font-size: 19px;
}
.s2 .items{
}
.s2 .items:after{
	display: table;
    content: " ";
    clear: both;
}
.s2 .items .item{
    width: 20%;
    float: left;
    padding: 15px 30px;
}
@media (max-width: 992px){
	.s2 .items .item{
	    padding: 15px 10px;
	}
}
@media (max-width: 600px){
	.s2 .items .item{
    	width: 100%;
    	padding: 0 10px;
	}
}
.s2 .items .item .item-title{
    color: #3990ec;
    font-weight: 600;
    font-size: 30px;
}
@media (max-width: 992px){
	.s2 .items .item .item-title{
	    font-size: 22px;
	}
}
.s2 .items .item .item-desc{
    font-size: 16px;
}
@media (max-width: 992px){
	.s2 .items .item .item-desc{
	    font-size: 13px;
	}
}


.s3{
    padding: 10px;
}
.s3 .flag{
	text-align: center;
    margin-top: 25px;
}
@media (max-width: 992px){
	.s3 .flag{
	    margin-top: 0;
	}
}
.s3 .flag img{
	max-width: 100%;
}
.s3 .title{
    color: #35516d;
    text-align: center;
    font-size: 55px;
    font-weight: 600;
}
@media (max-width: 600px){
	.s3 .title{
    	font-size: 38px;
	}
}
.s3 .sub-title{
	color: #35516d;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
}
.s3 .video-wrap{
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 50%);
}
.s3 .video-wrap iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.s3 .video-title{
	text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-top: 15px;
    color: #35516d;
}
.s3 .video-text{
    margin-top: 16px;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}
.s3 .video-list{
	list-style: none;
    padding: 0;
    margin: 25px 0;
}
.s3 .video-list li{
	position: relative;
    padding-left: 70px;
    padding-bottom: 25px;
    font-size: 20px;
    text-align: left;
}
.s3 .video-list li:last-child{
    padding-bottom: 0;
}
.s3 .video-list li:before{
	content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 45px;
    width: 53px;
    background-image: url(../img/icons/list-icon-tick.png);
    background-size: 100% 100%;
}
@media (max-width: 600px){
	.s3 .video-list li{
	    padding-left: 40px;
	    padding-bottom: 15px;
	    font-size: 16px;
	}
	.s3 .video-list li:before{
	    height: 20px;
    	width: 28px;
	}
}
.s3 .items{
}
.s3 .items .item{
	position: relative;
    border: 4px solid #35516d;
    border-radius: 7px;
    margin: 0 50px 40px 100px;
    padding: 20px 15px 20px 90px;
}
@media (max-width: 1200px){	
	.s3 .items .item{
		margin: 0 0px 40px 40px;
	}
}
.s3 .items .item:after,
.s3 .items .item:before{
	content: "";
    position: absolute;
    background-color: #35516d;
    width: 40%;
    transform: translateX(-50%);
    left: 50%;
    height: 25px;
}
.s3 .items .item:after{
    bottom: -25px;
}
.s3 .items .item:before{
    top: -25px;
}
.s3 .items .item:first-child:before{
    content: none;
}
.s3 .items .item:last-child:after{
    content: none;
}
.s3 .items .item-thumb{
    background-color: #3990ec;
    border: 4px solid #35516d;
    border-radius: 7px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 13px;
    padding: 5px 7px;
}
.s3 .items .item-thumb img{}
.s3 .items .item-title{
	color: #35516d;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.s3 .items .item-desc{
    font-size: 20px;
    line-height: 1.2;
}
@media (max-width: 600px){    
    .s3 .items .item-desc{
        font-size: 14px;
    }
}
.s3 .link {
    background-color: #3990ec;
    border-radius: 3px;
    box-shadow: inset 0px 3px 4px -3px #fff, inset 0px -3px 4px -3px #000;
    font-size: 15px;
    padding: 15px 5px;
    /* max-width: 500px; */
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 52px;
}
.s3 .link:hover{
    background-color: #6bb0f8;
    text-decoration: none;
}
@media (max-width: 600px){
    .s3 .link {
        margin: 0;
    }
}
@media (max-width: 500px){
    .s3 .link{
        display: none;
    }
}
@media (max-width: 900px) and (orientation: landscape){
    .s3 .link{
            display: none;
    }
}
.s3 .link span {
    font-weight: 600;
    font-size: 21px;
}

.s4{
	background-color: #131c25;
	color: #fff;
}
.s4 .title{
	/*position: relative;*/
    text-align: center;
    /*padding-left: 80px;*/
    font-size: 35px;
    font-weight: 600;
    margin-top: 32px;
    line-height: 1.2;
}
.s4 .title:before{
/*    content: "";
    position: absolute;
    top: 18px;
    left: 3px;
    height: 45px;
    width: 53px;
    background-image: url(../img/icons/list-icon-tick.png);
    background-size: 100% 100%;*/
}
.s4 .sub-title{
    text-align: center;
    /*padding-left: 80px;*/
    margin-top: 31px;
    font-size: 23px;
    /*text-align: justify;*/
}
.s4 .ul-list{
    list-style: none;
    padding: 0;
    padding-left: 80px;
    margin: 25px 0;
}
.s4 .ul-list li{
	position: relative;
    padding-left: 30px;
    padding-bottom: 0;
    font-size: 23px;
    /*text-align: justify;*/
}
.s4 .ul-list li:before{
	content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    height: 16px;
    width: 20px;
    background-image: url(../img/icons/list-icon-tick.png);
    background-size: 100% 100%;
}
@media (max-width: 600px){
	.s4 .title{
	    /*padding-left: 45px;*/
    	font-size: 22px;
	}
	.s4 .title:before{
        top: 0;
	    left: 0;
	    height: 28px;
	    width: 35px;
	}
	.s4 .sub-title{
	    padding-left: 0;
        font-size: 18px;
	}
	.s4 .ul-list{
	    padding-left: 0;
	}
	.s4 .ul-list li{
	    font-size: 18px;
	}
}


.s5{
    padding: 70px 0px 20px;
	text-align: center;
}
.s5 .title{
    color: #35516d;
    position: relative;
    text-align: left;
    font-size: 39px;
    font-weight: 600;
    padding-left: 150px;
    padding-top: 25px;
    margin-bottom: 40px;
}
.s5 .title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 150px;
    background-image: url(../img/icons/s5-title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
@media (max-width: 600px){
	.s5 .title{
	    padding: 100px 0 0;
	    margin-bottom: 20px;
	    font-size: 29px;
	}
	.s5 .title:before{
		left: calc(50% - 50px);
    	width: 100px;
	}
}
.s5 .text{
    font-size: 24px;
    line-height: 1.1;
    /*text-align: justify;*/
    margin-bottom: 34px;
}
.s5 .link{
    background-color: #3990ec;
    border-radius: 3px;
    box-shadow: inset 0px 3px 4px -3px #fff, inset 0px -3px 4px -3px #000;
    font-size: 15px;
    padding: 15px 5px;
    /*max-width: 500px;*/
    color: #fff;
    display: block;
}
.s5 .link:hover{
    background-color: #6bb0f8;
    text-decoration: none;
}
@media (max-width: 992px){
	.s5 .link{
	   max-width: unset;
    	margin-bottom: 30px;
	}
}
@media (max-width: 500px){
    .s5 .link{
        display: none;
    }
}
@media (max-width: 900px) and (orientation: landscape){
    .s5 .link{
            display: none;
    }
}
.s5 .link:hover{
	text-decoration: none;
}
.s5 .link span{
	font-weight: 600;
    font-size: 21px;
}
.s5 .video-wrap{
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.s5 .video-wrap iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}
.s5 .items{
    margin: 20px -10px;
}
.s5 .items:after{
	display: table;
    content: " ";
    clear: both;
}
.s5 .item{
	width: 20%;
	float: left;
	padding: 10px;
}
.s5 .img-wrap{}
.s5 .img-wrap img{
	display: block;
	width: 100%;
}


.s6{
    padding: 20px 0px;
	text-align: center;
	background-color: #f4f8fe;
}
.s6 .img-wrap{
	padding: 0 85px 0 0;
    margin-bottom: -110px;
}
@media (max-width: 1200px){
	.s6 .img-wrap{
		margin-bottom: 20px;
	}
}
@media (max-width: 992px){
	.s6 .img-wrap{
	   padding: 0;
	}
}
.s6 .img-wrap img{
	display: block;
	width: 100%;
}
.s6 .title{
    color: #35516d;
    position: relative;
    text-align: left;
    font-size: 39px;
    font-weight: 600;
    padding-left: 105px;
    padding-top: 25px;
    margin-bottom: 40px;
}
.s6 .title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    background-image: url(../img/icons/s6-title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
@media (max-width: 600px){
	.s6 .title{
	    padding: 100px 0 0;
	    margin-bottom: 20px;
	    font-size: 29px;
	}
	.s6 .title:before{
		left: calc(50% - 50px);
    	width: 100px;
	}
}
.s6 .text{
    font-size: 24px;
    line-height: 1.1;
    /*text-align: justify;*/
    margin-bottom: 34px;
}
.s6 .link{
    background-color: #3990ec;
    border-radius: 3px;
    box-shadow: inset 0px 3px 4px -3px #fff, inset 0px -3px 4px -3px #000;
    font-size: 15px;
    padding: 25px 5px;
    /*max-width: 500px;*/
    margin-bottom: 20px;
    /*font-weight: 600;*/
    color: #fff;
    display: block;
}
.s6 .link:hover{
    background-color: #6bb0f8;
    text-decoration: none;
}
.s6 .link span {
    font-weight: 600;
    font-size: 21px;
}
@media (max-width: 992px){
	.s6 .link{
	   max-width: unset;
    	margin-bottom: 30px;
	}
}
@media (max-width: 900px) and (orientation: landscape){
    .s6 .link{
            display: none;
    }
}
.s6 .link:hover{
	text-decoration: none;
}


.s7{
    text-align: center;
    padding: 90px 0;
    position: relative;
}
.s7 .sub-title{
    color: #DFA93D;
    font-weight: 600;
    font-size: 20px;
}
.s7 .title{
    font-weight: 600;
    font-size: 50px;
    max-width: 750px;
    margin: 0 auto 20px;
}
.s7 .desc{
    max-width: 740px;
    margin: 0 auto 50px;
    font-weight: 600;
    font-size: 17px;
}
.s7 .item{
    position: relative;
    text-align: left;
    margin-bottom: 35px;
    padding-left: 185px;
}
.s7 .item .item-icon{
    width: 145px;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 50%;
    overflow: hidden;
    height: 145px;
    text-align: left;
    line-height: 145px;
}
.s7 .row:nth-child(even) [class^="col-md"]:nth-child(1) .item .item-icon{
    background-color: #ffd100;
}
.s7 .row:nth-child(even) [class^="col-md"]:nth-child(2) .item .item-icon{
    background-color: #ff93af;
}
.s7 .row:nth-child(odd) [class^="col-md"]:nth-child(1) .item .item-icon{
    background-color: #0064fb;
}
.s7 .row:nth-child(odd) [class^="col-md"]:nth-child(2) .item .item-icon{
    background-color: #f4c55c;
}
.s7 .item .item-icon img{
    display: block;
    width: 100%;
}
.s7 .item .item-icon span{
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 1;
    padding: 30px;
}
.s7 .item .item-rate{}
.s7 .item .item-rate .rate-star{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 0px;
    background-position: center;
    background-size: 100% 100%;
}
.s7 .item .item-rate .rate-star.rate-star-full{
    background-image: url(../img/icons/icon-star-full.png);
}
.s7 .item .item-rate .rate-star.rate-star-empty{
    background-image: url(../img/icons/icon-star-empty.png);
}
.s7 .item .item-quote{
    padding-right: 40px;
    margin-bottom: 30px;
    font-size: 14px;
}
.s7 .item .item-name{
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 992px){
    .s7{
        padding: 20px 0;
    }
    .s7 .title {
        font-size: 24px;
        margin: 20px auto;
    }
    .s7 .item {
        padding-left: 0;
    }
    .s7 .item .item-icon {
        position: relative;
        left: auto;
        top: auto;
        margin: 10px auto;
    }
    .s7 .item .item-quote {
        padding-right: 0;
        margin-bottom: 10px;
    }
}


.s8{
    text-align: center;
    padding: 90px 0;
    position: relative;
    background-color: #F7F3EA;
}
.s8 .sub-title{
    color: #DFA93D;
    font-weight: 600;
    font-size: 20px;
}
.s8 .title{
    font-weight: 600;
    font-size: 50px;
    max-width: 750px;
    margin: 0 auto 20px;
}
.s8 .desc{
    max-width: 740px;
    margin: 0 auto 50px;
    font-weight: 600;
    font-size: 17px;
}
.s8 .item{
    position: relative;
    text-align: left;
    margin-bottom: 35px;
}
.s8 .item .item-q{
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
}
.s8 .item .item-a{
    font-size: 18px;
}
.s8 .item .item-a .item-a-show-more{
    display: none;
    cursor: pointer;
    text-align: right;
    font-weight: 600;
    color: #DFA93D;
}
.s8 .item .item-a .item-a-mobile-hide{
    /*display: none;*/
}
.s8 .item .item-a .btn{
     padding: 15px 30px;
    border-radius: 5px;
    background-color: #DFA93D;
    color: #fff;
    font-weight: 600;
}
@media (max-width: 992px){
    .s8{
        padding: 20px 0;
    }
    .s8 .title {
        font-size: 24px;
        margin: 20px auto;
    }
    .s8 .item .item-q {
        text-align: left;
    }
}
@media (max-width: 500px){    
    .s8 .item .item-a .item-a-show-more{
        display: block;
    }
    .s8 .item .item-a .item-a-mobile-hide{
        display: none;
    }
}
@media (max-width: 900px) and (orientation: landscape){ 
    .s8 .item .item-a .item-a-show-more{
        display: block;
    }
    .s8 .item .item-a .item-a-mobile-hide{
        display: none;
    }
}

.s9{
    padding: 30px;
    text-align: center;
}
@media (max-width: 500px){
    .s9{
        display: none;
    }
}
.s9 .link{
    background-color: #3990ec;
    border-radius: 3px;
    box-shadow: inset 0px 3px 4px -3px #fff, inset 0px -3px 4px -3px #000;
    font-size: 15px;
    padding: 15px 5px;
    color: #fff;
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
.s9 .link:hover{
    text-decoration: none;
    background-color: #6bb0f8;
}
.s9 .link span{
    font-weight: 600;
    font-size: 21px;
}
@media (max-width: 992px){
    .s9{}
    .s9 .link{
    }
}
@media (max-width: 500px){
    .s9 .link{
            display: none;
    }
}
@media (max-width: 900px) and (orientation: landscape){
    .s9 .link{
            display: none;
    }
}
.s10{
    display: none;
}
.s10{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background-color: #1e2b39;
    z-index: 1;
}
.s10 .link{
    background-color: #3990ec;
    border-radius: 3px;
    box-shadow: inset 0px 3px 4px -3px #fff, inset 0px -3px 4px -3px #000;
    font-size: 15px;
    padding: 15px 5px;
    color: #fff;
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
.s10 .link:hover{
    text-decoration: none;
    background-color: #6bb0f8;
}
.s10 .link span{
    font-weight: 600;
    font-size: 21px;
}
@media (max-width: 500px){
    .s10{
            display: block;
    }
}
@media (max-width: 900px) and (orientation: landscape){
    .s10{
            display: block;
    }
    .s10 .link{
        font-size: 10px;
        padding: 5px;
    }
    .s10 .link span{
        font-size: 13px;
    }
}


.footer{
	padding-top: 70px;
    padding-bottom: 50px;
    background-image: url(../img/footer-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1200px){
    .footer{
        padding-top: 50px;
    }
}
@media (max-width: 500px){
    .footer{
        padding-bottom: 150px;
    }
}
.footer .title{
    color: #3990ec;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 25px;
}
@media (max-width: 991px){
	.footer .title{
	    margin-bottom: 0;\
	    margin-top: 10px;
	}
}
.footer ul{
    padding: 0;
    list-style: none;
    color: #fff;
}
.footer ul li{
    font-size: 13px;
    line-height: 1.7;
}
.footer ul li small{
    font-size: 70%;
}
.footer ul li a{
	color: #fff;
}
.footer ul li a:hover{
	color: #3990ec;
	text-decoration: none;
}
.footer ul li a.link-w-icon{
	position: relative;
}
.footer ul li a.link-w-icon:before{
	content: "";
    display: inline-block;
    height: 20px;
    width: 20px;    
    margin-right: 10px;
    margin-bottom: -5px;
}
.footer ul li a.link-mail:before{background-image: url(../img/icons/footer-icon-mail.png);}
.footer ul li a.link-phone:before{background-image: url(../img/icons/footer-icon-phone.png);}
.footer ul li a.link-globe:before{background-image: url(../img/icons/footer-icon-globe.png);}
.footer .flag-icon{
	height: 15px;
    width: 20px;
    margin: 0px 2px -2px;
    background-size: 100% 100%;
    display: inline-block;
}
.footer .flag-icon-gb{background-image: url(../img/icons/flag-gb.jpg);}
.footer .flag-icon-de{background-image: url(../img/icons/flag-de.jpg);}
.footer .flag-icon-es{background-image: url(../img/icons/flag-es.jpg);}
.footer .flag-icon-fr{background-image: url(../img/icons/flag-fr.jpg);}
.footer .flag-icon-ae{background-image: url(../img/icons/flag-ae.jpg);}
.footer ul.cert-links:after{
	display: table;
    content: " ";
    clear: both;
}
.footer ul.cert-links li{
	float: left;
    padding-right: 12px;
}
.footer ul.cert-links li a{
    display: block;
}
.footer ul.cert-links li a img{
    display: block;
    width: 100%;
}

#jsLaPlaceholder{

}
@media (max-width: 500px){
    #jsLaPlaceholder{
        display: none;
    }
}
@media (max-width: 900px) and (orientation: landscape){
    #jsLaPlaceholder{
        display: none;
    }
}