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

}


/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	h1 {
		font-size: 37px;
	}
	
	#mainWrapper {
		font-size: 18px;
	}
	
	.galleryImages .images li { 
		width: 33.33333333333333%;
	}
	
	#topBar .socials {
		margin-left: 1%;
	}
		
	#rightSide {
		padding-top: 70px;
	}	
		
	#testimonial blockquote {
		font-size: 22px;
	}
		
	#intro .services li .name {
		font-size: 24px;
		bottom: 5px;
	}

	#footer {
		border-top-width: 6px;
	}
}

@media only screen and (max-width : 1125px) {
	#header .loginBar {
		right: 30px;
	}
	
	#topBar {
		padding-right: 15px;
	}
	
	#topBar .socials {
		display: block;
	}

			
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
	}
	
	#mainWrapper {
		padding-top: 153px;
	}
	
	body.scrolled #mainWrapper {
		padding-top: 124px;
	}
	
	#leftSide {
		float: none;
		width: auto;
	}
	
	#rightSide {
		float: none;
		width: auto;
		padding-top: 0;
	}
	
	#topBar .section {
		height: 119px;
	}
	
	#header .loginBar .name {
		font-size: 14px;
		margin-top: 9px;
	}
	
	#topBar .phone,#topBar .email {
		font-size: 14px;
	}
	
	#topBar .phone {
		right: 148px;
		top: 49px;
	}
	
	#topBar .email {
		top: 85px;
	}
	
	#topBar .socials {
		top: 50px;
	}
	
	#topBar .socials li {
		width: 25px;
		margin-left: 2px;
	}
	
	#navigation {
		font-size: 17px;
	}
	
	#navigation ul li {
		margin-left: 20px;
	}
	
	.galleryImages .images li { 
		width: 50%;
	}
	
	.loginBar .form-control {
		width: 127px;
	}
	
	body.scrolled #topBar .logo,
	#topBar .logo {
		width: 250px;
		top: 8px;
	}
	
	body.scrolled #topBar .logo {
		width: 224px;
		top: 0px;
	}
	
	body.scrolled #topBar .email {
		right: 263px;
		top: 49px;
	}
	
	#content .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#intro .services li .name {
		font-size: 20px;
	}
	
	#testimonial blockquote {
		font-size: 18px;
	}

		
} 

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	.section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	h1 {
		font-size: 30px;
	}
	
	#mainWrapper {
		padding-top: 0 !important;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	#navigation {
		display: none;
	}
	
	#header {
		position: static;
	}
	
	#topBar .section {
		position: static;
		height: auto;
	}
	
	#topBar {
		padding-top: 10px !important;
		padding-bottom: 10px;
		border-bottom: 3px solid #010066;
	}
	
	#topBar .email {
		-webkit-background-size: 1.6em;
		-moz-background-size: 1.6em;
		background-size: 1.6em;
		padding-left: 30px;
	}
	
	#topBar .section {
		position: static;
	}
	
	#topBar .logo {
		position: static;
		width: 240px !important;
		display: block;
		margin: 0 auto;
	}
	
	#menuBtn {
		display: block;
	}
	
	#topBar .socials {
		display: block;
		text-align: center;
	}
	
	#topBar .blockInMobile {
		display: block;
		text-align: center;
	}
	
	#topBar .email,
	#topBar .phone {
		position: static;
		font-size: 15px;
	}
	
	#topBar .socials {
		position: static;
		margin-top: 5px;
	}
	
	#topBar .logo {
		display: block;
		max-width: 240px;
		margin: 0 auto 12px;	
	}
	
	.galleryImages .images li { 
		width: 100%;
	}
	
	#intro .services li {
		width: 50%;
	}
	
	#leftSide  {
		padding-top: 10px;
	}
	
	
	#leftSide .logo {
		display: none;
		max-width: 300px;
		margin-bottom: 28px;
	}
	
	#topBar {
		position: static;
		height: auto !important;
	}
	
	#topBar .socials li {
		width: 28px;
		margin: 0 3px;
	}
	
	body.scrolled #topBar .section {
		height: auto;
	}

}
