body{
	color:#000;
	font-family: 'Terminal Dosis Light', Arial, sans-serif;
	font-size:16px;
        overflow: hidden;
}
a{
	color:#1b8be0;
	text-decoration:none;
}

.sputniky_overlay{
	display:none;
}
.sputniky_menu{
        background-color: rgba(0,0,0,0.5);
	width:300px;
	left:0px;
	top:0px;
	height:auto;
        bottom: 25px;
	position:fixed;
}

h1.title{
	color:#fff;
	font-size:80px;
	padding:0px 0px 20px 20px;
	background:#000;
        min-height: 123px;
}
h1.title a{
    position: relative;
}

h1.title span{
    position: relative;
	display:block;
	font-size:24px;
	margin:-10px 0px 0px 100px;
}
.sputniky_menu ul{
	display:block;
	margin-top:0px;
}

.sputniky_footer li:hover {
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.sputniky_footer li {
    width: 20%;
    text-align: center;
    float: left;
}

.sputniky_footer li {
    height: 50px;
}

.sputniky_footer a {
    width: 100%;
    display:inline;
    position: relative;
    top: 18px;
}

.sputniky_page{
	display:none;
}

.sputniky_page_current{
	display:block;
}

.sputniky_page_current_map{
	display:none;
}

.sputniky_content_text{
        overflow:hidden;
    	/*position:relative;
	height:100%;*/
        position: absolute;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
}



.sputniky_content_text h2{

	padding:30px 20px 5px 20px;

	color:#fff;

	font-size:30px;

	text-shadow:0px 0px 1px #fff;

}

.sputniky_content_text p{

	padding:5px 20px;

	font-size:17px;

	font-family: 'PT Sans Narrow', Arial, sans-serif;

	color:#fff;

}

.sputniky_content_text ul{

	margin: 20px 0px 0px 24px;

}

.sputniky_content_text ul li{

	float:left;

}

.sputniky_content_text ul li a{

	display:block;

	margin:4px;

}

.sputniky_content_text ul li a img{

	display:block;

	-moz-box-shadow:1px 1px 4px #000;

	-webkit-box-shadow:1px 1px 4px #000;

	box-shadow:1px 1px 4px #000;

	opacity:0.7;

	-webkit-transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	-transition: all 0.5s ease-in-out;

}

.sputniky_content_text ul li a:hover img{

	opacity:1.0;

}

.sputniky_gallery{
	display:none;
}
.sputniky_nav a{
	width:72px;
	height:140px;
	position:fixed;
	top:50%;
	margin-top:-70px;
	cursor:pointer;
	opacity:0.3;
	z-index:999;
}
a.sputniky_close{
	top:10px;
	right:10px;
	background:transparent url("../images/close.png") no-repeat center center;
	position:fixed;
	width:40px;
	height:40px;
	cursor:pointer;
	opacity:0.7;
	z-index:999;
}
.sputniky_nav a:hover, a.sputniky_close:hover{
	opacity:1;
}
.sputniky_gallery_wrapper{
	top:50%;
	left:50%;
	position: fixed;
	width: 500px;
	height: 250px;
	margin: -125px 0px 0px -260px;
	color:#fff;
}
.sputniky_gallery_item{
	position:absolute;
	display:none;
	height:440px;
	width:560px;
	top:-95px;
	left:-20px; /*480px to slide from right, -520px to slide from right*/
	display:none;
}

/* Footer Style */
.sputniky_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:1;
        background-color: rgba(0,0,0,0.5);
	text-transform:uppercase;
	z-index:4;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}
.sputniky_footer a{
	letter-spacing:1px;
	color:#ddd;
}
.sputniky_footer li:hover > a{
	color:#fff;
}

.sputniky_background img {
    display: none !important;
}

#map {
    background-color: transparent !important;
    color: #000000;
    font-size: 13px;
    z-index: 1;
}

/* Link color */
.step a,
#sputniky_page_menu .title a:focus,
#sputniky_page_menu .title a:hover,
#sputniky_page_menu .title a:active {
        color: #1b8be0;
}

p {
    margin-bottom: 1.625em;
}

#sputniky_page_menu {
    z-index: 2;
}

#sputniky_page_menu_ul {
    height: auto;
    width: 100%;
    top: 143px;
    position: absolute;
    bottom: 0;
}

.custom-background {
/*    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;*/
}