
/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header .logo {
		width: 320px;
	}
	
	#header .section {
		height: 160px;
	}
	
	#header .phone {
		margin-top: 15px;
	}
		
	#header .telephone {
		top: 56px;
	}
	
	#navigation ul li a {
		padding: 0 13px;
	}
	
	#footer .logo {
		width: 316px;
	}
	
	#footer .links {
		padding-top: 27px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
	}
	
	#header .section {
		height: 114px;
	}
	
	#header .contact {
		margin-top: 7px;
		margin-right: 6px;
	}
	
	#header .logo {
		width: 260px;
	}
	
	#header .phone {
		margin-top: 4px;
		font-size: 16px;
	}

	#header .telephone {
		top: 34px;
		right: 5px;
		font-size: 13px;
	}
		
	#navigation ul li {
		font-size: 14px;
	}
	
	#navigation ul li a {
		padding: 0 5px;
	}

	#navigation ul li:after {
		height: 3px;
	}
	
	#slider .slides li .section {
		height: 360px;
		padding-top: 60px;
	}
			
	#slider .slides li .title {
		font-size: 35px;
	}
	
	#welcome .section {
		padding-left: 337px;
		padding-top: 40px;
		padding-bottom: 20px;
		min-height: 260px;
	}
	
	#welcome .image {
		width: 314px;
	}
	
	#weDo .section {
		padding: 40px 337px 25px 20px;
		min-height: 248px;
	}
	
	#weDo .image {
		width: 314px;
	}
	
	#opening .section {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#opening .title {
		margin-left: 0;
	}
	
	#opening .joinBtn {
		margin-right: 0;
	}
		
	#footer {
		border-bottom-width: 30px;
	}
	
	#footer .logo {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	#footer .links {
		float: none;
		padding-left: 15px;
	}
	
	#footer .links ul {
		width: 33.33333333333333%;
	}
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	.section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	h1 {
		text-align: center;
	}
	
	#navigation {
		display: none;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header .section {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#header .logo {
		float: none;
		display: block;
		margin: 0 auto 13px;
		width: 227px;
	}
	
	#header .contact {
		float: none;
		text-align: center;
		margin-right: 0;
		margin-top: 8px;
	}
	
	#header .contact li {
		margin: 0 8px;
	}
	
	#header .phone {
		float: none;
		text-align: center;
		margin-right: 0;
		margin-top: 10px;
	}
	
	#header .telephone {
		position: static;
		text-align: center;
	}
	
	#slider .slides li .section {
		height: 220px;
		padding: 20px;
	}
	
	#slider .slides li .title {
		font-size: 28px;
		text-align: center;
	}
	
	#slider .slides li .joinBtn {
		bottom: 10px;
		left: 50%;
		margin-left: -144px;
		width: 288px;
	}
	
	#welcome .section {
		padding: 20px 15px 10px;
		min-height: 0;
	}
	
	#welcome .image {
		position: static;
		display: block;
		margin: 0 auto 15px;
		width: 260px;
	}
	
	#weDo .section {
		min-height: 0;
		padding: 20px 15px 10px;
	}
	
	#weDo .image {
		position: static;
		display: block;
		margin: 0 auto 15px;
		width: 260px;
	}
		
	#opening .section {
		padding: 22px 15px 25px;
	}

	#opening .title {
		float: none;
		text-align: center;
		margin: 0 0 10px;
	}
	
	#opening .joinBtn {
		float: none;
		display: block;
		margin: 0 auto;
		width: 288px;
	}
	
	#footer {
		border-bottom-width: 10px;
	}
	
	#footer .logo {
		width: 227px;
	}
	
	#footer .links {
		padding-left: 0;
	}
	
	#footer .links ul {
		float: none;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	
	#footer .links ul li {
		margin-bottom: 15px;
	}
	
	#footer .links ul span {
		display: none;
	}
	
	#footer .links .contacts a {
		padding-left: 23px;
	}
	
}

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

}

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

	
}