@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:1200px) {
}







@media only screen and (max-width:992px) {
	.header__top-left ul li { margin-left:15px;}
	.header__top-left ul li span { display:none;}
	.header__top-left ul li a i  { margin-right:0px;}
	.slider-text {
  padding: 0 30px;
}
.slider-caption { width:100%;}
.slider-wrapper { width:100%;}
}




@media only screen and (max-width:768px) {
.footer-sec { padding:50px 0px}	
	.footer-sec h2 { margin-top:15px;}
.slider-text h1 {
	font-size: 28px;
	line-height: 40px;
}
.slider-text ul{margin-top:40px;}

}




@media only screen and (max-width:480px) {
	
	.header__top-right .social-title { display:none;}

	.logo a img { width:180px; height:auto;} 
	.navigationsection { margin-top:20px;}
}


@media only screen and (max-width:320px) {
}