.news-container-for-all
{
    padding: 15px 15px 0px;
    margin-bottom: 0px;
    border: 1px solid #f1f1f1;
    background: #f7f7f7;
}

.featured-custom-news-box
{
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #FFF;
}

.mobile-nav-custom a.navbar-brand
{
    width: 50%;
}

.mobile-nav-custom a.navbar-brand img
{
    width: 150%;
}

.top-line ul.info-list li #google_translate_element a 
{
    color: #42A5C4;
}

hr 
{
	size: 3;
	background-color: #C59639;
}

.top-line
{
	background: #DB4535;
}

.navbar
{
	background: #42a5c4 !important; 
}

.form-inline input.form-control
{
	background: #148fb6;
	color: #FFF;
}

.form-inline input.form-control::-webkit-input-placeholder
{ 
    color: #FFF;
    opacity: 1;
}

.footer-widget ul.small-posts > li > a img
{
	height: 50px;
}

.header-banner-place a.navbar-brand
{
	padding-top : 0px;
}

.navbar-brand
{
	padding-top : 0px;
}

@media (min-width: 767px) 
{
	.large-image-post
	{
		height: 336px;
	}

	.image-post
	{
		height: 168px;
	}

	.more-from-news .thumb-post .post-image img
	{
		height: 102px;
	}

	.owl-carousel .item .news-post .post-image a img
	{
		height: 140px;
	}
}

@media(min-width:320px) and (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}