* {
	outline: none;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	padding: 0px;
	min-width: 320px;
	background: -webkit-gradient(linear, left top, left bottom, from(#2b9ac8), to(#c6e5f2) );
	background: -moz-linear-gradient(-90deg, #2b9ac8, #c6e5f2);
	background: -o-gradient(linear, left top, left bottom, from(#2b9ac8), to(#c6e5f2) );
	background: -ms-linear-gradient(top, #2b9ac8, #c6e5f2);
	background: linear-gradient(top, #2b9ac8 0%, #c6e5f2 100%);
	background-repeat: no-repeat;
	background-color: #c6e5f2;
}

header{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	background-color: #fff;
	background-repeat: repeat-x;
}

#logo{
	margin: 0;
	padding: 0;
}

#slogan{
	margin: 0;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
#map{
	margin: 0;
	padding: 0;
	text-align: right;
}
nav{position: relative;
	background-color: #fff;
}
#banner{
	position: relative;
	background-color: #dedede;
	overflow: hidden;
	padding: 20px; background-image: url(shared/images/map.png);
	
}
.banner{
	padding: 10px;
	font-size: 16px;
}
.banner-bg{
	text-align: left;
}
.banner-bg img{
	width:100%;
}
.banner-text{
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
	padding: 20px;
}
#main-content{
	height: auto;
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}
#footer{
	min-height: 100px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #2c2d33;
	color: #fff;
}

#legal{
	text-align: left;
}
#address{
	text-align: center;
}
#contacts{
	text-align: right;
}

@media screen and (max-width: 1023px){
.banner-bg{
	text-align: center;
}
.banner-bg img{
	width:700px;
	margin-left: auto;
	margin-right: auto;
}
.banner-text{
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 30px;
	border: 2px solid #fff;
	margin-bottom: 20px;
	padding: 20px;
}
#legal{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
}
#address{
	text-align: center;
	padding-bottom: 20px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #222;
}
#contacts{
	text-align: center;
	border-top: 1px solid #555555;

}
}

@media screen and (max-width: 767px){
.banner-bg{
	text-align: left;
}
.banner-bg img{
	width:100%;
}
.banner-text{
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 30px;
	border: 2px solid #fff;
	margin-bottom: 20px;
	padding: 20px;
}
#slogan{
	background-color: #dedede;
}
#legal{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
}
#address{
	text-align: center;
	padding-bottom: 20px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #222;
}
#contacts{
	text-align: center;
	border-top: 1px solid #555555;
}
}
