

/* Large Screens (Desktops) */

@media only screen and (max-width : 1450px) {
	#info .image {
		width: 400px;
	}
}

@media only screen and (max-width : 1430px) {
	/*.section {
		max-width: 1200px;
	}*/
}

@media only screen and (max-width : 1350px) {
	#gallery .slides {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	#gallery .slides .owl-prev {
		left: 5px;
	}
	
	#gallery .slides .owl-next {
		right: 5px;
	}

}

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

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header .logo {
		width: 300px;
	}
	
	#slider .overlay .text .title {
		font-size: 50px;
	}
	
	#slider .overlay .text .subtitle {
		font-size: 28px;
	}
	
	#intro .image {
		width: 392px;
	}
	
	#intro .text {
		margin-left: 432px;
	}
	
	#info .image {
		width: 325px;
	}
	
	#testimonials .section {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#yes ul li .inner {
		padding-left: 28px;
		padding-right: 28px;
	}
		
	#yes ul li .link span {
		display: block;
		margin: 0;
	}

	#yes ul li .link img {
		display: block;
		margin: 20px auto 0;
	}
		
	#footer .logo {
		width: 393px;
	}
	
	#footer .info {
		margin-right: 10px;
	}
	

}

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

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding: 0 15px;
	}
	
	#header .logo {
		width: 277px;
	}
	#header .contact a {
		margin-left: 15px;
	}
	
	#header #navigation {
		right: auto;
		left: 15px;
	}
	
	#header #navigation ul li {
		margin: 0 8px;
	}
	
	#slider .overlay
	
	#slider .overlay .text .title {
		font-size: 40px;
	}
	
	#slider .overlay .text .subtitle {
		font-size: 20px;
	}
	
	#intro .image {
		margin-right: 25px;
		margin-bottom: 20px;
		width: 328px;
	}
	
	#intro .text {
		margin-left: 0;
	}
	
	#intro .text .linkBtn {
		display: table;
		margin: 0 auto;
	}
	
	#info .text {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	#info .image {
		width: 254px;
	}
	
	#testimonials .section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#testimonials .slides {
		padding-left: 65px;
		padding-right: 65px;
	}
	
	#gallery .slides {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#gallery .slides .owl-prev,
	#gallery .slides .owl-next {
		width: 18px;
		height: 35px;
		margin-top: -17.5px;
	}
	
	#gallery .slides .owl-prev {
		left: 0;
	}
	
	#gallery .slides .owl-next {
		right: 0;
	}
	
	#testimonials .slides {
		padding-left: 45px;
		padding-right: 45px;
	}
	
	#testimonials .slides .owl-prev,
	#testimonials .slides .owl-next {
		width: 18px;
		height: 35px;
		margin-top: -17.5px;
	}
	
	#testimonials .slides .owl-prev {
		left: 0;
	}
	
	#testimonials .slides .owl-next {
		right: 0;
	}
	
	#testimonials .slides .owl-prev, 
	#testimonials .slides .owl-next {
		top: 54px;
	}
	
	#yes ul li .inner {
		text-align: center;
	}
	
	#footer .section {
		padding-top: 39px;
	}
	
	#footer .logo {
		float: none;
		display: block;
		margin: 0 auto 40px;
	}

	#footer .info {
		width: 520px;
	}
	
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#mainWrapper {
		padding-top: 0;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header {
		position: relative;
	}
	
	#header .section {
		height: auto;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header .logo {
		float: none;
		display: block;
		margin: 0 auto 10px;
		width: 230px;
	}
	
	#header .contact {
		float: none;
		margin-top: 0;
	}
	
	#header .contact a {
		float: none;
		display: table;
		line-height: 20px;
		padding-left: 27px;
		background-size: 20px;
		margin: 0 auto 5px !important;
	}
	
	#slider .overlay {
		display: none;
	}
		
	#content .section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	#intro .heading {
		margin-bottom: 19px;
	}
	
	#intro .image {
		float: none;
		margin: 0 auto 30px;
		display: block;
		width: auto;
	}
	
	#intro .text {
		text-align: center;
	}

	#info .section {
		padding-top: 30px;
		padding-bottom: 160px;
	}

	#info .text {
		padding: 0;
	}
	
	#info .image {
		width: 174px;
	}
	
	#info .text .title {
		font-size: 25px;
	}
	
	#info .text .subtitle {
		font-size: 25px;
	}
	
	#testimonials .section {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	#testimonials .slides {
		padding-left: 0;
		padding-right: 0;
	}
	
	#gallery .section {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	#gallery .heading {
		margin-bottom: 19px;
	}
	
	#yes .section {
		padding: 10px 15px;
	}
	
	#yes ul li {
		float: none;
		width: auto;
		margin: 30px 0;
	}
	
	#yes ul li .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer .section {
		padding-bottom: 35px;
	}
	
	#footer #links {
		float: none;
		margin: 0;
	}
	
	#footer .logo {
		width: 275px;
	}
	
	#footer .info {
		float: none;
		width: auto;
	}
	
	#footer .info .title {
		text-align: center;
		font-size: 22px;
	}
	
	#footer .copyright {
		text-align: center;
	}
	
	#footer .logo {
		width: 230px;
		margin-bottom: 30px;
	}
	
	#footer #links {
		margin-bottom: 40px;
	}
	
	#footer #links ul {
		text-align: center;
	}
	
	#footer #links ul li {
		margin-bottom: 15px;
	}
	
	#footer .info {
		margin-right: 0;
	}
	
	#footer .info .title {
		margin-bottom: 40px;
	}
	
	#footer .info .contact a {
		padding-left: 0;
		line-height: 1.2;
		background-position: center top;
		display: table;
		margin: 0 auto 15px;
		padding-top: 30px;
	}
	
	#footer .info .contact li {
		margin-bottom: 30px;
	}
	
	#footer .info .contact li.email a {
		font-size: 16px;
	}
	
	#footer .copyright {
		padding-top: 15px;
	}
}

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

}

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

}

