
/* Large Screens */

@media only screen and (max-width : 1440px) {
	html,body {
		background-size: 1440px auto;
	}

	#slider .slides .owl-dots:after {
		background-size: 1440px 100%;
	}
}

@media only screen and (max-width : 1320px) {
	#header #navigation,
	#header .contacts {
		right: 0;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

	html, body {
		background-size: 1440px 649px;
	}

	#mainWrapper {
		padding-top: 149px;
	}

	#header .section {
		height: 150px;
	}
	
	#header .section:before {
		top: -91px;
		left: -93px;
		width: 417px;
	}

	body.scrolled #header .section:before {
		width: 379px;
		top: -121px;
	}

	#header .logo {
		left: 0;
		width: 235px;
	}
	
	body.scrolled #header .logo {
		width: 190px;
	}

	#header #navigation ul li {
		margin-left: 17px;
	}

	#header #navigation ul li a {
		font-size: 15px;
	}

	#header .contacts .more li {
		margin-left: 20px;
		font-size: 17px;
	}

	#header .contacts .socials {
		margin-top: 3px;
	}

	#header .contacts .socials li img {
		height: 20px;
	}

	#slider .slides .owl-nav {
		margin-top: -30px;
		padding-left: 25px;
		padding-right: 25px;
	}

	#slider .slides .owl-nav .owl-prev,
	#slider .slides .owl-nav .owl-next {
		width: 60px;
		height: 60px;
	}

	#slider .slides .owl-dots:before {
		width: 130px;
		height: 119px;
		bottom: 24px;
	}

	#slider .slides .owl-dots:after {
		height: 42px;
	}
	
	#slider .slides .owl-dots .owl-dot {
		margin: 0 5px;
		position: relative;
		top: 5px;
	}

	#intro {
		margin-bottom: 20px;
	}

	#intro .text {
		width: 486px;
	}

	#intro .image {
		width: 448px;
	}

	#footer {
		margin-top: 250px;
	}

	#footer .logo {
		width: 410px;
	}
	
	#footer .flowers {
		right: -16px;
		width: 120px;
	}

}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#mainWrapper {
		padding-top: 119px;
	}

	#header .section {
		height: 120px;
	}

	#header .section:before {
		width: 379px;
		top: -121px;
	}

	#header .logo {
		width: 190px;
	}

	#header #navigation ul li {
		margin-left: 10px;
	}

	#header #navigation ul li a {
		font-size: 13px;
	}

	#header #navigation ul li.hasSub>a:before {
		margin-top: -0.26em;
	}

	#header .contacts .more li {
		font-size: 15px;
	}

	#header .contacts .socials {
		margin-top: 0;
	}

	#header .contacts .socials li {
		margin-left: 20px;
	}

	#header .contacts .socials li img {
		height: 17px;
	}

	#header .contacts .more li a {
		background: no-repeat 0 0.25em;
	}

	#slider .slides .owl-dots:after {
		height: 37px;
	}

	#slider .slides .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0 3px;
		position: relative;
		top: 8px;
	}

	#slider .slides .owl-nav {
		margin-top: -25px;
	}

	#slider .slides .owl-nav .owl-prev, 
	#slider .slides .owl-nav .owl-next {
		width: 50px;
		height: 50px;
	}

	#intro .text {
		float: none;
		width: auto;
	}

	#intro .text p {
		margin-bottom: 21px;
	}

	#intro .image {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-bottom: 25px;
	}

	#intro .image img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	
	.heading {
		font-size: 33px;
	}

	#intro .heading {
		margin-bottom: 30px;
	}

	.pageLinks li a img {
		height: 100px;
	}
	
	#footer .section {
		padding-left: 120px;
		padding-right: 120px;
	} 

	#footer .logo {
		width: 360px;
		margin-top: -70px;
	}
}

/* Extra Small Screens */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}

	#mainWrapper {
		padding-top: 0 !important;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
	}

	#header {
		position: static;
		border-top: 6px solid #00adef;
		border-bottom: 4px solid #00adef;
	}

	#header .section,
	body.scrolled #header .section {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header .section:before {
		display: none;
	}

	#header .contacts .more {
		float: none;
	}

	#header .logo,
	body.scrolled #header .logo {
		display: block;
		position: static;
		margin: 0 auto 10px;
		width: 210px;
	}

	#header .contacts {
		position: static;
	}

	#header .contacts .more li {
		display: table;
		float: none;
		font-size: 18px;
		margin: 5px auto 0;
	}

	#header .contacts .more li a {
		padding-left: 28px;
		background: no-repeat 0 4px;
	}

	#header .contacts .socials {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	#header .contacts .socials li {
		float: none;
		margin: 0 0 5px;
		text-align: center;
	}

	#header .contacts .socials li img {
		height: 22px;
	}

	#header #navigation {
		display: none;
	}

	#slider .slides .owl-nav {
		margin-top: -20px;
		margin-left: -5px;
		margin-right: -5px;
		padding-left: 0px;
		padding-right: 0px;
	}

	#slider .slides .owl-nav .owl-prev,
	#slider .slides .owl-nav .owl-next {
		width: 40px;
		height: 40px;
		border: none;
	}

	#slider .slides .owl-dots:after {
		height: 10px;
	}

	#slider .slides .owl-dots .owl-dot {
		top: 0;
	}

	#slider .slides .owl-dots:before {
		width: 54px;
		height: 53px;
		bottom: 2px;
		right: 15px;
	}

	#content .section {
		padding-top: 30px;
	}

	#intro {
		margin-bottom: 1px;
	}

	#intro .heading {
		margin-bottom: 21px;
	}

	.heading {
		font-size: 28px;
	}

	.pageLinks {
		display: block;
	}

	.pageLinks li {
		width: auto;
		margin-bottom: 15px;
	}

	#footer {
		margin-top: 170px;
	}

	#footer .section {
		padding-left: 15px;
		padding-right: 15px;
	}

	#footer .logo {
		width: 280px;
		margin-top: -48px;
		padding-top: 24px;
		padding-left: 36px;
		padding-right: 36px;
	}
	
	#footer .flowers {
		position: static;
		display: block;
		width: 100px;
		margin: 20px auto -15px;
	}
	
}

@media only screen and (max-width : 478px) { 

}

@media only screen and (max-width : 400px) { 
	
}