body, .section-wrapper, .section-wrapper--consents{
	background: #2b2c31;
}
.navbar-inverse { 
  background: transparent; 
  border: 0px;
}
.navbar-inverse.scrolled {
  background: #000; 
}
.navbar-menu-widthfix.navbar {
  min-height: 110px;
}
.navbar-menu-widthfix.navbar .navbar-brand img { max-height: 120px; top: 7px; }
.navbar-menu-widthfix.navbar.scrolled .navbar-brand img { max-height: 100px; }

.navbar-inverse .navbar-nav > li > a { text-transform: uppercase; font-weight: bold; }
.navbar-nav { margin-left: 100px; }

.bold{
	font-weight: bold;
}
.w_font, .placecard__info, .section-wrapper, .section-wrapper--consents {
	color: #fff;
}
.placecard__container {
  background: #444;
}
.section-header{
	color: #0087cc;
}
.section-title-wrapper{
	margin-top: 30px;
}

/*BANNER*/
.top-banner{
	background-position: left top 18%;
}
.top{
	background-position: center 20%;
}
.banner__tint {
    background-color: rgba(0, 0, 0, 0.25);
}
.banner__content {
    position: relative;
}
.btn_slider{
	width: 200px;
	font-size: 1.5em;
	background: rgba(0, 0, 0, .5) !important;
}
.frame-line_top::after, .frame-line_top:before{
	position: absolute;
	content: '';
	transition: all 400ms;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
	width: 50px;
	height: 50px;
}
.frame-line_top::after{
	right: 0;
	top: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}
.frame-line_top::before{
	left: 0;
	top: 150px;;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}
.frame-line_bottom::after, .frame-line_bottom:before{
	position: absolute;
	content: '';
	transition: all 400ms;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
	width: 50px;
	height: 50px;
}
.frame-line_bottom::after{
	right: 0;
	bottom: 90px;;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.frame-line_bottom::before{
	left: 0;
	bottom: 90px;;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*ICON INFO*/
.margin-top{
	margin-top: -25px;
}
.theme-icon_info{
	background-color: #36373d;
	min-height: 320px;
}
.icon_item{
	margin: 50px auto 0;
	text-align: center;
}
.icon_item p{
	font: 400 1.15em/1.35 'Lato', sans-serif;
}
.icon_item-picture{
	display: block;
	position: relative;
	margin: 0 auto 30px;
	width: 80px;
	height: 70px;
	font-size: 45px;
	text-indent: 20px;
	text-align: center;
	color: #0087cc;
}
.frame-line-icon_top::after,.frame-line-icon_top::before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	transition: all 400ms;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
}
.frame-line-icon_bottom::after, .frame-line-icon_bottom::before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	transition: all 400ms;
		-webkit-transition: all 400ms;
		-moz-transition: all 400ms;
}
.android-pin_icon{
	text-indent: 27px;
}
.android-pin_icon::before{
	font-family: "FontAwesome", "sans-serif";
	content: "\f041";
}
.android-calender_icon{
	text-indent: 13px;
}
.android-calender_icon::before{
	font-family: "FontAwesome", "sans-serif";
	content: "\f133";
}
.android-users_icon{
	text-indent: 16px;
}
.android-users_icon::before{
	font-family: "FontAwesome", "sans-serif";
	content: "\f0c0";
	font-size: 35px;
}
.android-speaker_icon::before{
	font-family: "FontAwesome", "sans-serif";
	content: "\f130";
	font-size: 35px;
}
.frame-line-icon_top::after{
	right: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
}
.frame-line-icon_top::before{
	left: 0;
	top: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}
.frame-line-icon_bottom::after{
	right: 0;
	bottom: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.frame-line-icon_bottom::before{
	left: 0;
	bottom: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.indentation{
	/*text-indent: 1.5em;*/
}
.margins{
	margin-top: 30px;
	margin-bottom: 30px;
}

/*PRELEGENCI*/
.speaker__infobox-right{
	float: right;
}
.speaker_header-right{
	float: right;
}
.speaker__about-right{
	text-align: right;
	float: right;
	clear: both;
}
.speaker-icon_item-right{
	float: right;
}
.speaker__name-right{
	padding-right: 20px;
	color: #fff;
	float: right;
	text-align: right;
}
.speaker__photo-wrapper {
    /*width: 188px;*/
}
.photo_round{
	border-radius: 50%;
}
.speaker__photo-positioner{
	text-align: center;
}
.speaker_header{
	min-height: 100px;
	width: 365px;
}
.speaker-icon_item{
	/*margin-left: 30px;*/
	float: left;
}
.android-speaker_icon{
	text-indent: 22.77px;
}
.speaker__name{
	color: #fff;
	float: left;
	padding-left: 20px;
	text-align: left;
}
.speaker__infobox{
	text-align: left;
}
.size-font{
	font-size: 10em;
}

/*AGENDA*/
.nav-tabs {
    background: #d8d8d8;
}
.schedule__item--major {
    background: #0087cc;
}

/*ORGANIZATORZY*/
#organizator > .sponsors  > .sponsors-row > .sponsors-cell:first-child, #organizator > .sponsors  > .sponsors-row > .sponsors-cell:nth-child(3) {
	border-right: none;
}
#sponsor > .sponsors  > .sponsors-row > .sponsors-cell:first-child, #sponsor > .sponsors  > .sponsors-row > .sponsors-cell:nth-child(4){
	border-right: none;
}

/*KONTAKT*/
.detal-contacts_inner{
	padding: 40px 10px;
	pointer-events: auto;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}
.contacts_list{
	list-style: none;
	padding-left: 20px;
	margin: 0;
	font: 300 1.125em/1.35 'Lato', sans-serif;
	text-align: left;
}
.speaker { margin-bottom: 0px; }
/*FOOTER*/
.footer__content{
	min-height: 50px;
	padding-bottom: 10px;
}
.footer [class^="col-"]{
	margin-bottom: 0px;
}