html, body{
	margin: 0;
	padding: 0;
	background: #1b1b1b;
	font-family: 'Calibri','Segoe ui','Arial','Sans-serif';
}

h1 {
  color: #FFD200;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin: 80px 0 30px;
}

a img{ border: 0;}

.logo{
	background: url("../img/disco_voyager_logo.png") no-repeat;
	width: 600px;
	height: 50px;
	display: block;
	margin: 25px 0 10px;
}

.menu a{
	color: #FFD200;
	font-size: 19px;
	letter-spacing: 1px;
	margin-right: 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.menu a:hover{
	color: white;
}

.menu a.active{
	text-decoration: underline;
}

.content{
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

.content{
	color: #ddd;
	 font-size: 20px;	
}

.content a{
	color: #FFD200;
	text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}

.content li{
	background: url("../img/li-icon.png") no-repeat scroll 0 4px transparent;
	font-size: 17px;
	height: 30px;
	list-style: none outside none;
	margin: 0;
	padding-left: 36px;
}

#header{
	background: url("../img/1_bg.png") no-repeat scroll center bottom transparent;
	height: 200px;
	z-index: 10;
}
	
#header.top{
	left: 50%;
	position: absolute;
	width: 100%;
}
	
#header.fixed{
	position: fixed;
	top: -80px;
}

#slider{
	color: #FFD200;
	width: 960px;
	margin: 0 auto;
	padding-top: 200px;
	height: 400px;
}

.dark-page{
	background: url("../img/01_bg.png") no-repeat scroll center top #121212;
	padding: 100px 0 30px;
	margin: 0;
}

.light-page{
	background: url("../img/10_bg.png") no-repeat scroll center top #1b1b1b;
	padding: 100px 0 30px;
	margin: 0;
}

.clear{
	clear: both;
}

#calendar-out{
	width: 500px;
	float: left;
}

#form{
	float: left;
	margin-left: 60px;
	width: 400px;
}

input, textarea{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#form label{
	color: #aaa;
}

#event_privat{
	margin-left: 0;
}

#form input[type=text], #form textarea, #calendar-out input[type=text]{
	display: block;
	width: 388px;
	border: #333 solid 1px;
	background: #1b1b1b;
	color: #fff;
	padding: 5px;
	resize: none;
}

#form input[type=text]:focus, #form textarea:focus, #calendar-out input[type=text]:focus{
	border-color: #FFD200;
}

input:disabled{
	background: #111;
	border: 1px solid #222222;
}

.datetime input{
	width: 220px !important;
}

.datetime{
	float: left;
}

.datetime.first{
	margin-right: 36px;
}

#form textarea{
	height: 89px;
}

#form input.button{
	background: #F0C601;
	border: none;
	font-size: 19px;
	height: 49px;
	padding: 14px;
	width: 400px;
}

#form input.button:hover{
	background: #F9D948;
}

#form input.button:active{
	background: #E0BE28;
}

.error{
	border: 1px solid red !important;
}

.thank-u{
	color: #F0C601 !important;
	font-size: 20px;
	text-align: center;
}

.thank-u span{
	font-size: 16px;
	display: block;
}

.slide{
	height: 462px;
	position: relative;
	width: 960px;
}

.slide1{
	background: url("../img/dvoy-1.png") no-repeat scroll 0 20px transparent;
}

.slide2{
	background: url("../img/dvoy-2.png") no-repeat scroll 0 20px transparent;
}

.slide h3{
	position: absolute;
	right: 20px;
	font-size: 24px;
}

#gallery .content a{
	float: left;
}

#gallery .content img {
	display: block;
}

.kont, .kont a {
  color: #FFFFFF;
  display: block;
  width: 50%;
  font-size: 36px;
  margin-bottom: 20px;	
}

.copyr{
	color: #aaa;
	margin: 100px 0 50px;
	text-align: center;
}

.banner {
  display: block;
  float: left;
  margin: 20px;
  width: 150px;
}

.banner img {
	width: 150px;
}

.banner .title {
  font-size: 14px;
  text-align: center;
  height: 35px;
  overflow: hidden;
}

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

