/* Fonts */

@font-face {
	font-family: 'OpenSans-Light';
	src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Light.woff') format('woff'),
		 url('fonts/OpenSans-Light.ttf')  format('truetype'),
		 url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans.woff') format('woff'),
		 url('fonts/OpenSans.ttf')  format('truetype'),
		 url('fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Italic';
	src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Italic.woff') format('woff'),
		 url('fonts/OpenSans-Italic.ttf')  format('truetype'),
		 url('fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Bold';
	src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Bold.woff') format('woff'),
		 url('fonts/OpenSans-Bold.ttf')  format('truetype'),
		 url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-Light';
	src: url('fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Oswald-Light.otf')  format('opentype'),
		 url('fonts/Oswald-Light.woff') format('woff'),
		 url('fonts/Oswald-Light.ttf')  format('truetype'),
		 url('fonts/Oswald-Light.svg#Oswald-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('fonts/Oswald.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Oswald.otf')  format('opentype'),
		 url('fonts/Oswald.woff') format('woff'),
		 url('fonts/Oswald.ttf')  format('truetype'),
		 url('fonts/Oswald.svg#Oswald') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-Bold';
	src: url('fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Oswald-Bold.otf')  format('opentype'),
		 url('fonts/Oswald-Bold.woff') format('woff'),
		 url('fonts/Oswald-Bold.ttf')  format('truetype'),
		 url('fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* END Fonts */

/* General */

body {
	min-width: 320px;
	background: url(../images/bg-pattern.png) repeat center top #fff;
	color: #000;
	font-size: 1em;
	font-family: OpenSans, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

a {
	color: #ff670e;
}

a:hover {
	color: #000;
}

h1 {
	margin: 0 0 10px;
	color: #ff670e;
	font-family: 'Oswald-Light', sans-serif;
	font-size: 48px;
	line-height: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 10px;
	color: #555555;
	font-family: 'Oswald-Light', sans-serif;
	font-size: 34px;
	line-height: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 10px;
	color: #ff670e;
	font-family: 'Oswald-Light', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
}

p {
	margin: 0 0 20px;
}

ul {
	margin: 20px 0;
}

ul li {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url(../images/bullet-list.png) no-repeat left 7px;
}

img {
	height: auto;
	max-width: 100%;
}

.container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* END General */

/* Header */

header {
	position: relative;
	padding: 40px 10px 0;
	font-family: 'Oswald-Light', sans-serif;
	z-index: 9999;
}

#logo {
	display: inline-block;
}

#logo a {
	position: relative;
	width: 180px;
	height: 71px;
	display: inline-block;
	margin: 0 0 40px 50px;
	background: url(../images/executii-foraje-logo.png) no-repeat left bottom transparent;
}

#logo a span {
	position: absolute;
	right: 1px;
	top: 0;
	width: 44px;
	height: 34px;
	background: url(../images/logo-helmet.png) no-repeat center transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#logo a:hover span {
	-webkit-animation: wiggle 1s 1;
	-moz-animation: wiggle 1s 1;
	-o-animation: wiggle 1s 1;
	animation: wiggle 1s 1;
}

#header-phone {
	float: right;
	margin: 30px 0 0;
}

#header-phone a {
	position: relative;
	width: 250px;
	height: 40px;
	display: inline-block;
	padding: 7px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #333;
	color: #fff;
	font-size: 24px;
	line-height: 1.2em;
	text-align: center;
	text-indent: 22px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#header-phone a:hover {
	text-indent: -40px;
}

#header-phone a span.icon {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 36px;
	height: 36px;
	margin-left: 0px;
	background: url(../images/phone-icon.png) no-repeat center transparent;
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#header-phone a:hover span.icon {
	left: 100%;
	margin-left: -38px;
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#header-phone a:hover span.number {
	-webkit-animation: fadeinout 0.6s 1 ease-in-out;
	-moz-animation: fadeinout 0.6s 1 ease-in-out;
	-o-animation: fadeinout 0.6s 1 ease-in-out;
	animation: fadeinout 0.6s 1 ease-in-out;
}

#main-nav .mobile-trigger {
	display: none;
	position: relative;
	padding: 10px;
    background: #333;
	color: #fff;
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	cursor: pointer;
}

#main-nav .mobile-trigger:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	width: 34px;
	height: 24px;
	background: url(../images/menu-trigger.png) no-repeat center;
}

#main-nav > ul {
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #333;
	text-align: justify;
}

#main-nav > ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}
#main-nav ul,
#main-nav li {
	margin: 0;
	padding: 0;
	background-image: none;
}
#main-nav > ul > li {
	position: relative;
	display: inline-block;
}

#main-nav > ul > li > a {
	display: block;
	padding: 21px 32px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2em;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#main-nav > ul > li > a:hover {
	color: #ff670e;
}

#main-nav > ul > li > a.active {
	color: #ff670e;
}

#main-nav > ul > li.has-children > a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 12px;
	height: 7px;
	margin: 0 0 0 -6px;
	background: url(../images/dropdown-arrow.png) no-repeat center transparent;
}

#main-nav > ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	background: #333;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#main-nav > ul > li:hover ul {
	height: 100px;
}

#main-nav > ul > li.foraje ul {
	min-width: 200px;
}

#main-nav > ul > li.foraje:hover ul {
	height: 285px;
}

#main-nav > ul ul li + li {
	border-top: 1px solid #282828;
}

#main-nav > ul ul li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#main-nav > ul ul li a:hover {
	color: #ff670e;
}

#main-nav > ul ul li a.active {
	color: #ff670e;
}

/* END Header */

/* Main */

main {
	margin: 30px 0;
	padding: 0 10px;
}

main:after {
	content: '';
	display: table;
	clear: both;
}

input, textarea {
	width: 100%;
	margin: 0 0 20px;
	padding: 8px 10px;
	border: none;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
	background: #eee;
	color: #222;
	font-family: OpenSans, Helvetica, Arial, sans-serif;
	font-size: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
	
}

input:focus,
textarea:focus {
	background: #fff;
}

textarea {
	min-height: 300px;
}

input[type="submit"] {
	position: relative;
	width: auto;
	padding: 10px 40px;
	background: #ff670e;
	color: #fff;
	font-family: 'Oswald-Light', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #FF8D4A;
}

input[type="submit"]:active {
	top: 1px;
}

.form-field {
	position: relative;
}

div.label {
	font-family: 'Oswald-Light', sans-serif;
	font-size: 20px;
}

label.error {
	position: absolute;
	right: 0px;
	bottom: 10px;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ff670e;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
}

.grid-wrapper:after {
	content: '';
	display: inline-block;
	vertical-align: top;
}

.grid-50 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.grid-50.left {
	padding-right: 20px;
}

.grid-50.right {
	padding-left: 20px;
}

figure.overlay {
	position: relative;
}

figure.overlay:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.3) 0%, rgba(255,255,255,0.3) 50%, rgba(128,128,128,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(49%,rgba(255,255,255,0.3)), color-stop(50%,rgba(128,128,128,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(128,128,128,0) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(128,128,128,0) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(128,128,128,0) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(135deg,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(128,128,128,0) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00ffffff',GradientType=1 );
}

figure.intext {
	display: inline-block;
	padding: 5px;
	background: rgb(255,103,14);
	background: -moz-linear-gradient(-45deg,  rgba(255,103,14,1) 21%, rgba(255,103,14,1) 50%, rgba(165,74,9,1) 50%, rgba(165,74,9,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(21%,rgba(255,103,14,1)), color-stop(50%,rgba(255,103,14,1)), color-stop(50%,rgba(165,74,9,1)), color-stop(100%,rgba(165,74,9,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(255,103,14,1) 21%,rgba(255,103,14,1) 50%,rgba(165,74,9,1) 50%,rgba(165,74,9,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(255,103,14,1) 21%,rgba(255,103,14,1) 50%,rgba(165,74,9,1) 50%,rgba(165,74,9,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(255,103,14,1) 21%,rgba(255,103,14,1) 50%,rgba(165,74,9,1) 50%,rgba(165,74,9,1) 100%);
	background: linear-gradient(135deg,  rgba(255,103,14,1) 21%,rgba(255,103,14,1) 50%,rgba(165,74,9,1) 50%,rgba(165,74,9,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670e', endColorstr='#a54a09',GradientType=1 );
}

figure.left {
	float: left;
	margin-right: 20px;
}

figure.right {
	float: right;
	margin-left: 20px;
}

.image-wrapper {
	font-size: 0;
	line-height: 1em;
	text-align: justify;
}

.image-wrapper:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.image-wrapper figure {
	display: inline-block;
	vertical-align: top;
}

.image-wrapper.two-items figure {
	width: 45%;
}

/* END Main */

/* Footer */

footer {
	padding: 0 10px;
}

footer .container {
	padding: 5px;
	border-top: 2px solid #e5e5e5;
	color: #838383;
	font-size: 14px;
}

/* END Footer */

.constructii-drumuri figure {
	width: 48%;
	margin: 0;
}

.constructii-drumuri figure img {
	width: 100%;
}

/* Acasa */

.acasa #main-nav {
	position: relative;
	z-index: 9999;
}

.acasa main {
	margin-top: -35px;
	padding: 0;
}

/* Slider */

section.slider {
	position:relative;
	width:100%;
	height:365px;
	margin-bottom: 30px;
	padding:0 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Oswald-Light', sans-serif;
}

section.slider figure {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color:#FFF;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:8;
}

section.slider figure.active {
	z-index:10;
}

section.slider .slideLeft, section.slider .slideRight {
	position:absolute;
	top:50%;
	width:55px;
	height:55px;
	margin-top:-28px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
	z-index:11;
}

section.slider .slideLeft {
	right:2%;
	background-image:url("../images/slider-right-arrow.png");
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

section.slider:hover .slideLeft {
	right:1.5%;
}

section.slider .slideRight {
	left:2%;
	background-image:url("../images/slider-left-arrow.png");
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

section.slider:hover .slideRight {
	left:1.5%;
}

section.slider .steps {
	display: none;
}

section.slider .container {
	position:relative;
	height:100%;
	padding-top:67px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
}

section.slider .container h2 {
	display: inline-block;
	width: auto;
	padding: 0 15px;
	background: rgba(51,51,51,0.9);
	color:#fff;
	font-weight:normal;
	font-size:32px;
	line-height:48px;
	text-transform: uppercase;
  /*
  	position:relative;
  	top:-30px;
  	opacity:0;
  	-webkit-transition:all 1s ease-in-out;
  	-moz-transition:all 1s ease-in-out;
  	-ms-transition:all 1s ease-in-out;
  	-o-transition:all 1s ease-in-out;
  	transition:all 1s ease-in-out;
  */
}

section.slider figure.active h2 {
  /*
  	right:0;
  	top:0;
  	opacity:1;
  */
}

section.slider .container ul {
	margin-top:15px;
	font-size: 18px;
	overflow:hidden;
  /*
  	position:relative;
  	right:-50px;
  	opacity:0;
  	-webkit-transition:all 1s ease-in-out;
  	-moz-transition:all 1s ease-in-out;
  	-ms-transition:all 1s ease-in-out;
  	-o-transition:all 01s ease-in-out;
  	transition:all 1s ease-in-out;
  */
}

section.slider figure.active ul {
  /*
  	right:0;
  	opacity:1;
  */
}

section.slider .container ul li {
	display: block;
	float: left;
	clear: both;
	padding-right:10px;
	padding-left:30px;
	background:url("../images/bullet-slider.png") left center no-repeat rgba(255,255,255,0.9);
	line-height:30px;
	text-transform: uppercase;
}

section.slider .container ul li + li {
	margin-top:12px;
}

section.slider .container a {
	position:absolute;
	left:0;
	bottom:60px;
	width:240px;
	background:#bdba0b;
	color:#fff;
	font-family:SintonyBold, Arial, sans-serif;
	font-size:24px;
	line-height:60px;
	text-align:center;
	text-transform:uppercase;
}

section.slider .container a:after {
	container:'';
	position:absolute;
	right:-60px;
	top:0;
	border-top:30px solid transparent;
	border-right:35px solid transparent;
	border-bottom:30px solid transparent;
	border-left:25px solid #bdba0b;
}

section.slider figure .image {
	position: absolute;
	right: 15%;
	bottom: -15px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.slider figure.active-animation .image {
	right: 18%;
	bottom: -25px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity: 1;
}

section.slider figure.template-2 .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/slide-2-blur.jpg');
	background-color:#FFF;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.slider figure.active-animation.template-2 .bg-overlay {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity: 1;
}

section.slider figure.template-2 .bg-overlay img {
	width: 100%;
}

section.slider figure.template-2 .image {
	right: 5%;
	bottom: 0%;
}

section.slider figure.active-animation.template-2 .image {
	bottom: 5%;
}

section.slider figure.template-3 .image {
	right: 9.5%;
	bottom: -9px;
}

section.slider figure.active-animation.template-3 .image {
	right: 10%;
	bottom: -11px;
}

/* END Slider */

/* Home boxes */

section.home-boxes {
	padding: 20px 10px
}

section.home-boxes .container {
	text-align: justify;
}

section.home-boxes .container:after {
	content: '';
	display: inline-block;
	width: 100%;
}

section.home-boxes .container .box {
	position: relative;
	width: 30%;
	min-height: 330px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	backgroudn-size: cover;
	overflow: hidden;
}

section.home-boxes .container .box.box-1 {
	background-image: url(../images/box-1.jpg);
}

section.home-boxes .container .box.box-2 {
	background-image: url(../images/box-2.jpg);
}
section.home-boxes .container .box.box-3 {
	background-image: url(../images/box-3.jpg);
}

section.home-boxes .container .box h1 {
	position: relative;
	padding: 12px 10px;
	background: rgb(255,103,15);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjcwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2ZiNmQwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2VkODEwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODg4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,103,15,1) 0%, rgba(251,109,12,1) 24%, rgba(237,129,4,1) 73%, rgba(232,136,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,103,15,1)), color-stop(24%,rgba(251,109,12,1)), color-stop(73%,rgba(237,129,4,1)), color-stop(100%,rgba(232,136,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,103,15,1) 0%,rgba(251,109,12,1) 24%,rgba(237,129,4,1) 73%,rgba(232,136,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,103,15,1) 0%,rgba(251,109,12,1) 24%,rgba(237,129,4,1) 73%,rgba(232,136,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,103,15,1) 0%,rgba(251,109,12,1) 24%,rgba(237,129,4,1) 73%,rgba(232,136,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,103,15,1) 0%,rgba(251,109,12,1) 24%,rgba(237,129,4,1) 73%,rgba(232,136,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#e88800',GradientType=0 );
	color: #fff;
	font-family: 'Oswald-Light', sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	z-index: 9;
}

section.home-boxes .container .box .slide-in {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	margin: -50px 0 0;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.home-boxes .container .box:hover .slide-in,
section.home-boxes .container .box:focus .slide-in {
	top: 70px;
}

section.home-boxes .container .box .slide-in .top {
	position: relative;
	padding: 15px 0;
	height: 20px;
	font-family: 'Oswald-Light', sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/details-arrow.png) no-repeat center top;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.home-boxes .container .box .slide-in .top span {
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.home-boxes .container .box:hover .slide-in .top span,
section.home-boxes .container .box:focus .slide-in .top span {
	opacity: 0;
}

section.home-boxes .container .box .slide-in .content {
	height: 100%;
	padding: 0 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,0.9);
	color: #666;
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
}

/* END Home boxes */

.home-about {
	margin: 20px 0 60px;
	padding: 0 10px;
}

/* Clients */

section.clients h2 {
	text-align: center;
}

section.clients .home-carousell {
	padding: 10px;
	background: #dddddd;
}

section.clients .home-carousell .owl-carousel {
	position: relative;
	padding: 0 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

section.clients .home-carousell .owl-carousel .owl-wrapper {
	display: table !important;
}

section.clients .home-carousell .owl-item {
	display: table-cell;
	vertical-align: middle;
	float: none;
	text-align: center;
}

section.clients .home-carousell .owl-item img {
	max-width: 100%;
}

section.clients .home-carousell .owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	left: 1%;
	width: 25px;
	height: 38px;
	margin: -19px 0 0;
	background-image: url(../images/carousel-arrow-left.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

section.clients .home-carousell .owl-carousel:hover .owl-controls .owl-buttons div {
	left: 0;
}

section.clients .home-carousell .owl-carousel .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: 1%;
	background-image: url(../images/carousel-arrow-right.png);
}

section.clients .home-carousell .owl-carousel:hover .owl-controls .owl-buttons div.owl-next {
	right: 0;
}

/* END Clients */

/* END Acasa */

/* Portofolio */

div.portofolio {
	text-align: justify;
}

div.portofolio:after {
	content: '';
	display: inline-block;
	width: 100%;
}

div.portofolio .item {
	position: relative;
	width: 24%;
	height: 240px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1%;
	text-align: center;
	cursor: pointer;
}

div.portofolio .item > div {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
	background: #ddd;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.43, 0.51, 0, 2.04);
	-webkit-transition: all 0.3s cubic-bezier(0.43, 0.51, 0, 2.04);
	-moz-transition: all 0.3s cubic-bezier(0.43, 0.51, 0, 2.04);
}

div.portofolio:hover .item > div {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
}

div.portofolio:hover .item > div:hover {
	box-shadow: 0 8px 10px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 8px 10px 0 rgba(0,0,0,.1);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

div.portofolio .item > div > div {
	display: table-cell;
	vertical-align: middle;
}

div.portofolio .item > div span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #FF6721;
	color: #fff;
	font-family: 'Oswald-Light', sans-serif;
	font-size: 1.2em;
	line-height: 2em;
}

/* END Portofolio */

/* Contact */

body.contact main {
	margin-top: -35px;
	padding: 0;
}

.contact-map {
	margin: 0 0 30px;
}

#map {
	height: 350px;
}

/* END Contact */

/* Media Queries */

@media all and (max-width: 1024px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 20px;
	}
	#logo a {
		margin-left: 0;
	}
	#main-nav > ul {
		padding: 0 15px;
	}
	#main-nav > ul > li > a {
		padding: 21px 15px;
		font-size: 20px;
	}
	figure.left img,
	figure.right img {
		width: 280px;
	}
	.constructii-drumuri figure img {
		width: 100%;
	}
	div.portofolio .item > div span {
		font-size: 1em;
	}
	.contact-content {
		padding: 0 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	/* Acasa */
	section.slider .slideLeft {
		right: 10px;
	}
	section.slider .slideRight {
		left: 10px;
	}
	section.slider .container {
		padding-top: 55px;
	}
	section.slider figure {
		padding: 0 70px;
	}
	section.slider figure .image {
		right: -4%;
	}
	section.slider figure.active-animation .image {
		right: 0;
	}
	section.slider figure .image img {
		max-width: 280px;
	}
	section.slider figure.template-2 .image,
	section.slider figure.active-animation.template-2 .image {
		right: 0;
	}
	section.slider figure.template-2 .image img {
		max-width: 150px;
	}
	section.slider figure.template-3 .image {
		right: 0%;
	}
	section.slider figure.active-animation.template-3 .image {
		right: 2%;
	}
	section.home-boxes .container .box h1 {
		font-size: 26px;
	}
	section.home-boxes .container .box .slide-in .top {
	}
	section.home-boxes .container .box .slide-in .content {
		height: 100%;
		padding: 0 10px;
		font-size: 14px;
	}
	/* END Acasa */
}

@media all and (max-width: 767px) {
	header {
		padding: 0;
	}
	.header-top {
		padding: 10px;
	}
	#logo a {
		margin: 0 0 10px;
	}
	#main-nav .mobile-trigger {
		display: block;
	}
	#main-nav > ul {
		display: none;
		padding: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		text-align: left;
	}
	#main-nav > ul > li {
		display: block;
		border-top: 1px solid #4E4E4E;
	}
	#main-nav > ul > li > a {
		padding: 10px;
	}
	#main-nav > ul > li.has-children > a:after {
		top: 20px;
		left: auto;
		right: 15px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#main-nav > ul > li.has-children.show > a:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
	}
	#main-nav > ul ul {
		position: static;
	}
	#main-nav > ul > li.foraje:hover ul {
		height: 0;
	}
	#main-nav > ul > li.foraje.show ul {
		height: 314px;
	}
	#main-nav > ul ul li,
	#main-nav > ul ul li + li {
		border-top: 1px solid #4E4E4E;
	}
	#main-nav > ul ul li a {
		padding: 10px 20px;
	}
	main {
		margin: 15px 0;
	}
	footer .container {
		text-align: center;
	}
	.acasa main {
		margin-top: 0;
	}
	section.slider {
		height: 280px;
		margin: 0 0 20px;
	}
	section.slider figure {
		padding: 0 10px;
	}
	section.slider .container {
		padding-top: 20px;
	}
	section.slider .container h2 {
		font-size: 24px;
	}
	section.slider .container ul {
		margin: 10px 0;
		font-size: 16px;
	}
	section.slider .slideLeft, section.slider .slideRight {
		display: none;
	}
	section.slider figure .image {
		display: none;
	}
	section.home-boxes {
		padding: 0 10px;
	}
	section.home-boxes .container .box {
		width: 100%;
		margin: 0 0 20px;
		background-size: cover;
	}
	section.home-boxes .container .box.box-2 {
		background-position: center bottom;
	}
	section.home-boxes .container .box.box-3 {
		background-position: center top;
	}
	section.home-boxes .container .box .slide-in {
		margin: -40px 0 0;
	}
	section.home-boxes .container .box:hover .slide-in,
	section.home-boxes .container .box:focus .slide-in {
		top: 100%;
	}
	section.home-boxes .container .box:hover .slide-in {
		top: 40px;
	}
	section.home-boxes .container .box:hover .slide-in .top span,
	section.home-boxes .container .box:focus .slide-in .top span {
		opacity: 1;
	}
	section.home-boxes .container .box:hover .slide-in .top span {
		opacity: 0;
	}
	section.home-boxes .container .box .slide-in .content {
		padding-top: 10px;
		font-size: 16px;
	}
	.home-about {
		margin: 0 0 20px;
	}
	section.clients .home-carousell .owl-carousel:hover .owl-controls .owl-buttons div {
		left: 1%;
	}
	section.clients .home-carousell .owl-carousel:hover .owl-controls .owl-buttons div.owl-next {
		left: auto;
		right: 1%;
	}
	div.portofolio .item {
		width: 49%;
	}
	body.contact main {
		margin: 0;
	}
	.contact-map {
		margin: 0 0 15px;
	}
	.grid-50 {
		width: 100%;
	}
	.grid-50.left, .grid-50.right {
		padding: 0;
	}
	.grid-50 form {
		max-width: 550px;
	}
}

@media all and (max-width: 520px) {
	#logo {
		display: block;
		text-align: center;
	}
	#header-phone {
		float: none;
		margin: 0;
		text-align: center;
	}
	figure.hidden-mobile{
		display: none;
	}
	figure.right, figure.left {
		width: 100%;
		float: none;
		margin: 0 0 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	figure.right img, figure.left img {
		width: 100%;
	}
	section.slider .container {
		padding-top: 10px;
	}
	section.slider .container h2 {
		margin: 0;
		font-size: 20px;
	}
	section.slider .container ul {
		font-size: 15px;
	}
	section.slider .container ul li {
		padding: 5px 10px;
		background: rgba(255,255,255,0.9);
		line-height: 1.5em;
	}
	div.portofolio .item {
		width: 100%;
		margin: 0 0 10px;
	}
	.grid-50 form input[type="submit"] {
		width: 100%;
	}
}

/* END Media Queries */

/* Extra */

@keyframes wiggle {
	0% {transform: rotate(0deg);}
	25% {transform: rotate(-5deg);}
	50% {transform: rotate(0deg);}
	75% {transform: rotate(-5deg);}
	100% {transform: rotate(0deg);}
}

@-webkit-keyframes wiggle {
	0% {-webkit-transform: rotate(0deg);}
	25% {-webkit-transform: rotate(-5deg);}
	50% {-webkit-transform: rotate(0deg);}
	75% {-webkit-transform: rotate(-5deg);}
	100% {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes wiggle {
	0% {-moz-transform: rotate(0deg);}
	25% {-moz-transform: rotate(-5deg);}
	50% {-moz-transform: rotate(0deg);}
	75% {-moz-transform: rotate(-5deg);}
	100% {-moz-transform: rotate(0deg);}
}

@-o-keyframes wiggle {
	0% {-o-transform: rotate(0deg);}
	25% {-o-transform: rotate(-5deg);}
	50% {-o-transform: rotate(0deg);}
	75% {-o-transform: rotate(-5deg);}
	100% {-o-transform: rotate(0deg);}
}

@keyframes fadeinout {
	0% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
	50% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter:alpha(opacity=0);
		opacity: 0;
	}
	100% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
}

@-webkit-keyframes fadeinout {
	0% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
	50% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter:alpha(opacity=0);
		opacity: 0;
	}
	100% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
}

@-moz-keyframes fadeinout {
	0% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
	50% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter:alpha(opacity=0);
		opacity: 0;
	}
	100% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
}

@-o-keyframes fadeinout {
	0% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
	50% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter:alpha(opacity=0);
		opacity: 0;
	}
	100% {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
		opacity: 1;
	}
}