/* MAIN ELEMENTS
================================================== */

header {
    margin-bottom: 20px;
}

@media (max-width: 796px) {
    header {
        margin-bottom: 10px;
    }
}

/* TOP NAVIGATION
================================================== */

header .navbar {
    height: 50px;
    background: #fff;
    border-radius: 0px;
    border: 0px none;
    margin-bottom: 0px;
    overflow: hidden;
    border-bottom: 8px #264e98 solid;
    margin-bottom: 8px;
}

header .navbar a {
    color: #264e98;
    font-size: 17px;
    text-decoration: none;
    transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    -ms-transition: all .05s ease-in-out;
    border: 1px #dddddd solid;
    font-family: 'Roboto Black', 'Roboto';
    font-smooth: always;
    font-weight: normal;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    font-variant: normal;
    line-height: 15px;
    margin-left: -1px;
}

header .navbar .active a span {
    line-height: 15px;
}

header .navbar a:hover {
    background: #264e98;
    color: #fff;
}

header .navbar a sup {
    color: #dcd677;
}

header .navbar .navbar-collapse {
    padding: 0px;
}

header .glyphicon-hotel-house {
    font-family: 'general' !important;
}


/* LOGO & CONTACTS
================================================== */

.no-svg .header-logo .interia {
    width: 135px;
    height: 34px;
    display: inline-block;
    background: transparent url(//portal.interia.pl/outer/noclegi/v3/logo-interia.png) no-repeat 50% 50%
}
.no-svg .header-logo .noclegi {
    width: 92px;
    height: 15px;
    display: inline-block;
    background: transparent url(//portal.interia.pl/outer/noclegi/v3/logo-noclegi.png) no-repeat 50% 50%

}

.logo-bar {
    background: #fff;
    height: 55px;
    padding-top: 17px;
    position: relative;
    z-index: 1;
}

.origo .logo-bar .navbar-toggle {
    position: absolute;
    float: none;
    margin: 0px;
    top: -5px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 12px 0px 0px 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.origo .logo-bar .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #ccc;
}

.logo-bar.mm-fixed-top {
    position: static;
}

@media (max-width: 767px) {
    .logo-bar {
        height: 50px;
        padding-top: 10px;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 5;
    }

    .logo-bar.mm-fixed-top {
        position: fixed;
    }

    .logo-bar img {
        max-width: 70%;
        vertical-align: -webkit-baseline-middle;
    }
}

@media (max-width: 300px) {
    .logo-bar {
        padding-top: 15px;
    }

    .logo-bar .navbar-toggle {
        top: -10px;
    }
}

.logo-bar .social-icons {
    padding-left: 10px;
    display: inline-block;
}

@media (max-width: 500px) {
    .logo-bar .social-icons {
        display: none;
    }
}

.logo-bar .social-icons a {
    text-decoration: none;
}

.logo-bar a .glyphicon-facebook,
.logo-bar a .glyphicon-googleplus {
    color: #ccc;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    text-decoration: none;
    position: relative;
    top: 10px;
}

.logo-bar a:hover .glyphicon-facebook {
    color: #3461a1;
}

.logo-bar a:hover .glyphicon-googleplus {
    color: #de5543;
}

.logo-bar .contacts {
    position: absolute;
    right: 0px;
    top: 0px;
    max-width: 350px;
}

.logo-bar .contacts .glyphicon {
    color: #ddd;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.logo-bar .contacts .glyphicons {
    color: #ddd;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.logo-bar .contacts a {
    color: #333;
    text-decoration: none;
}

.logo-bar .contacts:hover a {
    color: #06c;
    text-decoration: underline;
}

.logo-bar .contacts:hover a:hover {
    text-decoration: none;
}

.logo-bar .contacts:hover .glyphicon {
    color: #ccc;
}

.logo-bar .contacts:hover .glyphicon-skype-online {
    color: #67c25b;
}

/* HEADER USP
================================================== */

.header-usp {
    min-height: 40px;
    font-size: 16px;
    background: #f6f6f6;
    padding-top: 10px;
    position: relative;
    z-index: 0;
}

.header-usp .page-usp {
    margin: 0px
}

.header-usp .glyphicon {
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #ddd;
    margin-right: 5px;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.header-usp:hover .glyphicon {
    color: #27ae60;
}

.origo .mm-right {
    display: none !important;
}