/* NAV BTN */

#menu-btn {
	width: 60px;
	height: 45px;
	position: relative;
	margin: 3px 0 0 0;
	-webkit-transform: rotate(0deg) scale(.5);
	-moz-transform: rotate(0deg) scale(.5);
	-o-transform: rotate(0deg) scale(.5);
	transform: rotate(0deg) scale(.5);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 99999;
}

#menu-btn span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background: #f00;
	opacity: 1;
	-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(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#menu-btn span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

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

#menu-btn span:nth-child(3),
#menu-btn span:nth-child(4) {
	top: 18px;
}

#menu-btn span:nth-child(5),
#menu-btn span:nth-child(6) {
	top: 36px;
}

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

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

#menu-btn.open span:nth-child(1) {
	left: 5px;
	top: 7px;
}

#menu-btn.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}

#menu-btn.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#menu-btn.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#menu-btn.open span:nth-child(5) {
	left: 5px;
	top: 29px;
}

#menu-btn.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 29px;
}


/* NAV BTN END */

@media only screen and (min-device-width: 0px) and (max-width: 1024px) {
	* {
		background-attachment: scroll!important;
	}
	h1 {
		font-size: 3rem;
	}
	header > .row {
		position: fixed;
		background: #fff;
		top: 0;
		left: 0;
		padding: 10px 15px;
	}
	header p{
	color:#fff;
	font-size:1.1rem;
}
	header #logo {
		max-width: 100px;
	}
	#primary-menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: calc(100vh - 68px);
		width: 100%;
		background: #f2f2f2;
		margin-top: 68px;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
		will-change: transform, opacity;
		overflow: auto;
		text-align: center;
	}
	#primary-menu.visible {
		display: block;
		animation: menuFade .1s linear;
		-webkit-animation: menuFade .1s linear;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	#primary-menu ul a {
		width: 100%;
		border-bottom: 1px solid #cbcbcb;
		display: block;
		margin: 0 auto;
		color: #333;
		font-size: 1.1rem;
		padding: 30px 0;
	}
	#primary-menu li:nth-last-of-type(1) a {
		margin: 25px auto;
		display:block;
		padding:15px 0;
	}
	.servicii {
		position: relative;
		margin-top: 0;
	}
	.servicii > .row > .columns:nth-of-type(even) {
		border-bottom: 1px solid #eaeaea;
		border-top: 1px solid #eaeaea;
		border-left: 0;
		border-right: 0;
	}
	.servicii > .row > .columns {
		padding: 25px 0;
	}
	img {
		position: relative!important;
		top: 0!important;
		bottom: 0!important;
		margin:auto;
	}
	h2 {
		text-align: center!important;
		margin: 20px 0 0 0;
	}
	#transport-utilaje > .content {
		margin-top: 50px;
	}
	#transport-utilaje {
		padding: 0 0 50px 0;
	}
	#transport-utilaje .row > .columns:nth-of-type(1) img{
		margin:auto;
	}
	.servicii .row {
		padding: 0;
	}
	.list-check {
		padding-top: 40px;
	}
	#transport-materiale-santier,
	#inchiriere-utilaje {
		padding: 50px 0;
	}
	#transport-materiale-santier .row > .columns:nth-of-type(2),
	#transport-utilaje .row > .columns:nth-of-type(1) {
		text-align: center;
	}
	#transport-materiale-santier .row > .columns:nth-of-type(2) img {
		margin:40px auto 0 auto;
	}
	#inchiriere-utilaje > .row:nth-last-of-type(2) .columns.large-6 {
		width: 100%;
		margin-bottom: 20px;
	}
	#acoperire .row {
		display: block;
	}
	#acoperire h2 {
		margin: 40px 0 0 0;
	}
	#oferta .contact-form-wrapper {
		max-width: 100%;
		padding: 30px 15px;
		border-radius:0;
	}
	#oferta{
		padding:0;
	}
	#oferta > .row:nth-of-type(1){
		padding:0;
	}
}

@keyframes menuFade {
	0% {
		display: none;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	1% {
		display: block;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		display: block;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes menuFade {
	0% {
		display: none;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	1% {
		display: block;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		display: block;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}