@font-face {
    font-family: Exo2Medium;
    src: url(fonts/Exo2Medium.ttf);
}
@font-face {
    font-family: Exo2Light;
    src: url(fonts/Exo2Light.ttf);
}
body {
    font-family: Exo2Light;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(images/background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#wrapper {
	width: 100%;
    height: 100%;
}
#content {
    max-width: 1200px;
    padding-bottom: 15px;
    margin: auto;
}
#header_container {
    max-width: 1200px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
}
#menu_wrapper {
    display: block;
    height: 40px;
    width: 100%;
    margin-top: 5px;
}
#menu_mobile_wrapper {
    display: none;
    height: 40px;
    width: 100%;
    margin-top: 5px;
    }
#menu_wrapper ul{
    margin: auto;
    line-height: 40px;
    padding: 0;

}
#menu_wrapper ul li{
    display: inline-block;
    width: 120px;
    padding: 0 5px;
}
#menu_wrapper ul a{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}
#menu_wrapper ul li:hover{
    background-color: rgba(255, 230, 153, 0.8);
    transition: 0.5s;
}
#menu_wrapper ul a:hover{
    color: white;
}

#logo {
    margin: auto;
    width: 170px;
    height: 170px;
    padding: 5px;
}
#logo img {
    width: 100%;
}
#logo:hover {
    width: 180px;
    height: 180px;
    padding: 0px;
    transition: 0.1s;
}
#main_map {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0.5);

}
#main {
    max-width: 1200px;
    min-height: 500px;
    margin-top: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}
h1 {
    padding: 20px;
    padding-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}
#main .text {
    padding: 10px 30px;
    text-align: left;
}
#main .text p {
    font-size: 16px;
    margin: 10px 0;
}
#header_wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
#footer_wrapper {
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.3);
}
#footer {
    margin: auto;
    max-width: 1200px;
    height: 100%;
    text-align: center;
}
#social {
    display: block;
    height: 70px;
}
#social img{
    width: 50px;
    padding: 10px;
}
.rights {
    line-height: 25px;
    font-size: 10px;
}
.legend_img {
    max-width: 1140px;
    padding-top: 20px;
    margin: auto;
}
.legend_img img{
    max-width: 1140px;
    width: 100%;
    
}
#photo_container {
    padding-top: 10px;
    max-width: 1140px;
    margin-left: 30px;
    padding-bottom: 30px;
}
.slider-container{
    margin: 0;
}
.slider-item img{
    position: relative;
    width: 100%;
}
.slider-inner{
    width: 100%;
    margin: 0;
    overflow: hidden;
}
#photo_container {
    margin: auto;
    width: 100%;
}
#photo_container .gal-item{
    display: inline-block;
    float: none;
    border:none;
    padding:0;
    opacity: 1;
}

.gal-item img{
    width:210px;
    height:210px;
}
.news_container {
    margin-top: 20px;
    max-width: 1140px;
    padding: 0 20px;
    height: 100px;
    margin: auto;
    overflow: hidden;
}
.news_container .inner {
    width: 100%;
    height: 100%;
}
.new_container .shadow {
    width: 100%;
    height: 30px;
    margin:20px auto;
    cursor:text;
    box-shadow:inset 0px -190px 190px -50px #add7f8;
}
.news_container .header {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid white;
}
.news_container .header .name{
    float: left;
    font-size: 18px;
    line-height: 30px;
}
.news_container .header .date{
    float: right;
    font-size: 18px;
    line-height: 30px;
}
.news_container .text{
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.news_container .text a{
    color: white;
    font-size: 14px;
}
#menu {
    text-align: left;
    margin-top: 20px;
    max-width: 1140px;
    margin-left: 30px;
    padding-bottom: 60px;
    text-align: center;
}
#menu .menu_object {
    height: 30px;
    margin: 10px;
}
#menu .menu_object .name{
    float: left;
    text-align: left;
    line-height: 30px;
}
#menu .menu_object .price{
    float: right;
    text-align: right;
    line-height: 30px;
}
#menu .menu_object .gramm{
    float: right;
    text-align: center;
    margin-right: 50px;
    width: 200px;
    line-height: 30px;
}
#menu .subtext {
    margin-left: 6%;
    position: absolute;
    margin-top: -16px;
    
}
.ya-share2 {
    padding-bottom: 20px;
}
.legend {
    padding: 20px 40px;
    text-align: left;
}
.prevbutton {
    width: 60px;
    height:707px;
    line-height:707px;
    font-size: 30px;
    float: left;
    cursor: pointer;
}
.nextbutton {
    width: 60px;
    height:707px;
    line-height:707px;
    font-size: 30px;
    float: right;
    cursor: pointer;
}
#magazine{
 width: 1000px;
	height:707px;
	display: inline-block;
}
#magazine img{
    width:500px;
}
#magazine .turn-page{
 width:500px;
 height:707px;
}
#mobile_menu_menu {
    display: none;
}

@media (max-width: 375px) {
    #main .text{
        padding: 15px;
    }
    .legend {
        padding: 15px
    }
    .news_container {
        padding: 0 10px;
        
    }
}
@media (max-width: 800px) {
    #menu_wrapper {
    display: none;
    }
    #menu_mobile_wrapper {
        display: block;
        overflow: hidden;
        text-align: center;
    }
    #menu_mobile_wrapper img{
        margin-top: 5px;
    }
    #mob_menu_wrap ul{
        margin: auto;
        line-height: 40px;
        padding: 0;
    }
    #mob_menu_wrap ul li{
        display: block;
        padding: 0 5px;
    }
    #mob_menu_wrap ul a{
        text-decoration: none;
        text-transform: uppercase;
        color: white;
    }
    #mob_menu_wrap ul li:hover{
        background-color: rgba(255, 230, 153, 0.8);
        transition: 0.5s;
    }
    #mob_menu_wrap ul a:hover{
        color: white;
    }
    .prevbutton {
        display: none;
    }
    .nextbutton {
        display: none;
    }
    #magazine {
        display: none;
    }
    #mobile_menu_menu {
        display: block;
    }
    #menu {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 60px;
    text-align: center;
    margin-left: 0;
}
    .menu_object {
        font-size: 0.8em;
    }
    .gramm {
        display: none;
    }
    .subtext {
        font-size: 0.7em;
    }
}
