
/* Large Screens (Desktop) */

@media only screen and (max-width : 1440px) {
	#contactUs:before,
	#gallery:after {
		-webkit-mask-size: 1440px 100%;
		mask-size: 1440px 100%;
	}

}

@media only screen and (max-width : 1370px) {
	#footer .top .logo {
		margin-left: 0;
	}

	#footer .top .exceedingLogo {
		margin-right: 0;
		width: 310px;
	}

	#footer .top .logo {
		width: 320px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

	#header #navi {
		padding-left: 17px;
	}

	#header #navi ul li {
		margin-right: 16px;
	}

	#header .enquireNow {
		padding-left: 17px;
		padding-right: 17px;
	}

	#intro .heading {
		font-size: 39.84px;
	}

	#intro .textImage .text {
		width: 500px;
		margin-top: 0;
	}

	#intro .textImage .image {
		width: 450px;
	}

	.mainTitle {
		font-size: 55px;
	}

	#footer .top .exceedingLogo {
		width: 250px;
	}

	#footer .top .logo {
		width: 300px;
	}

	#footer .top .contacts {
		margin-left: 60px;
	}

	#footer .top .contacts ul li {
		margin-bottom: 7px;
	}
	
}

@media only screen and (max-width : 1120px) {
	#contactUs .leftBg,
	#contactUs .rightBg {
		left: -150px;
		right: -150px;
	}

}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header .logo {
		width: 410px;
		margin-bottom: 10px;
	}

	#header #navi {
		font-size: 14px;
	}

	#header #navi ul li {
		margin-right: 8px;
	}

	#header #navi ul li ul {
		padding-top: 15px;
	}

	#header .enquireNow {
		padding: 15px 12px;
	}
	
	#banner {
		margin-bottom: 0;
	}
	
	#content .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#intro .textImage .text {
		width: 375px;
	}

	#intro .textImage .image {
		width: 325px;
	}

	.mainTitle {
		font-size: 45px;
	}

	#footer .top .exceedingLogo {
		width: 180px;
	}

	#footer .top .logo {
		width: 170px;
	}

	#footer .top .contacts {
		margin-left: 33px;
		background-size: 115px;
		padding-bottom: 60px;
	}

	#footer #links ul li {
		margin-right: 13px;
	}

	#footer #links ul li:last-child {
		margin-right: 0;
	}
	
}

/* Extra Small Screens */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}

	#header {
		position: relative;
		padding-top: 13.5vw;
	}

	#header .section {
		position: static;
	}

	#header #navi {
		padding: 0;
	}

	#header #navi #navigation {
		display: none;
	}

	#header .enquireNow {
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}

	#header .logo {
		width: 70vw;
		margin-bottom: 6vw;
	}
	
	#intro .heading {
		padding-left: 0;
		padding-right: 0;
	}

	#intro .heading:before {
		opacity: 0.2;
		z-index: -1;
		top: 0.3em;
		left: -0.5em;
	}

	#intro .heading:after {
		opacity: 0.2;
		z-index: -1;
		right: -0.5em;
	}

	#content .section {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	#intro .textImage .image {
		float: none;
		width: auto;
		max-width: 350px;
		margin: 0 auto 30px;
	}

	#intro .textImage .text {
		float: none;
		width: auto;
		text-align: center;
	}

	#contactUs .form .fields .left, #contactUs .form .fields .right {
		float: none;
		width: auto;
	}

	.mainTitle {
		font-size: 45px;
	}

	#contactUs {
		margin-top: 20px;
	}

	#contactUs .section {
		padding-bottom: 80px;
	}

	#contactUs .form .fields .top {
		margin-bottom: 0;
	}

	#contactUs:before {
		height: 75px;
		top: -74px;
	}

	#contactUs .leftBg, #contactUs .rightBg {
		opacity: 0.2;
	}

	.mainTitle {
		margin-bottom: 25px;
	}

	#gallery .section {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	
	#gallery:before {
		top: -44px;
	}

	#gallery .images li:nth-child(6n+1), #gallery .images li:nth-child(6n+6) {
		width: 100%;
	}

	#gallery .images li {
		width: 50%;
	}
	
	#footer .top .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top: 30px;
	}

	#footer .top .logo {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		width: 220px;
		margin-bottom: 30px;
	}

	#footer .top .exceedingLogo {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 205px;
		margin: 0 auto;
	}

	#footer .top .contacts {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: auto;
		margin-left: 0;
		padding-bottom: 90px;
		background-size: 150px;
	}

	#footer .copyright {
		float: none;
		text-align: center;
	}

	#footer #links {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	#footer #links ul li {
		float: none;
		display: inline-block;
		margin: 0 5px;
	}

	#footer .bottom .section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	
}

@media only screen and (max-width : 478px) { 

}

@media only screen and (max-width : 400px) { 
	
}