body{
	padding:0;
	margin:0;
	background-color:#f4f4f4;
}
.header{
	height: 102px;
	width:100%;
	background-color:#FFFFFF;
-webkit-box-shadow: 0px 1px 15px 0px rgba(232,232,232,1);
-moz-box-shadow: 0px 1px 15px 0px rgba(232,232,232,1);
box-shadow: 0px 1px 15px 0px rgba(232,232,232,1);

}
.conteiner{
	width:1200px;
	margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.menu{
	padding:0;
	margin:62px 0 0 0;
	width: 700px;
	float:left;
	display:block;
}
.menu li{
	float:left;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	margin-right:30px;
}
.menu li a{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	font-weight: bold;
	text-decoration:none;
	color:black;
	margin:0;
	
}
.menu li a:hover{
	border-bottom: 4px solid #ec2329;
	padding-bottom:11px;
} 
.item-selected{
	border-bottom: 4px solid #ec2329;
	padding-bottom:11px;
	
}

#login-form{
	height:102px;
	width:390px;
	float:left;
	
}
#form-conteiner{
	height:33px;
	margin-top:21px;
	width: 100%;
	
}
.l-form-text
{
	width: 126px;
    height: 28px;
	border:1px solid #d7d7d7;
	padding-left:10px;
	float:left;
	margin-right:6px;
	border-radius: 5px;
}
#l-form-submit
{
	width:96px;
	background:url(../Img/botton-bg.png) repeat-x;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	height:31px;
	border-color:red;
	border:0 none;
	float:left;
	border-radius: 5px;
	line-height: 30px;
   
}
#l-form-submit:hover{-webkit-box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.33);
   -moz-box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.33);
}
.add-acount{
	width:100%;
	margin-top:16px;
        float: left;
    clear: both;
}
.add-acount p{
	font-size:14px;
	font-family: 'Lato', sans-serif;
	color:black;
	padding: 0;
    margin: 0;
	font-weight: bold;
	
}
.add-acount a,.add-acount span{
	text-decoration:none;
	color: #ec2329;
	font-weight: bold;

}
.header-text{
	margin-top: 53px;
	float:left;
	
}
.header-text p{
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	font-weight: bold;
	color:black;
	padding:0;
	margin:0;
}
#logoRemondis > span
{
	color:white;
    font-size:15px;	
    line-height: 15px;
}
#logoRemondis{
	background-color: #ec2329;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
	font-weight:bold;
    display: inline-flex;
    padding: 0px;
    margin: 0px;
	padding: 0px 3px;
	line-height: 45px;
}

#reg{
	color: #FFFFFF;
	font-size: 15px;

}
#logo-remondis{
	float:right;
    padding: 0px;
	margin-top:53px;
	
}
#block-first{
	background-image: url(../Img/block1_background.jpg);
	width:588px;
	height:449px;
	float:left;
	cursor: pointer;
}
#block-second{
	background-image: url(../Img/block2_background.jpg);
	width:588px;
	height:449px;
	float:right;
	cursor: pointer;
}
.inside-block-text{
	margin:40px 0 0 36px;
	padding:0;

}
.inside-block-text p {
	font-family: 'Oswald', sans-serif;
    font-size: 36px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 44px;
}
.block-bottom-btn{
	width: 165px;
	height:43px;
	background:url(../Img/botton-bg1.png) repeat-x;
	border-radius:5px;
	margin-top:110px;
	margin-left:34px;
	 -webkit-box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.33);
   -moz-box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.33);
	text-decoration:none;
	display:block;
	font-family:'Lato', sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height: 43px;
    text-align: center;
	color: black;
}
.block-bottom-btn:hover{
	background:url(../Img/botton-bg2.png) repeat-x;
	
}
.text-content{
	height:205px;
	width:280px;
	background-color:#fff;
	border:1px solid #e1e1e1;
	float:left;
	margin-right:24px;
}
.text-content h2{
	font-family: 'Oswald', sans-serif;
    font-size: 25px;
	font-weight:bold;
	display:block;
	margin: 22px 0 0 26px;
	
}
.text-content p{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	margin: 25px 26px 0 26px;
}
.details{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	margin: 15px 0 0 26px;
	color: #ec2329;
	text-decoration:none;
	display:block;
	
}
.footer{
	width:100%;
	height:290px;
	background-color:#fff;
}
.footer-block{
	height:136px;
	width:280px;
	float:left;
	margin-right:24px;
	padding:0px;
	margin-top:72px;
	
}
.footer-block p{
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	color: #8c8c8c;
	display: block;
    padding: 0;
    margin: 0;
}
#footer-line{
	border-bottom:1.5px solid #e3e3e3;
	height:208px;
}
.last-text-footer{
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	color: #8c8c8c;
	display: block;
    padding: 0;
    margin-right: 82px;
	margin-top:30px;
	float:left;
	
}
.shadowElement,.shadowOnHover:hover{-webkit-box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.33);
   -moz-box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.33);
	border-radius:5px;
}
img.map, map area{
    outline: none;
}
.width700 {
    width: 700px;
}
.loggedLoginBox {
    font-size: 11px;
    margin-top: 61px;
    margin-right: 22px;
}