@media only screen 
and (min-width: 320px) {

}

@media only screen 
and (min-width: 480px) {

}

@media only screen 
and (min-width: 768px) {

}

@media only screen 
and (min-width: 1024px) {

}

@media (min-width: 992px){
	section.navbar-header-wrapper>.container>.row>.col-md-3.cm1,section.navbar-header-wrapper>.container>.row>.col-md-3.cm2{
	    width: 30%;
	}
	section.navbar-header-wrapper>.container>.row>.col-md-6{
		width: 40%;
	}
}

@media only screen 
and (min-width: 1200px) {
	
}



@media only screen 
and (max-width: 1200px) {

}

@media only screen
and (max-width: 1024px){
	section.navbar-wrapper{
		display: none;
	}
}
@media only screen 
and (max-width: 992px) {

}

@media only screen 
and (max-width: 767px) {
	section.navbar-header-wrapper>.container>.row>.col-md-3.cm1 {
	    line-height: 6 !important;
	}
	section.navbar-header-wrapper>.container>.row>.col-md-3.cm2 {
	    text-align: left !important;
	    line-height: 11;
	    position: absolute;
	    top: 0;
	}
	section.navbar-header-wrapper>.container>.row>.col-md-3.cm2>span{
		font-size: 11px;
	}
	section.navbar-header-wrapper>.container>.row>.col-md-6{
		top: 50px;
	}
	#wowslider-container1 .ws-title{
		display: none !important;
	}
	section.banner-wrapper>.content-over{
		top: 20% !important;
	}
	section.slider-wrapper>.slider-logo>img{
		width: 25%;
	}
	section.portfolio-wrapper>.container>.row>.col-xs-6.col-sm-3{
		width: 100%;
	}
	section.portfolio-wrapper>.container>.row>.col-xs-6.col-sm-3>.portfolio-title>h3{
		bottom: 15px !important;
	}
	section.about-wrapper>.container>.row>.col-xs-6{
		width: 100%;
	}
	section.about-wrapper>.container2>.container2-content{
		padding: 50 !important;
	}
	section.about-wrapper>.container2>.container2-content>p{
		padding: 0 !important;
	}
	section.services-wrapper>.container>.row>.col-xs-6.col-sm-4{
		width: 100%;
	}
	section.banner-wrapper>.content-over>h2{
		font-size: 70px !important;
	}
	section.services-wrapper>.container>.row>.col-xs-6.col-sm-4{
		width: 100% !important;
	    margin-left: 0 !important;
	}
	section.services-wrapper>.container>.row{
	    margin-right: 0;
		margin-left: 0;
	}
	section.about-wrapper>.container>h3{
		padding: 0 !important;
	}
	section.about-wrapper>.container>p{
		padding: 0 !important;
	}
}

@media (max-width: 480px) {
	#wowslider-container1 .ws-title{
		font: 1.3em 'Bitter', serif !important;
		left: 0 !important;
		padding: 15px !important;
	}
}

@media only screen 
and (max-width: 375px) {

}

@media only screen 
and (max-width: 320px) {

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) 
{
	section.slider-wrapper>.slider-logo>img{
		width: 25%;
	}
	#wowslider-container1 .ws-title{
		display: none !important;
	}
	section.navbar-header-wrapper>.container>.row>.col-md-3.cm2 {
	    text-align: left !important;
	    line-height: 1 !important;
	    top: -205px !important;
	}
	section.banner-wrapper>.content-over>h2{
		font-size: 90px !important;
	}
	section.banner-wrapper>.content-over{
		top: 42% !important;
	}
	section.about-wrapper>.container>.row>.col-xs-6.col-md-4 {
		width: 100%;
	}
}
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1025px) {
	#wowslider-container1 .ws-title{
		display: none !important;
	}
	section.navbar-header-wrapper>.container>.row>.col-md-3.cm2{
		font-size: 11px !important;
	}
}