*{
  margin:0;
  padding:0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 25px;
  color: #505050;
}

h1, h2, h3, h4, h5, h6{
  text-align: center;
  margin:0px;
  padding: 15px 0px;
}

h1{
  font-size:40px;
  margin:0px;
}
h2{
  font-size:35px;
  color:black;
}

p{
  font-size:25px;
}
hr{
  width:5%;
  height:2px;
  margin:auto;
  margin:50px auto 30px;
  background-color:#d1d1d1;
  border-color:#d1d1d1;

}

.glyphicon{
  font-family: 'Glyphicons Halflings';
  font-size:13px;
  top:-12px;
}

#header {
  position:relative;
  z-index:200;
  height:0px;
  background: rgb(0, 0, 0); /* Old browsers */
  color:white;
  box-shadow: 0 0 70px 70px black;
}

//#gradient-separator-blue{
//  position:relative;
//  z-index:190;
//  height:70px;
//  background: none; /* Old browsers */
//  background: -moz-linear-gradient(top, rgba(0, 0, 0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
//  background: -webkit-linear-gradient(top, rgba(0, 0, 0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
//  background: linear-gradient(to bottom, rgba(0, 0, 0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
//  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393c1', endColorstr='#cfe7fa',GradientType=0 ); /* IE6-9 */
//}

//#gradient-separator-white{
//  position:relative;
//  z-index:190;
//  height:50px;
//  margin-top:-100px;
//  background: none; /* Old browsers */
//  background: -moz-linear-gradient(top, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255,1) 100%); /* FF3.6-15 */
//  background: -webkit-linear-gradient(top, rgba(255, 255, 255,0) 0%,rgba(255, 255, 255,1) 100%); /* Chrome10-25,Safari5.1-6 */
//  background: linear-gradient(to bottom, rgba(255, 255, 255,0) 0%,rgba(255, 255, 255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
//  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393c1', endColorstr='#cfe7fa',GradientType=0 ); /* IE6-9 */  
//}
#container {
  position:relative;
  z-index:200;
  max-width: 100%;
  margin: 0px auto 50px auto;
  padding: 20px;
  position: relative;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 70px 70px white;

}

.village{
  min-height:300px;
  border:1px solid white;
}
a:hover{text-decoration:none;}
a .village span{position: relative;z-index: 15;color:white;font-size: 50px;}
a .village:hover{color:white;font-size: 50px;text-decoration:none;}

.monteville{background: url('/img/villages/monteville.jpg');}
.greenfield{background: url('/img/villages/greenfield.jpg');}
.riverside{background: url('/img/villages/riverside.jpg');}
.millenium{background: url('/img/villages/millenium.jpg');}
.renessans{background: url('/img/villages/renessans.jpg');}
.madison{background: url('/img/villages/madison.jpg');}

#background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

#background img {
  width: 100%;
  height: 100%;
}

.villages .pattern {
  position: absolute;
  left: 0;
  top: 0;
//  background: url(../img/dot.png);
  width: 100%;
  height: 100%;
//  opacity: 0.2;
  z-index: 10;
}

.villages .pattern {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(11, 11, 11, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 20;
}
.villages .pattern0 {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(11, 11, 11, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 10;
}

.villages .pattern:hover {
  background-color: rgba(11, 11, 11, 0);
}
#map{
  width: 100%;
  height: 500px;
//  border: 1px solid #d8d8d8;
  margin-top:-90px;
}

#video-container{
  width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
}

#form{
  width:450px;
  margin:auto;
  border:1px solid #d8d8d8;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding:20px;
  background-color: rgba(255, 255, 255, 0.8);
}

#form label{
	width:30%;
	float:left;
	margin-bottom:5px;
	font-size:20px;
}

#form input{
    width:69%;
    float:right;
    margin-bottom:5px;
    height:25px;
}

#form textarea{
  width:97%;
  padding:5px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type='number'] {
    -moz-appearance: textfield;
}

#form .buttons{
  margin:15px;
  text-align:center;
}
#form .form_text_block label{
  width:100%;
}
.clear{
  clear:both;
}
.no-padding{
  padding:0px;
}










