@font-face {
    font-family: 'MuseoSans';
    src: url('MuseoSans-300.otf') format("opentype");
}
@font-face {
    font-family: 'MuseoSansBold';
    src: url('MuseoSans_700.otf') format("opentype");
}

.img-responsive{
    max-height: 100%;
}

.img-disabled {
    filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

.media-body img {
    width: 100%;
    height: auto;
}

.gallery-text{
    /*border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    min-height: 150px;*/
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #59b2e5 !important;
    color: #ffffff !important;
    border: 1px solid royalblue !important;
}

.flag-en{
    background: url("../../../img/flags/en.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-pl{
    background: url("../../../img/flags/pl.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-ua{
    background: url("../../../img/flags/ua.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-ru{
    background: url("../../../img/flags/ru.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.list-langs a{
    padding-left: 45px !important;
}

.form-horizontal{
    padding-left: 10px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.navbar-header{
    float: none;
}

.navbar-nav li{
    text-transform: uppercase;
    background-color: transparent;
    color: #e40c18;
    cursor: pointer;
}

.navbar-nav li a{
    padding: 12px 10px 12px 10px;
}

.navbar > .container .navbar-brand {
    margin-left: 0px !important;
}

#wrap-side, #wrap-side2, #wrap-side3{
    width: 100%;
    background: url(../../../img/ziko/baner_dermo_ziko_klub_1140x590px.png);
    background-size: cover;
    background-position: top center;

}

.submit-box, .register-link, .rl-bottom1{
    margin: 0 auto;
    text-align: center;
}
#footer-logo{
    width: 200px;
    height: 31px;
    margin-top: 50px;
    float: right;
    background: url(../../../img/ziko/logo-zikodermo.jpg);
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.pwd-lost {
    font-size: 16px;
}

.pwd-lost-q a{
    color: #98999B;
    text-decoration: underline;

}

.pwd-lost-q a:active, .pwd-lost-q a:hover{
    color: #6db7bb;
    text-decoration: underline;
}

.head-inverse .text-red{
    color: #6db7bb;
    font-weight: bold;
}

.head-inverse .text-muted{
    color: #6db7bb;
    font-size: 20px;
}

.table > thead > tr > th {
    color: #63656A;
}
.label {
    border-radius: 0px;
}

.gallery-text .label-red{
    background-color: #d2222d;
}

.navbar-inverse .navbar-nav > li#search > a:hover, .navbar-inverse .navbar-nav > li#search > a:focus{
    background: inherit;
    background-color: #007582;
}

.multi-checkbox-label-group {
    border-top: 1px solid #d2222d;
}

.multi-checkbox-form-group:last-child{
    height: 40px;
    border-bottom: 1px solid #d2222d;
}

.main-view{
    min-height: 100%;
    /*overflow: auto;*/
}

.partial-view{
    /*padding-bottom: 100px;*/
}

#footer .navbar.navbar-bottom{
    margin-bottom: 0;
}

.basket {
    float: right;
}

.order-award-remove-all {
    color: #ab0002;
}
.order-award-remove-all:hover {
    color: #840002;
}

.award-description{
    font-size:18px;
    text-align: justify;
}

.navigate-to-basket {
    float: right;
}
.add-basket {
    font-size: small;
}

.cookies-info {
    float: right;
    font-weight: bold;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=20);
    height: auto;
    width: 100%;
    text-align: center;
    background-color: white;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    z-index: 999;
    overflow: hidden;
    color: #888;
    font-size: 14px;
    line-height: 120%;
    position: fixed;
    bottom: 0;
    box-shadow: -2px 0 10px #ddd;
}

.cookie-close {
    color: #4C4C4C;
    cursor: pointer;
    background: none;
    margin-top: 5px;
    padding: 5px 15px;
}

#date-picker {
    cursor: pointer;
}

/*Szachownica dedicated*/

.navbar-brand{
    float: none;
}

.navbar-header{
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.navbar-collapse, .topbar-collapse{
    min-height: 22px;
    width: 100%;
    padding: 0;
}
.topbar-collapse{
    margin-top:65px;
}

.navbar-nav > li{
    font-size: 14px;
    padding: 0;
}

.navbar-nav > li > a{
    padding: 0.2em 0.3em;
    margin: 0px auto 0 auto;
    text-align: center;
    line-height: initial;
}

/*TODO: to psuje menu mobile*/

.navbar-nav{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.navbar-nav li {
    display: table-cell;
    float: none;
    width: 100%;;
}

.logout-menu{
    list-style: none;
    text-transform: uppercase;
}
.navbar-collapse{
    height: auto;
}

@media (min-width: 768px){
    .small-logo{
        display: none !important;
    }
}


@media (max-width: 767px){
    .big-logo{
        display: none !important;
    }

    .navbar-nav li{
        display: block !important;
    }

    .navbar-nav {

        margin: 0 0;
    }

    .navbar-nav > li {
        font-size: 14px;
        padding: 0;
    }
    .navbar-collapse{
        min-height: 500px;
    }



}

.navbar-toggle {
    margin-top: 0px !important;
}

.alert-success {
    color: white;
    background-color: #6db7bb;
    border-color: #6db7bb;
}

.ziko-container{margin-top:30px;}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }


.top-menu {
    height: 65px;
    margin: 30px 0px;
    width: 100%;
    display: block;
    position: relative;
    background-size: contain;
    z-index: 99;
    white-space: nowrap;
}
.mainwrapper {
    height: 65px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.07), 0px -1px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 999px){
    .mainwrapper {
        width: 1140px;
        margin: 0 auto 0 auto;
        position: relative;
        height: inherit;
    }
}

.mainwrapper .logo {
    height: 65px;
    background-color: #fff;
    max-width: 200px;
    height: 100%;
    float: left;
    display: inline-block;
    background: #ea1c28;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 3px;
}

nav#nav {
    height: inherit;
    overflow: hidden;
    font-size: 14px;
}

#nav ul {
    display: table;
    width: 100%;
    list-style: none;
    width: 100%;
    height: 100%;
    position: static;
    margin: 0px;
    padding: 0px;
}

#nav ul li {
    text-align: center;
    vertical-align: middle;
    color: #3c3c3c;
    padding: 0px;
    margin: 0px;
    border-right: 1px solid #f6f5f6;
    float: left;
}

#nav ul li a {
    width: 101px;
    height: 65px;
    box-sizing: border-box;
    padding-top: 22px;
    text-align: center;
    display: block;
}

#nav ul li.menu-item-77 a {
    width: 57px;
    height: 65px;
    box-sizing: border-box;
    padding-top: 22px;
    text-align: center;
    display: block;
}



#menu-item-75 a {
    display: table-cell;
    position: relative;
    width: 108px;
    padding-top: 10px;
    text-align: center;
    background-image: url(../../../img/ziko/strzamenu.png);
    background-size: 15px;
    vertical-align: top;
    height: 46px;
    background-position: center 35px;
    background-repeat: no-repeat;
    target-new: window !important;
}

#menu-item-76 a {
    display: table-cell;
    position: relative;
    width: 108px;
    padding-top: 10px;
    text-align: center;
    background-image: url(../../../img/ziko/strzamenu.png);
    background-size: 15px;
    vertical-align: top;
    height: 46px;
    background-position: center 35px;
    background-repeat: no-repeat;
}

nav ul > #menu-item-75 a, nav ul > #menu-item-76 a {
    position: relative;
    font-weight: 900;
    font-size: 12px;
    display: table-cell;
    position: relative;
    padding-top: 10px;
    text-align: center;
}

footer .mainwrapper > div {
    display: inline-block;
    float: left;
    padding: 0px 10px;
    position: relative;
    box-sizing: border-box;
}

#footer_img {
    float: left;
    margin-right: 20px;
    background-image: url(../../../img/ziko/logo_zikopteka-czerwone.png);
    width: 200px !important;
    height: 98px !important;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-size: 100% 100%;
    -webkit-filter: grayscale(100%);
}

#footer_img:hover {
    background-image: url(../../../img/ziko/logo_zikopteka-czerwone.png);
    background-size: 100% 100%;
    filter: none;
    -webkit-filter: grayscale(0%);
}

.siteinfo {

    height: auto;
}
.site-info p {
    color: #a9a9a9;
    font-size: 0.9em;
    color: #a9a9a9;
    font-size: 0.9em;
    width: 50%;
    float: right;
    font-size: 14px;
    position: relative;
    left: -10px;
    top: 33px;
    margin: 0px;
    margin-bottom: 10px;
}

.mapa {

}
#map {
    background: url(../../../img/ziko/mapbg.jpg) #222222;
    position: absolute;
    top: -20px;
    width: 230px;
    bottom: 0;
    border-left: 1px solid #363636;
    border-right: 1px solid #363636;
    height: 210px;
}

.lokalizacja {
    position: absolute;
    top: -20px;
    color: white;
    padding-left: 20px;
    padding-top: 20px;
}

.lokalizacja p {
    margin: 0;
    font-size: 15px;
    margin-bottom: 5px;
}

.pasek {
    position: relative;
    top: 165px;
    z-index: 10;
    border-top: 0px;
    max-height: 25px;
    background-color: #9a1219;
    min-width: 100%;
    margin: auto;
    padding-left: 2px;
}

.pasek p {
    color: white;
    margin: 0px;
    line-height: 25px;
    margin-left: 5px;
}

.pasek p a {
    color: white;
}

.kontaktcredits {

}

.kontakt {

    border-bottom: 1px solid #363636;
    padding-bottom: 15px;
    max-width: 220px;
    font-family: 'Source Sans Pro';

}

.kontakt h3 {
    font-size: 19px;
    font-weight:600;
    text-transform: uppercase;
    color: white;
    margin-top: 0!important;;
    margin-bottom:15px;
}

.kontakt p {
    color: #a9a9a9 !important;;
    margin-bottom: 0 !important;;
    font-size: 14px !important;;
    margin-top:5px;
}

.kontakt a {
    color: #6db7bb !important;  border: none !important;
}
.kontakt a:hover {
    color: #6db7bb; text-decoration:underline; border:none !important;
}

p.moreplease {
    color: #a9a9a9;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 15px;
}

.credits {
    text-align:left !important;
    max-width: 220px;
}

.logotypy {
    width: 100%;
    height: 105px;
    overflow: hidden;
    background: #ce0d18 center no-repeat url(../../../img/ziko/logotypybg.png);
}


.logotypy .mainwrapper > div {
    display: block;
}
.logotypy .mainwrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-width: 290px;
    max-width: 1000px;
    overflow: hidden;
}

.logotypy .mainwrapper {
    height: 105px;
}
.sliderwrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.slider {
    display: table;
    width: auto;
    height: 100%;
    position: relative;
    top: 0px;
    margin: 0 auto;
    text-align: center;
}

a.slide {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-width: 164px;
}

a.slide img {
    width: auto;
    height: 30px;
}

.top-wrapper{

}

.top-banner{
    width:100%;
}
.upper-footer-col{
    width:100%
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.rl-top{
    font-size: 28px;
    color:#575756;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom:10px;
}

.rl-bottom{
    font-size: 28px;
    font-weight: bold;
    color:#575756;
    text-transform: uppercase;
    margin-bottom:10px;
}

.mobilemenu {display:none;
    margin: 30px 0px; width:100%; overflow:hidden; position:relative; top:0; z-index:9999; }
.mobilemenu > .mainwrapper {border-top: 1px solid #C7C7C7;}
.mobilemenu ul { list-style:none;  padding-left:5px; padding-top: 0px;
    margin-top: 0px;}
.mobilemenu ul li {
    display: block;
    width: 100%;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #ededed;
    padding: 10px;
    margin: 0px;
    background: #FFF;

}
.mobilemenu .menu > ul > li {font-weight: 600;}
.mobilemenu ul li a {
    padding: 10px;
    font-size: 14px;
    padding-left: 10px;
}
.mobilemenu ul li .sub-menu {

}
.mobilemenu .sub-menu li {

    font-weight: 200;
    font-size:12px;
}
.mobilemenu ul li .sub-menu {
    display: block;
    margin-top: 5px;
}
.mobilemenu ul li li {border:none !important; }

@media all and (max-width: 1200px) {

.top-menu {
    display: none;
}
}

@media all and (max-width: 999px)and (min-width: 300px) {
    .mainwrapper {
        width: 90%;
        margin: 0 5% 0 5%;
        position: relative;
        min-width: 290px;
        max-width: 1000px;
        overflow: hidden;
    }

    .top-menu {
        display: none;
    }

    .mobilemenu{
        display: block;
    }

    .mobilemenu .logo {

        height: 65px;
        background-color: #fff;
        max-width: 200px;
        height: 100%;
        float: left;
        display: inline-block;
        background: #ea1c28;
        box-sizing: border-box;
        padding: 0 20px;
        padding-top: 3px;



    }
    .mobilemenu .logo img {
        width: 100%;
        float: left;
        display: inline;
    }
    .mobilemenu .mainwrapper > .menu {
        min-width: 65px;
        height: 65px;
        background: #fff no-repeat url(../../../img/ziko/mobilemenu.png) right;
        position: relative;
        display: inline-block;
        float: right;
    }


    .mobilemenu ul {
        display: block;
        width: 100%;
        list-style: none;
        width: 100%;
        position: static;
        margin: 0px;
        padding: 0px;
    }
    .mobilemenu ul li {
        display: block;
        width: 100%;
        text-align: left;
        color: #333;
        border-bottom: 1px solid #ededed;
        padding: 10px;
        margin: 0px;
        background: #FFF;
    }
    .mobilemenu ul li:hover {
        background: #ededed;
    }
    .mobilemenu ul li a {
        padding: 10px;
        font-size: 14px;
        padding-left: 10px;
    }
    .mobilemenu ul li .sub-menu {
        display: none;
    }
    .mobilemenu ul li:hover .sub-menu {
        display: block;
        margin-top: 5px;
    }
    .mobilemenu ul li:hover .sub-menu li {
        background: #ededed;
    }

}

#search{
    position: relative;
    right: 10px;
    float: right;
    margin-top: 10px;
    color:#6db7bb;
}

.btn-green1{
    background-color: #8e908f;
    border-color: #8e908f;
    color: #ffffff;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}