/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1569px) {


}

@media only screen and (max-width : 1359px) {


}

@media only screen and (max-width : 1119px){

	#menu-toptwo li.fa-phone a {
		font-size: 16px;
	}

}

@media only screen and (max-width : 1199px) {

	#menu-one,
	#menu-toptwo{
		white-space: nowrap;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

	.logo-box{
		text-align: center;
		margin-bottom: 15px;
	}

	body:not(.home) .main-heading h1{
		margin-top: 15%;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	footer .slogan-wrap {
		text-align: center;
		margin-bottom: 15px;
	}

	footer .tel-wrap{
		margin-top: 15px;
		text-align: center;
	}

	.page .flexslider {
		margin-top: 30px;
	}
	
	#menu-one,
	#menu-toptwo{
		white-space: inherit;
	}


	.adr{
		display: none;
	}

	.toggle-mnu {
		margin: 0;
		display: block;
		width: 28px;
		height: 28px;
		z-index: 99;
		position: absolute;
		right: 30px;
		top: -50px;
	}

	.toggle-mnu span {
		position: relative;
		display: block;
	}

	.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
		width: 100%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all .3s;
		transition: all .3s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

	.toggle-mnu span:after, .toggle-mnu span:before {
		content: "";
		position: absolute;
		left: 0;
		top: 9px;
	}


	.toggle-mnu span:after {
		top: 18px;
	}

	.toggle-mnu.on {
		margin: 0 auto;
		display: block;
		width: 28px;
		height: 28px;
		z-index: 99;
		position: absolute;
		right: 0px;
		left: 0;
		top: -50px;
		z-index: 20;
	}

	.toggle-mnu.on span {
		background-color: transparent;
	}

	.toggle-mnu.on span:before {
		-webkit-transform: rotate(45deg) translate(-1px,0);
		-ms-transform: rotate(45deg) translate(-1px,0);
		transform: rotate(45deg) translate(-1px,0);
	}

	.toggle-mnu.on span:after {
		-webkit-transform: rotate(-45deg) translate(6px,-7px);
		-ms-transform: rotate(-45deg) translate(6px,-7px);
		transform: rotate(-45deg) translate(6px,-7px);
	}

	header .nav {
		float: none;
		display: none;
		clear: both;
	}

	header .nav.active{
		display: block;
		position: absolute;
		background: rgba(2, 2, 2, 0.77);
		left: 0;
		right: 0;
		top: -100px;
		bottom: 0;
		height: 100vh;
		z-index: 10;
		padding-top: 150px;
	}


	#menu-one {
		margin: 0;
		padding: 0;
		list-style: none;
		float: none;
	}

	#menu-one > li {
		width: 100%;
		text-align: center;
	}

	#menu-one > li + li {
		margin-left: 0;
		margin-top: 10px;
	}

	#menu-one > li:first-child > a {
		padding-left: 15px;
	}

	#menu-one li .sub-menu {
		position: relative;
		left: 0;
		top: 0;
		margin: 20px 0 10px;
	}

	#menu-toptwo{
		text-align: center;
	}







}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 699px) {



}

@media only screen and (max-width : 569px) {


}

@media only screen and (max-width : 489px) {

	#menu-toptwo{
		display: none;
		visibility: hidden;
	}

	body:not(.home) .main-heading h1{
		margin-top: 20%;
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 40px;
	}

	body:not(.home) .main-heading{
		padding-bottom: 1%;
		min-height: inherit;
	}

}

@media only screen and (max-width : 369px) {
	

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}