@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background: #fff;
	z-index:0;
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
}

button{
	display:inline-block;
	padding:5px;
	margin:1px;
	color:#fff;
	border:1px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	background: rgba(0, 0, 0, 0.72);
	cursor: pointer;
}

button:hover{
	background:rgba(255,255,255,.9);
	color:#000;
}

#wrapper{
	position:absolute;
	padding:100px 50px;
	width:500px;
	height: 100%;
	margin-left: 0px;
	top:0;
	background: rgba(255, 255, 255, .9);
font-family: 'Roboto Condensed', sans-serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);

}
p { text-align:center;}

.text{
	position:absolute;
	top:100px;
	padding-right: 50px;
	width: 90%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.text h1{
	font-weight:normal;
	line-height:130%;
}

.text h2{
	font-weight:normal;
	line-height:130%;
}

#gallery{
	position:absolute;
	width:100%;
	height:700px;
	top:0;
	left:0;
}


.imgContainer{
	width:100px;
	height:100px;
	overflow:hidden;
	display:inline-block;
}

.imgContainer img{
	width:160px;
}
.footer_links { font-size:12px; line-height:12px; }

.footer_links a { text-decoration:none; color:inherit; }

.footer_links a:hover { color: #f7941e; }

.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  background: #d1bca4;
  padding: 11px 11px 11px 11px;
  text-decoration: none;
  float:left;
}
.btn_right {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  background: #d1bca4;
  padding: 11px 11px 11px 11px;
  text-decoration: none;
  float:right;
}

.btn:hover {
  background: #f7941e;
  text-decoration: none;
}

.btn_right:hover {
  background: #f7941e;
  text-decoration: none;
}
.btn_big {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  background: #d1bca4;
  padding: 11px 11px 11px 11px;
  text-decoration: none;
}
.btn_big:hover {
  background: #f7941e;
  text-decoration: none;
}
.inner_container {
	background-color: rgba(255,255,255,.9);
	position: relative;
	width: 1000px;
	height: auto;
	padding: 50px;
	margin: auto;
	}
.inner_container p {
	text-align: left !important;}
.terms_bg {
	background-image: url(../images/terms-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}
