body {
    word-wrap: break-word;
    word-break: break-word;
}

@media (min-width: 768px){
.nav-justified>li {
    display: table-cell;
    width: auto;
}
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #D4D4D4;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #7D7D7D;
  text-align: center;
  background-color: #D3D3D3;
}
.nav-justified > .active > a,
.nav-justified  a:hover,
.nav-justified  a:focus {
  background-color: #F7F7F7 !important;
  background-image: none;
  color: #707070;
  
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
  }
  .nav-justified > li:first-child > a {
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

/* ORG */
	.site-header-wrapper{
		background: #EEE;
	}
	.site-header-login{
		text-transform: uppercase;
		font-size: 14px;
		max-width: 1245px;
		margin: auto;
		padding: 5px 0px;
		line-height: 30px;
		vertical-align: middle;
		height: 40px;
		background: #EEE;
	}

	.site-header-login li{
		padding: 0px 3px;
		float: right;
		list-style: none;
		display: inline-block;
	}
	.site-header-login li:last-child{
		padding-right: 0px;
	}
	.site-header-login li a{
		text-decoration: none;
		color: black;
	}
	.site-header-login li a:hover{
		text-decoration: underline;
	}

	.site-header-menu{
		padding: 15px 0px;
		margin-bottom: 10px;
	}
	.site-header-menu-items{
		max-width: 930px;
		margin: 0;
		margin-left: 20px;
	}
	.site-header-menu-items li:first-child{
		padding-left: 0px;
	}
	.site-header-menu-items li:last-child{
		padding-right: 0px;
	}
	.site-header-menu-items li{
		vertical-align: bottom;
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: inline-block;
	}

	#site-header-logo{
		max-width: 450px;
	}
	#site-header-socialmedia{
		max-width: 310px;
		padding: 0px 30px;
	}
	#site-header-socialmedia li a{
		text-decoration: none;
	}
	#site-header-searchbox{
		padding: 0px;
		margin: 0px;
	}

	#site-header-input{
		height: 22px;
		/*height: 16px;*/
		/*padding:8px;*/
		border:1px solid #666;
	}
	#site-header-button{
		cursor: pointer;
		height: 34px;
		position:relative;
		left:-13px;
		-moz- box-sizing: border-box;
		border: 1px solid #666;
		/*border-left:none;*/
		background: #dbdb21;
		color:#666;
	}

	@media (min-width: 260px) and (max-width: 980px){

	}

	@media (min-width: 980px) and (max-width: 1245px){

	}
	
	.footer-wrapper{
	margin: 0 -5px;
	font-weight: normal;
	background: #2e2e2e;
	width: 100%;
	height: auto;
	font-size: 14px;
}

.footer-content{
	padding: 55px;
	padding-bottom: 0px;
	margin: 0px;
}

.footer-content-column p {
	margin: 0px;
}

.footer-content-column{
	padding, margin: 0px;
	vertical-align: top;
	width: 220px;
	display: inline-block;
	list-style: none;
}
.footer-content-column li {
	padding: 3px 0px;
}
.footer-content-column li a{
	color: white;
	text-decoration: none;
}
.footer-content-column li a:hover{
	text-decoration: underline;
}

.footer-column-header{
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: white;
}

.footer-socialmedia{
	margin-top: 30px;
}
.footer-socialmedia li{
	display: inherit;
	width: auto;
}

.footer-bottom{
	padding: 0px 0px;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
}

.footer-bottom p {
	margin: 0px !important;
}

#side-map{
	width: 200px;
}

#footer-tools-section{
	width: 255px;
}

#footer-company-data{
	width: 260px;
	font-size: 15px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
}

#footer-company-data li:first-child{
	padding-top: 0px;
}
#footer-company-data li {
	padding: 15px 0px;
}

#footer-contact{
	width: 160px;
}

@media (min-width: 260px) and (max-width: 980px){
	#footer-tools-section,
	#footer-company-data,
	#footer-contact{
		width: 250px;
	}

	#footer-company-data{
		padding-top: 40px;
	}

	#side-map{
		width: 150px;
	}

	.footer-wrapper{
		width: 100%;
		margin: auto;
	}


	.footer-content{
		margin: 0px;
		padding: 0px 10%;
	}

	.footer-content-column{
		line-height: 30px;
		width: 250px;
		font-size: 14px;
		padding: 20px 0px;
		display: inline-block;

	}

	.footer-column-header{
		margin: 20px 0px 5px 0px;
	}

	.footer-column-header p{
		font-weight: bold;
	}

	.footer-socialmedia{
		display: inline-block !important;
	}

	.footer-bottom{
		text-align: center
	}
}

@media (min-width: 980px) and (max-width: 1245px){


}
	
/*
 * CUSTOM
 * --------------------------------------------------
 */
hr#head_split {
	margin-top:0;
    border: solid #333 1px;
}
.conference_type {
    white-space: pre;
    font-size: medium;
    color: #878787;
    font-weight: normal; 
    display:block;
} 
#konferencja::before, #konferencja::after{
    white-space: pre;
    font-size: medium;
    color: #878787;
    font-weight: normal;  
}
/*
#konferencja::before {
	content: 'Konferencja:\A';
}*/
#konferencja::after {
    line-height: 45px;
    content: attr(data-date);
    /* color: #0076A8; */
    color: #333;
}

#konferencja {
    font-weight: bold;
}

.jumbotron {
    background: #494949;
    border-radius: 0px !important;
    margin-bottom: 0;
	padding: 0 !important;
}
.jumbotron img {
    width: 100%;
}

.sign-in-box{
	color: #d9534f;
    padding: 4px;
    background-color: #fff;
    margin-top: -24px;
    padding-right: 0;
    margin-bottom: -36px;
    z-index: 10;
    position: relative;
}
.btn.btn-primary {
    color: #fff;
    background-color: #d9534f;
    border: 0;
    border-radius: 0;
    width: 100%;
}
.btn.btn-primary:hover {
    background-color: #c9302c;
}

.kontakt {
    background: #494949;
    padding: 20px;
    color: #F4F4F4;
    /* word-break: break-word; */
    word-wrap: break-word;
}
.kontakt p{
	font-size: 11px;
}
.kontakt .head {
    text-transform: uppercase;
    font-weight: bold;
    font-size: large;
}

#sidebar h3 {
    font-size: x-small;
    text-transform: uppercase;
	color: #646464;
	text-align:center;
	padding: 20px 0 10px 0;
}
#sidebar img{
	max-width: 100%;
    margin: 0 1% 30px;
    width: 135px;
}

.main-content{
	color: #333;
    margin-bottom: 100px;
    background: #F7F7F7;
    margin: 0;
    padding: 30px 0 100px 0;
}
.main-content p{
	    margin: 0 0 30px;
}
.main-content>div.col-xs-12 {
    padding: 0px 4%;
}
.main-content>div.col-xs-12-t {
    padding: 0px 2%;
}




#prelegenci img.pull-right{
	margin-left: 20px;
	margin-bottom: 10px;
}
#prelegenci img.pull-left{
	margin-right: 20px;
	margin-bottom: 10px;
}
#prelegenci p{
	min-height:260px;
}



/*****************************/


.site-header, .footer-content{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.footer-content{
    padding-left: 0px;
}

.site-header-menu-items{
    margin-left: 0px;
    padding-left: 15px;
}

.site-header-menu{
    margin-left: 0px;
}

.footer-content-column{
    margin-left: 0px;
    padding-left: 20px;
}

.footer-content ul:first-child p{
    margin-left: 0px;
}


.footer-bottom p{
    padding-left: 20px;
}

@media (max-width: 1170px){
    .site-header, .footer-content {
        max-width: 970px;
    }
}

@media (max-width: 854px){
    .site-header, .footer-content {
        max-width: 750px;
    }
}