
body{
	background-image: url(../img/bg1.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h4 a{
	text-decoration: none;
}
#menu a  {
  border: 1px solid;
  left: 25%;
  position: relative;
  display: inline-block;
  font-size: 95%;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin:  10px;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 3px;
  background: linear-gradient(#190707, rgb(81,81,86)) rgb(110,112,120);
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
#menu a:hover:not(:active) {
  background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
  color: #1e08f7;	
}
#menu{
	padding-top: 15%;
}
#menu a:active {
  color: rgb(209,209,217);		
  top: 1px;
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}
#main{
	width: 1100px;
  	margin:0 auto;
	background-color: white;
	border: 1px solid #ddd;
}
#header{
    background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height:170px;
}
#lang{
	width:300px;
	height:170px;
	float:right;
}
#lang h4{
	float:right;
	padding: 3px;
}
.slides{
	width:100%;
	height: 300px;
	margin-top:5%;
	margin-left: 6%;
}	
#content{
    
	margin-top: 30px;
	padding: 30px 30px;
	font-size: 20px;
}
#content b{
	color: #9A3100;
}
#wrap{
    border-top: 1px solid #ddd;
	height: 330px;
}
.range{
	width: 48%;
	float: left;
}
.paper{
	width: 48%;
	float:right;
}
#cont_page{

	width: 100%;
	height: 100%;
}
#map{

	float:right;
	padding-right: 40px;
	padding-top: 40px;
}
#contact{
	background-image: url(../img/post.jpg);
	background-repeat: no-repeat;
	width: 70%;
	height: 240px;
	padding-left: 290px;
	padding-bottom: 40px;
	padding-top: 40px;
	font-size: 20px;
}
#info{
	background-image: url(../img/avatar.png);
	background-repeat: no-repeat;
	width: 50%;
	height: 200px;
	padding-left: 290px;
	margin-top: 20px;
	font-size: 20px;
}
#info_1{
	background-image: url(../img/avatar.png);
	background-repeat: no-repeat;
	width: 50%;
	height: 200px;
	padding-left: 290px;
	padding-top: 15px;
	font-size: 20px;
}
.item-page img{
	border:2px solid black;
}
#service{
    height: 100%;
    font-size: 20px;
	margin-top: -10px;
	padding: 30px 30px;
}
#footer{
    height: 70px;
    border-top: 1px solid #ddd;
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 12px;
	color: #9f8080;
	font-size: 16px;
}