/* 1199 */

@media screen and (max-width: 1199.5px) {
	.menu-header ul li a{
		padding:0px;
		font-size: 90%;
	}
	.site-banner img{
		height: auto;
	}
	.row-custom-50{
		margin:0px -12px;
	}
	.row-custom-50 .col-custom-50{
		padding:0px 12px;
	}
}

/* 991 */

@media screen and (max-width: 991.5px) {
	.menu-header{
		display: none;
	}
	.items-services .content h3{
		font-size: 100%;
	}
	.items-news-2 .content p{
		display: none;
	}
	.itemw-news .content{
		padding:10px;
	}
}

/* 767 */

@media screen and (max-width: 767.5px) {
	.header .form,
	.header .icon{
		display: none;
	}
	.title-main .heading{
		font-size: 150%;
	}
	.contact .items{
		margin-bottom: 10px;
	}
	.site-news .btn{
		margin-top: 20px !important;
	}
	.items-news-2 .content{
		padding-left: 10px;
	}
	.site-news{
		padding-top: 0;
	}
	.order-2-mb{
		order: 2;
	}
	.widget-content,
	.widget{
		margin: 20px 0;
	}
	.site-bvlq .itemw-news .content h3 a,
	.site-bvlq .itemw-news .content span{
		font-size: 100%;
	}
	.site-bvlq .itemw-news .content p{
		display: none;
	}
	.page-archive-news .pd-right-custom{
		padding-right: 0;
	}
	.the_content h1, .the_content h2{
		text-align: left;
		font-size: 150%;
	}
	.the_content h3{
		font-size: 120%;
	}
	.header .logo img{
		    max-width: 70px;
	}
	.site-banner img{
		height:250px;
	}
	
}

