/*
css for responsive devices
*/

@media (max-width: 1037px) {
    #maincontainer {
        width: auto;
    }
}
@media (max-width: 900px) {
    .leftblock {
        display: none;
        margin-top: 20px;
    }
    #maincontainer {
        background-position: center top;
    }
    .home_block .leftblock {
        display: block;
    }
    .home_block .content {
        display: none;
    }
    .home_block {
        background-position: 0 0 !important;
    }
    .home_block .showmenu {
        display: none;
    }
    .showmenu {
        display: block;
    }
    .logo-main {
        position: relative;
    }
    .logo-main {
        background-size: 90% auto !important;
        left: 15px !important;
        max-width: 423px;
        width: auto !important;
    }
    .carousel.slide {
        bottom: 0;
        height: 250px;
        left: 0;
        margin: auto !important;
        position: absolute !important;
        right: 0;
        top: 0;
        width: 255px !important;
    }

}
@media (max-width: 600px) {
    .home_block .linkonsite {
        left: 27px;
        top: -22px !important;
    }
    .logo-main {
        width: 300px !important;
    }

    #jquery_jplayer_N > img {
        width: 365px !important;
    }
    video {
        width: 365px !important;
    }
    .jp-jplayer {
        width: 365px !important;
    }
    .jp-type-playlist {
        width: 365px !important;
    }
    .jp-video.jp-video-270p {
        width: 365px;
    }
    .jp-playlist {
        max-height: 50px;
    }
    .jp-controls-holder {
        width: 365px !important;
    }
    .jp-repeat {
        display: none !important;
    }
    .jp-shuffle {
        display: none !important;
    }
    .jp-full-screen {
        position: relative;
        right: 17px;
    }
    .jp-toggles {
        width: 26px !important;
    }

}

@media (max-width: 490px) {


    .home_block .linkonsite {
        left: -3px;
        top: -46px !important;
    }

    #jquery_jplayer_N > img {
        width: 240px !important;
    }
    video {
        width: 240px !important;
    }
    .jp-jplayer {
        width: 240px !important;
    }
    .jp-type-playlist {
        width: 240px !important;
    }
    .jp-video.jp-video-270p {
        width: 240px;
    }
    .jp-playlist {
        max-height: 50px;
    }
    .jp-controls-holder {
        width: 240px !important;
    }
    .jp-repeat {
        display: none !important;
    }
    .jp-shuffle {
        display: none !important;
    }
    .jp-full-screen {
        position: relative;
        right: 17px;
    }

    .jp-controls {
        margin-left: 113px !important;
        width: 82px !important;
    }
    .jp-full-screen {
    }
    .jp-next {
        display: none !important;
    }
    .jp-previous {
        display: none !important;
    }
    .jp-volume-controls {
        left: 10px !important;
    }


}

@media (max-width: 455px) {
    .content {
        margin-left: 15px;
    }
    #maincontainer {
        background-position: -320px 0;
    }    
    .carousel.slide {
        margin: auto 0 auto 68px !important;
    }
    #photos .carousel.slide {
        margin-top: 185px !important;
    }
    #location > img {
        max-width: 240px;
    }
    .content {
        width: auto;
    }
}
