
a:hover, a:focus {text-decoration: none;}

figure{
	margin:0;
}

.container{
    font-family: CentraleSansRnd, sans-serif;
	font-weight:300;
    max-width: 1140px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    line-height: 1.6;
    font-size: 18px;
    padding:0;
    }

a{
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}


strong{
	font-weight:600;
}

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


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

.top{
	z-index: -1;
}


.img-center {
	text-align: center;
}



p{
	font-weight: 300;
}

h2{
	font-size:1.1rem;
	color:#fff;
	font-weight:200;
	text-align:center;
	padding:30px 20px;
	line-height:1.3;
	background: #000;
	margin: 0;
}

h2:hover{
	background:#1b1b1b;
}


.yellow{
	
	color:#fff000;
	font-weight: 600;
}

b{
	font-weight: 500;
}



.padding{
	padding:0;
}

small{
	font-size:1rem;
	text-decoration: line-through;
}

.footer{
	background: #fff000;
	padding:50px 0;	
}

.text{
	padding:50px;
}

.price{
	font-size:2rem;
	text-align:center;
}

.price p{
	padding:10px 0;
	margin:0 0 40px 0;
}

.cta{
    color: #000;
    background: #fff000;
    text-align: center;
	font-weight: 500;
    font-size: 1.1em;
	max-width: 200px;
    padding: 15px 40px;
    margin: 0 0 40px 0;
	height:60px;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff700+0,ffe900+100 */
	background: #fff700; /* Old browsers */
	background: -moz-linear-gradient(top, #fff700 0%, #ffe900 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff700 0%,#ffe900 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff700 0%,#ffe900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#ffe900',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 25px 53px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 25px 53px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 25px 53px -1px rgba(0,0,0,0.3);
	
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
}


.cta:hover{
    background: #fff;
	-webkit-box-shadow: 0px 5px 13px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 13px -1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 13px -1px rgba(0,0,0,0.6);
}

.cta_2{
    color: #fff;
    background: #000000;
    text-align: center;
	font-weight: 500;
    font-size: 1.1em;
	max-width: 400px;
    padding: 15px 20px;
    margin: 20px auto 20px auto;
	cursor: pointer;
    -webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-box-shadow: 0px 25px 53px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 25px 53px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 25px 53px -1px rgba(0,0,0,0.3);
}


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



.steps_header{
	color:#4a4a48;
	text-align: center;
	font-size:2rem;
	font-weight: 400;
}

.steps{
	color:#4a4a48;
	padding:30px 0 30px 0;
	font-size:1rem;
	background: #fbfbfb;
	z-index: 9999;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,dbe4e1+100 */
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top, #fcfcfc 0%, #dbe4e1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fcfcfc 0%,#dbe4e1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fcfcfc 0%,#dbe4e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dbe4e1',GradientType=0 ); /* IE6-9 */
}
.step{
	padding:30px 0;
}
.step img{
	padding:0 0 20px 0;
}


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

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


.promotion{
	font-size:.8rem;
	padding:50px;
	text-align:center;
}

@media(max-width: 992px){


	.steps_header{
		font-size:1.5rem;
	}
	
	h2{
		font-size:1.3rem;
		padding:20px 20px;
	}
	

	.cta{
		width:250px;
		margin:0 0 40px 0;
	}

}

@media(max-width: 768px){
	
	.price p{
		margin:0;
		padding:0;
	}
	
	.cta_2{
		width:300px;
	}
	
	.text{
		font-size:.9rem;
	}
	
	.promotion{
		font-size:.6rem;
		padding:30px;
	}
	
}





