/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
	.site-logo{padding-left: 16px;}

	/* Navigation */
	.mobile-nav-button{
		display: block;
	}
	.nav-menu{
		display: none;
		width: 100%;
		height: auto;
		top: 30%;
		background: #ecf0f1;
		padding: 32px 16px;
	}
	.nav li {float: none;}
	.nav li a:after{content:"";}

	/* Home Section */
	.text-slides{
		font-size: 32px;
		line-height: 40px;
	}

	/* Parallax Backgrounds */
	.testimonials, .services-list, .counter, .accordion, .static-testimonial{
		background-attachment:initial;
		background-position: center top;
	}
	.rmm.minimal a {
		width:100%;
}
#logo {
	width: 166px;
	height: 82px;
	margin: 0 auto;
	position: relative;
	
}
#eti {
	width: 33%;
	height: 25px;
	margin: 10px auto;
	position: relative;
	display: block;
	background: #000000;
}

footer p {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding:30px 15px 0 15px;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* Home Section */
	.home {background-attachment:scroll;}
	
	/* Portfolio */
	.item h5 {display: none;}
	.rmm.minimal a {
		width:100%;
}
#logo {
	width: 166px;
	height: 82px;
	margin: 0 auto;
	position: relative;
	
}

#eti {
	width: 33%;
	height: 25px;
	margin: 10px auto;
	position: relative;
	display: block;
	background: #000000;
}

footer p {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding:30px 15px 0 15px;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	/* Home Section */
	.header .logo{
		font-size: 72px;
		line-height: 80px;
	}	
	.text-slides{
		font-size: 24px;
		line-height: 32px;
	}
	.home {background-attachment:scroll;}

	/* Layout */
	.columns, .column {margin-bottom: 24px !important;}
	#google-map {height:300px;}
	.rmm.minimal a {
		width:100%;
}
#logo {
	width:100%;
	height: 82px;
	position: relative;
	
	
}
#eti {
	width: 50%;
	height: 25px;
	margin: 10px auto;
	position: relative;
	display: block;
	background: #000000;
}
#eti h2 {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}
article {
	width: 100%;
	max-width: 915px;
	margin: 0 auto;
	display: block;
	padding:50px 0 50px 0;
	
}
article h1 {
	font-family: 'Muli', sans-serif;
	font-size: 22px;
	color: #000000;
	text-align: center;
	padding:15px 15px;
}
article p {
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	padding: 5px 20px 5px 20px;
}



footer p {
	font-family: 'Muli', sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	padding:15px 15px;
}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 568px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 567px) {}