

/* Large Screens (Desktops) */

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


}

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

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#mainWrapper {
		padding-top: 179px;
	}
	
	#header .section {
		height: 179px;
	}
	
	#header .logo1 {
		width: 154px;
	}
	
	#header .logo2 {
		width: 277px;
		margin-left: -138.5px;
	}
	
	#header #navigation {
		top: 152px;
	}
	
	#header #navigation ul li {
		margin-left: 16px;
	}
		
	#footer .logo {
		float: none;
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	
	#footer .copyright {
		padding-left: 0;
		margin-top: 0;
		padding-top: 30px;
	}
}

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

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#mainWrapper {
		padding-top: 152px;
	}
	
	#header .section {
		height: 152px;
	}
	
	#header .logo1 {
		width: 130px;
	}
	
	#header .logo2 {
		width: 229px;
	}
	
	body.scrolling #header .logo1 {
		width: 102px;
	}
	
	#header #navigation {
		top: 129px;
		right: 21px;
	}
	
	#header #navigation ul li {
		font-size: 12px;
	}
	
	#slider .slides li .overlay .text {
		font-size: 23px;
	}
	
	#content {
		border-top-width: 10px;
	}
	
	#gallery {
		border-bottom-width: 10px;
	}
		
	#testimonials .slides {
		padding-left: 30px;
		padding-right: 30px;
	}
		
	#links ul li {
		padding-left: 22px;
		padding-right: 22px;
	}

	#footer .links {
		margin-left: 131px;
	}

	#footer .info.contact {
		text-align: right;
		margin-left: 150px;
		padding-top: 20px;
	}
	
	#footer .storyPark {
		margin-right: 160px;
		padding-top: 20px;
	}

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#header #navigation {
		display: none;
	}	
	
	#menuBtn {
		display: block;
	}
	
	body.scrolling #mainWrapper,
	#mainWrapper {
		padding-top: 0;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	#header {
		position: static;
		border-bottom: 3px solid #b9db7d;
	}
	
	body.scrolling #header .section,
	#header .section {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	body.scrolling #header .logo1,
	#header .logo1 {
		float: none;
		width: 130px;
		display: block;
		margin: 0 auto 10px;
	}
	
	#mainWrapper.mm-slideout {
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
	}
	
	#header .logo2 {
		display: none;
	}
	
	#header .socials {
		float: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#header .contacts {
		float: none;
		text-align: center;
		margin: 0;
	}
	
	#header .contacts li {
		display: inline-block;
		margin: 0 5px;
	}
	
	#slider .slides li .overlay {
		display: none;		
	}
	
	#slider .slides li .overlay .text {
		font-size: 16px;
	}
	
	#content {
		border-top-width: 6px;
	}
	
	#intro {
		padding-left: 0;
		padding-right: 0;
		font-size: 18px;
	}
	
	#gallery {
		border-bottom-width: 6px;
	}
	
	#gallery ul li {
		width: 50%;
	}
	
	#testimonials .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#testimonials .slides {
		padding-left: 0;
		padding-right: 0;
	}
	
	#testimonials .slides li blockquote {
		font-size: 25px;
	}
	
	#testimonials .slides .owl-prev, 
	#testimonials .slides .owl-next {
		top: -45px;
	}

	#links .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#links .title {
		margin-bottom: 40px;
	}
	
	#links ul li {
		padding-left: 0;
		padding-right: 0;
		margin-top: 40px;
		display: block;
	}
	
	#links ul li:first-child {
		margin-top: 0;
	}
	
	#footer .logo {
		width: 160px;
		margin-bottom: 20px;
	}

	#footer .links {
		float: none;
		margin: 0;
		width: auto;
	}
	
	#footer .links ul {
		float: none;
		padding-right: 0;
		width: auto;
		text-align: center;
	}
	
	#footer .links ul li {
		margin: 15px 0;
	}
		
	#footer .info {
		float: none;
		text-align: center;
		width: auto;
	}
	
	#footer .info .fb {
		display: inline-block;
		text-align: left;
		margin: 20px 0;
	}
	
	#footer .info.contact {
		margin: 0;
		text-align: center;
	}
	
	#footer .storyPark {
		display: block;
		float: none;
		margin: 0 auto;
	}

}

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

}

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

