/*==================================================
				Bootstrap media queries
===================================================*/

/* large devices (DeslTop & LapTop)*/
@media (min-width: 1200px){

	/*It's ok*/
}



/* Medium devices (medium DeslTop & landscape tablet)*/
@media (min-width:992px) and (max-width:1199px ){
	/*mobile menu*/
	.navbar{
		background: rgba(0,0,0,0.7);
		padding: 0;
	}
	.navbar-nav{
		float: left;
	}
	.vesco-nav-wrapper{
		padding: 0;
	}
}



/*  small devices (landscape phone & portrait tablet))*/
@media (min-width:768px) and (max-width:991px){
	/*mobile menu*/
	.navbar{
		background: rgba(0,0,0,0.7);
		padding: 0;
	}
	.navbar-nav{
		float: left;
	}
	.vesco-nav-wrapper{
		padding: 0;
	}
	/*About- remove diagonal border*/
	#about-bg-diagonal{
		border-left: 0;
		border-top: 0;
		width: 100%;
		height: 350px;
	}
	#about-content-box{
		width: 100px;
		height: 350px;
	}
	.stats-item{
		padding: 20px 0;
	}
	/* footer*/
	#footer-copyrights{
		text-align: center;
	}
}




/* extra small devices (landscape phone & portrait tablet)*/
@media (max-width: 767px){
	/*mobile menu*/
	.navbar{
		background: rgba(0,0,0,0.7);
		padding: 0;
	}
	.navbar-nav{
		float: left;
	}
	.vesco-nav-wrapper{
		padding: 0;
	}
	/* home*/
	#home-heading h3{
		font-size: 24px;
	}
	/* Buttons*/
	.btn-general{
		padding: 6px 22px 6px 22px;
		font-size:14px;
	}
	/*About- remove diagonal border*/
	#about-bg-diagonal{
		border-left: 0;
		border-top: 0;
		width: 100%;
		height: 350px;
	}
	#about-content-box{
		width: 100px;
		height: 350px;
	}
	.stats-item{
		padding: 20px 0;
	}
	/*work*/
	.img-wrapper img{
		min-width: 100%;
	}
	/*testomnial*/
	.testimonial blockquote{
		padding: 6px 50px;
	}
	.testimonial blockquote:before{
		left: 10px;
	}
	.testimonial blockquote:after{
		right: 10px;
	}
	.testimonial blockquote p{
		font-size: 14px;
	}
	.stats-item{
		padding: 20px 0;
	}
}





/* extra small devices (smaller device)*/
@media (max-width: 480px){
	/*it's ok*/
}





/* extra small devices (smaller device)*/
@media (max-width: 320px){
	/* services*/
	.service-item-icon{
		width:58px;
		height:58px;
		padding:7px;
	}
	.service-item-tittle h3{
		font-size: 17px;
	}
	/* about*/
	#about-content-box{
		margin-top:40px;
	}
	/*testomnial*/
	.testimonial img{
		max-width: 80px;
	}
	.testimonial blockquote{
		padding: 6px 30px;
	}
	.testimonial blockquote:before{
		left: 7px;
	}
	.testimonial blockquote:after{
		right: 7px;
	}
}



