@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  background: #FFF; 
}
#v1test{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index: -1000;
	height:500px;
	display:inherit;
	overflow:hidden;
	background-image:url(../pic/1060_Flip_Book_FA_Page_003.jpg) ;
	background-size: cover;
    background-repeat: no-repeat;
	}
video { 
    width:100%;
    z-index: -100;

}
.stopfade { 
   opacity: .5;
}

#polina { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:50px auto 2rem auto;
  font-size: 1.2rem;
  height:700px;
  clear: right;
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
#polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}



li{
	color:#FFFFFF;
}
@media screen and (max-width: 500px) { 

}
@media screen and (max-device-width: 800px) {

}
#head{
	display:block;
	width:100%;
	clear:both;
}
#head ul li{
	width:auto;
	float:right;
	margin:0 20px;
}

#search_form{
	width:80%;
	height:auto;
	display:block;
	margin:0 auto;
	transform:translateY(100px);
	
}

#inputtext{
	background: rgba(255,255,255,0.5);
	text-align:center;

	padding:20px;
	border-radius: 4px;
	}

input[type=text], select {
    width:75%;
	padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-size:24px;
}

input[type=submit] {
	width:20%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:24px;
}



#submit_message input[type=submit]{
	width:100%;
}

#submit_message input[type=text], select{
	width:100%;
}

input[type=submit]:hover {
    background-color: #45a049;
}

#content{
	width:80%;
	margin:180px auto 0 auto;
	display:block;
	height:400px;
	
}

#displaypo{
	float:left;
	width:65%;
	height:380px;
	border-radius: 4px;
	overflow:hidden;
}

#submit_message{
	float:right;
	width:30%;
	background: rgba(255,255,255,0.5);
	border-radius: 4px;
	padding:2%;
}

#poperty_list{
	width:80%;
	height:auto;
	background: rgba(0,0,0,0.5);
	clear:both;
	margin:50px auto 100px auto;
	border-radius: 4px;
	overflow:hidden;
	
}
.p_list_1{
	float:left;
	width:50%;
}

.p_list_1 img{
	width:80%;
	margin:10% 10% 0px 10%;
}

.p_list_1 span{
	color:#FFFFFF;
	font-size:24px;
	text-align:center;
}

.p_list_c{
	color:#FFFFFF;
	font-size:24px;
	margin:0px 10% 10% 10%;
}

#footh{
   position:fixed;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#6cf;
   color:#FFFFFF;
   text-align:center;
   z-index:10;
}


#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:100%; height:500px; background:#333; position:relative; overflow:hidden;}
#playBox .oUlplay { width:300%; position:absolute; left:0; top:0; margin:0px; padding:0px;}
#playBox .oUlplay ul{margin:0px; padding:0px;}
#playBox .oUlplay li{ float:left; list-style-type:none;width:33.33%}
#playBox .oUlplay li img{width:100%;}
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(images/l.png) no-repeat; position:absolute; top:190px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(images/r.png) no-repeat; position:absolute; top:190px; right:10px; z-index:10;}
#playBox .smalltitle {width:100%; height:10px; position:absolute; top:330px; z-index:1;}
#playBox .smalltitle ul{ width:120px; margin:0 auto; }
#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle .thistitle{ background:#69aaec;}

#aboutbackground{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index: -1000;
	height:1200px;
	overflow:hidden;
	background-image: url(../pic/20170504173719.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}