

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#topNavi ul li {
		margin-left: 20px;
	}
	
	#slider .slides li .section {
		padding-top: 33px;
		height: 415px;
	}
	
	#slider .slides li .overlay {
		font-size: 13px;
	}
	
	#footer .left {
		width: 350px;
	}
	
	#footer .right {
		width: 298px;
	}
	
	#footer .middle {
		margin-left: 10px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#topNavi {
		text-align: center;
	}
	
	#topNavi .section {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#topNavi ul {
		float: none;
		display: inline-block;
	}
	
	#topNavi ul li {
		margin: 0 15px;
	}
	
	#topNavi .links {
		float: none;
		display: inline-block;
	}
	
	#topNavi .links li {
		margin: 0 5px;
	}
	
	#topNavi .links li a {
		font-size: 15px;	
		line-height: 40px;
	}
		
	#slider .slides li .section {
		height: 360px;
	}
	
	#slider .slides li .overlay {
		font-size: 11px;
	}
	
	#services ul li {
		width: 50%;
	}
	
	#footer .section {
		padding-top: 55px;
	}
	
	#footer .left {
		float: none;
		width: auto;
	}
	
	#footer .left .logo {
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer .copyright {
		text-align: center;
		padding-top: 30px;
	}
	

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	h1 {
		text-align: center;
	}
	
	#mainWrapper {
		padding-top: 131px !important;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
	}
	
	#headerWrapper {
		padding-top: 0;
	}
	
	#header .section {
		height: 132px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		transition: none;
	}
	
	body.scrolled #header .section {
		height: auto;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header .logo {
		float: none;
		margin: 0 auto;
		width: 140px !important;
	}
	
	body.scrolled #header .logo {
		margin-top: 0;
	}
	
	#header .contact {
		float: none;
		font-size: 12px;
		margin-top: 10px !important;
		display: inline-block;
	}
		
	#header .contact .email {
		font-size: 10px;
	}
	
	#header .contact {
		font-size: 8px;
	}
	
	#topNavi .section {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#topNavi #navigation {
		display: none;
	}
	
	#topNavi .links {
		display: block;
		margin: 0 auto;
	}
	
	#topNavi .links li {
		float: none;
		display: inline-block;
		margin: 5px 0;
		width: 220px;
	}
		
	#topNavi .links li a {
		display: block;
	}
	
	#slider {
		display: none;
	}
	
	#slider .slides li .section {
		padding-top: 18px;
		height: 250px;
	}
	
	#slider .slides li .overlay {
		font-size: 8px;
		display: none;
	}
	
	#banner {
		display: block !important;
	}
	
	.underlay {
		display: none;
		left: 2px;
		bottom: -1px;
		left: 0;
		width: 100%;
	}

	.underlay p {
		margin: 0 0 1px;
		background: url(../images/trans01.png);
	    font-size: 20px;
		width: auto;
		color: #fff;
		text-align: center;
		line-height: 1.6;
		padding: 8px 0;
		font-weight: bold;
	}
	.underlay p span {
		font-size: 23px!important;
	}
	#content .section,
	#services .section	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
		
	#services ul li .desc {
		text-align: left;
	}
	
	#footer .section {
		padding-bottom: 60px;
	}
	
	#footer .copyright span {
		display: none;
	}
	
	#footer .middle {
		float: none;
		width: auto;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	#footer .right {
		float: none;
		width: auto;
	}
	
	#footer .right .phone {
		font-size: 23px;
	}
	
	#footer .left .logo {
		margin-bottom: 30px;
	}
	
}

@media only screen and (max-width : 500px) {
	
	#services ul {
		margin-left: 0;
	}
	
	#services ul li {
		display: block;
		padding-left: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	
	#services ul li .desc {
		text-align: center;
	}

}

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

}
