@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 only screen 
and (min-width: 1200px) {
	
}



@media only screen 
and (max-width: 1200px) {

}

@media only screen 
and (max-width: 992px) {

}

@media only screen 
and (max-width: 767px) {
	section.slider-wrapper>.slider-logo>img{
		width: 25%;
	}
	section.section1-wrapper>.container>.row>.col-xs-6,section.section2-wrapper>.container>.row>.col-xs-6,section.section3-wrapper>.container>.row>.col-xs-6,section.section4-wrapper>.container>.row>.col-xs-6 {
		width: 100%;
	    margin-bottom: 15px;
	}
	section.section1-wrapper>.container>.row>.col-xs-6>h2,section.section2-wrapper>.container>.row>.col-xs-6>h2,section.section3-wrapper>.container>.row>.col-xs-6>h2,section.section4-wrapper>.container>.row>.col-xs-6>h2{
		font-size: 50px !important;
	}
	section.section1-wrapper,section.section2-wrapper,section.section3-wrapper,section.section4-wrapper{
		padding: 10px 0 !important;
	}
}
@media only screen 
and (max-width: 767px){

}

@media (max-width: 480px) {

}

@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 : 1024px) 
{
	section.slider-wrapper>.slider-logo>img{
		width: 25%;
	}
	section.section1-wrapper>.container>.row>.col-xs-6,section.section2-wrapper>.container>.row>.col-xs-6,section.section3-wrapper>.container>.row>.col-xs-6,section.section4-wrapper>.container>.row>.col-xs-6 {
	    width: 50%;
	    margin-top: 100px;
	}
	section.section1-wrapper,section.section2-wrapper,section.section3-wrapper,section.section4-wrapper{
		padding: 0 !important;
	}
	section.section1-wrapper>.container>.row,section.section2-wrapper>.container>.row,section.section3-wrapper>.container>.row,section.section4-wrapper>.container>.row {
	    margin-top: -60px;
	}
}