

/* Large Screens (Desktop) */

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

}

@media only screen and (max-width : 1340px) {
	#header .section,
	#content .section {
		max-width: 1170px;
	}
	
	#mainWrapper {
		padding-top: 158px;
	}
	
	#header .section {
		height: 158px;
	}
	
	#header .logoAlt {
		top: 5px;
		width: 179px;
	}
	
	#header #navigation ul li {
		margin-left: 16px;
		margin-right: 16px;
	}
	
	#header #navigation ul li.Current a:before,  
	#header #navigation ul li.Parent a:before,  
	#header #navigation ul li:hover a:before {
		left: -14px;
		right: -14px;
	}
	
	#intro {
		padding-right: 486px;
	}

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section,
	#header .section,
	#content .section	{
		max-width: 970px;
	}
	
	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 124px;
	}
	
	#header .section,
	body.scrolled #header .section {
		height: 129px;
	}
	
	#header #navigation ul li {
		margin-left: 11px;
		margin-right: 11px;
	}
	
	#header #navigation ul li.Current a:before,  
	#header #navigation ul li.Parent a:before,  
	#header #navigation ul li:hover a:before {
		left: -10px;
		right: -10px;
	}
	
	#header .logoAlt,
	body.scrolled #header .logoAlt {
	  width: 135px;
	  top: 4px;
	}
	
	#intro {
		padding-right: 282px;
	}
	
	#content .section {
		padding-top: 45px;
	}
	
	#blog .mainHeading {
		font-size: 40px;
	}

	
}

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

}


/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section,
	#header .section,
	#content .section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#mainWrapper, 
	body.scrolled #mainWrapper {
		padding-top: 128px;
	}
		
	#header .logoAlt,
	body.scrolled #header .logoAlt {
	  width: 135px;
	  top: 4px;
	}

	
	#header #navigation ul {
		margin-right: 7px;
	}
	
	#header #navigation ul li {
		font-size: 16px;
	}
	
	#header #navigation li ul {
		margin-left: -11px;
	}
	
	#header .socials {
		right: 15px;
	}
	
	#header .contacts {
		right: 15px;
	}
	
	#header .contacts li {
		font-size: 16px;
		margin-bottom: 7px;
	}
		
	#intro .links {
		font-size: 11px;
	}
	
	#content .section {
		padding-top: 25px;
	}
	
	#intro .image {
		left: 440px;
	}
	
	#blog .section {
		padding-top: 30px;
	}
	
	#blog .mainHeading {
		font-size: 36px;
	}
	
	#blog .articles {
		margin-left: -7px;
		margin-right: -7px;
	}
	
	#blog .articles li {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	#blog .articles li .desc {
		padding: 20px 15px;
	}
	
	#blog .articles li .desc .meta .postDate {
		display: block;
		margin-top: 8px;
	}
	
	#blog .articles li .desc .title {
		font-size: 20px;
	}
	
	#intro {
		min-height: 1px;
	}
	
	#familyForm {
		padding-left: 0;
		padding-right: 0;
	}
			
	#footer .bottom .copyright {
		left: 15px;
	}
	
	#footer .bottom .followUs {
		right: 15px;
	}
	
	#footer .bottom .followUs span {
		float: none;
		display: block;
		font-size: 25px;
		margin-right: 0;
		text-align: center;
	}


}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}
	
	#mainWrapper {
		padding-top: 0 !important;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	.heading {
		font-size: 40px;
	}
	
	#header {
		position: static;
		border-top: 2px solid #429d6c;
		border-bottom: 4px solid #429d6c;
	}
	
	#header .section {
		height: auto !important;
		padding-top: 10px;
		padding-bottom: 3px;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header .logoAlt {
		position: static;
		display: block;
		margin: 0 auto 10px;
	}
	
	#header .contacts {
		position: static;
	}
	
	#header .contacts li {
		text-align: center;
		margin-bottom: 6px;
	}
	
	#intro {
		padding-right: 0;
		text-align: center;
	}
	
	#intro .image {
		display: none;
	}
	
	#intro .links {
		margin: 0;
	}
	
	#intro .links li {
		margin: 5px;
	}
	
	#blog .articles {
		margin-bottom: 0;
	}
	
	#blog .articles li {
		float: none;
		width: auto;
		text-align: center;
	}
	
	#blog .mainHeading {
		font-size: 30px;		
	}
	
	#blog .articles li .view {
		text-align: center;
	}
	
	#blog .readmore {
		width: 200px;
	}
	
	#footer .top .section {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#footer .top #links ul li {
		margin: 25px 0;
		display: block;
	}

	#footer .bottom .copyright {
		position: static;
		text-align: center;
	}
	
	#footer .bottom .section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#footer .bottom .logo {
		width: 200px;
		margin-bottom: 30px;
	}
	
	#footer .bottom .followUs {
		position: static;
		text-align: center;
		margin-bottom: 30px;
	}
	
	#footer .bottom .followUs span {
		margin-bottom: 15px;
		font-size: 25px;
	}
	
	#footer .bottom .followUs ul {
		float: none;
	}
	
	#footer .bottom .followUs ul li {
		float: none;
		display: inline-block;
		margin: 0 -4px 0 0;
		padding: 0 5px;
		vertical-align: top;
	}

}

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

}

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

}

