
/* Large Screens (Desktop) */

@media only screen and (max-width : 1440px) {
	.section {
		max-width: 1170px;
	}

	#intro .text {
		width: 667px;
	}

	#slider .slides .owl-nav {
		padding-left: 15px;
		padding-right: 15px;
	}

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

	#mainWrapper {
		padding-top: 132px;
	}

	#header .logo {
		width: 345px;
		top: -5px;
	}

	body.scrolled #header .logo {
		width: 260px;
	}

	#header .section {
		height: 133px;
	}

	#header #navigation ul li {
		margin-left: 23px;
	}

	#header .contacts {
		right: 0;
	}

	#intro .image {
		width: 380px;
	}
	
	#intro .text {
		width: 560px;
	}

	#introLinks {
		margin-top: 25px;
	}

	#slider .slides .owl-nav {
		margin-top: -30px;
	}

	#slider .slides .owl-nav .owl-prev,
	#slider .slides .owl-nav .owl-next {
		width: 60px;
		height: 60px;
	}
	
	#slider .slides .owl-dots {
		bottom: 18px;
	}

	#slider .slides .owl-dots .owl-dot {
		margin: 0 5px;
	}

	#introLinks ul {
		font-size: 30px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#mainWrapper {
		padding-top: 99px;
	}

	#header .logo {
		top: 5px;
		left: 0;
	}

	#header .section {
		height: 100px;
	}
	
	#header .logo,
	body.scrolled #header .logo {
		width: 220px;
	}

	#header #navigation ul li {
		margin-left: 12px;
	}

	#header .contacts li {
		margin-left: 13px;
	}

	#header .contacts li img {
		height: 27px;
	}

	#intro .text {
		width: 415px;
	}

	#intro .image {
		width: 270px;
	}

	#content .section {
		padding-top: 40px;
	}
	
	.heading {
		font-size: 30px;
	}
		
	#slider .slides .owl-dots {
		bottom: 10px;
	}

	#slider .slides .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0 3px;
	}

	#slider .slides .owl-nav {
		margin-top: -25px;
	}

	#slider .slides .owl-nav .owl-prev, 
	#slider .slides .owl-nav .owl-next {
		width: 50px;
		height: 50px;
	}

	#introLinks {
		margin-top: 10px;
	}

	#introLinks ul {
		font-size: 22px;
	}

	#footer .logo {
		width: 360px;
	}
}

/* Extra Small Screens */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}

	#mainWrapper {
		padding-top: 0 !important;
		transition: -webkit-transform .4s ease;
		-webkit-transition: -webkit-transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
	}

	#header {
		position: relative;
	}

	#header .section {
		height: auto !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#header .logo {
		position: static;
		display: block;
		margin: 0 auto;
	}

	#header .logo,
	body.scrolled #header .logo {
		width: 200px;
	}

	#header #navigation {
		display: none;
	}

	#header .contacts {
		right: 10px;
		top: 24px;
	}

	#header .contacts li {
		float: none;
		margin: 0 0 5px;
		text-align: center;
	}

	#header .contacts li img {
		height: 18px;
	}

	#intro {
		margin-bottom: 25px;
	}

	#intro .text {
		width: auto;
		margin-bottom: 10px;
	}

	#intro .image {
		float: none;
		width: auto;
	}

	#content .section {
		padding-top: 30px;
	}

	#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;
	}

	#introLinks ul {
		display: block;
		font-size: 25px;
	}

	#introLinks ul li {
		display: block;
		margin-bottom: 15px;
	}

	#introLinks ul li:last-child {
		margin-bottom: 0;
	}

	#introLinks ul li a {
		display: block;
		padding: 15px;
	}

	#introLinks ul li span br {
		display: none;
	}

	#introLinks ul li a img {
		display: block;
		margin: 0 auto 10px;
	}
	
	#contactUs .fields {
		margin-top: 40px;
	}

	#contactUs .fields .field {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}

	#contactUs .fields .field.half {
		width: 100%;
	}

	#footer .logo {
		width: 270px;
	}

}

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

}

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