/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


body{
    padding: 10px;
    background-color: #eee;
     font-family: 'Archivo Narrow', sans-serif;
}

p, .lista, li, .oferta {
    font-size: 18px;
    color: black;
    font-family: 'Archivo Narrow', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    //font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
   // font-family: 'Open Sans', sans-serif;
   font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
}


header{
    background-image: url("../media/img/logo-lg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-top-right-radius: 220px;
    width: 100%;
    position: relative;
    box-shadow: 0px 10px 12px 0px #333, 0px -10px 12px 0px #333;
    -moz-box-shadow: 0px 10px 12px 0px #333, 0px -10px 12px 0px #333;
    -webkit-box-shadow: 0px 10px 12px 0px #333, 0px -10px 12px 0px #333;
}
.container{
    padding: 0px;
    max-width: 920px;
}
.site-logo{
    border-top-right-radius: 220px;
    width: 100%;
}

.site-content{
    background-color: white;
    position: relative;
    box-shadow: 0px 10px 12px 0px #333, 0px 10px 12px 0px #333;
    -moz-box-shadow: 0px 10px 12px 0px #333, 0px 10px 12px 0px #333;
    -webkit-box-shadow: 0px 10px 12px 0px #333, 0px 10px 12px 0px #333;
}

#mapka{
    height: 285px;
    width: 100%;
    margin-top: 10px;
}


.feature{
    padding: 0px 20px;
}
.feature > a > div {
    //font-family: 'Anton', sans-serif;
    //font-family: 'Bree Serif', serif;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
}

img.inactive{
    opacity: 0.3;
}
.inactive-txt{
    position: absolute;
    top: 25%;
    text-align: center;
    color: red;
    width: 93%;
    font-size: 20pt;

}

footer{
    font-size: 16px;
    background-image: url("../media/img/stopka.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom-left-radius:  205px;
    width: 100%;
    min-height: 188px;
    background-color: white;
    background-position: bottom;
    position: relative;
    box-shadow: 0px 10px 12px 0px #333, 0px 10px 12px 0px #333;
    -moz-box-shadow: 0px 10px 12px 0px #333, 0px 10px 12px 0px #333;
    -webkit-box-shadow: 0px 10px 12px 0px #333, 0px 10px 12px 0px #333;
}

.img-size{
    visibility: hidden;
    position: relative;
}
.footer-txt{
/*    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    margin-top: 3%;
}

#coop-box {
    position: fixed;
  //  left: 173px;
    top: 185px;
    z-index: 100;
    transition: all 0.5s;
}



#coop-click {
   cursor: pointer;
    float: right;
    color: #E10A0A;
    background: #ffffff;
    padding: 10px 20px 25px 20px;
    height: 30px;
    transform: rotate(270deg);
    transform-origin: left top 0;
    border-radius: 10px 10px 0 0;
    border: solid #E10A0A;
    /* border-bottom: none; */
    font-weight: 700;
    font-size: 16px;
}

/*.footer-img{
    position: absolute;
    top: 10%;
    right: 20px;
    width: 30%;
    height: 75%;
}*/

/*.footer-txt > .row{
    position: absolute;

    left: 20%;
    width: 50%;
    top: 20%;
}*/
.copyrights{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
}
.border-right{
    border-right: grey 2px solid;
}

.siedziba_img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.siedziba_img_div{
    padding-left: 20px;
    padding-right: 20px;
}

.thumbnail:hover{
    border-color: orange;
}

