
/* Large Screens (Desktops) */

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}	
}

@media only screen and (max-width : 1279px) {
	.section {
		max-width: 990px;
	}
		
	#header .logo {
		width: 265px;
		margin-top: 58px;
	}

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
	}
	
	#header {
		height: 170px;
	}
		
	#header .contact {
		font-size: 14px;
	}
	
	#header .logo {
		margin-top: 46px;
	}	

	#navigation {
		top: 135px;
	}

		
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	body {
		background: #fff;
	}
	
	#header {
		height: auto;
		padding: 15px 0 10px;
		border-bottom: 3px solid #0f5177;
	}
	
	#header .contact {
		position: static;
		background: none;
	}
	
	#header .contact .bg {
		display: none;
	}
	
	#header .contact {
		font-size: 12px;
	}
	
	#header .contact:after {
		display: none;
	}
	
	#header .contact ul {
		color: #a6a6a6;	
		padding: 0;
		height: auto;
		margin-bottom: 8px;
	}
	
	#header .contact ul:last-child {
		margin-bottom: 0;
	}
	
	#header .contact ul li:after {
		display: none;
	}
	
	#header .logo {
		display: block;
		margin: 0 auto 10px;
		float: none;
		width: 238px;
	}
	
	#header .contact ul li.name,
	#header .contact ul li.email {
		min-width: 1px;
		text-align: center;
	}
	
	#header .contact ul li.name {
		font-weight: bold;
	}
	
	#menuBtn {
		display: block;
	}
	
	#slider {
		border-bottom: 2px solid #0f5177;
	}
	
	#navigation {
		display: none;
	}
	
	#header .contact {
		padding: 0;
		height: auto;
	}
	
	#header .contact ul li {
		float: none;
		text-align: center;
	}
	
	#content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#intro .left,
	#intro .right {
		float: none;
		width: auto;
	}
	
	#intro .left {
		margin-bottom: 30px;		
	}
}

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

}

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

	
}