html,body {
height:100%;
margin:0;
padding:0;
}

body {
	background: #161d20 url('bg-home.gif') center fixed;
}


/*Top sticky header*/
.navbar-fixed-top_black {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #161d20;
z-index: 999;
height: 65px;
overflow:visible;
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;}
.navbar-fixed-top.cbp-af-header-shrink_black 
{height: 75px;}

.container {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	text-align: center;
	background: #101517;
}

.container_travel {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #101517;
}

.landscape {
	width:100%;
	height:100%;
	z-index: 4;
}

.landscape img {
	width:100%;
	height:auto;
	margin-bottom:5px;
	-ms-interpolation-mode: bicubic;
}

.portrait {
	width:50%;
	height:50%;
	float: left;
	overflow: hidden;
	z-index: 5;
}

.portrait img {
	width: 100%;
	height: auto;
	margin-bottom:5px;
	-ms-interpolation-mode: bicubic;
}

.p100% {	max-width:100%;}
.p1920 {	max-width: 1920px;}
.p1600 {	max-width: 1600px;}
.p1350 {	max-width: 1350px;}
.p1200 { max-width: 1200px; }
.p940 { max-width: 940px; }
.p800 { max-width: 800px; }
.p740 { max-width: 740px; }
.p720 { max-width: 720px; }
.p675 { max-width: 675px; }
.p600 { max-width: 600px; }
.p520 { max-width: 520px; }

p {font-family:Georgia, "Times New Roman", Times, serif; font-size: 23px; color:#CCCCCC;
text-align:left; margin-left:30px;}


.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.cleardist {
	clear: both;
	line-height: 12px;
	font-size: 12px;
	height: 12px;
}

#videocontainer {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
}


 /* Это пример CSS для YouTube, он делает видео 100% по ширине блока.
 Работает только в паре. Для PC class= всё ок, для мобилы работает только прямой ввод в div и iframe.

.1-й блок идет на контейнер {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.2-й блок на сам iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
*/

.header {
	background:url(cveti2.png); 
	background-repeat:no-repeat;
	position:relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.header .leftpart {
	float: left;
	text-align: right;
	display: inline-block;
	margin: 85px 0 0 0;
	padding: 0 4px 0 0;
	width: 195px;
}

.header .rightpart {
	float: left;
	text-align: left;
	border-left: 1px solid #192124;
	display:inline-block;
	width: auto;
	padding: 107px 0 36px 0;
	margin: -5px 0 0px 1px;
}

.header .leftpart img {
	text-align: right;
	width: 114px;
	height: 64px;
	margin: 0;
	padding: 0;
}
	
.header h1 {
		width: auto;
		display: inline-block;
		margin: 0;
		padding: 3px 12px 27px 5px;
		font-family: 'Droid Sans', arial, sans-serif; 
		font-size: 81px;
		line-height: 72px;
		letter-spacing: -3px;
		font-weight: bold;
		color: #f7f9fa;
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);		
	}
	
@media all and (max-width: 960px) {
.header h1 {
		width: auto;
		display: inline-block;
		margin: 0;
		padding: 3px 12px 27px 5px;
		font-family: 'Droid Sans', arial, sans-serif; 
		font-size: 40px;
		line-height: 36px;
		letter-spacing: -3px;
		font-weight: bold;
		color: #f7f9fa;
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);		
	}
}	

@media all and (max-width: 600px) {
.header h1 {
		width: auto;
		display: inline-block;
		margin: 0;
		padding: 3px 12px 27px 5px;
		font-family: 'Droid Sans', arial, sans-serif; 
		font-size: 32px;
		line-height: 26px;
		letter-spacing: -3px;
		font-weight: bold;
		color: #f7f9fa;
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);		
	}
}	
	
.header h2 {
		margin: 0;
		padding: 0 0 3px 6px;
		font-family: 'Droid Sans', arial, sans-serif; 
		font-size: 10px;
		line-height: 17px;
		letter-spacing: .3px;
		font-weight: normal;
		color: #fff;
		text-transform: uppercase;
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);		
	}				
	
.header h3 {
		margin: 0;
		padding: 0 0 6px 0;
		font-family: 'Droid Sans', arial, sans-serif; 
		font-size: 10px;
		line-height: 17px;
		letter-spacing: .3px;
		font-weight: normal;
		color: #8a9499;
		text-transform: uppercase;
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);		
	}			
	
.header h3 strong {
		color:#c30; !important;
		font-weight: normal;
	}
	
a { color: #fff; text-decoration: none; line-height: inherit; }
a:visited { color: #fff; text-decoration: none }
a:hover { color:#616161; text-decoration: none }
a:active { color: #fff; text-decoration: none }
a:focus { color:#616161; outline: none; }	


/* hover opacity for images with links in main travel page */
a.travel {
filter:alpha(opacity=100); 
-moz-opacity: 100; 
opacity: 100;}
a.travel:hover{
filter:alpha(opacity=50); 
-moz-opacity: 50; 
opacity: 0.50;}

	
.footer {
	float: left;
	width: 100%;
	margin: 1px 0 0 0;
	padding: 0;
	background: #050708;
}

.back {
	margin-right: 115px; 
}

.next {
	position: relative;
	float: left;
	width: 114px; 
	height: 64px;
	display: inline;
	overflow: hidden;
	margin: 1px 0 0 -114px;	
}

.next a span {
	border: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.next img {
	border: 0;
	margin: 0;
	padding: 0;
}
	
.next a:hover span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 24px;
	background-color:#616161;
	font-family: 'Droid Sans', arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 1px 5px 1px 5px;
	border: 0;
	margin: 0;
	visibility: visible;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);	
}

.footer h1 {
	margin: 0;
	padding: 0;
	border: 0;
}

.footer h1 a {
	font-family: 'Droid Sans', arial, sans-serif; 
	font-size: 81px;
	line-height: 48px;
	font-weight: normal;
	background: #050708;
	color: #cdd0d1;
	height: 64px;
	display: block;
	text-align: left;
	padding-left: 80px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);	
}

.footer h1 a:hover {
	padding-left: 78px;
	background-color: #9e9b9b;
	color: #fff;
}