/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url(http://fonts.googleapis.com/css?family=Neucha);
@import url(http://fonts.googleapis.com/css?family=Marmelad&subset=latin,cyrillic);

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
	font-family: 'Marmelad';
}

hr{
	opacity: 0.3;
}

#slider{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#slider img{
	max-width: 100%;
	height: auto;
	position: fixed;
}

#content{
	z-index: 2;
	position: relative;
}

.full {
  background: url(../img/bg0.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.holiday{
  background: url(../img/bg2.jpg) no-repeat center center fixed; 
}

.decor{
  background: url(../img/bg3.jpg) no-repeat center center fixed; 
}


.navbar-brand{
	letter-spacing: -1px;
}

.info{
	color: #fff;
	background-color: rgba(60,30,30,0.4);
	border-radius: 8px;
	padding: 20px 20px 15px !important;
}
.info h1{
	margin: 0 20px 12px 0;
	font-size: 220%;
	text-shadow: 0 2px 1px rgba(0,0,0,0.4);
}
.info p{
	font-size: 120%;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.info h3{
	font-size: 150%;
	color: #fff !important;
}
.info a{
	color: #fff;
}

.metas{
	position: absolute;
	bottom: 55px;
	right: 10px;
	font-size: 12px;
}
.metas a{
	color: #333;
}