/*=== Responsive Style Sheet ===*/
@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 1170px){



	.banner-section{
		height: auto;
		text-align: center;
		padding: 0;
	}


	.banner-section h1 br{
		display: none;
	}

	.banner-section .theme-btn{
		margin: 0 10px;
	}

	.banner-section .image-layer,
	.banner-section .image-box{
		position: relative;
		height: 600px;
		width: 100%;
		left: 0;
		background-size: cover;
		background-position: center top;
	}


}

@media only screen and (max-width: 1023px){

	.main-header{
		border-bottom: 1px solid #dddddd;
	}

	.main-header .outer-box .theme-btn{
		display: none;
	}

	.mobile-nav-toggler{
		display: block;
	}

	.main-header .main-box{
		padding: 10px 0;
	}

	.main-header .logo img{
		max-width: 120px;
	}
}

@media only screen and (max-width: 767px){
	.banner-section h1{
		margin-bottom: 20px;
	}

	.banner-section p{
		margin-bottom: 30px;
	}

	.banner-section .image-layer,
	.banner-section .image-box{
		height: 300px;
	}

}

@media only screen and (max-width: 599px){

	.banner-section h1{
		font-size: 42px;
		line-height: 1em;
	}

	.coming-soon .text{
		font-size: 15px;
		line-height: 24px;
		padding: 0 15px;
	}

	.coming-soon .text br{
		display: none;
	}


	.coming-soon .content .content-inner{
		padding: 50px 0;
	}

	.coming-soon .anim-icons{
		display: none;
	}

}

@media only screen and (max-width: 424px){

	.banner-section .theme-btn{
		max-width: 80%;
		width: 100%;
		margin: 0 auto 10px;
	}

}

