.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    overflow: auto;
    height: auto;
}

.container {
    width: 100%;
}

.container, #sputniky_page_menu {
    position: relative;
    top: 0;
    left: 0;
    float: left;
}

#sputniky_page_menu_ul {
    position: relative;
    top: 0;
    padding-top: 25px;
    top: -25px;
}

.sputniky_menu {
    width: 100%;
}

#sputniky_page_menu .title {
    background-position-x: left;
}

#map {
    height: 300px !important;
    float: left;
    position: absolute !important;
}

@media only screen
and (min-width : 768px) {
    body {
        overflow-x: hidden;
    }
    
    #sputniky_page_menu {
        width: 300px;
        position: fixed;
        float: none;
        top: 0;
        padding-top: 0;
    }
    
    #sputniky_page_menu_ul {
        padding-top:0;
        top: 142px;
        position: absolute;
    }
    
    #sputniky_page_menu h1.title {
        padding-top: 0;
    }
    
    .container {
        width: 70%;
        position: fixed;
        top: 142px;
        left: 15%;
        bottom: 25px;
    }
    
    .sputniky_content_text {
        top: 142px;
        position: fixed;
        bottom: 50px;
        width: 70%;
        height: auto;
    }
    
    #map {
        height: auto !important;
        position: fixed !important;
        bottom: 0;
        top: 0;
    }
    
}

@media screen and (max-width: 520px) {
	.sputniky_footer a {
		font-size: 13px;
	}
}
@media screen and (max-width: 360px) {
	.sputniky_footer a {
		font-size: 10px;
	}
}