/* ==================================================
   GENERAL
================================================== */
body{
	background: #F6F6F8;
	font-family: 'Lato', sans-serif;
	line-height: 25px;
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Lato', sans-serif;
}
.centered{
	margin-left: 28%;
}
h2{
	color: #3498db;
	font-size: 22px;
}
p.text-justify{
	text-align: justify;
	line-height: 35px;
}
.text-left{
	text-align: left; !important
}
.marginL20{
	margin-left: 20px;
}
.padding30{
	padding: 0px 30px 0px 30px;
}
a, a:hover{
	color: #fff;
}
.text-underline{
	text-decoration: underline;
}
.text-white{
	color: #fff !important;
}
.text-black{
	color: #000 !important;
}
.text-red{
	color: #F04124 !important;
}
.text-blue{
	color: #3498db;
}
.line-height35{
	line-height: 35px;
}
.link-white a{
	color: #fff;
}
.link-white a:hover{
	color: #000;
}
.bg-black{
	background: #2F3235;
}
.bg-black05{
	background: rgba(0, 0, 0, 0.5);
}
.bg-gray{
	background: #ecf0f1;
}
.bg-gray2{
	background: #7f8c8d;
}
.bg-white{
	background: #fff;
}
.bg-white05{
	background: rgba(255, 255, 255, 0.5);
}
.bg-blue{
	background: #3498db;
}
.bg-darkblue{
	background: #2C3E50;
}
.bg-orange{
	background: #e67e22;
}
.bg-green{
	background: #16a085;
}
.bg-green2{
	background: #27AE60;
}
.bg-purple{
	background: #8e44ad;
}
.img-circle{
	border: 4px solid #3498db;
}
.img-thumbnail{
	border-radius: 0;
}
.eb-thumb{
	width: 110px;
	height: 80px;
}
.label{
	border-radius: 0;
	font-weight: 400;
}
.label-primary{
	font-weight: 400;
	border-radius: 0;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	width: auto;
}
@media (max-width: 768px) {
	.label-primary{
		font-size: 20px;
	}
}
.label-success{
	font-weight: 400;
	border-radius: 0;
	font-size: 16px;	
}
.label-blu{
	background: #2c3e50;	
}
.label-custom{
	font-weight: 400;
	border-radius: 0;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	width: auto;
	padding: 15px 5px 15px 5px;
}
iframe{
	width: 100%;
}
.btn, .btn-primary, .btn-lg{
	border-radius: 0px;
	border: none;
}
.list-group{
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
}
.list-group-item, .list-group-item:first-child, .list-group-item:last-child{
	border-radius: 0px;
}
a.list-group-item:hover {
	z-index: 2;
	color: #fff;
	background-color: #3498db;
	border-color: #3498db;
}
.list-group-item{
	margin-top: 15px;
}
.bordered{
	border-color: 1px solid #000;
	background: rgba(0, 0, 0, 0.5);
}
.hr-white{
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 0px solid #fff;
}
.hr-blu{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 2px solid #3498db;
}
.hr-40{
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 0px solid #3498db;
}
.hr-border-50{
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0;
	border-top: 1px solid #34495e;	
}
.panel{
	background: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
}
.panel-default>.panel-heading{
	background: #2F3235;
}
.alert{
	font-size: 15px;
}
.fa-custom{
	position: relative;
	top: 5px;
	margin-right: 15px;
}



/* ==================================================
   NAV
================================================== */
.nav-pills>li>a {
	border-radius: 0px;
}
.nav>li>a{
	color: #fff;
	padding: 10px 25px;
}
.nav>li>a:hover{
	color: #27282D;
	background-color: #f6f6f8;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background-color: #f6f6f8;
	color: #27282D;
}
