
/* Large Screens (Desktop) */

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

}

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

}

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

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

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#mainWrapper {
		padding-top: 94px;
	}
	
	#header .section {
		height: 95px;
	}
	
	#header .logo {
		top: 6px;
		width: 240px;
	}
	
	#header #navigation {
		top: 70px;
		right: 0;
	}

	#header #navigation ul li ul {
		padding-top: 4px;
	}		

	#header #navigation ul li {
		margin-left: 27px;
	}
	
	#header #navigation ul li:after {
		left: -15px;
	}
	
	#header .socials {
		right: 0;
	}
	

}

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

}

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

}

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

}


/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header #navigation {
		right: 15px;
		top: 72px;
	}
	
	#header #navigation ul li {
		margin-left: 9px;
		font-size: 12px;
	}
	
	#header #navigation ul li:after {
		left: -6px;
	}
	
	#header .logo {
		left: 15px;
	}
	
	#header .socials {
		right: 15px;
	}
	
	#content .section {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	#blog .section {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#blog .articles li {
		width: 50%;
	}
	
	#testimonials {
		margin-bottom: 70px;
	}
	
	#news .image {
		display: block;
		margin: 0 auto 30px;
		height: 130px;
	}
	
	#news .readmore {
		margin-left: 0;
	}
	
	.imageText.alt .text {
		padding-right: 0;
	}
	
	#news .row h1 {
		text-align: center;		
	}
	
	#news .readmore {
		margin: 0 auto 30px;
	}

}

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

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

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}
	
	#mainWrapper {
		padding-top: 102px;
	}
	
	#header .section {
		height: 102px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header .logo {
		position: static;
		display: block;
		margin: 0 auto 10px;
	}
	
	#header .socials {
		position: static;
		text-align: center;
	}
	
	#header .socials li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
	}
	
	.linkBtns .linkBtn {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	#content .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#blog .articles li {
		width: 100%;
	}
	
	#blog .section {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#blog .articles li .desc {
		padding: 15px;
	}
	
	#intro h1 {
		font-size: 28.8px;
	}
	
	.imageText {
		display: block;
	}
	
	.imageText .image {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.imageText .image img {
	/*	height: 180px; */
	}
	
	.imageText .text {
		padding-left: 0;
	}
		
	.imageText.alt .image {
		left: 0;
	}
	
	.imageText.alt .text {
		left: 0;
	}
	
	#news {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
}

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

}

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

}
