/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */
body{
    background: #FFF;
    background: url('../img/bg.png');
    background-size: 150px;
}
.slider{
     position: relative; 
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
    -moz-box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
    box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
}
.slider img{
    width: 100%;
}
.menu{
    width: 100%;
    height: 70px;
    background: #fcfcfc;
}
.menu #logo_top{
    padding: 18px 0 18px 20px;
    height: 34px;
    float: left;
}
.page{
    float: left;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
        -moz-box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
        box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
}
.page h1{
    text-align: center;
    font-family: 'caviar_dreamsbold';
    padding: 0;
    margin: 0;
    margin-top:40px;
}
.page .p1{
    padding: 0px 10%;
    width: 80%;
    font-size: 17px;
    text-align: center;
    font-family: 'caviar_dreamsregular';
    font-weight: bold;
    margin-bottom:40px;
}
#regulamin{
    display: none;
}
#uslugi{
    display: none;
}
.footer{
    float: left;
    width: 100%;
    min-height: 300px;
    background: #323232;
    padding: 0;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
        -moz-box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
        box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
}
.clear{
    clear: both;
}
.wyk{
    float: right;
    width: calc(100% - 10px);
    height: 25px;
    background: #262626;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
    box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
    color:#FFF;
    text-align: right;
    font-size: 13px;
    font-family: 'caviar_dreamsregular';
    padding:5px 10px 0 0;
}
.wyk a{
    color:white;
    text-decoration: none;
}
@media only screen and (min-width: 960px) {
    .container{
        background-color: #fcfcfc; 
        width: 960px;
        margin:0 auto;
        -webkit-box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
        -moz-box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
        box-shadow: 0px 0px 18px 0px rgba(173,173,173,1);
    }
    .slider span{
         position: absolute; 
        margin:0 auto;
        width: 100%;
        text-align: center;
        color:#FFF;
        font-size: 60px;
        margin-top:-25%;
        font-family: 'caviar_dreamsbold';
        line-height: 55px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    }
    .slider span .address{
        font-size: 36px;
    }
    .col-4{
        width: 30%;
        margin-top:20px;
        margin-bottom:20px;
        float:right;
        margin-right:2.5%;
    }
    .col-8{
        width: 62.5%;
        margin-top:20px;
        margin-bottom:20px;
        float:right;
        margin-right:2.5%;
        font-family: 'Quicksand';
        font-size: 18px;
    }
    .col-8 h2{
        font-size: 20px;
        margin:0;
        font-family: 'caviar_dreamsbold';
    }
    .col-8 h2 ul li{
        
    }
    .foto_uslugi{
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }
    .links{
        height: 70px;
        float: right;
    }
    .links button{
        outline: none;
        float: left;
        border:0;
        font-size: 18px;
        height: 70px;
        border-bottom:3px solid rgba(0,0,0,0);
        background: rgba(0,0,0,0);
        font-family: 'caviar_dreamsregular';
        font-weight: bold;
    }
    .links button:hover{
        border-bottom:3px solid rgb(40, 40, 40);
        background: rgba(0,0,0,0);
    }
    .links-small{
        display: none;
    }
    .slide_menu{
        display: none;
    }
    .image_icon{
        font-size:30px;
        float: left;
        height: 70px;
    }
    .image_icon img{
        padding: 17px 20px;
    }
    .phone{
        font-size: 18px;
        padding-top: 20px;
        float: left;
        font-family: 'caviar_dreamsregular';
        font-weight: bold;
    }
    .stats{
        float: left;
        width: 100%;
        height: 130px;
        background-color: #8a8c8a;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
        -moz-box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
        box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
    }
    .stats .stat{
        float: left;
        width: 30%;
        height: 100px;
        /* background: red; */
        margin-top:20px;
        text-align: center;
        font-family: 'caviar_dreamsbold';
    }
    .stats .stat h1{
        padding-top: 10px;
        margin: 0;
        font-size:40px;
        color:#fff;
    }
    .stats .stat span{
        padding-top: 10px;
        margin: 0;
        color:rgb(213, 213, 213);
    }
    .stats .margin{
        margin-left:-2px;
    }
    .stats .empty{
        float: left;
        width: 1%;
        height: 100px;
        margin-top:20px;
    }
    .stats .line{
        float: left;
        width: 1%;
        height: 100px;
        border-left:2px solid #c5c6c5;
        margin-top:20px;
    }
    .col-4 iframe{
        width: 100%;
        height: 260px;
       -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
    }
    .lock{
        display: none;
    }
}
@media only screen and (min-width: 355px) and (max-width: 960px) {
    .container{
        background-color: #fcfcfc;
        width: 100%;
        margin:0 auto;
    }
    .slider span{
        position: absolute;
        margin:0 auto;
        width: 100%;
        text-align: center;
        color:#FFF;
        font-size: 30px;
        /* margin-top:-150px; */
        margin-top:-28%;
        font-family: 'caviar_dreamsbold';
        line-height: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    }
    .slider span .address{
        font-size: 18px;
    }
    .col-4{
        width: 90%;
        margin-top:20px;
        margin-bottom:20px;
        margin-left:5%;
    }
    .col-8{
        width: 90%;
        margin-top:20px;
        margin-bottom:20px;
        float:left;
        margin-left:5%;
        font-family: 'Quicksand';
        font-size: 17px;
    }
    .col-8 h2{
        font-size: 19px;
        margin:0;
        font-family: 'caviar_dreamsbold';
    }
    #uslugi-hide{
        display: none;
    }
    .links{
        display: none;
    }
    .links-small{
        height: 70px;
        width: 70px;
        /* background-color: blue; */
        float: right;
    }
    .links-small button{
        outline:none;
        background: rgba(0,0,0,0);
        border:0;
        font-size:35px;
        padding: 10px 20px;
    }
    .links-small button:hover{
        outline:none;
        background: rgba(0,0,0,0);
        border:0;
        font-size:35px;
        padding: 10px 20px;
        color:#424242;
    }
    .slide_menu{
        width: 100%;
        /* min-height: 100px; */
        background: #efefef;
        display: none;
    }
    .slide_menu button{
        outline: none;
        width: 100%;
        border:0;
        border-bottom:1px solid #bdbdbd;
        background: rgba(0,0,0,0);
        font-family: 'caviar_dreamsregular';
        padding: 10px 0;
        font-size:20px;
    }
    .slide_menu .phone-click{
        width: 100%;
        border:0;
        border-bottom:1px solid #bdbdbd;
        background: rgba(0,0,0,0);
        font-family: 'caviar_dreamsregular';
        padding: 10px 0;
        font-size:20px;
        
        text-align: center;
        
    }
    .slide_menu .phone-click a{
        color:black;
        text-decoration: none;
    }
    .slide_menu button:active{
        background: rgba(255, 255, 255, 0.38);
    }
    .stats{
        float: left;
        width: 100%;
        background-color: #8a8c8a;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
        -moz-box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
        box-shadow: 0px 0px 0px 0px rgba(173,173,173,1);
    }
    .stats .stat{
        float: left;
        width: 90%;
        height: 120px;
        margin: 0 auto;
        margin-left:5%;
        text-align: center;
        font-family: 'caviar_dreamsbold';
    }
    .stats .line{
        float: left;
        width: 80%;
        height: 1px;
        margin-left:10%;
        border-bottom:2px solid #c5c6c5;
    }
    .stats .stat h1{
        padding-top: 20px;
        margin: 0;
        font-size:40px;
        color:#fff;
    }
    .stats .stat span{
        padding-top: 10px;
        margin: 0;
        color:rgb(213, 213, 213);
    }
    .col-4 iframe{
        width: 100%;
        height: 600px;
       -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
    }
    .lock{
        display: none;
    }
}
.regulamin{
    width: 90%;
    margin-left:5%;
    font-family: 'Quicksand';
    font-size:20px;
    padding-bottom:20px;
}
@media only screen and (max-width: 355px) {
    .lock{
        position: fixed;
        width: 100%;
        height: 100%;
        background: #353535;
        z-index: 10000;
        text-align: center;
        padding: 5%;
        color:white;
        font-family: 'caviar_dreamsbold';
    }
    .lock p{
        margin-top:20px;
        width: 90%;
    }
    .lock p i{
        font-size:150px;
    }
}
.center-icon{
    text-align: center;
}
.center-icon h1{
    font-size: 24px;
    font-family: 'caviar_dreamsbold';
}
.center-icon span{
    font-size: 17px;
    font-family: 'caviar_dreamsregular';
    font-weight: bold;
}
#start{
    padding-bottom: 40px;
}
.col-4 .logo_bottom{
    width:80%;
    padding: 0 10%;
}
.col-4 .contact{
    margin-top:30px;
    width: 100%;
    color: white;
    text-align:center;
    font-family: 'caviar_dreamsbold';
    font-size:20px;
    line-height: 20px;
}
.col-4 .contact span{
    text-align:center;
    font-family: 'caviar_dreamsregular';
    font-size:15px;
    line-height: 18px;
}
.col-4 .contact-form{
    width: 100%;
    color: white;
    text-align:center;
    font-family: 'caviar_dreamsbold';
    font-size:20px;
    line-height: 20px;
}
.col-4 .contact-form textarea{
    resize: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.13);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width:92%;
    float:left;
    margin-left:4%;
    border:0;
    margin-top:10px;
    min-height: 140px;
    max-height: 140px;
    font-size:17px;
    padding: 5px 8px;
    border-radius: 2px;
    font-family: 'caviar_dreamsregular';
}
.col-4 .contact-form textarea:focus{
    background: rgba(198, 198, 198, 0.07);
}

.col-4 .contact-form .input{
    outline: none;
    background-color: rgba(255, 255, 255, 0.13);
    width:40%;
    float:left;
    margin-left:4%;
    border:0;
    margin-top:10px;
    font-size:17px;
    padding:5px 2% 5px 2%;
    border-radius: 2px;
    /* padding: 5px 8px; */
    font-family: 'caviar_dreamsregular';
}
.col-4 .contact-form .input:focus{
    background: rgba(198, 198, 198, 0.07);
}
.col-4 .contact-form .button{
    outline: none;
    width:92%;
    float:left;
    margin-left:4%;
    border:0;
    margin-top:10px;
    border-radius: 2px;
    background: rgba(15, 15, 15, 0.34);
    font-size:17px;
    padding:5px 0;
    font-family: 'caviar_dreamsregular';
    margin-bottom:20px;
}
.col-4 .contact-form .button:hover{
    background: rgba(15, 15, 15, 0.52);
}  


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}