﻿/*
 *
 * (c) Arkadiusz Jarząbek 
 *
 */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background-color: #232323;
}

body, html {
    /* important */
    height: 100%;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
}

a {
    color: #fff;
}

.mt-7 {
    margin-top: 5rem!important;
}

a:hover {
    color: #8006C8;
    text-decoration: none;
    transition: 2s;
}

.top-logo {
    margin-top: 1.5rem;
}

.contactTop {
    margin-top: 0.5rem;
}

.strips {
    height: 10px;
}

.violet {
    background-color: #8006C8;
}

.green {
    background-color: #B1E434;
}

.blue {
    background-color: #12A9B6;
}

.yellow {
    background-color: #FFDC14;
}

.orange {
    background-color: #F55E27;
}

.pink {
    background-color: #D64143;
}

.contactTop a {
    font-size: 0.8rem;
}

.contactTop ul, .topMenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5rem;
}

.contactTop ul li, .topMenu ul li {
    display: inline;
    padding-right: 3rem;
}

.active {
    border-bottom: 4px solid #8006C3;
}

.about {
    background: #313132 url('/images/baner_top.jpg');
    background-position: center;
    background-size: cover;
}

.list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5rem;
}

.visit, .contact-form {
    background-color: #000;
    padding: 2rem 0 2rem 0;
}

.btn-orange {
    background-color: #F3602A;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    
}

.btn-orange:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 101, 0, 0.5);
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.contact-form input,.contact-form textarea{
    border-radius:0;
    background-color: #242424;
    border:0;
    color:#fff;

}
.contact-form input:focus, .contact-form textarea:focus{
    background-color: #242424;
    box-shadow: 0 0 0 0.2rem rgba(255, 101, 0, 0.5);
    color:#fff;
}
.contact {
    
    padding: 3rem 0 3rem 0;
}
.contact ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5rem;
}

.contact li{
    margin-bottom:.8rem;
}
.contact img, .contact-subPage img{
    margin-right:.5rem;
}


.contact .border-right, .contact-subPage .border-right{
    border-right: 1px solid #a8a7a745!important;
}

.contact .border-left {
    border-left: 1px solid #a8a7a745!important;
}

.opinions{
        background: #313132 url('/images/baner_opinie_Sadowe.jpg');
        background-position: center;
        background-size: cover;
    }

    .contact-subPage ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-bottom: .5rem;
    }
    .contact-subPage li{
        margin-bottom:0.5rem; 
    }
    .subPage-form{
        background-color:#000;
        padding-top:1rem;
        padding-bottom: 1rem;
    }
    .subPage-form input,.subPage-form textarea{
        border-radius:0;
        background-color: #242424;
        border:0;
        color:#fff;
    }
    .subPage-form input:focus, .subPage-form textarea:focus{
        background-color: #242424;
        box-shadow: 0 0 0 0.2rem rgba(255, 101, 0, 0.5);
        color:#fff;
    }

    .copyright p{
        font-size: x-small
    }

 .copyright hr{

    border-top: 1px solid #a8a7a745!important;

    }

    .padding{
        padding-top:100px;
        padding-bottom:100px;

    }

    .faq, .card{
     border: 1px solid rgba(0,0,0,.525);
     border-radius: 0rem;
     background-color:#ffffff0a;
    }

    .faq, .btn-link{
        color: #fff;
    }
    .faq, .btn-link:hover{
        color: #fff;
        
    }

    /*Extra Extra small devices (portrait phones, less than 360px)*/

@media (max-width: 360px) {
    .top-logo {
        margin-top: 1.5rem;
        text-align:center;
    }
    .contactTop a {
             display:block;
             text-align: center
    }
    .spec{
        text-align:center;
    }
    .visit, .contact-form {
       text-align:center;
    }
    .visit img{
        width: 80%;
        margin-top: 1rem;
    }
    .contact{
        text-align: center;
    }
    .contact hr{
        border-top: 1px solid #a8a7a745!important;
  width:80%;
     
  }
  .contact-subPage{
    text-align:center;
}
.contact-subPage hr{
    border-top: 1px solid #a8a7a745!important;
width:80%;

}

 .topMenu ul li {
     padding-right: 2rem;
}
.topMenu a{
    font-size:0.8rem;
   }
    
} 

/*Extra small devices (portrait phones, less than 576px)*/

@media (min-width: 361px) and (max-width: 575px) {
    .top-logo {
        margin-top: 1.5rem;
        text-align:center;
    }
    .contactTop a {
        display:block;
        text-align: center
}
.spec{
    text-align:center;
}
.visit, .contact-form {
    text-align:center;
 }
 .visit img{
    width: 80%;
    margin-top: 1rem;
}
.contact{
    text-align: center;
}
.contact hr{
    border-top: 1px solid #a8a7a745!important;
width:80%;
 
}
.contact-subPage{
    text-align:center;
}
.contact-subPage hr{
    border-top: 1px solid #a8a7a745!important;
width:80%;

}
.topMenu ul li {
    padding-right: 2rem;
}
.topMenu a{
    font-size:0.8rem;
   }
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767px) {}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199px) {}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}