
/* Large Screens (Desktop) */

@media only screen and (max-width : 1440px) {
	#header:after,
	#content:before,
	#content:after,
	#gallery:after {
		background-size: 1440px 100%;
	}
}

@media only screen and (max-width : 1327px) {

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header .logo {
		left: 20px;
	}
	
	#header #navigation {
		margin-right: 20px;
	}
	
	#header .contacts {
		right: 20px;
	}
	
	#header #navigation ul li {
		margin-left: 30px;
	}
	
	#header .contacts li {
		margin-left: 26px;
	}
	
	#slider .slides .owl-prev, #slider .slides .owl-next {
		font-size: 12px;
	}
	
	#slider .slides .owl-prev {
		left: 20px;
	}
	
	#slider .slides .owl-next {
		right: 20px;
	}
	
	.heading {
		font-size: 30px;
	}
	
	#footer .top .logo {
		margin-left: 50px;
	}

	
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header .logo,
	body.scrolled #header .logo {
		width: 160px;
		left: 15px;
	}
	
	#header #navigation ul li {
		margin-left: 13px;
		font-size: 14px;
	}
	
	#mainWrapper {
		padding-top: 110px;
		transition: none;
	}
	
	#header .contacts li {
		font-size: 14px;
		margin-left: 18px;
	}
	
	#header:before {
		height: 53px;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	#header .contacts {
		top: 3px;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	#header .contacts li.centre {
		font-size: 18px;
	}
	
	#header .contacts.first {
		top: 1px !important;
	}
	
	#header .contacts.second {
		top: 27px !important;
	}
	
	#header {
		height: 110px;
		transition: none;
	}
	
	#header .logo,
	body.scrolled #header .logo {
		top: 63px;
		transition: none;
	}
	
	#header #navigation,
	body.scrolled #header #navigation {
		margin-top: 77px;
		transition: none;
	}
	
	#header:after {
		height: 75px;
		bottom: -70px;
		transition: none;
	}
	
	#slider .slides .owl-prev, 
	#slider .slides .owl-next {
		font-size: 9px;
	}
	
	#slider .slides .owl-prev {
		left: 15px;
	}
	
	#slider .slides .owl-next {
		right: 15px;
	}
	
	#welcome {
		margin-bottom: 50px;
	}
		
	#welcome .image,
	#intro .image {
		float: none;
		width: auto;
		max-width: 500px;
		margin: 0 auto;
	}
	
	#welcome .text,
	#intro .text {
		float: none;
		width: auto;
		text-align: center;
	}
		
	#welcome .text .linkBtn {
		margin-top: 10px;
	}

	#content .section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#gallery .section {
		padding-top: 130px;
		padding-bottom: 40px;
	}
	
	#footer .top .logo {
		margin-left: 0;
		width: 271px;
	}
	
	#footer .top .contacts {
		margin-right: 0;
	}

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	
	#header #navigation {
		display: none;
	}
	
	#mainWrapper {
		padding-top: 0 !important;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header {
		position: relative;
		padding-top: 15px;
		height: auto !important;
	}
	
	#header:before {
		height: 4px !important;
	}
	
	#header:after {
		height: 40px !important;
		bottom: -38px !important;
	}
	
	#content:before {
		height: 30px !important;
		top: -28px !important;
	}
	
	#header .logo {
		position: static;
		display: block;
		margin: 0 auto 5px;
	}
	
	#header .contacts {
		position: static;
	}
	
	#header .contacts li {
		float: none;
		display: table;
		font-size: 12px;
		margin: 0 auto 3px !important;
	}
	
	#header .contacts li a {
		color: #23a6b3;		
	}
	
	#header .contacts li.email a {
		padding-left: 1.785714285714286em;
		background-position: 0 -4.857142857142857em;
	}
	
	#header .contacts li.phone a {
		background-position: 0 -4.714285714285714em;
	}
	
	#slider .slides .owl-prev, #slider .slides .owl-next {
		font-size: 7px;
	}
	
	table.responsiveTable,
	table.responsiveTable th,
	table.responsiveTable td,
	table.responsiveTable tr,
	table.responsiveTable tbody {
		display: block;
		width: 100% !important;
		height: auto !important;
		text-align: center !important;
	}

	table.responsiveTable th,
	table.responsiveTable td {
		padding: 10px !important;	
	}

	table.responsiveTable tr {
		padding-bottom: 10px !important;
	}

	table.responsiveTable tr {
		margin-bottom: 20px;
	}
	
	table.responsiveTable tr:nth-child(even) {
		display: none;
	}

	table.responsiveTable td:before {
		display: block;
		font-size: 23px;
		text-decoration: underline;
		margin-bottom: 5px;
	}

	table.responsiveTable td:nth-of-type(1) {
		font-weight: bold;
		font-size: 30px;
	}

	
	#welcome {
		margin-bottom: 35px;
	}
	
	#gallery .section {
		padding-top: 120px;
	}
	
	#gallery .feeds {
		float: none;
		width: auto;
	}
	
	#gallery .images {
		float: none;
		width: auto;
		margin: 0 -10px 50px;
	}
	
	#gallery .images li {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	
	#gallery .images li a {
		border-width: 5px;
	}
	
	#gallery .feeds .facebook {
		background-color: none;
		text-align: center;
	}

	#footer .top {
		font-size: 14px;
		margin-bottom: 20px;
	}

	#footer .top .section {
		padding-top: 100px;
		padding-bottom: 20px;
	}
	
	#footer .top .logo {
		float: none;
		display: block;
		margin: 0 auto 30px;
		width: 250px;
	}
	
	#footer .top .contacts {
		float: none;
		width: auto;
		text-align: center;
	}
	
	#footer .top .contacts ul li {
		margin-bottom: 5px;
	}
	
	#footer .bottom .socials {
		float: none;
		text-align: center;
		margin: 0 0 20px;
	}
	
	#footer .bottom .socials li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px 5px;
	}
	
	#footer .bottom .copyright {
		float: none;
		text-align: center;
		margin: 0;
	}
	
	.breakOnMobile {
		display: block;
	}
}

@media only screen and (max-width : 478px) { 

	
}