/*
	Navbar 
*/
/*
.navbar-brand 
{
    width: 220px !important;
    height: 90px !important;
}
*/

.header-logo a:hover
{

}

/*
	News Share Social Icons
*/
.news-share-social li a .fa
{
	font-size: 20px;
}


/*
	Poll Form
*/
#website_poll .form-group
{
	margin: 0px;
}

#website_poll h3
{
	font-size: 15px;
    line-height: 20px;
}

/*Custom Caruosel*/
.cus-carousel .item img
{
  display: block;
  width: 100%;
  height: auto;
}

.banner-outer .carousel-caption 
{
	background-color: rgba(231,76,60,0.8);
	padding-left: 5px;
}

.carousel-caption p, .carousel-caption h3
{
	/*text-shadow: 2px 2px #000;*/
	background-color: rgba(231,76,60,0.9);
    padding-left: 5px;
    color: #FFF !important;
}

.carousel-caption
{
	bottom: 0px;
}

.carousel-caption p
{
	font-size: 15px;
}

.box img{
	width: 100%; height: 100%;
}

.adress a{
	color: #bbb;
}
.adress a:hover{
	color: #e74c3c;
}

/*.social li a {
	color: #fff;
}
*/
.copyrights a{
	color: #fff;
}
.more-news p{
	border: 1px solid #bbb;
    color: #bbb;
    padding: 4px 4px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    margin: 12px 2px 2px;
    cursor: pointer;
}
.more-news p:hover{
	color: #e74c3c;
	border-color: #e74c3c;
}

.error-info img{
	width: 40%; height: 40%;
}
.error-info {
	padding-bottom: 20px;
}
.error-info a:hover{
	color: #e74c3c;
	}

.f-social ul li a 
{
    color: #e74c3c;
    border-color: #e74c3c;
}

.news-share-social li a i.fa-facebook
{
	border-color: #365899;
}

.news-share-social li a i
{
	padding: unset !important;
}

.news-share-social li a
{
	height: 30px !important; 
}



@media(max-width: 768px)
{
	.error-info img
	{
		width: 100%;
		height: 100%; 
	}

	.mobile-logo img
	{
		width: 150px !important;
	}
}


