body{
	font-family: 'Open Sans', sans-serif;
	background:#514c49;
	color:#333;
}


.sticky-top {
    z-index: 999;
}

.btn-warning{background:#d39e00!important;}

a{color:#203ebe;}

p{font-size:16px; line-height: 1.5!important;}

h1,h2,h3,h4,h5,h6{
	color:#333;
}

/*HEADER*/
.dailies-header{background:#29456d;}
.navbar-brand a{display:block;}
.navbar-brand img{/*width:204px;*/}
.fa-bars{color:#fff; font-size: 32px;}

/*Days Nav*/
.navbar ul.nav-day li{margin-left:5px;}


/*SPONSORS*/
.sponsors{background:#fff;}
.sponsors ul.sponsor-list{margin:0;}
.sponsors ul.sponsor-list li{vertical-align:top;}
.sponsors ul.sponsor-list li p{font-size:12px; margin-bottom:10px;}

/*ARTICLE*/
.article-wrap{background:#312e2c;}
.article-div article{background:#fff; min-height: 600px;}
	.article-div article.article-dark{background:#312e2c; color:#fff}
	.article-div article.article-dark .article-title{color:#fff!important;}
	.article-div article.article-dark a{color:#35a1fe!important;}
.article-title{font-family: 'Open Sans', sans-serif; font-size:32px; font-weight:bold;}
.article-author{font-size:14px; color:#999;}

.image-caption{display:block; text-align:center; font-size:10px; padding-top:5px;}

/*ADS*/
.adbar{max-height: 600px;}
.special-ad a{display:none;}
	.special-ad a.sp-ad{display:block;}


/*QUOTE*/
.quote{padding:15px; font-style:italic; background:#fffde0; color:#000; overflow:hidden;}
/*.last-quote{border:0; padding-bottom:0;}*/
.speaker-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
	.speaker-right ul {
		list-style: none;
		margin: 0;
	}
	.speaker-right ul li {
		margin: 0;
		padding: 0;
		display: inline-block;
		width: 150px;
		vertical-align: top;
	}
	.speaker-right ul li label {
		display: block;
		font-size: 10px;
		line-height: 12px;
		margin-top: 5px;
		font-weight: normal;
		font-style: italic;
		text-align: center;
	}

/*TEAM*/
.team{background:#000; text-align:center;}
.team-title{font-family: 'Open Sans', sans-serif; font-size:24px; font-weight:bold; color:#fff;}
.team ul li{vertical-align:top; text-align:center; margin-left:10px;}
.team label{display:block; color:#ddd; font-size:12px;}

ul,ol{font-size:14px; line-height:24px;}

ul.normal-list li{list-style-type: disc;}
	ul.normal-list li>ul li{list-style-type: circle;}

.pt-6{padding-top: 5.5rem!important;}

/*COLORS*/
.blue{color:#003366;}
.bg-dark{background:#000!important;}
.bg-white{background:#fff;}
.txt-red{color:#be2020;}

.oswald{font-family: 'Oswald', sans-serif;}

.btn-danger{background:#be2020;}
.btn-primary{background:#005ba9; border:#005ba9;}
.btn{border-radius: 0.5rem!important; color:#fff!important; border:0;}

/*LIGHTBOX*/
.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	outline: none;
	display: block;
}	



@media (max-width: 991px) {

}

@media (max-width: 768px) {
	/*.adbar{display:none;}*/
	.container{padding:0!important;}
	.navbar ul.nav-day li{margin-left:5px!important;}
	.article-div article{min-height: auto;}
}

@media (max-width: 425px) {
	h1{font-size:24px!important; line-height:30px;}
	.headbar img{width:22px;}
	
	.fa-bars{font-size: 20px!important;}
	
	.navbar-brand{margin-right: auto;}
		
		.navbar ul.nav-day li .btn{font-size:12px!important; padding:5px!important;}
		
	.speaker-right ul li {width: 100px;}
		.speaker-right ul li img{width: 100px;}
		
	.team ul li img{width:60px;}
	
	.sponsors ul li{vertical-align:top; width:100px;}
		.sponsors ul li img{width:100%;}
	
}
@media (max-width: 320px) {
	.sponsors ul li{vertical-align:top; width:80px;}
	.navbar ul.nav-day li .btn{font-size:10px!important; padding:5px!important;}
}