body {
    font-family: 'CentraleSansRnd', sans-serif;
	font-weight: 300;
    font-size:1.2em;
    line-height: 1.8;
    color:#000;
	
    }
	
a {color:black;text-decoration:none}
a:hover, a:focus {color:black;text-decoration:none}


figure{
	margin:0;
	text-align: center;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	max-width: 1920px;
	overflow:hidden;
    }

a:hover {
    text-decoration: none;
}

.video{
	width:70%;
	height:70%;
}

.white{
	background:#fff;
}

.bgr{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a1a1a+0,000000+50,1a1a1a+100 */
background: #1a1a1a; /* Old browsers */
background: -moz-linear-gradient(left, #1a1a1a 0%, #000000 50%, #1a1a1a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1a1a1a 0%,#000000 50%,#1a1a1a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1a1a1a 0%,#000000 50%,#1a1a1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#1a1a1a',GradientType=1 ); /* IE6-9 */
}

.text{
	color:#fff;
	padding:100px;
}

.bgr2{
background: #9a0907;
background: -moz-linear-gradient(left, #9a0907 0%, #d30d0a 100%);
background: -webkit-linear-gradient(left, #9a0907 0%,#d30d0a 100%);
background: linear-gradient(to right, #9a0907 0%,#d30d0a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0907', endColorstr='#d30d0a',GradientType=1 );	
}

.padding{
	padding:0;
}

h1{
	text-align: center;
	padding:30px;
}

h2{
	
}

.row {
    margin-left: 0px;
    margin-right: 0px;
	text-align:left;
    }



.whiteBg{
	background:#fff;
	color:#000;
}


.img_2{
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
}

.img_2:hover{
	transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
}

.cta_1{
    color: #fff;
    text-align: center;
	font-weight: 400;
    font-size: 1.2em;
	width: 180px;
    padding: 10px 10px;
    margin: 0px 10px 70px 10px;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0092e5+1,00cff3+100 */
	background: #ba0b09;
    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}


.cta_1:hover{
	color:#fff;
    background: #000;
}


.cta_21{
	color: #000;
    background: #fff;
    text-align: center;
	font-weight: 400;
    font-size: 1.2em;
	width: 200px;
    padding: 10px 10px;
    margin: 40px 0;
	cursor: pointer;
    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}



.cta_21:hover{
	color:#fff;
    background: #014076;
	-webkit-box-shadow: 0px 5px 13px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 5px 13px -1px rgba(0,0,0,0.31);
	box-shadow: 0px 5px 13px -1px rgba(0,0,0,0.31);
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    width:40px;
    height:40px;
    background: url('../img/arrow_up0d1b.png????');
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
}

#myBtn:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
    background-color: #555; /* Add a dark-grey background on hover */
}

#myBtn2 {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */ /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    width:73px;
    height:73px;
    background: url('../img/arrow_down.png');
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
}

#myBtn2:hover {
	transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
    background-color: #555; /* Add a dark-grey background on hover */
}

@media(max-width: 1500px){
	
	.text7_{
		padding:60px 0;
	}
}

@media(max-width: 1200px){
	
	h1{
		text-align:center;
	}
	
	.cta_1{
		margin:20px auto;
	}
	
	.cta_21{
		margin:20px auto;
		
	}
}

@media(max-width: 992px){
	.video{
		width:100%;
	}
}

@media(max-width: 576px){
	
	.text7_{
		padding:50px;
	}
	
	.logo{
	padding:10px 0;
	}

	.cta_21{
		font-size:1rem;
		width:290px;
	}
	
	.text{
		padding:50px;
	}
	
	h1{
		font-size:1.3rem;
	}
	p{
		font-size:.8rem;
	}
	
}

@media(max-width: 400px){

	
	h2{
		font-size:1.3rem;
	}
	.text{
		padding:30px;
	}
}






