/* GENERAL */
body{
	font-family: "Open Sans", Sans-serif;
}
.f-left{
	float: left;
}
.page-header{
	background: #fff;
}
.section-title-wrapper {
	padding-top: 30px;
	padding-bottom: 45px;
}
.bg-gray{
	background: #efefef;
}
.bg-green{
	background: #008f8f;
	color: #fff;
}
.bg-green_section{
	color: #36404c;
}
.color, a{
	color: #008f8f;
}
.bg-green_section .section-title::after{
	background: #fff;
}
.btn-footer{
	background: #333;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	animation: all .5s;
	padding: 15px 25px;
}
.btn-footer:hover{
	transform: scale(1.1);
}
.footer{
	background: #fff;
}
.footer__content{
	display: none;
}

/* NAV */
.nav > li > a{
	padding: 10px 8px;
	font-size: 14px;
}

/* BANNER */
.banner__content {
	height: 100vh;
}
.banner-title{
	font-weight: bold;
}
.banner-title, .banner__desc{
	text-transform: uppercase;
}
.description-count{
	margin-bottom: 0;
}
.line-bottom::after{
	content: '';
	background: #008f8f;
	display: block;
	width: 10%;
	height: 3px;
	margin: 10px auto 2px;
}

/* VENUE */
.wrap--venue{
	width: 100%;
	margin: 60px 0;
}
.wrap--venue .wrap-info_header h3::after{
	content: '';
	background: #008f8f;
	display: block;
	width: 20%;
	height: 2px;
	margin: 10px 0 2px;
}
.wrap--venue .wrap-info_header, .wrap--venue .wrap-info_body{
	padding: 0 20px;
}
.wrap--venue .wrap-info_body{
	margin-top: 15px;
}
.venue-text{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.6px;
	color: #36404c;
}
.venue-banner{
	background: rgba(255, 255, 255, .8);
	padding: 15px 0;
	margin-bottom: 0;
}
.venue-title{
	color: #008f8f;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.1em;
}
.venue-description{
	color:#36404c;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: 0.6px;
}
.bg-venue{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-venue_hotel{
	background-image: url('/conf-data/salescyclemeeting3/images/venue/photo-venue_01.jpg');
}

/* AGENDA */
.programme .nav-tabs > li.active::before{
	background:#008f8f;
}
.programme .fa-cutlery, .programme .fa-coffee{
	color: #007575;
}
.programme .schedule__item--major{
	background: #007575;
	color: #fff;
}
.programme .schedule__time{
	color: #008f8f;
}
.programme .schedule{
	font-size: 16px;
	color:#36404c;
	letter-spacing: 0.6px;
}
.agenda-title{
	letter-spacing: 0.6px;
	color: #007575;
	margin-bottom: 20px;
}
.agenda-preparation{
	color: #01646A;
}
.nonLineTop{
	position: relative;
}
.nonLineTop p{
	margin-bottom: 0;
}
.nonLineTop .schedule__time{
	border-top: none;
	position: absolute;
	top: 0;
	margin-left: 10px;
}
.nonLineTop .schedule__desc{
	border-top: none;
	border-left: none;
}
.small-info{
	padding: 0 50px;
	font-style: italic;
	font-size: .9em;
}

/* SOCIAL PROGRAM */
.content-bg{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	/*min-height: 200px;*/
	position: relative;
	/*display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;*/
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
}
.bg-program_bicycle{
	background-image: url('/conf-data/salescyclemeeting3/images/social-program/photo-bicycles.jpg');
}
.bg-program_forest{
	background-image: url('/conf-data/salescyclemeeting3/images/social-program/photo-field_crossing.jpg')
}
.bg-program_volleyball{
	background-image: url('/conf-data/salescyclemeeting3/images/social-program/photo-volleyball.jpg')
}
.bg-program_liqueur{
	background-image: url('/conf-data/salescyclemeeting3/images/social-program/photo-liqueurs.jpg')
}
.header-social{
	font-weight: 400;
	letter-spacing: 0.6px;
	margin-bottom: 30px;
}
.wrap{
	/*position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background: rgba(255, 255, 255, .8);*/
	margin: auto;
	padding: 15%;
	width: 100%;
}
.wrap-info{
	background: rgba(255, 255, 255, .8);
	color: #008f8f;
	padding: 5px;
}
.wrap-border{
	border: 1px solid #008f8f;
	padding: 0 15px;
}
.wrap-info_header{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
/*.wrap-info_header::after{
	content: '';
	background: #008f8f;
	display: block;
	width: 10%;
	height: 3px;
	margin: 10px auto 2px;
}*/
.wrap-info_header img{
	width: 60px !important;
	height: 60px !important;
	margin: 5px auto;
}
.wrap-info_body{
	letter-spacing: 1px;
	font-weight: 100;
	line-height: 1.1em;
}
.wrap-info_body h3{
	text-transform: uppercase;
}

/* GENERAL INFORMATION */
#general-info .wrap-header{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
#general-info .wrap-header h2{
	margin-left: 20px;
	line-height: 2px;
}
#general-info .wrap-body{
	letter-spacing: 0.5px;
	color: #36404c;
	margin-top: 20px;
}

/* RESTAURANT */
.bg-restaurant_swiat{
	background-image: url('/conf-data/salescyclemeeting3/images/restaurant/photo-nowy_swiat.jpg');
}
.bg-restaurant_browar{
	background-image: url('/conf-data/salescyclemeeting3/images/restaurant/photo-browar.jpg');
}
.bg-restaurant_dworek{
	background-image: url('/conf-data/salescyclemeeting3/images/restaurant/photo-dworek.jpg');
}
.wrap-info_header-res{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.wrap-info_header-res img{
	margin: auto;
	max-width: 200px;
}
.venue-description i{
	color: #008f8f;
	padding-right:10px;
}

/* CONTACT */
.contact-wrap{
	padding: 15px;
}
.contact-wrap h4{
	margin-top: 0;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.1em;
	letter-spacing: 1px;
}
.contact-wrap .contact-body{
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1.1em;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.contact-wrap.text-left .contact-body{
	line-height: 25px;
}

/* REGISTER */
#commentsBox{
	display: none;
}

/*** MEDIA ***/
@media(min-width: 768px){
	.navbar .navbar-brand{
		max-height: 85px;
	}
	.navbar-menu-widthfix.navbar .navbar-brand img {
		max-height: 85px;
	}
	.page-header__content-wrapper{
		height: 150px;
	}


	#general-info .wrap-border{
		/*height: 530px;*/
	}
}