.nav-mobile {
	
}

.nav-mobile ul {
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	list-style: none;
	border: none;
}

.nav-mobile ul li {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style: none;
	border: none;
}

.nav-mobile .active {
	
}

.nav-mobile ul a {
	margin: 0;
	padding: 8px 10px 8px 20px;
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	border: none;
}

.nav-mobile .active a {
	
}

.nav-mobile ul a:link,
.nav-mobile ul a:active,
.nav-mobile ul a:visited {
	text-decoration: none;
	color: #fff;
}

.nav-mobile ul a:hover {
	text-decoration: none;
	color: #fff;
}

.nav-mobile .active a:link,
.nav-mobile .active a:active,
.nav-mobile .active a:visited,
.nav-mobile .active a:hover {
	text-decoration: none;
	color: #fff;
}




.toggle-nav-mobile {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	right: 15px;
	width: 30px;
	height: 30px;
	display: none;
	background-image: url('../img/bg-nav-toggle-light-30x30.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	padding: 10px;
	cursor: pointer;
	z-index: 999;
	margin-right: 20px;
}

.toggle-nav-mobile {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	
	.toggle-nav-mobile {
		background-image: url('../img/bg-nav-toggle-light-30x30@2x.png');
		background-size: 30px 30px;
	}
}




/* Mobile ----------- */
@media only screen 
and (max-width : 768px) {
	
	html,
	body {
		background-color: #4c4c4c;
	}
	
	p{
		font-size: 15px !important;
		line-height: 25px !important;
	}
	
	h1{
		font-size: 50px;
		line-height: 55px;
	}
	
	.content-2-colls{
		-webkit-columns: 1 ;
		-moz-columns: 1 ;
		columns: 1 ;
	}
	
	.header nav {
		display: none;
	}
	
	.toggle-nav-mobile {
		display: block;
	}
	
	.slider-overlay-inner .logo-home{
		max-width: 200px;
		margin-top: 0px;
	}
	
	.slider-overlay-inner h1{
		font-size: 50px;
		line-height: 55px;
		margin-top: 80px;
	}

	
	.slider-overlay-inner .arrow-down{
		display: none;
	}
	
	.logos img{
		max-width: 100px;
	}
	
	.slogan-inner h1{
		padding: 100px 0px;
	}
	
	.social-icons{
		position: absolute;
		right: 0;
		top: auto !important;
		bottom: 0 !important;
	}	
	
	.header .logo{
		width: 150px;
	}
	
	.header .btn{
		display: none !important;
	}
	
	.header .page-title{
		font-size: 50px;
		line-height: 55px;
		margin-top: 60px;
		margin-right: 20px;
	}
	
	.martha{
		max-width: 150px;
	}
}


/* Smartphones ----------- */
@media only screen 
and (max-width : 480px) {
	
	
	
	
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	
}