#home-cover{
	background-image: url('/images/home/cover_1920.jpg');
	background-position: 50% 0px;
    z-index: 0;
    height: 100%;
    background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

#home-cover div{
	background: none;
}

#about h1{
	margin-top:0px;
	margin-bottom:40px;
}

#h1logo{
	padding: 20px;
	margin:0;
	float: right;
}

#newsletter{
	padding:30px 25px;
    border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
    border-radius: 8px;	
}

#newsletter h3{
	margin-top: 0px;
	margin-bottom: 15px;
}

#newsletter .form-control{
	height: 42px;
}

#newsletter .button-filled{
	width: 100%;
}

#speakers{
	
}

#sponsors img, #organizers img{
	max-width: 235px;
	max-height: 140px;
}

#bpvideo{
	margin-bottom: -15px;
	position: relative;
}

#map{
	height: 500px;
}



::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}


.mainCaption h1{
	font-size: 75px;
	font-size: 5vw;
	text-transform: none;
	text-align: center;
	color: #fff;
}

.mainCaption p{
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 24px;
	font-size: 2vw;
	text-align: center;
	color: #fff;
}

.mainCaption .button-container{
	text-align: center;
}

.home-title{
	margin-bottom: 20px;
	padding-left: 30px;
}

.icon{
	font-size: 28px;
}

video{
	width: 100%;
}

.video-overlay{
	position: absolute;
	top: 50px;
	left: 50px;
}

.video-overlay h1, .video-overlay p{
	color: #fff;
}

.video-overlay p{
	text-align: left;
	font-size: 18px;
}

.nav-tabs {
    display: table;
    border-bottom: 0;
}

.nav-tabs>li.active>a{
	-webkit-transition: none 258ms ease-out;
    transition: none 258ms ease-out;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    border-color: #eee #eee transparent;
}

.nav-tabs>li.active::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #f90048;
}

.nav-tabs>li>a{
	margin-right: -1px;
    padding: 20px 50px;
    -webkit-transition: none 258ms ease-out;
    transition: none 258ms ease-out;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    color: #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    font-size: 18px;
}

.nav-tabs>li>a:hover {
    border-color: #e9e9e9;
    background-color: transparent;
}

.nav-tabs>li>a>p {
    font-size: 14px;
}

.tab-content {
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.table{
	margin:0;
}

.table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 13px 10px;
    border-top: 1px solid #e5e5e5;
}

.speaker-box{
	padding: 25px;
	background-color: #fff;
}

.price-details{
	list-style: none;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.price-details li{
	padding: 10px 0;
}

.ticket-wrapper{
	padding-top: 30px;
	padding-bottom: 40px;
	border: 1px solid #ededed;
}

.news{
	border-bottom: 3px solid #f90048;
}

.news h2{
	margin-top: 0px;
	margin-bottom: 0px;
}

.news p{
	margin-bottom: 0px;
}

.news-content{
	padding: 20px;
	border: 1px solid #ededed;
}

.news-header{
	margin-bottom: 10px;
}

.news-post-day{
	position: absolute;
    top: 12px;
    padding: 12px 18px;
    background: #f90048;
    color: #FFF;
    text-align: center;
}

.news-post-day .day{
	font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    display: block;
}

.news-post-day .month{
	font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.gradient{
	background: -webkit-gradient(linear,left top,right top,from(#f90048),to(#ff8922));
    background: -webkit-linear-gradient(left,#f90048,#ff8922);
    background: linear-gradient(90deg,#f90048,#ff8922);
    background-color: #f90048;
	padding: 50px 0;
}

.logo-container{
	height: 140px;
	line-height: 140px;
	float: left;
	position: relative;
	text-align: center;
}

.logo-container img{
	vertical-align:middle;
}
@media screen and (min-width: 768px){
	
	.main-navbar .mainMenu > li > a:focus{
		background: none;
	}
	#major-areas > li{
		line-height: 1.9;
	}	
}

@media screen and (max-width: 767px){

	.mainCaption h1{
		font-size: 48px;
	}

	.mainCaption p{
		font-size: 22px;
	}
}