/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-12-08, 21:07:57
    Author     : {inixDESIGN}
*/

* {
    box-sizing: border-box;
}
    
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif !important;
}


.center {
    margin: auto;
    width: 1100px;
    position: relative;
    //text-align: center;
}


/*#qtip-4 {
    position: absolute;
    left:33% !important;
}*/


#containerFluidCart {
    margin-bottom: 20px;
    margin-top: 20px;
    position: absolute;
    z-index: 9999999;
    transform: translate(-50%, 0);
    left: 50%;
}

.bgCart {
    z-index: 999999;
}

.qtip {
    z-index: 99999999 !important;
}

.cookies_container {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    min-height: 100px;
    background-color: rgba(0,0,0, 0.9);
    z-index: 9999999999 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}



/*----------- top ---------------*/
.top_container{
    background-color: #ff7901;
    height: 135px;
}

.top_container .logo {
    padding-top: 10px;
    height: 135px;
    float: left;
}

.biura_button a {
    float: right;
    color: white !important;
    font-size: 15px;
    padding: 5px 0px;
    border-bottom: 1px solid #FFF;
    margin-right: 25px;
    text-decoration: none;
    display: block;
}

.top_phones_big {
    position: absolute;
    right: 200px;
    top: 40px;
    color: white !important;
    font-weight: 600;
    font-size: 30px;
    padding: 5px 0px;

}

.top_phones_small {
    position: absolute;
    right: 200px;
    top: 85px;
    color: white !important;
    font-size: 16px;
    padding: 5px 0px;

}
.top_phones_small a {
    color: white;
}

.schowek_button {
    float: right;
    color: white !important;
    margin-right: 200px;
    font-size: 15px;
    padding: 5px 0px;
    border-bottom: 1px solid #FFF;
}


.icon_phone_top {
    position: absolute;
    right: 577px;
    top: 50px;
}

.yourCart a, .yourCart {
    color: white !important;
}

.yourCart a:hover, .yourCart:hover, .countCart, .countCart:hover {
    color: white !important;
}
/*----------- top menu ---------------*/
.top_menu_container {
    background-color: #30629b;
    font-size: 17px;
}

.top_menu_container ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.top_menu_container ul li {
    display: inline-block;
}

.top_menu_container a {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    color: #FFF;
    margin-bottom: 3px;
}

.top_menu_container a:hover {
    //color: #ff8a00;
    //font-weight: 600;
    text-decoration: none;
    margin-bottom: 0px;
    border-bottom: 3px solid #FFF;
}

.top_menu_container .active {
    //color: #ff8a00;
    //font-weight: 600;
    text-decoration: none;
    margin-bottom: 0px;
    border-bottom: 3px solid #FFF;
}


.quick-search-input {
    background: none !important;
    border: none !important;
    color: white;
}

.quick-search-input .fa-search {
    display: none !important;
}

.quick-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #73b3ff;
}
.quick-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #73b3ff;
   opacity:  1;
}
.quick-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #73b3ff;
   opacity:  1;
}
.quick-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #73b3ff;
}


/*----------- menu bottom ---------------*/
.newsletter {
    border-top: 1px solid #dfdfdf;
    padding: 25px 0;
}

.partners {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
}


/*----------- menu bottom ---------------*/
.menu_bottom_container {
    background-color: #3c3c3b;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}

.menu_bottom_container ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu_bottom_container ul li {
    display: inline-block;
}

.menu_bottom_container a {
    display: block;
    padding: 20px 10px;
    text-decoration: none;
    color: #FFF;
}

.menu_bottom_container a:hover {
    color: #ff8a00;
    text-decoration: none;
}



/*----------- footer ---------------*/
.footer {
    padding: 20px;
    background-color: #ff8a00;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}

.footer a {
    text-decoration: none !important;
    color: #FFF;
    font-weight: 600;
}

.footer a:hover {
    color: #3c3c3b;
    text-decoration: none !important;
}




/*----------------- index page --------------------*/
.carousel {
    background-color: #ff7901;
    background-image: url('img/carusel.jpg');
}

.section-header {
        font-family: 'Open Sans', sans-serif !important;
        text-align: center;
}

.index_header {
    text-align: center;
    font-size: 27px;
    padding: 20px 0px;
}

.box2_container .section-header {
    display: none;
}

.orange_line {
    height: 50%;
    width: 30%;
    border-bottom: solid 1px #ff7d00;
    display: inline-block;
}

.title_text {
    width: 36%;
    display: inline-block;
}

.title_text .orange {
    font-weight: 600;
    color: #ff7d00;
}

.box3_container .background-color-4 {
    background-color: #FFF;
}

.box3_container .section-header {
    display: none;
}

/* ---------------- serarch engine index ----------*/
.serarch_engine_index .section-header {
    display: none;
}


.serarch_engine_index {
    width: 400px;
    padding: 30px 0px;
    position: relative;
    z-index: 99;
}

#search-form, .offers {
    border-bottom: 3px solid #204f89;
}

.text-container {
    border-bottom: 3px solid #204f89;
    padding: 15px;
    padding-bottom: 30px;
}





.popup-container {
    position: fixed; 
    display: none; 
    background-color: rgba(0,0,0,0.7); 
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px;
}


.blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -o-filter: blur(5px);
    -moz-filter: blur(5px);

}


.popup {
    position: relative;  
    background-color: white; 
    width: 75%; 
    left: 50%;  
    height: 75%; 
    top: 50%; 
    transform: translate(-50%, -50%);
}

.popup-close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
}

.popup-close:hover {
    opacity: 0.7;
}

.popup-button {
    cursor: pointer;
}

.opacity08:hover {
    opacity: 0.8;
}


.skype {
    float: right;
    margin: 5px;
    width: 40px;
    height: 40px;
    background-color: #00aff0;
    border-radius: 100px;
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.skype:hover {
    background-color: #0086b7;
}

.schat {
    background-image: url('img/icon_skype_chat.png');
}

.scall {
    background-image: url('img/icon_skype_call.png');
}



.skype_container {
    text-align: center; 
    padding: 10px 0px; 
    width: 100%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.skype_container:hover {
    background-color: #f5f5f5;
}

.skype_name {
    font-size: 20px; 
    font-weight: 600;
}

.skype_img {
    width: 47px;
    height: 47px;
    border-radius: 100px; 
    float: left;
    margin-left: 15px;
}

.skype_text {
    float: left; 
    text-align: left !important; 
    margin: 0px 15px; 
    width: 180px;
}


.gg_text {
    float: left; 
    text-align: left !important; 
    margin: 0px 15px; 
    width: 160px;
}

.nav-tabs  a {
    padding-left: 30px !important;
    padding-right: 5px !important;
}


/*#filters-container, .input-container, #filters-form {
    height: 1000px !important;
    width: 300px;
}*/

/*#filters-form .col-xs-12, #filters-form .col-xs-6  {
    height: 50px;
    width: 100%;
    display: block;
}*/

#controls {
    width: 100%;
    z-index: 99;
}

.stick_top {
    position: fixed;
    top: 0px;
    -moz-box-shadow:    3px 3px 3px 1px #ccc;
  -webkit-box-shadow: 3px 3px 3px 1px #ccc;
  box-shadow:         3px 3px 3px 1px #ccc;
}

.search_container .wrapper, .search_container .container-fluid, .search_container .no-padding-xs {
    position: initial !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

#b-reserve, #b-details {
    max-width: 1100px !important;
    margin: auto !important;
}

#b-details .br-block:first-child .section-header {
    display: none;
}

.btn-zoom-in {
    cursor: pointer;
}
.social {
     max-width: 1100px !important;
    margin: auto !important;
    text-align: center;
    padding-bottom: 15px;
}

#offer-list-section, #filters {
    max-width: 1100px !important;
    margin: auto;
}



#go_up {
    background-color: #ff7901; 
    border-radius: 1%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    
    background-image: url('img/icon_go_up.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed; 
    display: none;
    z-index: 999999; 
    right: 20px; 
    bottom: 70px; 
    width: 41px; 
    height: 41px; 
    cursor: pointer;
    opacity: 0.8;
}

#go_up:hover {
    opacity: 1;
}


.cookies_img {
    height: 80px; 
    float: left; 
    padding: 10px;
}

.cookies_text {
    float: left; 
    color: white; 
    padding: 15px; 
    margin-top: 5px;
}

.cookies_button {
    float: left; 
    padding: 25px 5px;
}

.box1 {
        width: 33%; 
        display: inline-block; 
        padding: 13px;
    }
    
    .box3 {
        width: 31%; 
        display: inline-block; 
        padding: 13px; 
        overflow: hidden; 
        height: 419px;
        vertical-align: top;
    }

    
    .owl_btn {
        position: absolute; 
        z-index: 999; 
        height: 550px; 
        line-height: 540px; 
        cursor: pointer;
        
    }
    
    .owl_prev {
        left: 0px;
        padding-left: 15px;
    }
    
    .owl_next {
        right: 0px;
        padding-right: 15px;
    }
    
    .search_engine_header {
        display: none;
    }
    
    .menu_rwd {
        display: none; 
        
    }
    
    #rwd_menu_close, #rwd_menu_open {
        display: none;
    }
    
    .footer_tel_rwd {
        display: none;
    }
    
    
    .onas_salony_container {
        margin: 10px; 
        width: 48%; 
        float: left;
    }
    
    .scroll_down_index:hover {
        opacity: 0.5;
         -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
    }
    
    #filters #toggle-filters i.fa {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
        
    }
    
    #filters #toggle-filters .fa-angle-up::before {
        content: "Mniej" !important; 
    }
    
    #filters #toggle-filters .fa-angle-down::before {
        content: "Więcej" !important; 
    }
    
    #filters #toggle-filters i.fa {
        position: static !important;
    }
    
    
    
    .step_comfirmation .section-header {
        background: none !important;
        color: white !important;
    }
    
    
    .step_comfirmation .section-header h2{
        font-size: 22px !important;
        line-height: 30px !important;
    }
    
    /* steps start */
    
    .steps  {
         display: inline-block; 
         height: 55px; 
         margin-left: 20px; 
         margin-top: 15px; 
         position: relative; 
         color: white;
         font-family: 'Open Sans', sans-serif;
         padding: 0px 15px;
         text-decoration: none;
     } 
     
     .steps:after { 
         border-right: 0px solid transparent; 
         border-bottom: 28px solid transparent; 
         border-top: 27px solid transparent; 
         content: ""; 
         height: 0; 
  
         position: absolute; 
         top: 0px; 
         bottom: 0px;
         right: -25px;
         width: 0; 
     } 
     
     .steps:hover {
         opacity: 0.5;
     }
     
     .steps a, .steps a:hover {
         text-decoration: none !important;
     }
     
     
     .steps:before { 
         border-right: 0px solid transparent; 
         border-left: 26px solid transparent;  
         content: ""; 
         height: 0; 
  
         position: absolute; 
         top: 0px; 
         left: -25px;
         bottom: 0px;
         right: 0px;
         width: 0; 
     } 
     
     .red1 {
         background: #b12323; 
     } 
     
     .red1:after { 
         border-left: 25px solid #b12323; 
     } 
     
     .red1:before {  
         border-bottom: 28px solid transparent; 
         border-top: 27px solid transparent; 
     } 
     
     
     .red2 {
         background: #c92828; 
         margin-left: 24px !important;
     } 
     
     .red2:after { 
         border-left: 25px solid #c92828; 
     }
     
    .red2:before {  
         border-bottom: 29px solid #c92828; 
         border-top: 27px solid #c92828; 
     }
     
     
     .red3 {
         background: #e43838; 
         margin-left: 24px !important;
     } 
     
     .red3:after { 
         border-left: 25px solid #e43838; 
     }
     
    .red3:before {  
         border-bottom: 28px solid #e43838; 
         border-top: 27px solid #e43838; 
     }
     
     
     .red4 {
         background: #f74a4a; 
         margin-left: 24px !important;
     } 
     
     .red4:after { 
         border-left: 25px solid #f74a4a; 
     }
     
    .red4:before {  
         border-bottom: 28px solid #f74a4a; 
         border-top: 27px solid #f74a4a; 
     }
     
     
     .green {
         background: #00b515; 
         margin-left: 24px !important;
     } 
     
     .green:after { 
         border-left: 25px solid #00b515; 
     }
     
    .green:before {  
         border-bottom: 28px solid #00b515; 
         border-top: 27px solid #00b515; 
     }
     
     
     .grey {
         background: #c1c1c1; 
         color: #626262 !important; 
         margin-left: 24px !important;
         cursor: not-allowed;
     } 
     
     .grey:after { 
         border-left: 26px solid #c1c1c1; 
     }
     
    .grey:before {  
         border-bottom: 29px solid #c1c1c1; 
         border-top: 27px solid #c1c1c1; 
     }
     
     .last:after {  
          display: none;
     }
     
     
     
     .step_nr {
         font-size: 37px; 
         font-weight: 600; 
         display: inline-block;
         margin-right: 10px !important;
     }
     
     .step_text_container {
         display: inline-block; 
         font-size: 14px; 
         margin-top: 6px;
     }
     
     .step_nr_text {
         font-size: 12px; 
         font-weight: 600;
         display: block;
     }
     
     /*steps end */
     
     
@media only screen and (max-width: 1230px) {
    .newsletter_1, .newsletter_2 {
        display: block !important;
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .top_com_2 {
        display: none !important;
    }
}
    
@media only screen and (max-width: 1150px) {
    .center {
        width: 98%;
    }
    
    .steps {
        display: none;
    }
}


@media only screen and (max-width: 999px) {
    .top_tel_2 {
        display: none !important;
    }
    .icon_phone_top {
        right: 380px;
    }
    
    .top_com_1 {
        display: none !important;
    }
}
    
@media only screen and (max-width: 815px) {
    .w500h {
        display: none;
    }
    
    
    
    .search_engine_header {
        display: none;
    }
    #rwd_menu_open {
        display: block;
        position: absolute;
        right: 25px;
        top: 25px;
        z-index: 9999;
        cursor: pointer;
        
/*         -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;*/
    }
    
    
    #rwd_menu_close {
        display: none;
        position: absolute;
        right: 25px;
        top: 18px;
        z-index: 9999;
        cursor: pointer;
        
/*         -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;*/
    }
    
    .menu_rwd {
        position: absolute; 
        right: 0px; 
        background-color: #30629b; 
        width: 50%; 
        height: 100%;
        min-height: 300px; 
        z-index: 999;
        
         overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
  
  
        font-size: 28px;
        color: white;
            
        display: block;
        width: 0px;
        position: fixed;
         -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
    }
    
    
    
    .top_container {
        height: auto;
        min-height: 80px;
    }
    
    .top_container .logo {
        height: auto;
        margin: 5px 0px 15px 15px;
    }
    
    .top_container .logo a {
        
        text-align: center;
    }
    
    .top_container .logo img {
        height: 50px;
    }
    
    
    
    
    
    .menu_rwd ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 16px;
    }

    .menu_rwd ul li {
        display: block;
    }

    .menu_rwd a {
        display: block;
        padding: 15px 25px;
        text-decoration: none;
        color: #FFF;
        border-bottom: 1px solid #215188;
    }

    .menu_rwd a:hover {
        //color: #ff8a00;
        //font-weight: 600;
        text-decoration: none;
        margin-bottom: 0px;
        //border-bottom: 3px solid #FFF;
        font-weight: 600;
    }

    .menu_rwd .active {
        //color: #ff8a00;
        //font-weight: 600;
        text-decoration: none;
        margin-bottom: 0px;
        background-color: #215188;
        color: white;
        //border-bottom: 3px solid #FFF;
    }

    .move_left_50 {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    
    .move_left_100 {
        width: 50% !important;
    }
    
    #for_popup_blur {
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
    }
    
    
}

@media only screen and (max-width: 768px) {
    .box1 {
        width: 98%;
    }
    
    .box2_container {
        display: none;
    }
    
    .box3, .img_zoom_contaier {
        width: 98% !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 500px) {
    
    .search_engine_header {
        display: block;
        padding-top: 0px;
    }
    
    
    .w500h {
        display: none;
    }
    
    
    .wyprawy_container {
        height: auto !important;
    }
    
    
    
    .center {
        width: 98%;
    }
    
    .serarch_engine_index {
        width: 100%;
        left: 0;
        transform: translate(0, 0);
        display: box;
        position: initial;
        clear: both;
        padding-top: 5px;
    }
    
    
    .owl_btn {
        display: none;
    }
    
    .serarch_engine_index .section-header {
        display: none !important;
    }
    
    .box1_container, .box2_container, .box3_container, .box4_container, .img_zoom_contaier {
        width: 98% !important;
    }
    
    .index_search_engine_icons {
        display: none;
    }
    
    .cookies_container {
        text-align: center;
    }
    
    .cookies_img {
        width: 100%;
        height: auto;
    }
    
    .cookies_img_container {
        margin: auto; 
        width: 40%;
    }
    
    .cookies_button_container {
        margin: auto; 
        width: auto; 
        display: inline-block;
    }
    
    .box1, .box3 {
        width: 100%; 
        margin: 3px;
        padding: 0px;
    }
    
    .box2_container {
        display: none;
    }
    
    
    .newsletter {
        display: none;
    }
    
    .orange_line {
        width: 10%;
    }
    
    .title_text {
        width: 75%;
    }
    
    
    .nav-tabs a {
        padding: 15px 5px !important; 
        margin: 0px !important;
    }
    
    
    .owl-carousel {
        height: 150px !important; 
        width: 100%;
        display: block !important;
        position: relative !important;
    }
        
    .owl-carousel img {
        width: 100%;
    }
    
    
    

    
    .darkback {
/*        opacity: 0.2;*/
    }
    
    
    .footer_tel_rwd {
        font-size: 30px; 
        padding: 10px 0px;
        display: block;
    }
    
    .onas_salony_container {
        width: 98%;
    }
    
    .mapa, .mapa iframe{
        width: 100% !important;
        margin:0px;
        padding: 0px;
        margin-bottom: 5px;
    }
    
    .skype_container {
        text-align: center;
        margin: 0px;
        padding: 0px;
        width: 100% !important; 
        margin-bottom: 15px;
    }
    
    .skype_text {
        width: auto !important;
    }
    
    
    .kontakt_mapa_iframe {
        width: 100% !important;
        height: 220px !important;
        margin-bottom: 25px;
    }
    
    .kontakt_biuro_sub_kontener {
        width: 100% !important;
        padding-left: 15px !important;
    }
}

@media only screen and (min-height: 750px) {
    .scroll_down_index {
        display: none;
    }
}