
.menu-btn {
	display: none;
	position: absolute;
	top: 25px;
	right: 70px;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
	z-index: 1000;
}

.menu-btn span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #575757;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-btn span:nth-child(1) {
	top: 0px;
}

.menu-btn span:nth-child(2),
.menu-btn span:nth-child(3) {
	top: 10px;
}

.menu-btn span:nth-child(4) {
	top: 20px;
}

.menu-btn.open span:nth-child(1) {
	top: 20px;
	width: 0%;
	left: 50%;
}

.menu-btn.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-btn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-btn.open span:nth-child(4) {
	top: 20px;
	width: 0%;
	left: 50%;
}

.responsive-menu {
	display: none;
	position: absolute;
	width: 100%;
	top: 65px;
	left: 0px;
	right: 0px;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0px, rgba(255,255,255,0.85) 95px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(255,255,255,0.95)), color-stop(95px,rgba(255,255,255,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0px,rgba(255,255,255,0.85) 95px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.95) 0px,rgba(255,255,255,0.85) 95px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.95) 0px,rgba(255,255,255,0.85) 95px); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0.95) 0px,rgba(255,255,255,0.85) 95px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#d9ffffff',GradientType=0 ); /* IE6-9 */
}

.responsive-menu ul {
	margin: 40px 70px 40px 70px;
}

.responsive-menu ul li {
	text-align: right;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #575757;
}

.responsive-menu a {
	display: block;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 10pt;
	font-weight: 500;
	text-transform: uppercase;
	color: #575757;
	text-decoration: none;
}

.responsive-menu a:hover {
	text-decoration: underline;
}


.expand {
	display: block !important; 
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
	
	#slogan {
		top: 30%;
	}
	
	#blog-title {
		bottom: 110px;
	}
	
	#blog-title h2,
	#slogan h2 {
		font-size: 40pt;
		line-height: 38pt;
	}
	
	.page-template-start .project-bg,
	.project-bg {
		width: 30%;
		float: left;
		margin-right: 3%;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	
	.page-template-start .project-bg img,
	.project-bg img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.page-template-start .project-bg img:last-child,
	.project-bg img:last-child {
		width: 50%;
		margin: 0px auto;
	}

	.team-member-block {
		width: 45%;
		margin: 0px 2% 30px 2%;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.menu-btn {
		right: 20px;
	}
	
	#slogan {
		top: 15%;
		left: 15px;
	}
	
	#blog-title {
		bottom: 120px;
	}
	
	#blog-title h2,
	#slogan h2 {
		font-size: 30pt;
		line-height: 28pt;
	}
	
	#header {
		padding-left: 0px;
	}
	
	#menu {
		display: none;
	}
	
	.menu-btn {
		display: block;
	}
	
	.page-template-start .project-bg,
	.project-bg {
		width: 47%;
		float: left;
		margin-right: 3%;
	}
	
	.page-template-template_contact .g-height {
		height: auto;
	}
	
	.map-left img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.single-projects .flex-direction-nav {
		display: none;
	}
	
	.single-projects .m-top-header {
		margin-bottom: 30px;
	}
	
	#partner li {
		float: none;
		text-align: center;
		padding-right: 0px;
	}
	
	#title-project {
		top: 25%;
	}
	
	#title-project h1 {
		font-size: 30pt;
		line-height: 28pt;
	}

	.m-top--80{
		margin-top: -120px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
	
	#slogan{
		top: 5%;
	}
	
	#blog-title {
		bottom: 120px;
	}
	
	#blog-title h2,
	#slogan h2 {
		font-size: 20pt;
		line-height: 20pt;
	}
	
	#slogan img {
		display: none;
	}
	
	.page-title h1 {
		font-size: 36px;
		line-height: 38px;
	}
	
	.m-right-20 {
		margin-right: 0px;
		width: 100%;
	}
	
	.page-template-start .project-bg,
	.project-bg {
		margin-right: 0px;
		width: 100%;
	}
	
	#projects {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	
	#projects img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	#partner {
		min-width: 0px;
	}
	
	#projects-gallery {
		min-width: 0px;
	}
	
	#projects-gallery img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	#title-project {
		position: relative;
		color: #262626;
		top: auto;
		padding: 20px 0px;
	}
	
	#title-project h1 {
		font-size: 26pt;
		line-height: 24pt;
		letter-spacing: 2px;
	}
	
	#pos-left {
		margin-left: 15px;
	}
	
	#projects-gallery li {
		min-height: 0px;
		padding-right: 0px;
	}
		
	.m-top-40 {
		margin-top: 20px;
	}
	
	.text {
		float: none;
		margin-top: 0px;
		width: auto;
	}
	
	.team-member-block,
	.ikbox2 {
		float: none;
		width: auto;
	}
	
	.border-bottom-service {
		width: auto;
	}
	
	#footer {
		min-height: 260px;
		padding-top: 40px;
	}
	
	.ikbox4.m-right-20,
	.sub-footer {
		display: none;
	}
	
	.lb-container {
		padding: 0 20px 0 0;
	}
	
	.page-title {
		float: none;
		margin-right: 0px;
	}
	
	#blog-title {
		bottom: auto;
		color: #262626;
		left: 20px;
		width: 80%;
		margin-top: 20px;
	}
	
	.m-top--80 {
		margin-top: 0px;
	}
	
	#blog-title h2 {
		font-size: 18pt;
		letter-spacing: 1px;
		line-height: 16pt;
		color: #262626;
	}
	
	.entry {
		float: none;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
	.m-top-83 {
		margin-top: 30px;
	}
	
	.status {
		display: none;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}