/* 
    @author:     Kamil Zamerski (kzamerski@salemstudio.pl)
*/
* {
    outline:none!important;
}
@media (max-width: 959px) {
    body {
        background-color:#ff8c2f!important;
        font-family: Tahoma;
        font-size:12px;
        color:#000;
    }
}
@media (min-width: 960px) {
    body {
        background:url('/images/bg.jpg') top center no-repeat #ff8c2f!important;
        font-family: Tahoma;
        font-size:12px;
        color:#000;
    }
}
a {
    text-decoration: none!important;
}
a:hover {
    text-decoration:none!important;
}
a.block {
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
}
.wrapper {
    max-width:960px;
    height:auto;
    margin:0 auto;
    overflow:hidden;
}

#topHeader {
    width:100%;
    height:65px;
    background:url('/images/top.png') repeat-x;
}
#topHeader ul.options {
    width:855px;
    height:65px;
    margin:0;
    margin:0 auto;
    padding:0;
    float:left;
}
#topHeader ul.options li {
    height:65px;
    background:url('/images/options.png') 0px 5px repeat-x;
    display:inline-block;
}

#topHeader ul.options li.h24 {
    margin-left:130px;
    width:81px;
}

#topHeader ul.options li.wifi {
    width:73px;
    background-position:-111px 5px;
    margin-left:20px;
}
#topHeader ul.options li.food {
    width:49px;
    background-position:-208px 5px;
    margin-left:24px;
}

#topHeader ul.options li.bed {
    width:56px;
    background-position:-290px 5px;
    margin-left:28px;
}

#topHeader ul.options li.shower {
    width:31px;
    background-position:-380px 5px;
    margin-left:28px;
}

#topHeader ul.options li.parking {
    width:39px;
    background-position:-443px 5px;
    margin-left:28px;
}

#topHeader ul.options li.monitoring {
    width:56px;
    background-position:-510px 5px;
    margin-left:28px;
}
#topHeader ul.options li.tir {
    width:39px;
    background:url('/images/tir.png') no-repeat;
    background-position:0 11px;
    margin-left:28px;
}
#topHeader ul.lang {
    float:right;
    margin:0;
    padding:28px 0 0 0;
}
#topHeader ul.lang li {
    display:inline-block;
    height:20px;
    background:url('/images/flagi.png') 0px 0px repeat-x;
    cursor:pointer;
}
#topHeader ul.lang li.pl {
    width:31px;
}

#topHeader ul.lang li.en {
    width:31px;
    background-position:-39px 0;
}
#topHeader ul.lang li.ru {
    width:31px;
    background-position:-74px 0;
}

@media (max-width:959px) {
    #topHeader {
        height:auto;
        background:#000;
    }
    #topHeader ul.options li {
        margin-left:7%!important;
    }
    #topHeader ul.options {
        max-width:959px;
        width:100%;
        height:auto;
        text-align:center;
    }
}
header {
    position:relative;
    width:100%;
    height:214px;
    background:url('/images/header.png') top center no-repeat;
    margin:0 auto;
    padding:0;
    overflow:hidden;
}
header.ru {
    background:url('/images/header_ru.png') top center no-repeat;
}
header.en {
    background:url('/images/header_en.png') top center no-repeat;
}
header a.logo {
    width:215px;
    height:164px;
    float:left;
    margin:50px 0 0 70px;
}

nav {
    float:left;
    margin:170px 0 0 125px;
    font-size:16px;
    color:#fff;
}
nav ul li {
    display:inline-block;
    padding:0 13px;
}

nav.ru ul li {
    display:inline-block;
    padding:0 6px;
}
nav ul li a {
    color:#fff;
}
nav ul li a:hover, nav ul li.active a, nav ul li a:focus {
    color:#ff5a00;
}
nav ul li.active a {
    font-weight:bold;
}

div#smallNav div.line {
    background: none repeat scroll 0 0 #3d3d3d;
    height: 40px;
    width: 100%;
}
div#smallNav button {
    background: url("/images/menu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 17px;
    margin: 10px 0 0 10px;
    width: 23px;
}
div#smallNav ul.nav {
    background: none repeat scroll 0 0 #3d3d3d;
    display: none;
    float: left;
    height: 100%;
    margin: 0 !important;
    min-height: 320px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    width: 50%;
    z-index: 2;
}
div#smallNav ul.nav li {
    background: url("/images/menu-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #c45256;
    height: 40px;
    letter-spacing: 1px;
    list-style-type: none;
    margin: 0 !important;
    padding: 10px 5px 0;
    width: 100%;
}
div#smallNav ul.nav li:hover {
    background:none;
}
div#smallNav ul.nav li a:hover {
    background:none;
}
div#smallNav ul.nav li a {
    color: #fff;
    display: block;
    font-weight: bold;
    height: 100%;
    width: 100%;
}
footer {
    margin-top:50px;
    width:100%;
    overflow:hidden;
    background:#221008;
    color:#fff;
    padding-bottom:15px;
}
footer div.text {
    border-top:solid 1px #fff;
    padding:5px 20px;
}
footer div.text a{
    color:#fff;
}

footer div.text a:hover {
    color:#ff5a00;
}
footer div.bottomBoxes {
    text-align:center;
}
footer div.bottomBoxes div {
    width:215px;
    min-height:165px;
    display:inline-block;
    text-align:left;
    margin:20px 15px;
    vertical-align:top;
}
footer div.bottomBoxes div p {
    text-align:justify;
}

footer div.bottomBoxes div .title {
    color:#ff8c2f;
    font-size:16px;
    font-weight:bold;
}
div#smallNav ul.lang {
    display:block!important;
    float:right;
    margin:0;
    padding:10px 20px 0 0;
}
div#smallNav ul.lang li {
    display:inline-block;
    height:20px;
    background:url('/images/flagi.png') 0px 0px repeat-x;
    cursor:pointer;
}
div#smallNav ul.lang li.pl {
    width:31px;
}

div#smallNav ul.lang li.en {
    width:31px;
    background-position:-39px 0;
}
div#smallNav ul.lang li.ru {
    width:31px;
    background-position:-74px 0;
}

@media (max-width: 959px) {
    .desktop {
        display:none;
    }
}
@media (max-width: 959px) {
    div.mobile {
        display: block;
    }
}

@media (min-width: 960px) {
    div.mobile {
        display: none;
    }
}

.overlay {
    background:rgba(0,0,0,0.5);
    padding:25px;
    margin-top:25px;
    color:#fff;
}

#logop {
    margin-top:25px;
}