@import url('https://fonts.googleapis.com/css?family=Yrsa:500|Lato:400,700|Raleway:300,400,700,800&subset=latin-ext');


html,
button,
input,
select,
textarea {
    color: #222;
}

* {
	box-sizing: border-box;
}
body {
	font-size: 14px;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #2c3e50;
}
figure {
	max-width: 33em;
	padding: 0 1em;
}
img { 
	display: block;
	width: 100%;
}

/* --- kolor zaznaczenia tekstu na stronie --- */
   
::-moz-selection {
    background: #2c3e50;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #2c3e50;
    color: #fff;    
    text-shadow: none;
}

.lato {
  font-family: 'Lato', sans-serif;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* --- płynny hover --- */

a, 
.btn,
.oferta-home-2-blok-home,
.news-pic:after,
.path-bc a,
.oferta-intro-ikony .off-kolko,
.oferta-intro-ikony h4,
.dojazd-box h5,
.off-kolko,
.panel-heading i
 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a,
a:hover,
a:active,
a:focus {
    outline: 0;
    color: #ed1c24;
}
letterSpacing120 {
    letter-spacing: 0.120em;
}
.alpha0 {
    opacity: 0;
}


h3 {
  font-size: 36px;
  font-weight: 300;
  color: #2c3e50;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
h3:after {
  content: '';
  background: url(../img/h3bg.png) no-repeat;
  display: block;
  width: 251px;
  height: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   PRELOADER
   ========================================================================== */
   
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;

}
.status {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/loader_small.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -32px 0 0 -32px;
}   
  


/* ==========================================================================
   BOOTSTRAP
   ========================================================================== */


input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="subject"], textarea { outline: none; box-shadow:none !important; }
button { outline: none; }
button:focus { outline:0 !important; }

.btn.no-hand {
  cursor:default;
}


/*
 * 5 kolumn
 */ 

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
 

/* ==========================================================================
   ANIMACJE
   ========================================================================== */
@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
   
.swing:hover {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}

/* ==========================================================================
   SLAJDER I NAWIGACJA
   ========================================================================== */

.jumbotron {
  background: transparent;
  height: 800px;
  position: relative;
  /* margin-top: -120px; */
  margin-top: 0;  
  z-index: 0;
  
}
.nawigacja {
/*   position: relative; */
  z-index: 20;
  background: rgba(255,255,255,0.81);
  height: 100px;
  -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);  
}  
.nawigacja.podstrona {
  background: #fff url(../img/bread-pasek-top.png) no-repeat center bottom; 
  -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.08);
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.08);  
  margin-bottom: 0;    
}
.navbar {
  border: 0;
  border-radius: 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 23px;
    font-weight: 700;
    color: #374b5f;
}
.nawigacja.podstrona .nav>li>a {
    padding: 10px 15px 0 15px;

}

.nav>li>a:hover {
  background: transparent;
}
.navbar-nav {
    margin-top: 25px;
}

.jumbotron .container {
  margin-top: 70px;
}
.jumbotron-buttons {
  display: block;
  overflow: hidden;
  margin-bottom: 120px;  
}
.jumbotron-buttons a,
.jumbotron-buttons a:hover {
  color: #fff;
  text-decoration: none;
}
.jumbotron h1 {
  font-size: 48px;
  font-weight: 800;
  color: #2c3e50;
}
.jumbotron p {
  font-size: 36px;
  font-weight: 300;
  color: #374b5f;
}

.btn-jump {
  text-transform: uppercase;
  font-weight: 700;
  background: #a1b1bc;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border-top: solid #fff 1px;
  border-right: solid #838b8c 1px;
  border-bottom: solid #838b8c 2px;
  border-left: solid #fff 1px;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.btn-jump:hover,
.btn-jump:focus,
.btn-jump:active,
.btn-jump.active {
  color: #ffffff;  
  background: #2c3e50;
  text-decoration: none;
/*   border-color: #8398a7; */
}
.btn-jump.disabled:hover,
.btn-jump.disabled:focus,
.btn-jump.disabled:active,
.btn-jump.disabled.active,
.btn-jump[disabled]:hover,
.btn-jump[disabled]:focus,
.btn-jump[disabled]:active,
.btn-jump[disabled].active,
fieldset[disabled] .btn-jump:hover,
fieldset[disabled] .btn-jump:focus,
fieldset[disabled] .btn-jump:active,
fieldset[disabled] .btn-jump.active {
  background-color: #2c3e50;
  color: #ffffff;  
/*   border-color: #a1b1bc; */
}


.pobierz-box {
  display: block;
  width: 100%;
  text-align: center;
}
.pobierz-box .fa {
  margin-left: 10px;
}

.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
  z-index: 5;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
  margin-top: 41px;
	height: 4px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
  position: relative;
    z-index: 5;
}



.sliding-middle-out:hover:after {
	width: 65px;
	background: #ed1c24;
}
.nav>li.active .sliding-middle-out:after {
	width: 65px;
	/* background: #2c3e50;   */
  background: #ed1c24;
}
.navbar-brand img{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;    
}

/* ==========================================================================
   MALE MENU
   ========================================================================== */
.navbar-shrink {
    height: 55px; 
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;   

}
   
   
.navbar-shrink .navbar-brand {
    width: 75%;
    padding: 5px 15px;  
}
 .navbar-nav {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;   
}
.navbar-shrink .navbar-nav {
  margin-top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;   
}
.navbar-shrink .sliding-middle-out:after {
    margin-top: 20px;
}

.navbar-shrink .nav>li>a {
    font-size: 18px;
}
.navbar-shrink .nav>li.active .sliding-middle-out:after {
    width: 40px;
}
.navbar-shrink .sliding-middle-out:hover:after {
    width: 40px;
}


/* ==========================================================================
   BLOKI POD SLAJDEREM
   ========================================================================== */

.oferta-home {
  position: relative;
  margin-bottom: 170px;
} 
.oferta-home .row {
  position: absolute;
  width: 100%;
  top: -180px;
}  
   
.oferta-blok-home {
  
  text-align: center;
  color: #fff;
  height: 300px;
  transform:scale(1); 
  -webkit-transform:scale(1); 
  -moz-transform:scale(1);
     display: table-cell;
    vertical-align: middle;   
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; 
  
}
.oferta-blok-home a {
    color: #fff;
}
.oferta-blok-home a:hover {
  text-decoration: none;
}
.oferta-blok-home p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.oferta-home .col-md-3 {
  padding-left: 0;
  padding-right: 0;
    display: table;

}
   
.oferta-home .col-md-3:nth-child(odd) .oferta-blok-home {
    background: #374b5f;
  border-right: 1px solid #647280;    
}
.oferta-home .col-md-3:nth-child(even) .oferta-blok-home {
    background: #2c3e50;
  border-right: 1px solid #647280;      
}
.oferta-blok-home:hover {
  transform:scale(1.05); 
  -webkit-transform:scale(1.05); 
  -moz-transform:scale(1.05);
  position: relative;
  z-index: 1;
  background: #adbbc5 !important;
  background-image: -webkit-linear-gradient(top, #adbbc5, #91a2ae) !important;
  background-image: -moz-linear-gradient(top, #adbbc5, #91a2ae) !important;
  background-image: -ms-linear-gradient(top, #adbbc5, #91a2ae) !important;
  background-image: -o-linear-gradient(top, #adbbc5, #91a2ae) !important;
  background-image: linear-gradient(to bottom, #adbbc5, #91a2ae) !important;   
  border-right: 0 !important;
}
.oferta-blok-home:hover p {
   font-size: 18px !important; 
  
}

.icon-set1 {
    display:inline-block; 
    overflow:hidden; 
    background-repeat: no-repeat;
    background-image:url(../img/icon-set1.png);
    margin-bottom: 15px;
}

.icon-set1.icons1-kontakt {width:115px; height:95px; background-position:1.41844% 1.24224%; background-size:222.609%; }
.icon-set1.icons1-news {width:115px; height:95px; background-position:84.3972% 1.24224%; background-size:222.609%; }
.icon-set1.icons1-oferta {width:115px; height:95px; background-position:1.41844% 61.4907%; background-size:222.609%; }
.icon-set1.icons1-parking {width:115px; height:95px; background-position:84.3972% 61.4907%; background-size:222.609%; }

.oferta-home-2 {
  margin-bottom: 50px;
}
.oferta-home-2 .col-md-3 {
  position: relative;
}

.oferta-home-2-blok-home {
  border: 1px solid #e1e8eb;
  border-radius: 5px;
  text-align: center;
  padding: 35px 25px;
}
.oferta-home-2-blok-home-border {
  border-bottom: 1px solid #e1e8eb;
  border-left: 1px solid #e1e8eb;
  border-right: 1px solid #e1e8eb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  height: 7px;
  position: relative;
  top: -3px;
}
.oferta-home-2-blok-home-border2 {
  border-bottom: 1px solid #e1e8eb;
  border-left: 1px solid #e1e8eb;
  border-right: 1px solid #e1e8eb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  height: 7px;
  position: relative;
  top: -6px;
}
.oferta-home-2-blok-home:hover {
  box-shadow: inset 0px 4px 0px 0px #ed1c24;  
}

.oferta-home-2-blok-home p {
  line-height: 1.6;
}
.oferta-home-2-blok-home h4 {
  font-size: 18px;
  color: #2c3e50;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
  margin-top: 0;
}
.oferta-home-2-blok-home h4:after {
  content: '';
  width: 35%;
  display: block;
  height: 1px;
  background: #e1e8eb;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;

}
.oferta-home-2-blok-home a:hover {
  text-decoration: none;
}

.btn-oferta {
  text-transform: uppercase;
  font-weight: 700;
  background: #a1b1bc;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border-top: solid #fff 1px;
  border-right: solid #838b8c 1px;
  border-bottom: solid #838b8c 2px;
  border-left: solid #fff 1px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 40px;
  text-decoration: none;
}
.btn-oferta:hover,
.btn-oferta:focus,
.btn-oferta:active,
.btn-oferta.active {
  color: #ffffff;  
  background: #2c3e50;
  text-decoration: none;
/*   border-color: #8398a7; */
}
.btn-oferta.disabled:hover,
.btn-oferta.disabled:focus,
.btn-oferta.disabled:active,
.btn-oferta.disabled.active,
.btn-oferta[disabled]:hover,
.btn-oferta[disabled]:focus,
.btn-oferta[disabled]:active,
.btn-oferta[disabled].active,
fieldset[disabled] .btn-oferta:hover,
fieldset[disabled] .btn-oferta:focus,
fieldset[disabled] .btn-oferta:active,
fieldset[disabled] .btn-oferta.active {
  background-color: #2c3e50;
  color: #ffffff;  
/*   border-color: #a1b1bc; */
}



.icon-set2 {
    display:inline-block; 
    overflow:hidden; 
    background-repeat: no-repeat;
    background-image:url(../img/icon-set2.png);
}
.oferta-intro-ikony .col-md-3:hover .icon-set2, 
.oferta-home-2-blok-home:hover .icon-set2 {
  -webkit-animation: swing 1s ease;
animation: swing 1s ease;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}

.icon-set2.icons2-uk {width:100px; height:70px; background-position:1.28205% 1.07527%; background-size:256.000%; }
.icon-set2.icons2-ui {width:100px; height:70px; background-position:66.6667% 1.07527%; background-size:256.000%; }
.icon-set2.icons2-ut {width:100px; height:70px; background-position:1.28205% 39.7849%; background-size:256.000%; }
.icon-set2.icons2-um {width:100px; height:70px; background-position:66.6667% 39.7849%; background-size:256.000%; }

.panel-group {
    display: block;
    overflow: hidden;
}


.panel-group .panel {
  border: 1px solid #e4e8ed;  
  border-radius: 0;  
}
.panel-heading {
  padding: 20px 12px;
  padding-right: 75px;
  border-radius: 0;
  position: relative;
}

.panel-title {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.panel-title a:hover,
.panel-title a:focus {
  text-decoration: none;
}

.ROBERT {
	font-size: 24px;
	text-transform: none;
}

.panel-body {
    padding: 15px;
    padding-top: 0;
}
.panel-group .panel a {
  color: #2c3e50;
}
.panel-group .panel a:hover,
.panel-group .panel a:focus {
  color: #ed1c24;
  text-decoration: none;  
}

.panel-heading i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #8698a5;
  border: 2px solid #8698a5;
  border-radius: 100%;
  padding: 4px;
}
.panel-group .panel a:hover i {
  color: #ed1c24; 
  border: 2px solid #ed1c24;  
}
.obrot .panel-heading i {
  transform: rotate(180deg);
}

.ubez-dzial {
    padding-top: 44px;
    padding-bottom: 43px;
}
.ubez-dzial  i {
  top: 45px;
}

/*
 * ZALETY
 */ 
.zalety-home {
  margin-bottom: 50px;
}
 
.zalety-home-slajder {
  height: 345px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;  
}
.zalety-home-slajder p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 25px;
}
.zalety-home-slajder .fa {
    font-size: 60px;
    color: #fff;
    background: #2c3e50;
    vertical-align: middle;
    line-height: 160px;
    border: 12px solid #fff;
    border-radius: 100%;
    width: 180px;
    height: 180px;
}
.zalety-home-slajder .fa:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;    
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);    
} 

 
/* ==========================================================================
   NEWSY
   ========================================================================== */
 
/*
 * HOME
 */ 
 
.news-blok-home {
  display: inline-block;
  width: 100%;
  height: auto; 
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;  
}
 
.news-blok-home img {
   border: 1px solid #e3dfdf;
  
}
.news-pic {
    display:inline-block;
    position: relative;
  
}
.news-pic:after {
    content:'';  
}
.news-pic:hover:after {
    content:'';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(52,73,94, 0.74);
}
.news-pic .fa {
  display: none;
}
.news-pic:hover .fa {
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -20px;  
    z-index: 100;
    font-size: 60px;
}


.news-blok-home h4 {
  color: #34495e;
  font-size: 24px;
  font-weight: 700;
   margin-top: 25px;  
   margin-bottom: 25px;  
}
.news-blok-home h4 a{
  color: #34495e;  
}
.news-blok-home h4 a:hover {
  text-decoration: none;
  color: #ed1c24;
}
.news-blok-home h4 .fa.fa-facebook-square {
    color: #34495e;
    float: right;
}
.news-blok-home p {
  font-size: 14px;
  color: #34495e;
  line-height: 1.6;
}
.news-blok-home hr {
  border-top: 1px solid #ecf0f1;
}

/* ==========================================================================
   KONTAKT
   ========================================================================== */


 
/* ==========================================================================
   STOPKA
   ========================================================================== */
 
footer {
  background: #2c3e50;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 15px;
} 
footer a, footer a:hover {
  color: #fff;
} 

footer h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 35px;
}

footer .vp p {
  font-size: 13px;
  margin-bottom: 0;
}

footer .formularz {
  margin-bottom: 50px;
}

footer .form-group input[type=email],
footer .form-group input[type=number] {
  width: 44%;
  display: inline;
}
footer .lub {
  padding-left: 13px;
  padding-right: 13px;
}

footer .form-control {
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

footer .form-control::-webkit-input-placeholder {
    color: #fff;
}
footer .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff; 
}
footer .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
}
footer .form-control:-ms-input-placeholder {  
    color: #fff;  
}

footer input[type=checkbox] {
    margin: 0 5px 0;
}
label[for="zgoda"] {
    font-size: 12px;
    font-weight: 400;
}

footer .baton-wyslij {
  margin-left: 15px;

}

.btn-kontakt {
  background-color: #fff;
  border: 1px solid #fff;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 50px;
  height: 50px;
  margin-right: 15px;
}
.btn-kontakt:hover,
.btn-kontakt:focus,
.btn-kontakt:active,
.btn-kontakt.active {
  border-color: #e6e6e6;
  background-color: #e6e6e6;  
}
.btn-kontakt.disabled:hover,
.btn-kontakt.disabled:focus,
.btn-kontakt.disabled:active,
.btn-kontakt.disabled.active,
.btn-kontakt[disabled]:hover,
.btn-kontakt[disabled]:focus,
.btn-kontakt[disabled]:active,
.btn-kontakt[disabled].active,
fieldset[disabled] .btn-kontakt:hover,
fieldset[disabled] .btn-kontakt:focus,
fieldset[disabled] .btn-kontakt:active,
fieldset[disabled] .btn-kontakt.active {
  border-color: #e6e6e6;
  background-color: #e6e6e6;  
}

footer ul.dane {
  margin-left: 0;
  padding-left: 15px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;

}
footer ul.dane li {
  padding-left: 20px; 
  font-size: 16px;
  position: relative;
  margin-bottom: 35px;
}
footer ul.dane li.adres:before {
  content: "\f041";
  font-size: 22px;
  font-family: FontAwesome;
  position: absolute;
  left: -15px;  
  top: -6px;
}
footer ul.dane li.tel:before {
  content: "\f095";
  font-size: 22px;
  font-family: FontAwesome;
  position: absolute;
  left: -15px;   
  top: -4px;
}
footer ul.dane li.email:before {
  content: "\f0e0";
  font-size: 22px;
  font-family: FontAwesome;
  position: absolute;
  left: -15px;   
  top: -5px;
}

footer .online {
  text-align: center;
}
footer .fa-weixin {
  font-size: 60px;
}
footer .fast-box {
  display: block;
  width: 215px;
  margin: 0 auto;
  margin-top: 20px;
  background: #93a4b0;
  padding: 15px 5px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.8;
}

footer .navbar-bottom {
  list-style: none;
  padding-left: 0;
}
footer .navbar-bottom>li {
  display: inline;
  margin-right: 20px;
  font-size: 14px;
}
footer .navbar-bottom>li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   BREADCRUMB
   ========================================================================== */

.breadcrumb {
  margin-top: 100px;
  display: flex;
  align-items: center;
  height: 64px;
  width: 100%;
  border: 0;
  border-radius: 0;
  position: relative;
  background-color: #678cb1;
  background: -webkit-gradient(linear, left top, right top, from(#678cb1), to(#2c3e50));
  background: -webkit-linear-gradient(left, #678cb1, #2c3e50);
  background: -moz-linear-gradient(left, #678cb1, #2c3e50);
  background: -ms-linear-gradient(left, #678cb1, #2c3e50);
  background: -o-linear-gradient(left, #678cb1, #2c3e50);  
  color: #fff;
  line-height: 64px;
}   
.breadcrumb a {
  color: #fff;
}   
.page-title-bc {
  display: inline;
  font-size: 30px;
}   
.path-bc {
  display: inline;  
  float: right;
  font-size: 14px;
}
.path-bc .fa {
  margin-left: 15px;
  margin-right: 15px;
}

/* ==========================================================================
   TEKST WPROWADZAJACY NA PODSTRONACH
   ========================================================================== */

.intro-strona {
  margin-top: 35px;
  text-align: center;
}   
.intro-strona h4 {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}   
.intro-strona p {
  font-family: 'Yrsa', serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
}
.intro-strona hr,
.dojazd hr {
  width: 100px;
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 15px;
  border-top: 1px solid #a1b1bc;
}
   
   
.s2 {
    background: #f9fafb;
}   
   
/* ==========================================================================
   OFERTA
   ========================================================================== */
   
.oferta-intro-ikony {
  text-align: center;
  margin-top: 25px;
  
}   
   
.oferta-intro-ikony .off-kolko {
  background: #2c3e50; 
  display: flex;
  align-items: center; 
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 0 auto;  
} 
 
.oferta-intro-ikony .icon-set2 {
 -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); 
  margin: 0 auto;
}   

.oferta-intro-ikony h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 25px;
}
.oferta-intro-ikony a {
  color: #2c3e50;
}
.oferta-intro-ikony a:hover {
  text-decoration: none;
}

.oferta-intro-ikony .col-md-3:hover .off-kolko { 
  background: #ed1c24; 
}
.oferta-intro-ikony .col-md-3:hover h4 { 
  color: #ed1c24; 
}

.oferta-intro-ikony .intro-text {
  font-size: 23px;
  margin-bottom: 50px;
  text-align: center;
}
.wspolpraca {
  margin-top: 50px;
}

.wspolpraca-slajder,
.parking-slajder {
  
  display: flex;
  align-items: center; 
  height: 380px;
  text-align: center;
  color: #fff;
}
.wspolpraca p:first-child {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}
.wspolpraca p:first-child span {
  font-weight: 800;
  text-transform: uppercase;
}
.wspolpraca p:last-child {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.wspolpraca p:last-child strong {
  font-weight: 700;
  text-transform: uppercase;  
}

.header-box {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
}

.header-box .off-kolko {
  background: #2c3e50; 
  display: flex;
  align-items: center; 
  width: 75px;
  height: 75px;
  border-radius: 100%;
  margin: 0 auto;  
} 

.header-box .icon-set2 {
 -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); 
  margin: 0 auto;
  width: 50px;
  height: 35px;  
}   
.header-box h4 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 15px;
}
.ubezpieczenia {
  display: block;
  padding-bottom: 35px !important;
  text-align: justify;
  overflow: hidden;
}
.ubezpieczenia:hover .off-kolko {
  background: #ed1c24;  
  
}


.s1 p,
.s2 p {
    font-size: 15px;
/*     text-align: justify; */
    margin-bottom: 25px;
    line-height: 1.5;
}


/* ==========================================================================
   REPREZENTUJE
   ========================================================================== */

.reprezentuje-text {
  margin-top: 25px;
  text-align: justify;  
}   

.towarzystwa-blok {
  padding-top: 50px;
  display: block;
}

.towarzystwo {
  display: block;
  background: #fff;
  text-align: center;
  border: 1px solid #f0f1f3;
  margin-right: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  
}
.towarzystwo img {
  width: auto;
  margin: 0 auto;
}
   
   
.towarzystwo .tu-logo {
  height: 210px;
  border-bottom: 2px solid #f2f3f5;
  display: flex;
  align-items: center;  
}   

.tu-text {
    font-weight: bold;
    font-size: 15px;
    color: #2c3e50;
    padding: 15px;
    border-bottom: 10px solid #f0f1f3;  
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;     
}

.towarzystwo:hover .tu-text {
    border-bottom: 10px solid #ed1c24;   
}

/* ==========================================================================
   SZKODY
   ========================================================================== */

.szkody-text {
  margin-top: 25px;
  text-align: justify;  
}     
   
.tu-dane {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  max-height: 100%;
  left: 0;
  top: 100%;
  bottom:0;

  background: #ed1c24;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; 
}  
.towarzystwo:hover .tu-dane {
   display: block; 
   top: 0;
   opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;  
}
.tu-dane ul {
   padding-top: 15px;
   margin-right: 15px;
   text-align: left;

}
.tu-dane li {
 
}
.tu-dane p {
  font-size: 12px; 
  margin-bottom: 5px;
  margin-right: 3px;
  color: #fff;
}

.tu-dane a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #fff;
}
.tu-dane ul {
  list-style: none;
  padding-left: 27px;
}

.tu-dane ul li {
  padding-left: 10px; 
  position: relative;
  margin-bottom: 15px;
}
.tu-dane ul li.adres:before {
  content: "\f27a";
  font-size: 16px;
  font-family: FontAwesome;
  color: #fff !important;
  position: absolute;
  left: -15px;  
  top: -3px;
}
.tu-dane ul li.tel:before {
  content: "\f095";
  font-size: 16px;
  font-family: FontAwesome;
  color: #fff !important;
  position: absolute;
  left: -15px;  
  top: -3px;
}
.tu-dane ul li.email:before {
  content: "\f0e0";
  font-size: 16px;
  font-family: FontAwesome;
  color: #fff !important;
  position: absolute;
  left: -15px;  
  top: -3px;
}
.tu-dane ul li.url:before {
  content: "\f0ac";
  font-size: 16px;
  font-family: FontAwesome;
  color: #fff !important;
  position: absolute;
  left: -15px;  
  top: -3px;
}
   
/* ==========================================================================
   KONTAKT
   ========================================================================== */

/*
 * Mapa
 */ 
   
.mapa-home {
  position: relative;
  margin-top: 100px;
  margin-bottom: 0;
  display: block;
  height: 554px;
  overflow: hidden;  
}  
   
#mapa-home {
  display: block;
  height: 500px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
} 
.mapa-kontakt {
  position: relative;
  display: block;
  height: 380px;
  overflow: hidden;  
} 
#mapa-kontakt {
  display: block;
  height: 380px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}  

.mapa-foto {
  background: url(../img/map-foto.jpg) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 582px;
  height: 554px;
  display: table;

}
.mapa-home .container {
  position: relative; 

}
 
 
.mapa-foto ul.dane {
    margin: 0 auto;
  padding-left: 80px;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
  color: #fff;
  display: table-cell;
  vertical-align: middle;

}
.mapa-foto ul.dane a,
.mapa-foto ul.dane a:hover {
  color: #fff;
}
.mapa-foto ul.dane li {
  padding-left: 50px; 
  font-size: 30px;
  position: relative;
  margin-bottom: 45px;
}
.mapa-foto ul.dane li.adres:before {
  content: "\f041";
  font-size: 48px;
  font-family: FontAwesome;
  position: absolute;
  left: -15px;  
  top: -6px;
}
.mapa-foto ul.dane li.tel:before {
  content: "\f095";
  font-size: 48px;
  font-family: FontAwesome;
  position: absolute;
  left: -15px;   
  top: -12px;
}
.mapa-foto ul.dane li.email:before {
  content: "\f0e0";
  font-size: 48px;
  font-family: FontAwesome;
  position: absolute;
  left: -15px;   
  top: -15px;
} 
 
.namiary-slajder {
  display: block;
  overflow: hidden;
 padding-top: 35px;
padding-bottom: 35px; 
} 
 
.namiary p {
  font-size: 15px;
  text-align: justify; 
  margin-bottom: 25px;    
} 
.namiary li {
  font-size: 14px !important;
  margin-bottom: 10px;
}    
   
.kontakt-text {
  margin-top: 25px;
  text-align: center;
}    
.parking-slajder {
    margin-top: 25px;
    margin-bottom: 25px;

}

.parking-slajder  h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px
  
}   
.parking-slajder p {
    font-size: 20px;
}   
.dojazd {
  text-align: center;
}

.dojazd h4 {
  font-weight: 700;
  font-size: 23px;
}
.dojazd p.lead {
  font-weight: 300;
  font-size: 20px;
}   

.dojazd .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 50px;
}


.dojazd .col-md-4{
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; 

}
.dojazd-box {
   display: flex;
  flex-direction: column; 
}

.dojazd-content {
  padding-top: 15px;
  border: 1px solid #ecf0f1;
  height: 100%;
}
 .dojazd .col-md-4:nth-child(2) .dojazd-box h5{
background: #374b5f;
} 
.dojazd .col-md-4:first-child .dojazd-content{
  border-right: 0 !important;
}
.dojazd .col-md-4:last-child .dojazd-content {
   border-left: 0 !important; 
}
.dojazd-box h5 {
  text-transform: uppercase;
  background: #2c3e50;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 47px;
}
.dojazd-box:hover h5 {
  background: #a6b5c0 !important; 
}

.dojazd-box p {
  text-align:justify;
  margin: 25px;
  margin-top: 10px;
}

.namiary ul {
  margin-left: 0;
  padding-left: 15px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;

}
.namiary ul li {
  padding-left: 20px; 
  position: relative;
  margin-bottom: 15px;
}
.namiary ul li.czat:before {
  content: "\f1d7";
  font-size: 22px;
  font-family: FontAwesome;
  color: #ed1c24;  
  position: absolute;
  left: -15px;  
  top: -3px;
}
.namiary ul li.tel:before {
  content: "\f095";
  font-size: 22px;
  font-family: FontAwesome;
  color: #ed1c24;
  position: absolute;
  left: -15px;   
  top: -4px;
}
.namiary ul li.email:before {
  content: "\f0e0";
  font-size: 22px;
  font-family: FontAwesome;
  color: #ed1c24;  
  position: absolute;
  left: -15px;   
  top: -5px;
}
.namiary ul li.fb:before {
  content: "\f082";
  font-size: 22px;
  font-family: FontAwesome;
  color: #ed1c24;  
  position: absolute;
  left: -15px;   
  top: -5px;
}
.namiary ul li.msg:before {
  content: "\f075";
  font-size: 22px;
  font-family: FontAwesome;
  color: #ed1c24;  
  position: absolute;
  left: -15px;   
  top: -5px;
}

.godziny table thead {
    background: #2c3e50;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.godziny {
  margin-top: 35px;
  margin-bottom: 35px;

  
}

.godziny table thead td {
  padding: 15px;
}

.godziny table tbody td {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 13px;
  padding-bottom: 13px;  
}

.godziny table tr:nth-child(even) {
    background: #f8f9f9;
}
.godziny table tbody {
  font-size: 20px;
}
.godziny table tbody td:first-child{
  font-weight: 700;
}
.godziny table tbody td:last-child {
  text-align: right;

}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 0;
}

.godziny h4 {
    font-weight: 700;
    font-size: 23px;
}

.namiary-adres {
  margin-left: 0;
  padding-left: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;

}
.namiary-adres li {
  padding-left: 20px; 
  position: relative;
  margin-bottom: 15px;
  line-height: 2;
  font-size: 15px;
}
.namiary-adres li.adres:before {
  content: "\f015";
  font-size: 28px;
  font-family: FontAwesome;
  color: #ed1c24;  
  position: absolute;
  left: -15px;  
  top: -15px;
}

.formularz2 .form-control {
    height: 42px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e5ecef;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.formularz2 .form-control::-webkit-input-placeholder {
    color: #2c3e50;
}
.formularz2 .form-control:-moz-placeholder { /* Firefox 18- */
    color: #2c3e50; 
}
.formularz2 .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #2c3e50;  
}
.formularz2 .form-control:-ms-input-placeholder {  
    color: #2c3e50;  
}

.formularz2 textarea:focus,
.formularz2 input[type="text"]:focus,
.formularz2 input[type="password"]:focus,
.formularz2 input[type="datetime"]:focus,
.formularz2 input[type="datetime-local"]:focus,
.formularz2 input[type="date"]:focus,
.formularz2 input[type="month"]:focus,
.formularz2 input[type="time"]:focus,
.formularz2 input[type="week"]:focus,
.formularz2 input[type="number"]:focus,
.formularz2 input[type="email"]:focus,
.formularz2 input[type="url"]:focus,
.formularz2 input[type="search"]:focus,
.formularz2 input[type="tel"]:focus,
.formularz2 input[type="color"]:focus {   
  border-color: rgba(63, 73, 94, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(63, 73, 94, 0.6);
  outline: 0 none;
}
.formularz2 textarea {
  height: 75px !important;
}

.btn-kontakt2 {
  background-color: #34495e;
  border-color: #34495e;
  color: #fff;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-kontakt2:hover,
.btn-kontakt2:focus,
.btn-kontakt2:active,
.btn-kontakt2.active {
  background-color: #2b3c4e;
  border-color: #22303d;
  color: #fff;  
}
.btn-kontakt2.disabled:hover,
.btn-kontakt2.disabled:focus,
.btn-kontakt2.disabled:active,
.btn-kontakt2.disabled.active,
.btn-kontakt2[disabled]:hover,
.btn-kontakt2[disabled]:focus,
.btn-kontakt2[disabled]:active,
.btn-kontakt2[disabled].active,
fieldset[disabled] .btn-kontakt2:hover,
fieldset[disabled] .btn-kontakt2:focus,
fieldset[disabled] .btn-kontakt2:active,
fieldset[disabled] .btn-kontakt2.active {
  background-color: #34495e;
  border-color: #34495e;
  color: #fff;  
}

#msgSubmit.h3 {
  color: #fff;
  font-size: 20px !important;
  font-weight: 700;
  margin-top: 0  !important;
}


/* ==========================================================================
   PASEK BOCZNY
   ========================================================================== */


.pasek {
  display: inline-block;
  position: fixed;
  width:60px;
  right: 0;
  top: 180px;
  z-index: 10;
  overflow: hidden;
  float: right;

}
.podstrona .pasek {
  z-index: 1;
}



.pasek i {
  margin: auto;
  font-size: 36px;
}
.pasek-iko  {
  background: #2c3e50; 
/*     -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;   */
}
.pasek a {
  color: #fff;
  margin: auto;
}
.pasek a:hover {
  text-decoration: none;
}

.pasek-iko:hover,
#btn-czat i:hover   {
   background: #455667; 
}
.pasek-park {
  display: block;
  width: 60px;
  height: 60px;

  color: #fff;
  position: relative;
  display: flex;
  align-items: center;  
  margin-bottom: 5px;  
  float: right;
  clear:both;
}
.pasek-park img {
  width: 75%;
  margin: auto;
  animation: 3s rotit infinite;   

}
@keyframes rotit {
  from {
    transform:rotatey(360deg);
  }
  66%, 100% {
    transform:rotatey(0deg);
  }

}


.pasek-fb {
  display: block;
  width: 60px;
  height: 60px;
  right: 0px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;   
  margin-bottom: 5px;
  float: right;
  clear:both;
-webkit-transition: width 0.3s; /* Safari 3.1 to 6.0 */
    transition: width 0.3s;  
}
.pasek a:hover,
.pasek a:focus,
.pasek a:link,
.pasek a:active {
  text-decoration: none;
}
.pasek-tel {
  display: block;
  width: 300px;
  height: 60px;
  right: -240px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;   
  margin-bottom: 5px; 
  float: right;  
  clear:both;  
  text-align: left;
-webkit-transition: width 0.3s; /* Safari 3.1 to 6.0 */
    transition: width 0.3s;  

}
.pasek .pasek-tel>div {
  font-size: 38px;
  padding-right: 15px;
  padding-left: 15px;

}
.btn-click {
  cursor: pointer;

}

#btn-tel {
 -webkit-transition: width 0.3s; /* Safari 3.1 to 6.0 */
    transition: width 0.3s;    
}

#btn-czat {
  display: block;
 
  width: 534px;
  right: -474px;
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 5px;
  float: right;
  clear:both;
-webkit-transition: width 0.3s; /* Safari 3.1 to 6.0 */
    transition: width 0.3s;  
}
#btn-czat i {
    padding-top: 10px;
    padding-left: 12px;
    float: left;
  background: #2c3e50;  
  width: 60px;
  height: 60px;
    
  
}
.czat-form {
  background: #2c3e50;    
  display: block;
  float: right;
  overflow: hidden;
  padding: 15px 30px;
}
.czat-form h4 {
  font-size: 16px;
}


.czat-form .form-group input[type=email],
.czat-form .form-group input[type=number] {
  width: 44%;
  display: inline;
}
.czat-form .lub {
  padding-left: 11px;
  padding-right: 10px;
}

.czat-form .form-control {
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.czat-form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.czat-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff; 
}
.czat-form .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
}
.czat-form .form-control:-ms-input-placeholder {  
    color: #fff;  
}

.czat-form input[type=checkbox] {
    margin: 0 5px 0;
}
label[for="zgoda"] {
    font-size: 12px;
    font-weight: 400;
}

.czat-form .baton-wyslij {
  margin-left: 15px;

}

.czat-form .btn-kontakt {
  background-color: #fff;
  border: 1px solid #fff;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 50px;
  height: 40px;
  margin-right: 15px;
}
.czat-form .btn-kontakt:hover,
.czat-form .btn-kontakt:focus,
.czat-form .btn-kontakt:active,
.czat-form .btn-kontakt.active {
  border-color: #e6e6e6;
  background-color: #e6e6e6;  
}
.czat-form .btn-kontakt.disabled:hover,
.czat-form .btn-kontakt.disabled:focus,
.czat-form .btn-kontakt.disabled:active,
.czat-form .btn-kontakt.disabled.active,
.czat-form .btn-kontakt[disabled]:hover,
.czat-form .btn-kontakt[disabled]:focus,
.czat-form .btn-kontakt[disabled]:active,
.czat-form .btn-kontakt[disabled].active,
.czat-form fieldset[disabled] .btn-kontakt:hover,
.czat-form fieldset[disabled] .btn-kontakt:focus,
.czat-form fieldset[disabled] .btn-kontakt:active,
.czat-form fieldset[disabled] .btn-kontakt.active {
  border-color: #e6e6e6;
  background-color: #e6e6e6;  
}


.czat-form #msgSubmit3.h3 {
  margin-top: 0;
  font-size: 20px;
}

.pasek-tel:hover,
.pasek-fb:hover,
.pasek-czat:hover {
/*   width: 100px;
   right: 0;  */
}

/* ==========================================================================
   AKTUALNOŚCI
   ========================================================================== */

.news-box {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}   
   
.news-strona {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}   

.news-strona h4 {
    margin-top: 0;
    margin-bottom: 0;
}

p.more {
  text-align: right;
}
.news-blok-home h4 .fa.fa-arrow-circle-left {
    float: left;
    margin-left: 1px;
    padding-right: 15px;
}   

.load_more.disabled {
  display: none;
}
   

/* ==========================================================================
   RESPONSYWNOŚĆ
   ========================================================================== */
   
/* Large desktops and laptops .lg */
@media (min-width: 1200px) {
  .col-sm-10 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }
}

/* Landscape tablets and medium desktops .md */
@media (min-width: 992px) and (max-width: 1199px) {

  .nav>li>a {
      font-size: 19px;
  }

  footer .navbar-bottom>li {
      display: inline;
      margin-right: 5px;
      font-size: 13px;
  }  
  footer .form-group input[type=email], footer .form-group input[type=number] {
      width: 42%;
      display: inline;
  }  
  footer .lub {
      padding-left: 16px;
      padding-right: 16px;
  }  
  footer ul.dane li {
      padding-left: 20px;
      font-size: 14px;
      position: relative;
      margin-bottom: 35px;
  }  
  
  .ubez-dzial {
      padding-top: 33px;
      padding-bottom: 33px;
  }
  footer .vp p {
      font-size: 12px;
      margin-bottom: 0;
  }  
  .col-sm-10 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }  
  .towarzystwo img {
      width: 100%;
      padding: 15px;
  }  
  
}

/* Portrait tablets and small desktops .sm */
@media (min-width: 768px) and (max-width: 991px) {

  .nav>li>a {
      font-size: 14px;
      padding: 10px 8px;
      
  }
  
    .navbar-brand {
        padding: 25px 15px;

    }  
      
  .nawigacja.podstrona .nav>li>a {
      padding: 10px 8px 0 8px;
  }  
  .sliding-middle-out:hover:after {
    width: 35px;
    background: #ed1c24;
  }
  .nav>li.active .sliding-middle-out:after {
    width: 35px;
    /* background: #2c3e50;   */
    background: #ed1c24;
}  
  
  .navbar-brand>img {
      display: block;
      width: 75%;
  }  
  

  footer .navbar-bottom>li {
      display: inline;
      margin-right: 20px;
      font-size: 14px;
  }  
  footer .form-group input[type=email], footer .form-group input[type=number] {
      width: 45%;
      display: inline;
  }  
  footer .lub {
      padding-left: 22px;
      padding-right: 22px;
  }  
  footer ul.dane li {
      padding-left: 20px;
      font-size: 14px;
      position: relative;
      margin-bottom: 35px;
  }  
  
  .ubez-dzial {
      padding-top: 20px;
      padding-bottom: 20px;
  }
    .ubez-dzial i {
      top: 15px;
  }
  .panel-group .panel+.panel {
      margin-top: 5px;
      margin-bottom: 5px;
  }  
  footer .vp p {
      font-size: 12px;
      margin-bottom: 0;
      text-align: center;
  } 
  footer .navbar-bottom {
      list-style: none;
      padding-left: 0;
      text-align: center;
  }

  .icon-set1.icons1-oferta,
  .icon-set1.icons1-news,
  .icon-set1.icons1-parking,
  .icon-set1.icons1-kontakt  {
      width: 85px;
      height: 70px;

  }  
  .oferta-blok-home p {
      font-size: 15px;

  }  
  .oferta-blok-home {
      height: 200px;

  }
  .oferta-home .row {
      top: -135px;
  }
  .oferta-home {
      margin-bottom: 90px;
  }
  .oferta-home-2-blok-home h4 {
      padding-left: 15px;
      padding-right: 15px;
  }  
  .zalety-home-slajder .fa {
      font-size: 45px;
      color: #fff;
      background: #2c3e50;
      vertical-align: middle;
      line-height: 113px;
      border: 7px solid #fff;
      border-radius: 100%;
      width: 130px;
      height: 130px;
  } 
   .zalety-home-slajder p {
      font-size: 14px;
  }
  .news-blok-home h4 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 15px;
      /* padding-right: 15px; */
  } 
  .news-blok-home p {
      font-size: 13px;
      line-height: 1.5;
  }  
  .jumbotron {
      height: 650px;
  }  
  .mapa-foto {
      width: 470px;
  }  
   .mapa-foto ul.dane li {
      padding-left: 50px;
      font-size: 25px;
      position: relative;
      margin-bottom: 40px;
  }
  .mapa-foto ul.dane li.email:before {
      font-size: 35px;
      top: -7px;
  }  
  .mapa-foto ul.dane li.tel:before {
      font-size: 35px;
      top: -4px;
  }  
  .mapa-foto ul.dane li.adres:before {
      font-size: 35px;
  } 
  
  .wspolpraca p:first-child {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 25px;
  }  
  .wspolpraca p:last-child {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.6;
  }  
  .oferta-intro-ikony .off-kolko {
      width: 120px;
      height: 120px;
  }  
  .icon-set2.icons2-ui,
  .icon-set2.icons2-uk,
  .icon-set2.icons2-um,
  .icon-set2.icons2-ut  {
      width: 75px;
      height: 53px;
  }  
   .oferta-intro-ikony h4 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.6;
      margin-top: 25px;
  } 
  .icon-set2.icons2-ui, .icon-set2.icons2-uk, .icon-set2.icons2-um, .icon-set2.icons2-ut {
      width: 57px;
      height: 40px;
  }  
  .col-sm-10 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }
  
}

/* Landscape phones and portrait tablets .xs */
@media (max-width: 767px) {

  .navbar-toggle .icon-bar {
      background: #fff;
  }
  .navbar-toggle {
      background-color: #2c3e50;
      border: #374b5f;
      border-radius: 0;
  }
  .nav>li>a {
      font-size: 14px;
      padding: 10px 8px;
      
  }
    .navbar-brand {
        padding: 10px 15px;

    }  
     
  .jumbotron .container {
      margin-top: 80px;
  }     
       
  .navbar-collapse {
      background: #fff;
      z-index: 1000;
      margin-top: 20px;
  }       
       
  .nav>li>a {
      padding: 10px 8px;
  } 
  .navbar-nav>li>a {
      line-height: 0;
  }  
       
  .nawigacja {
    height: 70px;
  }
     
  .nawigacja.podstrona .nav>li>a {
      padding: 10px 8px;
  }  
  .sliding-middle-out:after {
     margin: 0;
        margin-top: 15px;   
  }
  .sliding-middle-out:hover:after {
    width: 100%;
    background: #ed1c24;

  }
  .nav>li.active .sliding-middle-out:after {
    width: 100%;
    /* background: #2c3e50;   */
    background: #ed1c24;

}  
  
  .navbar-brand>img {
      display: block;
      width: 75%;
  }  
  

  footer .navbar-bottom>li {
      display: inline;
      margin-right: 12px;
      font-size: 12px;
  }  
  footer .form-group input[type=email], footer .form-group input[type=number] {
      width: 45%;
      display: inline;
  }  
  footer .lub {
      padding-left: 10px;
      padding-right: 10px;
  }  
  footer ul.dane li {
      padding-left: 20px;
      font-size: 14px;
      position: relative;
      margin-bottom: 35px;
  }  
  
  .ubez-dzial {
      padding-top: 20px;
      padding-bottom: 20px;
  }
    .ubez-dzial i {
      top: 15px;
  }
  .panel-group .panel+.panel {
      margin-top: 5px;
      margin-bottom: 5px;
  }  
  footer .vp p {
      font-size: 12px;
      margin-bottom: 0;
      text-align: center;
  } 
  footer .navbar-bottom {
      list-style: none;
      padding-left: 0;
      text-align: center;
  }

  .icon-set1.icons1-oferta,
  .icon-set1.icons1-news,
  .icon-set1.icons1-parking,
  .icon-set1.icons1-kontakt  {
      width: 85px;
      height: 70px;

  }  
  .oferta-blok-home p {
      font-size: 15px;

  }  
  .oferta-blok-home {
      height: 200px;

  }
  .oferta-home .row {
      top: -135px;
  }
  .oferta-home {
      margin-bottom: 90px;
  }
  .oferta-home-2-blok-home h4 {
      padding-left: 15px;
      padding-right: 15px;
  }  
  .zalety-home-slajder .fa {
    font-size: 32px;
    color: #fff;
    background: #2c3e50;
    vertical-align: middle;
    line-height: 86px;
    border: 4px solid #fff;
    border-radius: 100%;
    width: 90px;
    height: 90px;
  } 
   .zalety-home-slajder p {
      font-size: 10px;
  }
  .news-pic-det {
    margin-bottom: 25px;
  }  
  .news-blok-home h4 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 15px;
      /* padding-right: 15px; */
  } 
  .news-blok-home p {
      font-size: 13px;
      line-height: 1.5;
  }  
  .jumbotron {
      height: 650px;
  }  
  .jumbotron-buttons .btn {
    font-size: 20px;
  }
  .jumbotron p {
    font-size: 32px;
  }
  
  .mapa-foto {
      width: 470px;
  }  
   .mapa-foto ul.dane li {
      padding-left: 50px;
      font-size: 25px;
      position: relative;
      margin-bottom: 40px;
  }
  .mapa-foto ul.dane li.email:before {
      font-size: 35px;
      top: -7px;
  }  
  .mapa-foto ul.dane li.tel:before {
      font-size: 35px;
      top: -4px;
  }  
  .mapa-foto ul.dane li.adres:before {
      font-size: 35px;
  } 
  
  .wspolpraca p:first-child {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 25px;
  }  
  .wspolpraca p:last-child {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.6;
  }  
  .oferta-intro-ikony .off-kolko {
      width: 120px;
      height: 120px;
  }  
  .icon-set2.icons2-ui,
  .icon-set2.icons2-uk,
  .icon-set2.icons2-um,
  .icon-set2.icons2-ut  {
      width: 75px;
      height: 53px;
  }  
   .oferta-intro-ikony h4 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.6;
      margin-top: 25px;
  } 
  .icon-set2.icons2-ui, .icon-set2.icons2-uk, .icon-set2.icons2-um, .icon-set2.icons2-ut {
      width: 57px;
      height: 40px;
  }  
  .col-sm-10 {
    float: none;
    margin-left: 45px;
    margin-right: 45px;
    display: block;
    overflow: hidden;
  }  
  .breadcrumb {
    display: block;
    padding: 0;
  }
  .news-pic {
    width: 100%;
  }

}

/* Portrait phones and smaller .xs */
@media (max-width: 480px) {

  .navbar-toggle .icon-bar {
      background: #fff;
  }
  .navbar-toggle {
      background-color: #2c3e50;
      border: #374b5f;
      border-radius: 0;
  }
  .nav>li>a {
      font-size: 14px;
      padding: 10px 8px;
      
  }
    .navbar-brand {
        padding: 10px 15px;

    }  
     
  .jumbotron .container {
      margin-top: 80px;
  }     
       
  .btn-jump {
    font-size: 18px;
  }
       
  .navbar-collapse {
      background: #fff;
      z-index: 1000;
      margin-top: 11px;
  }       
  .navbar-toggle {
    margin-top: 19px;
  }       
       
  .nav>li>a {
      padding: 10px 8px;
  } 
  .navbar-nav>li>a {
      line-height: 0;
  }  
       
  .nawigacja {
    height: 70px;
  }
     
  .nawigacja.podstrona .nav>li>a {
      padding: 10px 8px;
  }  
  .sliding-middle-out:after {
     margin: 0;
        margin-top: 15px;   
  }
  .sliding-middle-out:hover:after {
    width: 100%;
    background: #ed1c24;

  }
  .nav>li.active .sliding-middle-out:after {
    width: 100%;
    /* background: #2c3e50;   */
    background: #ed1c24;

}  
  
  .navbar-brand>img {
      display: block;
      width: 75%;
  }  
  
  .jumbotron p {
      font-size: 27px;
  }  
  

  footer .navbar-bottom>li {
      display: inline;
      margin-right: 10px;
      font-size: 12px;
  }  
  footer .form-group input[type=email], footer .form-group input[type=number] {
      width: 45%;
      display: inline;
  }  
  footer .lub {
      padding-left: 8px;
      padding-right: 8px;
  }  
  footer ul.dane li {
      padding-left: 20px;
      font-size: 14px;
      position: relative;
      margin-bottom: 35px;
  }  
  
  .ubez-dzial {
      padding-top: 20px;
      padding-bottom: 20px;
  }
    .ubez-dzial i {
      top: 15px;
  }
  .panel-group .panel+.panel {
      margin-top: 5px;
      margin-bottom: 5px;
  }  
  footer .vp p {
      font-size: 11px;
      margin-bottom: 0;
      text-align: center;
  } 
  footer .navbar-bottom {
      list-style: none;
      padding-left: 0;
      text-align: center;
  }

  .icon-set1.icons1-oferta,
  .icon-set1.icons1-news,
  .icon-set1.icons1-parking,
  .icon-set1.icons1-kontakt  {
    width: 55px;
    height: 45px;

  }  
  .oferta-blok-home p {
      font-size: 10px;

  }  
  .oferta-blok-home {
      height: 120px;

  }
  .oferta-home .row {
      top: -135px;
  }
  .oferta-home {
      margin-bottom: 0;
  }
  .oferta-home-2-blok-home h4 {
      padding-left: 15px;
      padding-right: 15px;
  }  
  .oferta-home-2 p {
    font-size: 12px;
  }
  .zalety-home-slajder .fa {
    font-size: 32px;
    color: #fff;
    background: #2c3e50;
    vertical-align: middle;
    line-height: 86px;
    border: 4px solid #fff;
    border-radius: 100%;
    width: 90px;
    height: 90px;
  } 
   .zalety-home-slajder p {
      font-size: 10px;
  }
  .news-blok-home {
    margin-bottom: 25px;
  }
  
  .news-blok-home h4 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 15px;
      /* padding-right: 15px; */
  } 
  .news-blok-home p {
      font-size: 13px;
      line-height: 1.5;
  }  
  .jumbotron {
      height: 650px;
  }  
  .mapa-home {
    margin-top: 15px;
  }
  
  .mapa-foto {
      width: 470px;
      right: 5px;
  }  
   .mapa-foto ul.dane li {
      padding-left: 50px;
      font-size: 25px;
      position: relative;
      margin-bottom: 40px;
  }
  .mapa-foto ul.dane li.email:before {
      font-size: 35px;
      top: -7px;
  }  
  .mapa-foto ul.dane li.tel:before {
      font-size: 35px;
      top: -4px;
  }  
  .mapa-foto ul.dane li.adres:before {
      font-size: 35px;
  } 
  
  .wspolpraca p:first-child {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 25px;
  }  
  .wspolpraca p:last-child {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.6;
  }  
  .oferta-intro-ikony .off-kolko {
      width: 120px;
      height: 120px;
  }  
  .icon-set2.icons2-ui,
  .icon-set2.icons2-uk,
  .icon-set2.icons2-um,
  .icon-set2.icons2-ut  {
      width: 75px;
      height: 53px;
  }  
   .oferta-intro-ikony h4 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.6;
      margin-top: 25px;
  } 
  .icon-set2.icons2-ui, .icon-set2.icons2-uk, .icon-set2.icons2-um, .icon-set2.icons2-ut {
      width: 57px;
      height: 40px;
  }  
  .col-sm-10 {
    float: none;
    margin-left: 45px;
    margin-right: 45px;
    display: block;
    overflow: hidden;
  }  
  .breadcrumb {
    display: block;
    padding: 0;
  }

  .page-title-bc {
      font-size: 16px;
  }
  .path-bc {
      font-size: 12px;
  }  
  

}   
/* Smartfony */
@media (max-width: 360px) {

  .navbar-toggle .icon-bar {
      background: #fff;
  }
  .navbar-toggle {
      background-color: #2c3e50;
      border: #374b5f;
      border-radius: 0;
  }
  .nav>li>a {
      font-size: 14px;
      padding: 10px 8px;
      
  }
    .navbar-brand {
        padding: 10px 15px;

    }  
     
  .jumbotron .container {
      margin-top: 80px;
  }     
       
  .btn-jump {
    font-size: 14px;
  }
       
  .navbar-collapse {
      background: #fff;
      z-index: 1000;
      margin-top: 11px;
      border-bottom: 1px solid #eee;
  }       
       
  .nav>li>a {
      padding: 10px 8px;
  } 
  .navbar-nav>li>a {
      line-height: 0;
  }  
       
  .nawigacja {
    height: 70px;
  }
     
  .nawigacja.podstrona .nav>li>a {
      padding: 10px 8px;
  }  
  .sliding-middle-out:after {
     margin: 0;
        margin-top: 15px;   
  }
  .sliding-middle-out:hover:after {
    width: 100%;
    background: #ed1c24;

  }
  .nav>li.active .sliding-middle-out:after {
    width: 100%;
    /* background: #2c3e50;   */
    background: #ed1c24;

}  
  
  .navbar-brand>img {
      display: block;
      width: 75%;
  }  
  
  .jumbotron p {
      font-size: 27px;
  }  
  

  footer .navbar-bottom>li {
      display: inline;
      margin-right: 0;
      font-size: 10px;
  }  
  footer .form-group input[type=email], footer .form-group input[type=number] {
      width: 45%;
      display: inline;
  }  
  footer .lub {
      padding-left: 3px;
      padding-right: 2px;
  }  
  footer ul.dane li {
      padding-left: 20px;
      font-size: 14px;
      position: relative;
      margin-bottom: 35px;
  }  
  
  .ubez-dzial {
      padding-top: 20px;
      padding-bottom: 20px;
  }
    .ubez-dzial i {
      top: 15px;
  }
  .panel-group .panel+.panel {
      margin-top: 5px;
      margin-bottom: 5px;
  }  
  footer .vp p {
      font-size: 11px;
      margin-bottom: 0;
      text-align: center;
  } 
  footer .vp span {
    display: block;
    margin-bottom: 15px;
  }
  footer .navbar-bottom {
      list-style: none;
      padding-left: 0;
      text-align: center;
  }

  .icon-set1.icons1-oferta,
  .icon-set1.icons1-news,
  .icon-set1.icons1-parking,
  .icon-set1.icons1-kontakt  {
    width: 55px;
    height: 45px;

  }  
  .oferta-blok-home p {
      font-size: 10px;

  }  
  .oferta-blok-home {
      height: 120px;

  }
  .oferta-home .row {
      top: -135px;
  }
  .oferta-home {
      margin-bottom: 115px;
  }
  .oferta-home-2-blok-home h4 {
      padding-left: 15px;
      padding-right: 15px;
  }  
  .oferta-home-2 p {
    font-size: 12px;
  }
  .zalety-home-slajder .fa {
    font-size: 32px;
    color: #fff;
    background: #2c3e50;
    vertical-align: middle;
    line-height: 86px;
    border: 4px solid #fff;
    border-radius: 100%;
    width: 90px;
    height: 90px;
  } 
   .zalety-home-slajder p {
      font-size: 10px;
  }
  .news-blok-home {
    margin-bottom: 25px;
  }
  
  .news-blok-home h4 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 15px;
      /* padding-right: 15px; */
  } 
  .news-blok-home p {
      font-size: 13px;
      line-height: 1.5;
  }  
  .jumbotron {
      height: 650px;
  }  
  .mapa-foto {
      width: 470px;
      right: 0;
  }  
   .mapa-foto ul.dane li {
      padding-left: 50px;
      font-size: 25px;
      position: relative;
      margin-bottom: 40px;
  }
  .mapa-foto ul.dane li.email:before {
      font-size: 35px;
      top: -7px;
  }  
  .mapa-foto ul.dane li.tel:before {
      font-size: 35px;
      top: -4px;
  }  
  .mapa-foto ul.dane li.adres:before {
      font-size: 35px;
  } 
  
  .wspolpraca p:first-child {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 25px;
  }  
  .wspolpraca p:last-child {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
  }  
  .oferta-intro-ikony .off-kolko {
      width: 120px;
      height: 120px;
  }  
  .icon-set2.icons2-ui,
  .icon-set2.icons2-uk,
  .icon-set2.icons2-um,
  .icon-set2.icons2-ut  {
      width: 75px;
      height: 53px;
  }  
   .oferta-intro-ikony h4 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.6;
      margin-top: 25px;
  } 
  .icon-set2.icons2-ui, .icon-set2.icons2-uk, .icon-set2.icons2-um, .icon-set2.icons2-ut {
      width: 57px;
      height: 40px;
  }  
  .col-sm-10 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }  
  .breadcrumb {
    display: block;
    padding: 0;
  }

  .page-title-bc {
      font-size: 16px;
  }
  .path-bc {
      font-size: 12px;
  }  
  .pasek {
    display: none;
  }
  .col-xs-6 {
    width: 100%;
  }
  .col-xs-3 {
    width: 50%;
  }
  label[for="zgoda"] {
      font-size: 12px;
      font-weight: 400;
  }
  label {
      display: inline-block;
      max-width: 36%;
      margin-bottom: 6px;
      font-weight: 700;
  }  
  footer .formularz {
      margin-bottom: 25px;
  }  
  footer ul.dane li {

      margin-bottom: 20px;
  } 
  .parking-slajder h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 25px;
  }  
  .parking-slajder p {
      font-size: 15px;
  }  
.parking-slajder {
    margin-top: 0px;
    margin-bottom: 0px;
}
  
   .godziny table thead {
      background: #2c3e50;
      color: #fff;
      font-size: 15px;
      font-weight: 700;

      text-transform: uppercase;
  } 
  .godziny table tbody td {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 13px;
      padding-bottom: 13px;
  }  
  .godziny table tbody {
      font-size: 14px;
  }  
  .dojazd-box {
    display: block;
  }
  .path-bc .fa {
      margin-left: 5px;
      margin-right: 5px;
  }  
  .news-pic-det {
    margin-bottom: 25px;
  }
  footer h4 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 15px;
  }  
  footer li.adres p {
    margin: 0;
  }
  footer .fa-weixin {
      font-size: 40px;
  }  
  footer .fast-box {
      display: block;
      width: 215px;
      margin: 0 auto;
      margin-top: 20px;
      background: #93a4b0;
      padding: 10px 5px;
      border-radius: 25px;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.5;
  }  
  .navbar-toggle {
    margin-top: 19px;
  }
  .mapa-foto ul.dane {
    padding-left: 150px;
  }
  
}      