/* 
    Author     : Design_mylife
    File       : Assan event landing template
    version    : v1.0
*/
/**google font**/
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin-ext";
@import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700&subset=latin-ext";
html, body {
  height: 100%;
}

body {
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  color: #555;
}

h1, h2, h3, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f03939;
}
a:hover, a:focus {
  outline: 0 !important;
  text-decoration: none;
}

strong, b {
  font-weight: 700;
}

.lead {
  font-weight: 300;
  font-size: 21px;
  line-height: 37px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.dark-section {
  background: #333;
}

.text-underline {
  text-decoration: underline !important;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #f03939;
}

ul {
  margin: 0;
  padding: 0;
}

.font-400 {
  font-weight: 400 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}

.verticle-middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.padded-top-70 {
  padding-top: 70px;
}

.padded-top-100 {
  padding-top: 100px;
}

.padded-bottom-40 {
  padding-bottom: 40px;
}

.padded-bottom-20 {
  padding-bottom: 20px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.center-title {
  padding-bottom: 40px;
  text-align: center;
}
.center-title h2 {

  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

/**template buttons**/
.btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 14px;
  letter-spacing: 1px;
}

.btn-lg {
  padding: 14px 30px;
}

.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.btn-theme-border {
  border-color: #f03939;
  border: 1px solid;
  color: #f03939;
  background-color: transparent;
}
.btn-theme-border:hover, .btn-theme-border:focus {
  background: #f03939;
  color: #fff;
  border-color: #f03939;
}

.btn-white-border {
  border-color: #fff;
  border: 1px solid;
  color: #fff;
  background-color: transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
  color: #333;
  background: #fff;
  border-color: #fff;
}

.btn-dark-border {
  border-color: #333;
  border: 1px solid;
  color: #333;
  background-color: transparent;
}
.btn-dark-border:hover, .btn-dark-border:focus {
  color: #fff;
  background: #333;
  border-color: #333;
}

.btn-theme-bg {
  background: #f03939;
  color: #fff;
  border-color: #f03939;
}
.btn-theme-bg:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.btn-theme-bg:focus {
  background: #f03939;
  color: #fff;
  border-color: #f03939;
}

/**header style**/
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.9);
  border: 0px;
  padding: 10px 0;
  margin: 0px;
  width: 100%;
  left: 0;
  z-index: 999;
}
.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.8);
  text-transform:uppercase;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: white;
}
.navbar-inverse .navbar-brand {
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: white;
  background-color: transparent;
}

/*
Template hero sections
*/
.full-screen {
  position: relative;
  width: 100%;
  height: 100%;
}
.full-screen h4 {
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.full-screen h4 .fa-map-marker {
  margin-left: 10px;
}
.full-screen h1 {
  font-size: 90px;
  line-height: 90px;
  margin: 20px 0;
  font-weight: 700;
}
.full-screen .buttons {
  margin-top: 40px;
}
.full-screen .buttons a {
  margin: 5px;
}

.parallax-bg {
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
}

/**icon boxes style**/
.features i {
  margin-bottom: 20px;
}

/**call to actions**/
.cta {
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  padding: 150px 0;
}

.cta-2 {
  background-image: url("../images/architektura-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  padding: 180px 0;
}

.cta-3 {
  background-image: url("../images/budowa-bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  padding: 180px 0;
}

.cta-4 {
  background-image: url("../images/budowa-bg2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  padding: 180px 0;
}

.cta-5 {
  background-image: url("../images/aranzacje-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  padding: 180px 0;
}

/*
Half images section
*/
.half-image-section {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.half-image-section .half-section-content {
  padding: 60px 0px 60px 30px;
}
.half-image-section .half-section-content.right-img-content {
  padding: 90px 30px 90px 0px;
}

.image-col {
  width: 50%;
  height: 100%;
  background-color: #000;
  top: 0;
  position: absolute;
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.mapa {background-image:none!important;}

.image-col.left {
  left: 0;
}
.image-col.right {
  right: 0;
}
.image-col.bg3 {
  background-image: url(../images/bgbottom.jpg);
}

.event-time {
  padding: 30px 15px;
  background-color: rgba(255, 255, 255, 0.95);
}

/*
Counter and countdown style
*/
.event-time {
  margin-right: -1px;
}
.event-time .dash {
  display: inline-block;
  padding: 10px 20px;
}
.event-time .dash ul {
  list-style: none;
}
.event-time .dash .digit {
  font-size: 40px;
  height: 40px;
  overflow: hidden;
  font-weight: 700;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

/*
Speakers person box
*/
.person-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.person-box .person-desc {
  padding: 20px 15px;
}
.person-box .person-desc h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
}
.person-box .person-desc span {
  font-style: italic;
  display: block;
}
.person-box img {
  display: block;
  margin: 0 auto;
  border: 3px solid rgba(0, 0, 0, 0.1);
}

.socials > li {
  padding: 0;
}
.socials > li > a {
  display: block;
  padding: 3px 0px;
  background: #ddd;
  width: 40px;
  text-align: center;
  color: #999;
  font-size: 18px;
}
.socials > li > a:hover {
  background: #f03939;
  color: #fff;
}

/*
Testimonials
*/
.testimonials-section {
  padding: 70px 0;
  background: #f03939;
}

.owl-thumnails {
  text-align: center;
  margin-top: 30px;
}
.owl-thumnails .owl-item .item img {
  width: 75px;
  display: block;
  margin: 0 auto;
  border: 2px solid transparent;
  opacity: 0.6;
  -moz-transition: all 0.3;
  -o-transition: all 0.3;
  -webkit-transition: all 0.3;
  transition: all 0.3;
  cursor: pointer;
}
.owl-thumnails .owl-item.synced .item img {
  border-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

/*
schedule
*/
.tabs-schedule {

  margin-bottom: 40px;
  margin-left: 0px;
}
.tabs-schedule > li {
  padding: 0px;
}
.tabs-schedule > li > a {
  font-size: 15px;
  display: inline-block!important;
  padding: 6px 00px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  position: relative;
}
.tabs-schedule > li > a:after {

}
.tabs-schedule > li > a span {

}
.tabs-schedule > li.active  {
  color: #f03939;


}
.tabs-schedule > li.active a:after {
  width: 100%;
}
.tabs-schedule > li a:hover:after {
  width: 100%;
}
.tabs-schedule > li a:hover {

}

.tab-content h3 {margin-bottom:32px;}
.tab-content {padding:15px;}
.zakladki .black {background:#202020;}
.zakladki .black a {color:#fff;}
.zakladki {border:1px solid #ccc;display:block;position:relative;margin-left:0px;margin-top:25px;}
.black > ul.tabs-schedule li {list-style-type:square;color:#fff;margin-bottom:5px;}
.black > ul.tabs-schedule li.active {list-style-type:square;color:#f03939;}
.black > ul.tabs-schedule {padding:15px;margin-left:0;}

ul.tabs-schedule.lista-fix li {list-style-type:square;margin-top:0;}
ul.tabs-schedule.lista-fix li a {font-size:13px;line-height:20px!important;}
ul.tabs-schedule.lista-fix li.active {list-style-type:square;color:#f03939}
ul.tabs-schedule.lista-fix {padding:0 0 0 0px;margin-left:0;margin-bottom:100px;}

.podstrona-tytul {margin-bottom:30px;}

.event-info {
  padding-right: 30px;
  text-align: right;
  font-style: italic;
  text-transform: uppercase;
}
.event-info span {
  display: block;
  font-size: 16px;
}
.event-info .event-hall {
  margin-top: 10px;
  font-style: normal;
  font-size: 12px;
  padding: 3px 10px;
  border-right: 3px solid #f03939;
  background: #f5f5f5;
}

.event-detail {
  border-left: 1px solid #ddd;
  padding-left: 30px;
  position: relative;
}
.event-detail:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ddd;
  position: absolute;
  left: -6px;
  top: 0px;
}
.event-detail h3 {
  font-family: "Lato", sans-serif;
  font-style: italic;
  margin-bottom: 20px;
}
.event-detail h3 a {
  color: #777;
}

/*
Pricing tables
*/
.price-box {
  background: #f5f5f5;
  text-align: center;
  padding: 30px 15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.price-box h3 {
  margin-bottom: 20px;
}
.price-box .price {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 60px;
  line-height: 120px;
  background-color: #333;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}
.price-box .price sup {
  font-size: 12px;
  position: absolute;
  top: 30px;
}
.price-box ul {
  padding-bottom: 25px;
}
.price-box ul li {
  padding: 7px 0;
}
.price-box.popular {
  background: #f03939;
  -webkit-box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.2);
  z-index: 9;
  position: relative;
}
.price-box.popular h3, .price-box.popular ul li {
  color: #fff;
}

.faqs {
  background: #f03939;
}
.faqs h1, .faqs h4, .faqs p, .faqs .center-title h2 {
  color: #fff;
}
.faqs p {
  opacity: 0.8;
}

.register-form .form-control {
  height: 47px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}

.sponsors-row img {
  display: block;
  margin: 0 auto;
}

.subscribe-section {
  /*padding-top: 50px;
  padding-bottom: 50px;*/
  background: #6b7278;
  color:#ebebeb;
}
.subscribe-section h1 {
  margin-bottom: 25px;
}

.subscribe-section i {
font-size:18px;
line-height:25px;
display:inline-block;
margin-right:5px;
position:relative;top:2px;
}


.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-form .form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  width: 280px;
  border: 0px;
  height: 47px;
  vertical-align: middle;
}

.footer {
  padding: 30px 0 20px 0;
  background: #333;
}
.footer .list-inline > li > a {
  color: #fff;
  text-transform: capitalize;
}
.footer .list-inline > li > a:hover {
  text-decoration: underline;
}
.footer .list-inline > li > a:hover i {
  opacity: 1;
}
.footer .list-inline > li > a i {
  font-size: 20px;
  opacity: 0.8;
}
.footer span, .footer p {
  color: #fff;
  opacity: 0.8;
}

.gallery-section {
  background: #fbfbfb;
}

.gallery-box {
  position: relative;
  overflow: hidden;
  display: block;
}
.gallery-box img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-box .gallery-overay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}


.gallery-box .gallery-overay p {
  width: 100%;
  color: #fff;
  text-align: center;
position:absolute;top:40%;
padding:0 20px;
  display: block;
  font-size: 20px;
}

.gallery-box .gallery-overay i {
  font-size: 24px;
  font-weight:300;
  display:inline-block;margin-top:10px;
}

.gallery-box:hover .gallery-overay {
  opacity: 1;
}
.gallery-box:hover .gallery-overay i {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-box:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-info ul li a {
  font-size: 20px;
  color: #999;
}
.contact-info .lead {
  line-height: 21px;
}
.contact-info .lead strong {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 13px;
  display: block;
  margin-bottom: 10px;
}

.fun-facts {
  padding: 120px 0;
  background-image: url("../images/bg4.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  text-align: center;
}
.fun-facts h1, .fun-facts span {
  color: #fff;
}
.fun-facts h1 {
  font-size: 50px;
  line-height: 50px;
}
.fun-facts span {
  text-transform: uppercase;
  opacity: 0.8;
}

/*video modal*/
.video-modal .modal-body {
  padding: 0px;
}
.video-modal .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

/**responsive style**/
@media (max-width: 991px) {
  .full-screen h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    margin-top: 10px;
  }

  .full-screen h4 {
    letter-spacing: 0;
    font-size: 10px;
  }

  .lead {
    font-size: 18px;
    line-height: 28px;
  }

  .full-screen .buttons {
    margin-top: 0px;
  }

  .buttons .btn-lg {
    padding: 10px 20px;
  }

  .image-col {
    position: static;
    width: 100%;
  }

  .event-detail {
    border-left: 0px;
    padding-left: 15px;
    position: relative;
  }
  .event-detail:before {
    display: none;
  }

  .cta, .parallax-bg, .fun-facts, .subscribe-section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }

  .half-image-section .half-section-content {
    padding: 30px 0;
  }

  #google-map {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .event-time .dash .digit {
    font-size: 25px;
    height: 32px;
    line-height: 36px;
  }

  .event-info {
    margin-bottom: 30px;
    text-align: left;
    padding-right: 15px;
  }

  .event-time .dash {
    padding: 10px 10px;
  }

  .event-detail img {
    width: 200px;
    margin-bottom: 20px;
  }

  .tabs-schedule > li > a {
    padding: 4px 7px;
  }
  .tabs-schedule > li > a span {
    font-size: 10px;
  }
}

div.navbar-header > a.navbar-brand > img {max-width:100%;position:relative;bottom:25px;}

.titles {
text-transform:uppercase;
color:#fff;
/*background:#de2920;//czerwony*/
background:#333;
padding:15px;
}

.subtitles {
text-transform:uppercase;
color:#333;
/*background:#333333;*/
border:1px solid #ccc;
padding:8px;
}

#karty img {width:40%;border:3px solid #fff;-moz-box-shadow: 0 0 3px #ADADAD;
-webkit-box-shadow: 0 0 3px #ADADAD;
box-shadow: 0 0 3px #ADADAD;margin-top:20px;margin-bottom:20px;}

div.camera_pag {background:#000;text-align:center!important;}
ul.camera_pag_ul {width:100%;text-align:center;float:left;}

label.asterix-ancor.visCSSlabel {display:none;}
form#mod-visform1.visform > fieldset.fieldset-1.active > div > input, form#mod-visform1.visform > fieldset.fieldset-1.active > div > textarea {width:100%!important;background:#fff;padding:7px 10px;border:1px solid #ccc;}
form#mod-visform1.visform > fieldset.fieldset-1.active > div.visBtnCon > input#field5.btn {background:#f03939;color:#fff;padding:15px 40px!important;width:auto!important;border:none;border-radius:0;}

.pix-logo {position:relative;left:3px;bottom:1px;}

  #cookie-foot{

	position:fixed;

	bottom:0px;

	right:0px;

	width: 100%;

	color: white;

	text-align: center;

	padding: 15px 5px;

	z-index: 500;

		font-family:Arial, Helvetica, sans-serif;

	

	/* Fallback for web browsers that doesn't support RGBa */

	background: rgb(0, 0, 0);

	/* RGBa with 0.6 opacity */

	background: rgba(0, 0, 0, 0.6);

	/* For IE 5.5 - 7*/

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

	/* For IE 8*/

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}

#cookie-foot a{

	color: white;

}

#cookie-foot a:hover{

	cursor: pointer;

}

#cookie-foot:hover{

	/* Fallback for web browsers that doesn't support RGBa */

	background: rgb(0, 0, 0);

	/* RGBa with 0.6 opacity */

	background: rgba(0, 0, 0);

	/* For IE 5.5 - 7*/

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

	/* For IE 8*/

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}

.page-top {text-align:center;padding:10px 0; background:#333;color:#fff;text-transform:uppercase;font-weight:300;font-size:22px;}
.page-top a {margin-left:50px;border:1px solid #fff;padding:5px 20px;font-size:15px;color:#fff;position:relative;bottom:1px;}
.page-top a:hover {background:#fff;color:#333;}
.page-top i {display:inline-block;margin-right:10px;}

h2.top-welcome {font-weight:400;font-size:22px;}

div.item-page ul {margin-left:30px;}
div.item-page ul li {list-style-type:square;}

.budowa-small-header {text-transform:uppercase;font-size:16px;margin-bottom:10px;}
.budowa-small-header-top {text-transform:uppercase;font-size:16px;margin-bottom:10px;background:#202020;color:#fff;padding:10px 20px;display:inline-block;}

.galeria-rok {text-transform:uppercase;font-size:16px;margin-bottom:10px;padding-top:35px;display:inline-block;}
.galeria-link {background:#f03939;color:#fff;padding:4px 15px;display:inline-block;margin-bottom:40px;margin-top:10px;}
.galeria-link:hover, .galeria-link:active, .galeria-link:focus {color:#fff;}
.galeria-link i {display:inline-block;margin-right:5px;}

.galeria2005 {background-image: url("../../../images/galeria/gal2005.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2006 {background-image: url("../../../images/galeria/gal2006.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2007 {background-image: url("../../../images/galeria/gal2007.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2008 {background-image: url("../../../images/galeria/gal2008.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2009 {background-image: url("../../../images/galeria/gal2009.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2010 {background-image: url("../../../images/galeria/gal2010.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2011 {background-image: url("../../../images/galeria/gal2011.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2011-2 {background-image: url("../../../images/galeria/gal2011-2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2013 {background-image: url("../../../images/galeria/gal2013.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2016 {background-image: url("../../../images/galeria/gal2016.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2016-2 {background-image: url("../../../images/galeria/gal2016-2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria2017 {background-image: url("../../../images/galeria/gal2017.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover!important;
  max-width:100%;
}

.galeria .col-md-6 {flex:1!important;}
.galeria {display: flex!important;}

.hidden-img {display:none;}

.kontakt-fix {position:relative;top:-50px;margin-bottom:-50px;}
.kontakt-fix .dark-section {background:#fff;}

nav.navbar.navbar-inverse.navbar-sticky.navbar-static-top {box-shadow: 0 4px 2px -2px #ccc;-moz-box-shadow: 0 4px 2px -2px #ccc;-o-box-shadow: 0 4px 2px -2px #ccc;-webkit-box-shadow: 0 4px 2px -2px #ccc;}

.aranzacje {background:#202020;padding:81px 30px 20px 30px;color:#F2F2F2;}
.aranzacje ul li {list-style-type:square;padding-left:5px;margin-left:15px;}

.color-fix-left {background:#202020;color:#F2F2F2;}
.color-fix-right {background:#fff;}

.arch-top-right {background:#fff;color: #555;padding:81px 30px 20px 30px;}

section#dane-kontaktowe.subscribe-section > div.half-image-section.dark-section > div.container > div.row > div.col-md-6 > div.half-section-content.right-img-content > ul.tabs-schedule.lista-fix > li > a {color:#F2F2F2}

section#kontakt.kontakt-fix > div.half-image-section.dark-section > div.container > div.row > div.col-md-6 > div.half-section-content.right-img-content > ul li {list-style-type:square;padding-left:5px;margin-left:15px;}

.architektura-box {position:relative;top:-50px;margin-bottom:-110px!important;width:100%!important;}

.budowa-standard-header {width:100%;text-align:center;font-size:18px;background:#333333;color:#fff;padding:30px;margin:0;}

div.half-section-content.right-img-content ul li, div.image-col.right.arch-top-right ul li {list-style-type:square;padding-left:5px;margin-left:15px;}
div.image-col.right.arch-top-right > p.budowa-small-header, div.image-col.right.aranzacje > p.budowa-small-header {padding-top:8px;}

section#dane-kontaktowe.subscribe-section.start > div.half-image-section.dark-section {color:#F2F2F2;}
section#dane-kontaktowe.subscribe-section.start > div.half-image-section.dark-section > div.image-col.right.arch-top-right {background:#f5f5f5;padding-top:152px;}

div.half-section-content.right-img-content > div.visforms-form > form#mod-visform1.visform > fieldset > div > input, div.half-section-content.right-img-content > div.visforms-form > form#mod-visform1.visform > fieldset > div > textarea  {position:relative;left:0!important}

.bottom-footer-fix {padding:30px 30px 60px 0!important}
.bottom-footer-right {background:#f5f5f5!important;color: #555;padding:30px}
.bottom-footer-fix img {margin-bottom:30px;position:relative;right:-40px;}
.bottom-footer-right img {margin-bottom:30px;position:relative;left:-30px;}

div.col-md-6 > div.half-section-content.right-img-content {text-align:right!important;}

div.half-section-content ul > li {list-style-position: inside;}


.half-1 {display: table-cell;margin:0;position:relative; height:100%;vertical-align:top;width:50%;}
.half-2 {display: table-cell;margin:0;position:relative;height:100%;vertical-align:top;width:50%;}
.half-2-mapa {display:table-cell;margin:0;height:100%;width:100%;text-align:center;background-image:none!important}
.half-bg-dark {background:#202020;color:#F2F2F2;}
.half-bg-dark li a {color:#F2F2F2;}
.half-content {max-width:600px;float:right;padding:90px 30px 90px 0;}
.half-content-right {max-width:600px;float:left;padding:90px 0 90px 30px;}

div.architektura-box > div.half-2 > div.half-content-right > div.tab-content {position:relative;bottom:10px;}
.full-block {clear:both;margin:0;padding:0;width:100%;position:relative;display:table;}

.full-block ul li {list-style-type:square;padding-left:5px;margin-left:15px;}

.margin-fix-1 {position:relative;top:-10px;}
.margin-fix-2 {position:relative;top:0px!important;margin-bottom:-60px!important}
.margin-fix-3 {padding-top:153px!important;}

.logo-footer-mobile-3 {padding-left:20px;}

.plan-osiedla img {max-width:100%;}

.padding-rtl-fix {padding-right:15px!important}

.mfix-1 {padding-top:7px!important}


/* STYLE MOBILNE */
@media (max-width: 678px) {


.half-1 {width:100%!important;display:block!important;}
.half-2 {width:100%!important;display:block!important;}
.half-content, .half-content-right {float:none!important;width:100%;text-align:left;padding:30px!important;}
.fixcolortodark {background:#202020;color:#F2F2F2;}
.fixcolortowhite {background:#fff;color: #555;}
.full-block {display:block;}
.architektura-box {margin-bottom:-50px!important}
div.half-section-content.right-img-content.text-right.bottom-footer-fix {text-align:left!important;padding-left:15px!important}
.half-bg-dark > div.half-content-right > div.tab-content, .half-2 > div.half-content-right.margin-fix-1 > div.tab-content {padding-left:0px!important}
div#cavas_id103.bt-googlemaps {display:none;}
.architektura-box.margin-fix-2 {margin-bottom:0px!important;}

}

@media (min-width: 679px) {
div#cavas_id115.bt-googlemaps {display:none;}
}

@media (min-width: 990px) {
.logo-footer-mobile-3 {display:none;}
}

@media (max-width: 990px) {
.logo-footer-mobile-1 {display:none;}
.logo-footer-mobile-2 {display:none;}
}