[hidden] {
    display: none;
}
body {
    font-size: 16px;
    min-width: 320px;
}
#top {
    background: url('../img/bg.png') no-repeat top center;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.logo {
    float: left;
}
#top > div {
    margin: 0 auto;
}
.menu {
    margin-top: 31px;
    float: right;
    margin-right: 25px;
}
.menu li {
    float: left;
    list-style: none;
    padding: 0px 20px;
    display: inline-block;
    position: relative;

}

.menu li:first-child {
    padding-left: 0;
}

.menu li:last-child {
    padding-right: 0;
}

/* TO TRZEBA ZROBIC */
.menu li:after {
    color: #fff;
/*    content: "\00b7";*/
    content: "";
/*    font-family: "Glyphicons Halflings";*/
    margin: 0 15px;
    background: #cc1616;
    border-radius: 50%;
    width: 5px;
height: 5px;
    position: absolute;
    right: -18px;
    top: 10px;

        
}


.menu li:last-child::after {
    display: none;
}
.menu li a {
    display: inline-block;
    color: #ffffff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 3px;

}
.menu li a:hover {
    border-bottom: 2px solid #cd0f0f;
    text-decoration: none;
}
.menu li a.active {
    border-bottom: 2px solid #cd0f0f;
    text-decoration: none;
}

.bb {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.map {
    background: #fff url("../img/preloader.svg") no-repeat center center;
    background-size: 60px 60px;
    z-index: 300;
    width: 100%;
    min-height: 400px;
}

#red-bar {
    width: 100%;
    height: 50px;
    color: white;
    background-color: #e53232;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nohover:hover {
    text-decoration: none !important;
    color: white !important;
}

.nohover:hover #red-bar  {
    background-color: #a83030;
}

#tel {
    color: #ffffff;
    font-family: Lato;
    float: right;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    background: url(../img/tel.png) no-repeat left center;
    padding-left: 42px;
    margin-top: 24px;
}
#tel a {
    color: #fff;
}
#slider {
    z-index: 999;
}
#counter {
    background: url("../img/counter.png") no-repeat top center;
    color: #fff;
}
#slider h1 {
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: 600;
	line-height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.form label {
	display: block;
	float: left;
	width: 100%;
}
.form input {
	width: 100%;
	clear: both;
}

.mapy-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mapa {
    width: 48%;
}

.mapa iframe {
    display: block;
}

.mapa .single-map {
    height: 480px;
}

.mapa .single-map-2 {
    height: 480px;
}

@media (min-width: 767px){
    height: 380px;
}

@media (min-width: 1200px){
    .container {
        width: 1180px !important;
        box-sizing: border-box;
    }
}

.map-hints {
    padding: 40px 0 10px;
}

.map-hint {
    line-height: 1.3;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.map-hint-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #e53232;
    color: #ffffff;
    line-height: 1;
    border-radius: 50%;
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.map-hint-circle em {
    font-style: normal;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.map-hint-title {
    text-align: center;
    font-size: 17px;
    display: block;
    font-weight: 700;
}

.container.containter_kontakt {
    padding-top: 35px;
    padding-bottom: 35px;
}

.container.containter_kontakt h2 {
    color: #353535;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 4px;
    margin-bottom: 15px;
}

.container.containter_kontakt .box_user {
    font-weight: 600;
    width: 100%;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
    margin-bottom: 14px;
    margin-top: 7px;
}

.container.containter_kontakt .box_user img {
    margin: 0 14px 0 0;
    float: left;
}

.container.containter_kontakt .box_user a {
    color: #353535;
    display: block;
    background: no-repeat top 5px left url(../img/icons.png);
    padding-left: 18px;
}


.container.containter_kontakt .icon_k_tel1, 
.container.containter_kontakt .icon_k_tel2 {
    color: #353535;
    background: no-repeat top 5px left url(../img/icons.png);
    padding-left: 24px;
} 

.container.containter_kontakt .icon_k_tel2 {
    background: no-repeat center left url(../img/icons.png);
}

.container.containter_kontakt .icon_k_mail {
    color: #cd1919;
    background: no-repeat bottom 5px left url(../img/icons.png);
    padding-left: 24px;
} 

.container.containter_kontakt .info_btn {
    color: #353535;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.container.containter_kontakt .info_btn {
    margin-top: 24px;
}

.container.containter_kontakt .info_btn span {
    display: inline-block;
    vertical-align: middle;
}

.container.containter_kontakt .info_btn span a {
    padding: 10px 37px 10px 17px;
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    margin: 0 20px;
    display: block;
    background: #bd1111 no-repeat center right 17px url(../img/btn_next.png);
    transition: .5s;
}

.container.containter_kontakt .info_btn span a:hover {
    opacity: 0.9;
}

.container.containter_oferta {
    padding-top: 40px;
    padding-bottom: 40px;
}

.containter_oferta .text_top h1 {
    color: #353535;
    font-family: "Open Sans";
    font-size: 26px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 35px;
}

.containter_oferta .oferta_flex_wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}


.containter_oferta .oferta_flex_wrap .col-md-4 {
    /*display: flex;
    align-items: center;*/
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.containter_oferta .oferta_flex_wrap .col-md-4:nth-child(3n+2)::before,
.containter_oferta .oferta_flex_wrap .col-md-4:nth-child(3n+2)::after {
    content: '';
    position: absolute;
    bottom: -11.5px;
    left: -11.5px;
    z-index: 2;
    width: 23px;
    height: 23px;
    background: no-repeat center url(../img/icon-plus.png);
}

.containter_oferta .oferta_flex_wrap .col-md-4:nth-child(3n+2)::after {
    left: auto;
    right: -11.5px;
}

.containter_oferta .oferta_flex_wrap .col-md-4:nth-last-child(-n+2)::before,
.containter_oferta .oferta_flex_wrap .col-md-4:nth-last-child(-n+2)::after{
    display: none;
}

.containter_oferta .oferta_flex_wrap .box_produkt {
    display: table;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.containter_oferta .oferta_flex_wrap .box_produkt .oferta_show {
    display: table-cell !important;
    vertical-align: middle;
}

.containter_oferta .oferta_flex_wrap .box_produkt .oferta_hide {
    display: block;
    position: absolute;
/*
    top: -30px;
    right: -30px;
    left: -30px;   
*/
    top: 0px;
    right: 0px;
    left: 0px;
    width: calc(100% + 60px);
    z-index: 99;
    background: #FFF;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05), 0 0 15px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    padding: 30px;
    text-align: left;
    transition: .5s;
    opacity: 0;
}

.containter_oferta .oferta_flex_wrap .col-md-4 .box_produkt:hover .oferta_hide{
    opacity: 1;
}

.containter_oferta .oferta_flex_wrap .box_produkt .oferta_hide img{
    height: 28px;
    margin: 0;
}

/*
.containter_oferta .oferta_flex_wrap .box_produkt .oferta_hide p {
    margin-top: 30px;
    margin-bottom: 20px;
}
*/
.containter_oferta .oferta_flex_wrap .box_produkt .oferta_hide p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 19px;
}

.containter_oferta .oferta_flex_wrap .box_produkt .oferta_hide a {
    margin: 0;
    color: #bd1111;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    padding-right: 16px;
    background: no-repeat center right url(../img/oferta-arrow3.png);
    display: inline-block;
}

.containter_oferta .info {
    margin: 30px 0;
    color: #353535;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 400;
}

.containter_oferta .info img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.containter_oferta .menu_oferta {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
}

.containter_oferta .menu_oferta a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #5e5e5e;
    font-weight: 400;
    padding: 13px 40px 13px 20px;
    text-decoration: none;
    background: no-repeat center right 20px url(../img/oferta-arrow2.png);
    transition: .5s;
}

.containter_oferta .menu_oferta a:hover {
    background-color: #e1e1e1;
}

.containter_oferta .menu_oferta a.active {
    background-color: #bd1111;
    background-image: url(../img/oferta-arrow1.png);
    color: #FFF;
}

.realizacje_podstrona,
.gallery-section {
    padding-top: 30px;
    padding-bottom: 40px;
}

.realizacje_podstrona h2,
.gallery-section > h2 {
    color: #353535;
    font-family: "Open Sans";
    font-size: 26px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 33px 0;
}

.realizacje_podstrona .realizacje_list {
    display: flex !important;
    flex-flow: row wrap;
}

.realizacje_podstrona .realizacje_list {
    display: block;
}

.realizacje_podstrona .realizacje_list .col {
    flex-grow: 1;
    padding: 5px;
    box-sizing: border-box;
    margin-right: -4px;
    display: inline-block;
    float: inherit;
    min-width: 190px;
    height: 249px;
    overflow: hidden;
}

.realizacje_podstrona .realizacje_list .col img {
    width: 100%;
    max-width: 100%;
}

form label.error {
    display: block;
    color: #F00;
    font-size: 13px;
    margin: 10px 0 0 0;
}

@media (max-width: 767px){
    .realizacje_podstrona.container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mapy-wrapper {
        flex-direction: column;
    }

    .mapa {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media (max-width: 623px){


    .realizacje_podstrona .realizacje_list {
        flex-wrap: wrap;
    }

    .realizacje_podstrona .realizacje_list .col {
        min-width: 80px;
        height: auto;
        margin-right: 0;
    }
}

.mfp-wrap{
    z-index: 9999999999;
}


@media (max-width: 800px) and (min-width: 451px){
    .mfp-img-mobile .mfp-close {
        top: -35px;
        right: -11px;
        float: right;
        position: absolute;
        background: transparent;
    }
}

.jcf-file {
    width: 100%;
}

.jcf-file .jcf-fake-input,
.jcf-select {
    width: 100%;
    box-shadow: inset 1px 1px 0 #e5e5e5;
    background-color: #f7f7f7;
    line-height: 45px;
    border: 0;
    padding: 0 17px;
    height: inherit;
    cursor: pointer;
    color: #686868;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
}

.jcf-select {
    padding: 0 10px;
    height: 45px;
}

.jcf-select .jcf-select-text {
    line-height: 45px;
    border: 0;
    color: #686868;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
}

.jcf-list .jcf-option {
    line-height: 45px;
    border: 0;
    padding: 0 17px;
    height: inherit;
    cursor: pointer;
    color: #686868;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400; 
    box-sizing: border-box;
}

.jcf-select-drop  .jcf-select-drop-content {
    border: 1px solid #e5e5e5;
    background: #FFF;
}

.jcf-select  .jcf-select-opener {
    width: 27px;
    background: transparent no-repeat left center url(../img/icon-down.png);
}

.jcf-file .jcf-upload-button {
    display: none;
}

/* CUSTOM GRID GAPS */
.gutter-4 {
    margin-right: -2px !important;
    margin-left: -2px !important;
}

.gutter-4 > [class*='col-'],
.gutter-4 > [class*='flex-'] > [class*='col-'] {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

/* TILES */

.tiles {
    margin: 25px 0;
}

.tiles .tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 320px;
    padding: 45px 55px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    text-decoration: none;
    margin-bottom: 4px;
    text-align: left;
}

.tiles .tile::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.5) 7%, rgba(0,0,0,0.3) 87%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.5) 7%,rgba(0,0,0,0.3) 87%);
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 7%,rgba(0,0,0,0.3) 87%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#4d000000',GradientType=1 );
    transition: all 0.3s ease-out;
}

.tiles .tile:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.tiles .tile .title {
    font-family: "Open Sans";
    position: relative;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}

.tiles .tile .title strong {
    font-weight: 700;
}

.tiles .tile .more {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tiles .tile .more img {
    width: 10px;
    height: 10px;
    margin-left: 8px;
}

.realization-back-btn {
    margin-top: 30px;
    padding: 0 5px;
}

@media only screen and (min-width:992px) and (max-width:1199px), only screen and (max-width:479px){
    .tiles .tile {
        padding: 30px 35px;
    }
}