*{
	margin:0; 
	padding:0;
    border:none;
}	

html,body{
	height:100%;
} 

body{
	font-family: 'Raleway', sans-serif;
	color:#1f1f21;
}

.clearFloat{
	clear:both;
}

.align_right{
	text-align:right;
}

.bold{
	font-weight:bold
}

.header_construction{
	background: url(../images/header_construction.png) no-repeat;
	z-index: 99999999;
    width: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 55px;
}

.logo{
	display: block;
	margin: 40px auto 0;
	width: 385px;
}

.social_ico{
	background: #fff;
	margin-top: 30px;
	display: block;
	width: 22px;
	text-align: center;
	float: right;
	padding: 4px;
	color: #000;
	font-size: 19px;
	border-radius: 17px;	
}

.construction_bg{
    background: url(../images/banner_3.jpg) no-repeat;
    height: 690px;
    background-size: cover;
}

.construction_msg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -34%);
	-webkit-transform: translate(-50%, -34%);
	background: rgba(255,255,255,0.70);
	padding: 30px 10px;
	border: 17px solid #fff;
	width: 840px;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.70);
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.70);
}

.construction_msg h1{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 43px;
    text-align: center;
}

.mail_const{
	display: block;
    margin: 30px auto 20px;
    text-align: center;
    color: #05050D;
    font-size: 33px;
    text-decoration: none;
}

.construction_form{
	width:80%;
	margin:auto;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {  
	color: #fff;
}

.fill_form_const{
    width: calc(100% - 25px);
    background: rgba(74, 74, 74, 0.53);
    color: #fff;
    padding: 10px;
    margin: 0px 0 5px 5px;
    font-family: helvetica;
    box-shadow: none;
}

.fill_form_const_textarea{
	    height: 55px;
}

.send_btn_const {
    background: #4A4A4A;
    color: #fff;
    padding: 8px 10px;
    border: none;
    font-size: 18px;
    font-style: italic;
    cursor: pointer;
    font-family: Times new roman;
}

/******** Footer ********/
footer{
    background: url(../images/debut_dark.png) #1D1D1D repeat fixed;
    background-size: 5%;
    border-top: 2px solid #212121;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.68);
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.68);
}

footer a{
	color:#fff;
	text-decoration:none;
}

.ftr_construction{
	padding-top:30px
}

.footer_name_logo{
    margin: 30px auto 0;
}

.name_footer{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 31px;
}

.logo_footer{
	width:60px;
	margin:0 20px;
}

.ftr_signature{
    margin: 30px auto 0;
    text-align: center;
    padding-bottom: 28px;
    font-size: 13px;
}

.londono_logo_const{
    width: 70px;
}
/******** Footer ********/