/** 
* ZAGNIEZDZONE MENU W BOOTSTRAP
*/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/*#artykuly {
  color: #000000 !important;
}*/
#feature {
    padding-top: 50px !important;    
    background-color: #ffffff !important;
}
#feature h2 {
    font-size: 36px !important;
}
#feature-2 {
    padding-top: 50px !important;   
    padding-bottom: 50px !important;
}
#feature-2 h2 {
    font-size: 36px !important;
}
#testi {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#client {
    background-color: #ffffff !important;
}

.line-gray {
    border-top: #bcbcbc 1px solid;
}

.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-36 {
    font-size: 36px;
}
.font-weight-100 {
    font-weight: 100;
}
.font-weight-200 {
    font-weight: 200;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}

.slider-inner .container {
  width: 100%;
  padding: 20px 0px 20px 0px;
}
.slider-txt-bold {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.slider-txt-normal {
  font-weight: 300;
  font-size: 34px;
  line-height: 1.2;
}
.slider-txt-small {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.2;
}
.slider-background {
  background: rgba(0, 0, 0, .6);
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 510px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 150px;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner h2 > span {
  color: #c7100c;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 38%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: 10px;
  height: 80px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #c7100c;
}
#main-slider .owl-prev {
  left: -36px;
  text-indent: 10px;
}
#main-slider .owl-next {
  right: -36px;
  text-indent: -10px;
}

#footer {
    padding: 30px 0 30px !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #9fd8fb !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #3eb0f7 !important;
    color: #FFFFFF !important;
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
    background-color: #3eb0f7 !important;
}

.color-blue {
    color: #3eb0f7;
}

/**
* MARGINESY
*/
.center-resp-img img {
    margin: 0 auto !important;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-right-30 {
    margin-right: 30px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-30 {
    margin-left: 30px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-right-30 {
    padding-right: 30px;
}
.center {
    text-align: center;
}

.color-gray {
    color: #f6f6f6;
}
.background-gray {
    background-color: #f6f6f6;
}

#kontakt-mapa {
  position: relative;
  overflow: hidden;
}
#kontakt-mapa .container-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(69, 174, 214, 0.3);*/
  z-index: 1;
}
#kontakt-mapa .contact-form {  
  background: #fcfcfc;
  padding: 20px;
  height: 550px;
  color: #000000;
  opacity: 0.9;
  line-height: 1.6;
  position: absolute;
  top: -550px;
  font-weight: 400;
  font-size: 14px;
  width: 50%;
}
#kontakt-mapa .contact-form h3 {
  margin-top: 0;
  color: #777777;
}
#contact-form .form-control {
    height: 45px !important;
}
.btn-blue {
    background-color: #3eb0f7;
    border-color: #3eb0f7;
    color: #FFFFFF;
    border-radius: 0px;
}
a {
    font-weight: 300 !important;
}

.wyszukiwarka label {
    display: none;
}
.wyszukiwarka input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
}
.wyszukiwarka .btn {
  visibility: hidden;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
background-image: -moz-linear-gradient(top,#08c,#0077b3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9fd8fb),to(#9fd8fb)); 
    background-image: -webkit-linear-gradient(top,#9fd8fb,#9fd8fb); 
    background-image: -o-linear-gradient(top,#9fd8fb,#9fd8fb);
     background-image: linear-gradient(to bottom,#9fd8fb,#9fd8fb); 
}
#kontakt-mapa input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
}
#kontakt-mapa input[type=email] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
}

/** SLIDER - DJ IMAGE SLIDER */
.slide-desc {
	bottom: -5% !important;
    left: 0%;
    width: 100%;
    padding: 20px 0px 20px 0px !important;
}
.slide-desc-text-default .slide-title {
    text-align: center !important;
    margin-bottom: 40px !important;
    font-weight: 300 !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
}
.slide-text {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 0.1;
}
#footer ul li {
  float: left;
  list-style: none;
  font-size: 14px;
  margin-top: -5px;
}
#artykuly {
  margin-bottom: 20px;
}
.navbar-nav {
    background-color: #FFFFFF;
    z-index: 9999;
    
}
.nav>li {
    position: relative !important;
    display: block !important;
}
#navbar-scroll {
    z-index: 9999 !important;
    background-color: #FFFFFF !important;
}
.skryptcookies-pl-p {
  font-size: 13px !important;
}
.firma-nazwa {
  font-size: 24px !important;
    font-weight: 600 !important;
}
.item-page p {
  font-weight: 400 !important;
}
#feature a {
  font-weight: 500 !important;
  color: #777;
}
#feature a:hover {
  color: #3eb0f7;
}

@media all and (max-width:450px){
  .slide-text {
    font-size: 14px !important;
    line-height: 1 !important;
  }
  .slide-desc-text-default .slide-title {
    margin-bottom: 14px !important;    
    font-size: 20px !important;
  }
}
@media all and (max-width:768px){
    .slide-text {
    font-size: 14px !important;
    line-height: 1 !important;
  }
  .slide-desc-text-default .slide-title {
    margin-bottom: 14px !important;    
    font-size: 20px !important;
  }
}
@media all and (max-width:992px){
    .slide-text {
    font-size: 16px !important;
    line-height: 1 !important;
  }
  .slide-desc-text-default .slide-title {
    margin-bottom: 18px !important;    
    font-size: 20px !important;
  }
}