.footer__content {
min-height: 160px;
}
.bayer img, .biolitec img, .medi img { /*max-width: 100px;*/ }
.alfasigma img, .balton img { /*max-width: 250px;*/}
.bauerfeind img { /*max-width: 350px;*/ }
/* PROGRAM OUTLINE */
.table-outline tbody > tr > td:first-of-type{
	border-right: 1px solid #ddd;
}
/* PARTNERZY SLIDER */
.owl-item li div { font-size: 9pt; color: #AAA; padding-left: 20px; }
li.alfasigma img { margin-top: 20px !important; }
li.bauerfeind img  { margin-top: 25px !important; }
li.balton img { margin-top: 15px !important; }
li.merit img { margin-top: 20px !important; }
li.biotec img { margin-top: 5px !important; }

#transferBox { display: none; }
.m-t-10{
	margin-top:10px;
}
.subTitle {
  font-size: 12px;
  position: relative;
  top: -5px;
}
.charges-table__currency__select__currency-txt {
    color: #2980b9;
}
/*REGISTER ACCOMODATION*/
#accommodationBox #noclegi .accommodation__box .accommodation__info__desc .accommodation-wrapper p, .js-1per-room-info, .js-2per-room-info, label[for="nocleg_pokoj_1"], label[for="nocleg_pokoj_2"]{
	font-size: .9rem;
}
.accommodation-wrapper {
	padding-bottom: 0px;
}
#nextDiv{
	margin-top:5px;
}
.clickE:hover{
	cursor: pointer;
}

.required {  color: red; }

/* Style timepickera */
.ui_tpicker_minute_slider>.ui-state-default,
.ui-widget-content .ui_tpicker_minute_slider>.ui-state-default,
.ui_tpicker_hour_slider>.ui-state-default,
.ui-widget-content .ui_tpicker_hour_slider>.ui-state-default
{
  background: #060089;
}
button.ui-datepicker-close.ui-state-default,
.ui-widget-content button.ui-datepicker-close.ui-state-default {
  background: #060089;
  color: #FFF;
}


label[for='miejsce_pracy'].text-nowrap, #businessdataBox label {
  white-space: normal;
}
  .accommodation__info__name {
    font-weight: bold;
    font-size: 1.05em;
  }  
.navbar-brand img {
	padding: 5px 0;
}

li.navbar-item-register {
	display: none !important;
}
.banner__desc {
    font-size: 30px;
    font-weight: bold;
}
.navbar-brand {
	line-height: 1 !important;
}

.nav li {
	font-size: 15px;
}

.nav>li>a {
	padding: 10px;
}

.navbar-default {
	border-bottom: 1px solid #dedede;
  	font-family: 'Roboto Condensed', sans-serif;
}

.banner__icons,
.banner__desc,
.banner__countdown-wrapper {
	color: #060086;
    text-align: center;
}
.countdown .countdown__number {
  font-size: 2em;
}
.countdown .countdown__label {
  font-size: 1.3em;
}
.banner {
    color: #060086;
}
.banner, .banner__bg {
    background-color: transparent !important;
}

.banner .btn-transparent,
.banner .btn-transparent:hover {
	color: #060086;
	border-color: #060086;
}

.btn {
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.banner__img-wrapper {
	margin: 0 auto;
}

.banner__img-wrapper img {
	padding: 0 0 40px 0;
}

.banner__content {
	height: 100vh;
}

.banner__title {
	color: #060086;
}

.footer {
	background: #D3D4D9;
	color: #474755;
}

.footer__social-icon {
	background: white;
}

.footer a,
.footer__social-icon .fa {
	color: inherit;
}

.footer .col-xs-12,
.footer [class^="col-"] {
	margin-bottom: 0;
}

.pricing {
	max-width: 418px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.pricing__content {
	min-height: 0;
	padding-bottom: 30px;
}

.pricing__price-wrapper {
	height: auto;
}

.pricing__content .label {
	display: inline-block;
	min-width: 155px;
	background: #060086;
	padding: 5px;
}

.v2 .banner__bg {
	-webkit-background-size: contain;
	background-size: contain;
}

.v2 .banner__content {
	padding-top: 0 !important;
}

.v2 .banner__title,
.v2 .banner__desc {
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
}

.cb {
	height: 0;
	clear: both;
}

.banner-logo {
	height: 150px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.banner__countdown-wrapper .countdown:last-child,
#questionnaireBox .questionnaire__clear {
	display: none;
}

@media (min-width: 350px) {
	.banner__countdown-wrapper .countdown:last-child {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.banner-logo {
		position: absolute;
		right: 45px;
		top: 0;
		height: 115px;
	}
}
  .section-title-wrapper{
  	/* margin-top: 60px; */
  }
  
  
  .f-gallery {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.f-gallery__item {
  -ms-flex-preferred-size: 100%;
      -webkit-flex-basis: 100%;
          flex-basis: 100%;
  margin: auto;
  margin-bottom: 15px;
}
.f-gallery__thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 300px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}
.f-gallery__thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.f-gallery__thumb::after {
  content: '\f00e';
  font-family: 'FontAwesome';
  font-size: 18px;
  width: 36px;
  line-height: 36px;
  position: absolute;
  background: white;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 100%;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}

.f-gallery__thumb:hover::before {
  opacity: 1;
}

.f-gallery__thumb:hover::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}


.m-t-20{
	margin-top: 20px;
}

.m-b-20{
	margin-bottom: 20px;
}

@media(min-width: 400px){
	.bayer img, .biolitec img, .medi img { max-width: 100px; }
}
@media (min-width: 768px) {
	.w-45 img{width: 45%;}
	.alfasigma img, .balton img { max-width: 250px;}
	.bauerfeind img { max-width: 350px; }
  .f-gallery__item {
    -ms-flex-preferred-size: 49%;
        -webkit-flex-basis: 49%;
            flex-basis: 49%;
  }
}
@media (min-width: 1200px){
  .f-gallery__item {
    -ms-flex-preferred-size: 32%;
        -webkit-flex-basis: 32%;
            flex-basis: 32%;
  }
}
  
.bold{
  	font-weight: bold;
  }
  .thumbnail .caption{
  	color: #9e9e9e;
  	font-size: 14px;
  	text-align: center;
  	padding-bottom: 0;
  	padding-top: 4px;
  }
  .thumbnail{
  	margin-top: 5px;
    	margin-bottom: 10px;
  }
  .thumbnail.pull-left{
  	margin-right: 20px;
  }
  
  #old-town-map-section .g-map{
  	height: 800px;
  	height: 100vh;
  	height: calc(100vh - 50px);
  }
  
  
  .list-group{
  	margin-top: 20px;
  	margin-bottom: 30px;
  }
  .list-group-item.list-group__header{
  	text-transform: uppercase;
  	text-align: center;
  	color: white;
  background: #010183;
    	font-weight: bold;
  }
  .list-group-item{
  	text-align: center;
  color: #444;
	font-weight: bold;
  }
  .inscription{
  	font-size: 1.7em;
    font-weight: bold;
    padding-top: 40px;
    text-align: center;
  	text-decoration: underline;
  }
  a.btn.btn-sm.btn-blue.btn-transparent.btn_congress{
  	color: rgb(255, 82, 82);
  }
  a.btn.btn-sm.btn-blue.btn-transparent.btn_old_town{
  	color: rgb(121, 85, 72);
  }
  a.btn.btn-sm.btn-blue.btn-transparent.btn_kazimierz{
  	color: rgb(9, 113, 56);
  }
  a.btn.btn-sm.btn-blue.btn-transparent.btn_podgorze{
  	color: rgb(103, 58, 183);
  }
  a.btn.btn-sm.btn-blue.btn-transparent.btn_city{
  	color: rgb(194, 24, 91);
  }
  a.btn.btn-sm.btn-blue.btn-transparent.btn_out_city{
  	color: #060089;
  }
  .btn.active, .btn.active:focus{
  	background: #3498db;
    color: #FFF !important;
  }
  .photo a{
  	width: 350px;
  	height: 234px;
  }
  .roza{
  	width: 175px;
  	height: 234px;
  	margin-left:25%;
  }
  .photo{
  	width: 350px;
  	height: 234px;
  }
  .stary {
    width: auto;
  	height: 234px;
  	margin-left: 20%;
  }
  .hide{
  	display: none;
  }
  .modal img{
  	max-width: 1000px;
  }
  .modal img.roza_zdj{
  	max-width: 500px;
  	max-heihgt: 600px;
  }
  .modal{
  	max-width: 1000px;
  	width: auto;
  	padding: 0;
  }
  .modal a.close-modal{
  	top: 4px;
	right: 4px;
  }
  .font i{
   	margin-left: 45%;
    margin-top: 25%;
    position: fixed;
    font-size: 30px;
  	display: none;
  }
  /*.photo:hover{
  	transition: opacity 0.5s;
  	opacity: 0.5;
  }
  .font_item:hover{
   	margin-left: 45%;
    margin-top: 25%;
    position: fixed;
    font-size: 30px;
  	display: none;
  }*/
  .congress, .old_town, .kazimierz, .podgorze, .city, .out_city{
  	padding-top:90px;
  }
  .maps{
  	height: 520px;
  	border: none;
  	width: 1160px;
  }
  @media (max-width: 1200px){
  	.maps {
        height: 520px;
        border: none;
        width: 935px;
  	}
  	.photo{
  		width: 290px;
		height: 200px;
  	}
  	.roza{
  		width: 160px;
		height: 200px;
		margin-left: 25%;
  	}
  	div.content-box__head div.content-box__titles h2.content-box__title{
  		font-size:15px;
  	}
  	div.content-box__head div.content-box__titles h3.content-box__subtitle{
  		font-size:11px;
  	}
  	.modal img{
  		max-width: 700px;
  	}
  	.modal{
  		width: auto;
  		padding: 0;
  		margin-top: 0%;
  	}
  	.modal img.roza_zdj{
  		max-width: 400px;
  	}
  	#zdj20{
  		margin-top:4%;
  	}
  }
  @media (max-width:992px){
  	.maps {
        height: 520px;
        border: none;
        max-width: 730px;
  	}
  	.photo{
  		width: 210px;
		height: 150px;
  	}
  	.roza{
  		width: 140px;
		height: 150px;
		margin-left: 25%;
  	}
  	div.content-box__head div.content-box__titles h2.content-box__title{
  		font-size:12px;
  	}
  	div.content-box__head div.content-box__titles h3.content-box__subtitle{
  		font-size:9px;
  	}
  	div.content-box.content-box--normal div.content-box__desc p{
  		font-size:13px;
  	}
  	.modal img{
  		max-width: 600px;
  	}
  	.modal{
  		width: auto;
  		padding: 0;
  		margin-top: 0%;
  	}
  	.modal img.roza_zdj{
  		max-width: 400px;
  	}
  	#zdj20{
  		margin-top:5%;
  	}
  }
  @media (max-width:767px){
  	div.content-box__head div.content-box__titles h2.content-box__title{
  		font-size:16px;
  	}
  	div.content-box__head div.content-box__titles h3.content-box__subtitle{
  		font-size:14px;
  	}
  	div.content-box.content-box--normal div.content-box__desc p{
  		font-size:16px;
  	}
  	.margin1{
  		display: none;
  		margin-top: 0px;
  	}
  	.margin2{
  		margin-top:0px !important;
  	}
  }
  @media (max-width:760px){
  	.maps{
  		max-width:600px;
  	}
  	.modal img{
  		max-width: 500px;
  	}
  	.modal{
  		width: auto;
  		padding: 0;
  		margin-top: -20%;
  	}
  	.modal img.roza_zdj{
  		max-width: 400px;
  	}
  	#zdj20{
  		margin-top:5%;
  	}
  }
  @media (max-width:600px){
  	.maps{
  		max-width:500px;
  	}
  	.modal img{
  		max-width: 400px;
  	}
  	.modal{
  		width: auto;
  		padding: 0;
  		margin-top: -30%;
  	}
  	.modal img.roza_zdj{
  		max-width: 300px;
  	}
  	#zdj20{
  		margin-top:20%;
  	}
  }
  @media(max-width:579px){
  	.brand_right{
  		display: none;
  	}
  }
  @media (max-width:500px){
  	.maps{
  		max-width:400px;
  		height:370px;
  	}
  	.modal img{
  		max-width: 380px;
  	}
  	.modal{
  		width: auto;
  		padding: 0;
  		margin-top: -50%;
  	}
  	.modal img.roza_zdj{
  		max-width: 300px;
  	}
  	#zdj20{
  		margin-top:20%;
  	}
  }
  @media(max-width:420px){
  	.modal img{
  		max-width: 380px;
  	}
  	.modal{
  		width: auto;
  		padding: 0;
  		margin-top: -180%;
  	}
  	.modal img.roza_zdj{
  		max-width: 300px;
  	}
  	#zdj20{
  		margin-top:20%;
  	}
  }
  @media (max-width:360px){
  	.maps{
  		max-width:330px;
  		height: 300px;
  	}
  	.modal img{
  		max-width: 300px;
  	}
  	.modal{
  		width: auto;
  		padding: 0;
  		margin-top: -80%;
  	}
  	.modal img.roza_zdj{
  		max-width: 300px;
  	}
  	#zdj20{
  		margin-top:20%;
  	}
  }
  @media (max-width:340px){
  	.modal img{
  		max-width: 300px;
  	}
  	.modal{
  		width: auto;
  		padding: 0;
  		margin-top: -250%;
  	}
  	.modal img.roza_zdj{
  		max-width: 300px;
  	}
  	#zdj20{
  		margin-top:20%;
  	}
  }
  .hotel{
  	font-size:1em;
  	clear: both;
  	margin-bottom: 2px;
  }
  .circle{
  	border-radius: 50%;
  	border: 1px solid #fff;
  	margin-right: 5px;
  }
  .bed{
  	color: #fff;
  	font-size: 0.7em;
  }
  .fa-stack{
  	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
  }
  .separator{
  	margin-top: 45px;
  }
  .separator2{
  	margin-top: 15px;
  }
  .bold{
  	font-weight: bold;
  }
  .description{
  	font-size:1em;
  	margin-top:25px;
  	clear:both;
  }
  html body div.container div.row div.col-xs-12 div.row div.col-xs-12.col-sm-4.js-animated-scroll.flipInY.animated div.content-box.content-box--normal{
  	margin-bottom:25px;
  }
  html body div.container div.row div.col-xs-12 div.row div.col-xs-12.col-sm-4.js-animated-scroll.flipInY.animated div.content-box.content-box--normal div.content-box__head{
  	margin-bottom:0px;
  }
  .congress i{
  	background-color: rgb(255, 82, 82);
  }
  .old_town i{
  	background-color: rgb(121, 85, 72);
  }
  .kazimierz i{
  	background-color: rgb(9, 113, 56);
  }
  .podgorze i{
  	background-color: rgb(103, 58, 183);
  }
  .city i{
  	background-color: rgb(194, 24, 91);
  }
  .out_city i{
  	background-color: #060089;
  }
  
  .b_reg, .b_abs{
  	font-size: 17px;
  	border-radius: 7px;
	font-weight: bold;
	/*padding: 10px 15px;*/
  	letter-spacing: 0.5px;
  }
  .b_abs{
  	background-color: rgb(204, 21, 26);
	border-color: rgb(204, 21, 26);
  }
  .brand_right{
  	float: right;
  	/*margin-top: -50px;*/
  	/*margin-right: 12%;*/
  	position: relative;
  	/*width: 20%;*/
  }
  .brand_left{
  	margin-top: 0px;
	margin-left: 15px;
  	position: relative;
  }
  .brand_left > img{
  	float:left;
  	right: 0;
  }
  .banner-logo{
  	right: auto;
  }
  .navbar .navbar-brand img{
  	max-height: 55px;
  }
  .together{
  	float:left;
  	padding-left:10px;
  }
  .btn_now{
  	font-size: 15px;
  	/*width:160px;*/
  	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3px;
  }
  .fa-facebook{
  	background-color: #3b5998;
	border-radius: 50%;
	color: #fff;
	width: 1.5em;
  	height: 1.5em;
	display: inline-block;
	text-align: center;
  	margin-left: 5px;
  	line-height: inherit;
  	font-size:1.6em;
  	margin-top: 3px;
  }
  .fa-instagram{
  	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	width: 1.5em;
  	height: 1.5em;
	color: #fff;
  	margin-right: 10px;
  	line-height: inherit;
  	font-size:1.6em;
  	margin-top: 3px;
  }
  .margin1{
  	padding-top: 10px;
  }
  .margin2{
  	margin-top: 60px;
  }
  .navbar-header > a{
  	display:none;
  }
  .navbar-nav > li{
	text-align: center;
  }
  .navbar-nav > li > a{
  	text-transform: uppercase !important;
  	font-size: 15px;
  	font-weight: bold;
  	color: #7f7f7f !important;
  }
  .navbar-right{
  	float:none !important;
  	margin: 0 auto;
  	display: contents;
  }
  .sold_out{
  	position: absolute;
  }

@media(max-width:1289px){
	.btn_now{
		margin-left:-50px;
	}
}
@media(max-width:1039px){
	.btn_now{
		margin-left:-80px;
	}
}
@media(max-width:889px){
	.btn_now{
		margin-left:-110px;
	}
}
.margin-top{
	margin-top: 50px;
}