h2, h3, h4, h5{
    text-transform: uppercase;
}

hr{
    border-color:#ccc;
}

.header-top{
    padding: 3px 0;
}

.navbar-brand, .navbar-brand:hover, .navbar-brand:focus{
    color:#fff;
    text-transform: uppercase;
    cursor: pointer;
}



.carousel-caption{
    top:25%;
}

.carousel-caption h1{
    color:#fff;
    text-transform: uppercase;
    font-size: 60px;
}

.carousel-caption p{
    font-size: 21px;
}

.slider-wrap{
    padding-top:0;
    /* background-color:#fff */
    margin-bottom:0;
    padding-bottom:0;
}

.carousel-caption p{
    margin-bottom:1em;
}

.group-wrap {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
}


.row-group > div{
    margin-top:30px;
}

.row-group img:hover{
    opacity: 0.5;
    background-color: #fff;
    transition: all 0.3s;
}

#main-container{
    margin-top:30px;
}

.side-heading, .product-head{
    box-shadow: none;
    border-radius: 0;
}

.news-heading a{
    color:#383838;
    font-weight: bold;
}

.categories-banner-box{
    position: relative;
    min-height: 300px;
    background-size: cover;
}

.categories-banner-box img{
    border-radius: 0;
}

.categories-banner-box-text{
    width: 100%;
    float: left;
    clear: both;
}

.categories-banner-box-text ul{
    padding: 10px 20px 10px 20px;
    background-color: rgba(0,0,0,0.7);
    display: none;
    z-index: 10000;
}

.categories-banner-box-text ul li{
    border-bottom:1px solid #555;
    padding: 5px 0;
    list-style: none;
}
.categories-banner-box-text ul li:last-child{
    border:0 none;
}


.categories-banner-box-text ul li a{
    color:#ddd;
    text-transform: uppercase;
}

.categories-banner-box-text ul li a:hover{
    text-decoration: none;
    color:#fff;
}


.product-col h4{
    font-size: 21px;
}


.table-contact th, .table-contact td {
    text-align: center;
}
.table-contact .col1{
    background-color: #eee;
}
.table-contact td{
    vertical-align: top;
}
.table-contact img{
    width:100px;
    margin-bottom: 10px;
}


.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    border:2px solid #fff;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.footer-links{
    background: #161616;
}

.footer-links h5{
    color:#fff;
}

.footer-links li, .footer-links li a{
    color:#fff;
}

.footer-links li a:hover{
    color:#ddd;
}

.footer-links-header{
    font-size: 18px; 
    color: #e2001a; 
    text-transform: uppercase; 
    margin-bottom: 20px; 
    margin-top: 10px;
}


.copyright{
    background: #333;
}

label.error{
    color:#e2001a;
}

.ask-alert{
    display: none;
}


.sm-links li{
    background: #333;
    color: #fff;
    min-width: 40px;
    border-radius: 3px;
    text-align: center;
}
.sm-links li a{
    color:#fff;
    width:100%;
    padding: 7px 7px;
    display: inline-block
}

.sm-links li:hover{
    background-color:#e2001a;

}



/* back to top buttom */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    background: #e2001a;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    text-align: center;
    font-size: 2em;
    color:#fff;
    padding:5px;
    border-radius: 3px;
}

.cd-top:hover{
    opacity: 1 !important;
    color:#000;

}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}



.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    opacity: 1;
}

.btn-close{
    color:#fff;
    display: inline-block;
    margin-top:3px;
}


#main-menu .dropdown-inner .dropdown-header{
    background-color: #888;
}

#main-menu .dropdown-menu li:hover a{
    background-color:#383838;
}

#main-menu .dropdown-inner ul.list-unstyled{
    border-right: 1px solid rgba(255,255,255,0.3);
    min-width: 200px;
}

#main-menu .dropdown-inner ul.list-unstyled:last-child{
    border-right:0 none;
}

div#accordion .panel-body{
    text-align: center;
}

div#accordion .panel-body img{
    max-width: 100px;
    margin-bottom: 10px;
}

div#accordion .panel-title a{
    text-decoration: none;
    font-weight:bold;
    font-size: 13px;
    width:100%;
    display: block;
}



div#accordion .panel-heading{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}


/*
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    background-color: #e2001a;
    color:#fff;
}
*/

.nav-tabs li a{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}


.nav-tabs li a.tab-red, .nav-tabs li a.tab-red:hover, .nav-tabs li a.tab-red:focus{
    background-color:#fe3737;
    color:#fff;
}

.nav-tabs li a.tab-blue, .nav-tabs li a.tab-blue:hover, .nav-tabs li a.tab-blue:focus{
    background-color:#3767c0;
    color:#fff;
}

.nav-tabs li a.tab-green, .nav-tabs li a.tab-green:hover, .nav-tabs li a.tab-green:focus{
    background-color:#46b14e;
    color:#fff;
}

.nav-tabs li a.tab-yellow, .nav-tabs li a.tab-yellow:hover, .nav-tabs li a.tab-yellow:focus{
    background-color:#f3e500;
    color:#fe3737;
}

.nav-tabs li a.tab-turkus, .nav-tabs li a.tab-turkus:hover, .nav-tabs li a.tab-turkus:focus{
    background-color:#63d2dc;
    color:#333;
}


.tab-content{
    border:1px solid #ddd;
    border-top:0 none;
}

.tab-content #home{
    border:2px solid #3767c0;
}

.tab-content #profile{
    border:2px solid #f3e500;
}

.tab-content #messages{
    border:2px solid #46b14e;
}

.tab-content #pisz{
    border:2px solid #fe3737;
}

.tab-content #konin{
    border:2px solid #63d2dc;
}

.tab-pane{
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
}

.tab-pane img{
    max-width: 100px;
    margin-bottom: 10px;
}


div#accordion #heading-8{
    background-color:#3767c0;
    color:#fff;
}

div#accordion #heading-7{
    background-color:#f3e500;
    color:#fe3737;
}

div#accordion #heading-1{
    background-color:#46b14e;
    color:#fff;
}

div#accordion #heading-2{
    background-color:#fe3737;
    color:#fff;
}

div#accordion #heading-3{
    background-color:#63d2dc;
    color:#333;
}

div#accordion #heading-4{
    background-color: #8e55da;
    color:#fff;
}


.link-tel{
    text-decoration: none;
    color:#252a2f;
}


.jsmaps-pin-details{
    display: none;
}



.contact-box{
    margin-bottom: 30px;
    text-align: center;
}

.contact-box .img-circle{
    max-height: 130px;
}

.contact-box h3{
    margin-bottom: 30px;
}

.contact-box h3 span{
    font-size: 18px;
}

.contact-tel{
    color:#000;
}

.contact-tel:hover{
    text-decoration: none;
}

.news-images-block{
    float:left;
    clear:both;
}

.news-images-block a{
    margin-right:10px;
    margin-bottom:10px;
    display:block;
    float:left;
}

.nav-pills > li > a{
    border-radius:0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
    background-color:#383838;
}



.social-icons{
    margin: 0;
    padding: 0;
}


.vertical-icons{
    position: fixed;
    top:300px;
    z-index: 9999;
}


.horizontal-icons{
    float: right;
    margin-bottom: 5px;
}

.social-icons li{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;


}

.vertical-icons li{
    margin-bottom: 5px;
    clear: both;
}

.horizontal-icons li{
    margin-left: 10px;
}

.social-icons li a{
    display: block;
    float: left;
    clear: both;
    color:#fff;
    padding: 12px 5px 8px 5px;
    opacity: 0.7;
    transition: all 0.5s;
}

.social-icons li a:hover{
    opacity: 1;
}

.social-icons li a.icon-facebook{
    background-color: #4267b2;
}

.social-icons li a.icon-instagram{
    background: #4c61d4; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #4c61d4 0%, #e7455c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #4c61d4 0%,#e7455c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #4c61d4 0%,#e7455c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c61d4', endColorstr='#e7455c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.social-icons li a.icon-linkedin{
    background-color: #0097d3;
}


.nav-contact{
    text-transform:uppercase;
}


.row-realizacje .product-col{
    min-height: 490px;
}

.row-realizacje .product-col .description{
    max-height:40px;
    overflow:hidden;
}


.masonry {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    margin-bottom: 30px;
}

.masonry-brick {
    width: 100%;
    margin-bottom: 15px;
}


.pd-slide{
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}

.pd-slide-title{
    color:#fff;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin: 0 0 15px 0;
    display: block;
    line-height: 1.2em;
}

.pd-slide-description{
    color:#fff;
    font-size: 21px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin: 0 0 30px 0;
    display: block;
    line-height: 1.3em;
}

.pd-slide-button{
    display: block;
}

.pd-slide-button a, .pd-slide-button a:focus{
    background-color: #e2001a;
    border-color: #e2001a;
}

.pd-slide-button a:hover{
    background-color: #000;
    border-color: #000;
}


/* LG Large Devices Styles Starts */
@media (min-width: 1200px) {
    .main-header .container, #main-menu .container{
        width:100%;
        max-width: 1280px;
    }
}


/* MD Medium Devices Styles Starts */
@media (min-width: 992px) and (max-width: 1199px) {

    .carousel-caption{
        top:15%;
    }

    #main-menu .container{
        width:100%
    }

}

/* SM Small Devices Styles Starts */
@media (min-width: 768px) and (max-width: 991px) {
    div#accordion .panel-body .row > div{
        margin-bottom: 30px;
    }

    .link-tel{
        font-size:1.3em;
    }

    .carousel-caption{
        top:0%;
    }

    .carousel-caption h1{
        font-size: 48px;
    }
}



/* SM Small Devices and Up Styles Starts */
@media (min-width: 768px) {
    .horizontal-icons{
        display: none;
    }
    .mobile-cat-menu{
        display: none;
    }
    .is-sticky{
        position: fixed;
        top:0;
        width:100%;
        z-index: 10000;
    }
    #main-menu{
        background-color: #f8f8f8;
    }


    #main-menu .navbar-nav > li a{
        padding-left:13px;
        padding-right:13px;
        color: #252a2f;
        font-weight: 700;
    }

    #main-menu .navbar-nav > li a:hover{
        color: #fff;
    }
}


/* XS Extra Small Devices Styles Starts */
@media (max-width: 767px) {

    .mobile-cat-menu{
        margin-top:15px;
        border-radius: 0;
    }

    .mobile-cat-menu .panel-heading{
        text-transform: uppercase;
        background-color: #e2001a;
        color:#fff;
        border-color:#e2001a;
        font-weight: bold;
    }

    .mobile-cat-menu .list-group{
        text-transform: uppercase;
    }
    
    #main-menu .navbar-toggle:focus{
        color:#e2001a;
    }

    .pd-slide{
        padding: 50px 0;
    }

    .pd-slide-title{
        font-size: 48px;
    }


    .slider{
        margin-bottom:0;
    }

    .carousel-caption h1{
        margin-top:0;
    }

    div#accordion .panel-body .row  > div{
        margin-bottom: 30px;
    }

    .link-tel{
        font-size:1.3em;
    }

    .carousel-caption{
        top:0%;
    }

    .carousel-caption h1{
        font-size: 36px;
    }

    .carousel-caption p{
        font-size: 18px;
    }

    .vertical-icons{
        display: none;
    }

    .horizontal-icons{
        display: inline-block;
        width: 100%;
    }

    .horizontal-icons li{
        display: inline-block;
        float: none;
    }

    .copyright p.pull-right{
        text-align:center;
        float:none !important;
    }
    
    .btn-close{
        float:none !important;
        margin-top:10px;
    }
}