@font-face {
	font-family: "Regular";
	src: url('../fonts/Primary-Regular.woff') format('woff');
}

@font-face {
	font-family: "Bold";
	src: url('../fonts/Primary-Bold.woff') format('woff');
}

@font-face {
	font-family: "Secondary_Light";
	src: url('../fonts/Secondary-Light.woff') format('woff');
}

@font-face {
	font-family: "Secondary_Bold";
	src: url('../fonts/Secondary-Bold.woff') format('woff');
}

body {
	color: #333d42;
	font-size: 16px;
	margin: 0;
	font-family: 'Regular';
}

::selection {
	background: #ed1f24;
}

::-moz-selection {
	background: #ed1f24;
}

*,
*:before,
*:after {
	transition: all .3s cubic-bezier(.8, .01, .2, 1);
	-webkit-transition: all .3s cubic-bezier(.8, .01, .2, 1);
	-moz-transition: all .3s cubic-bezier(.8, .01, .2, 1);
	-o-transition: all .3s cubic-bezier(.8, .01, .2, 1);
	-ms-transition: all .3s cubic-bezier(.8, .01, .2, 1);
	outline: none;
}

a:link,
a:visited {
	color: #333d42;
	text-decoration: none;
	font-family: "Bold";
}

a:hover,
a:active {
	text-decoration: none;
	color: #ed1f24;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
	padding: 0;
	margin: 0;
	font-weight: 500;
}

h1 {
	font-family: "Secondary_Light";
	text-transform: uppercase;
	text-shadow: 11.5px 14px 21px rgba(0, 0, 0, 0.85);
	font-size: 4rem;
	color: #fff;
	line-height: 5rem;
}

h2 {
	font-size: 1.6rem;
	font-family: "Bold";
	text-transform: uppercase;
	margin-bottom: 70px;
}

h3 {
	font-family: "Bold";
	font-size: 1.3rem;
}

h1 > .font-bold {
	font-family: "Secondary_Bold";
}

.scd-button {
	background: -moz-linear-gradient( 90deg, rgb(199, 26, 26) 0%, rgb(231, 86, 86) 100%);
	background: -webkit-linear-gradient( 90deg, rgb(199, 26, 26) 0%, rgb(231, 86, 86) 100%);
	background: -ms-linear-gradient( 90deg, rgb(199, 26, 26) 0%, rgb(231, 86, 86) 100%);
	box-shadow: 0px 1px 10px 0px rgba(32, 29, 30, 0.35), -1.452px 5.822px 10px 0px rgba(0, 0, 1, 0.15);
	color: #fff!important;
	;
	display: block;
	border-radius: 100px;
	text-transform: uppercase;
	font-family: "Bold";
}

.scd-button:hover {
	box-shadow: 0px 5px 10px 0px rgba(32, 29, 30, 0.35), -1.452px 0px 20px 0px rgba(0, 0, 1, 0.15);
	color: #fff;
	opacity: .9;
}

.primary-button {
	margin: 15px auto 0 auto;
	max-width: 200px;
	padding: 10px 15px;
}

.secondary-button {
	max-width: 200px;
	padding: 10px 25px;
}

.small-button {
	color: #989898!important;
	font-family: "Regular";
	font-size: .9rem;
	font-weight: 300;
}

.small-button:after {
	content: '>';
	position: relative;
	right: 0;
	padding-left: 7px;
}

.small-button:hover:after {
	right: -5px;
}
.secondary_font{
	font-family: "Secondary_Bold";
}
.svg-a {
	fill: #535353;
}

.svg-b {
	fill: #a2a2a2;
}

.svg-c {
	fill: #f00;
}

.svg-d {
	fill: #c40000;
}

.svg-e {
	fill: #cbcdd1;
}

.list-check {
	list-style: none;
	//font-family:"Bold";
	padding: 0;
}

.list-check li {
	padding: 20px 0;
	cursor: default;
}

.list-check li:hover {
	opacity: .6;
}

.list-check li:nth-of-type(1) {
	padding-top: 0;
}

.list-check li:nth-last-of-type(1) {
	padding-bottom: 0;
}

.list-check li:before {
	content: '\f00c';
	font-size: 1rem;
	position: relative;
	font-family: "FontAwesome";
	padding: 7px;
	border-radius: 25px;
	background: #ed1f24;
	color: #fff;
	box-shadow: 0px 1px 10px 0px rgba(32, 29, 30, 0.35), 4.405px 5.44px 18px 0px rgba(255, 0, 0, 0.36);
	margin-right: 20px;
}


/* Header start */

header {
	position: relative;
	height: 100vh;
	width: 100%;
}

header #logo {
	max-width: 200px;
}
header p{
	color:#fff;
	font-size:1.5rem;
}
header > .row {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 99;
}

header > .row.sticky {
	position: fixed;
	top: 0;
	background: #fff;
	padding: 20px;
	max-width: 100%;
}

header > .row.sticky #logo {
	max-width: 100px;
}

header > .row.sticky #primary-menu {
	margin: 0;
}

.row {
	max-width: 90rem;
	margin: auto;
	padding: 0 1.5rem;
}

#primary-menu {
	margin-top: 25px;
}

#primary-menu a {
	font-size: .9rem;
	text-transform: uppercase;
	margin: 0 15px;
}

#primary-menu a:nth-last-of-type(1) {
	margin-right: 0;
}

.scd-slider {
	height: 100%;
	width: 100%;
	position: relative;
}

.scd-slider-background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../images/slider.jpg') no-repeat scroll center;
	background-size: cover;
	z-index: -99;
}

.scd-slider .scd-slider-content-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* Header end */


/* Servicii start */

.servicii {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: -200px auto 0 auto;
}

.servicii .row {
	max-width: 65rem;
	border-bottom: 3px solid #f00;
	background: #fff;
	padding: 50px 10px;
}

.servicii > .row > .columns:nth-of-type(even) {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.servicii-svg {
	width: 150px;
	height: 150px;
	margin: auto;
	line-height: 150px;
	vertical-align: bottom;
}
.servicii > .row > .columns:nth-of-type(1) .servicii-svg svg {
	width:200px;
	height:200px;
	margin-left:-25px;
}
.servicii-svg svg {
	line-height: 150px;
	vertical-align: bottom;
}

.servicii h3 {
	margin: 40px 0 20px 0;
}

.servicii .columns:hover svg .svg-c {
	fill: #989898;
}

.servicii .columns:hover svg .svg-d {
	fill: #333d42;
}


/* Servicii end */


/* Transport utilaje start */

#transport-utilaje {
	position: relative;
	padding: 200px 0 100px 0;
	background: #f5f5f5;
}

#transport-utilaje > .content {
	margin-top: 75px;
	position: relative;
}

#transport-utilaje .row > .columns:nth-of-type(1) img {
	position: absolute;
	bottom: -180px;
}


/* Transport utilaje end */


/* Transport materiale santier start */

#transport-materiale-santier {
	background: #f9f9fa;
	padding: 150px 0 100px 0;
}

#transport-materiale-santier > .content {
	position: relative;
}

#transport-materiale-santier .row > .columns:nth-of-type(2) img {
	position: absolute;
	bottom: -170px;
}


/* Transport materiale santier end */


/* Inchiriere utilaje start */

#inchiriere-utilaje {
	background: #f5f5f5;
	padding: 100px 0 75px 0;
}

#inchiriere-utilaje .row {
	max-width: 75rem;
	position: relative;
}
#inchiriere-utilaje .row li{
	cursor: pointer;
}
#inchiriere-utilaje .row li.freza{
	background:#f00;
	border-radius: 3px;
	box-shadow: 0px 1px 10px 0px rgba(32, 29, 30, 0.35);
	height: 85px;
	padding-left:25px;
	font-family: "Bold";
	text-transform: uppercase;
	color: #fff;
	cursor:pointer;
}
#inchiriere-utilaje .row li.freza:before{
	content:'';
	height:0;
	width:0;
	padding:0;
	margin:0;
}
#inchiriere-utilaje .list-check li.freza > span{
	margin-left:0;
}
#inchiriere-utilaje .row li > .img-over{
	position: absolute;
	left:0;
	bottom:100%;
	z-index:-9999;
	visibility: hidden;
	opacity:0;
	pointer-events: none;
	transform:translateY(-100px);
}
#inchiriere-utilaje .row li > .img-over img{
	height:200px;
}
#inchiriere-utilaje .row li:hover{
	opacity: 1!important;
}
#inchiriere-utilaje .row li:hover > .img-over{
	z-index:9999;
	transform:translateY(0);
	visibility: visible;
	opacity:1;
}
#inchiriere-utilaje > .row:nth-of-type(1):after {
	content: '';
	width: 50%;
	height: 1px;
	background: #dadada;
	position: relative;
	text-align: center;
	margin: auto;
	top: 50px;
}

#inchiriere-utilaje .list-check li {
	font-family: "Bold";
	position: relative;
}

#inchiriere-utilaje .list-check li > span {
	display: block;
	margin-left: 50px;
	font-family: "Regular";
}


.scd-box {
	margin-top: 50px;
	background: #ed1f24;
	border-radius: 3px;
	box-shadow: 0px 1px 10px 0px rgba(32, 29, 30, 0.35);
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: "Bold";
	text-transform: uppercase;
	color: #fff;
	cursor: default;
	z-index:-1;
}

.scd-box:hover {
	opacity: .8;
}
#inchiriere-utilaje > .row:nth-last-of-type(2) {
	margin-top: 60px;
}

#inchiriere-utilaje > .row:nth-last-of-type(2) .columns.large-6 {
	width: 45%;
}


/* Inchiriere utilaje end */


/* Acoperire start */

#acoperire {
	background: url('../../../images/uploads/acoperire.jpg') no-repeat fixed center;
	background-size: cover;
	padding: 75px 0;
}

#acoperire .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

#acoperire h2 {
	margin-bottom: 50px;
}

#acoperire img {
	text-shadow: -1.452px 5.822px 10px rgba(0, 0, 1, 0.15);
}

#acoperire img:hover {
	opacity: .8;
}


/* Acoperire end */


/* Cere Oferta start */

#oferta {
	padding: 50px 0;
	background: url(../../../images/uploads/oferta.jpg) no-repeat fixed center;
	background-size: cover;
}
.name-card .secondary_font{
	font-size:2rem;
	color:#f00;
}
.name-card p.name{
	font-size:2rem;
	margin-top:35px;
}
.name-card p.name + p{
	margin-bottom:15px;
}
.name-card p:nth-last-of-type(1){
	font-size:1.2rem;
}
#oferta .name-card p.name{
	margin-top:15px;
}
#oferta h2:nth-of-type(1){
	margin-bottom:0;
}
#oferta .contact-form-wrapper > p:not(.secondary_font){
	margin:15px 0;
}
#oferta .contact-form-wrapper {
	box-shadow: 0px 1px 10px 0px rgba(32, 29, 30, 0.35), -1.452px 5.822px 10px 0px rgba(0, 0, 1, 0.15);
	background: #fff;
	max-width: 40%;
	margin: auto;
	border-radius: 3px;
	padding: 50px 100px 35px 100px;
}

.contact-form-wrapper h2 {
	margin-bottom: 25px;
}

.contact-form label {
	display: block;
	font-family: "Bold";
	text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	resize: none;
	outline: none;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding: 15px 20px;
}

.contact-form textarea {
	height: 150px;
}

.contact-form ::-webkit-input-placeholder {
	color: #c6c6c6;
}

.contact-form ::-moz-placeholder {
	color: #c6c6c6;
}

.contact-form :-ms-input-placeholder {
	color: #c6c6c6;
}

.contact-form :-moz-placeholder {
	color: #c6c6c6;
}

.contact-form button {
	margin: auto;
}

.contact-form {
	position: relative;
}

.contact-form .posting-anim,
.contact-form .succes-anim {
	display: none;
}

.contact-form.posting input,
.contact-form.posting select,
.contact-form.posting textarea,
.contact-form.posting button,
.contact-form.success input,
.contact-form.success select,
.contact-form.success textarea,
.contact-form.success button,
.contact-form.success label,
.contact-form.posting label {
	visibility: hidden;
	opacity: 0;
}

.contact-form.posting .posting-anim {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 70px;
	width: 70px;
	display: block;
}

.contact-form.success .succes-anim {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
	width: 100%;
	height: 100%;
}

.contact-form.success .succes-anim-cont {
	display: table-cell;
	vertical-align: middle;
	animation: scd-scalein .3s cubic-bezier(.65, .34, .19, 1) 1;
	-webkit-animation: scd-scalein .3s cubic-bezier(.65, .34, .19, 1) 1;
}

.contact-form.success .succes-anim-cont h3 {
	color: #333d42;
}

.contact-form.success .succes-anim-cont p {
	color: #333d42;
}

.contact-form.success .succes-anim-cont svg {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}

.contact-form.success .succes-anim-cont svg .contact-success {
	fill: #f00;
}

.contact-form.posting .posting-anim .posting-svg {
	animation: posting-inside 3s linear infinite;
	-webkit-animation: posting-inside 3s linear infinite;
	-ms-animation-name: posting-inside 3s linear infinite;
	-moz-animation: posting-inside 3s linear infinite;
	-o-animation: posting-inside 3s linear infinite;
	transform-origin: 50%;
	fill: none;
	stroke: #f00;
	stroke-width: 7px;
	stroke-linecap: round;
	stroke-dasharray: 500;
	stroke-dashoffset: 100;
}

@keyframes posting-inside {
	0% {
		transform: rotate(0deg);
		stroke-dashoffset: 100;
		-webkit-transform: rotate(0deg);
		stroke-dashoffset: 100;
		-ms-transform: rotate(0deg);
		stroke-dashoffset: 100;
		-o-transform: rotate(0deg);
		stroke-dashoffset: 100;
		-moz-transform: rotate(0deg);
		stroke-dashoffset: 100;
	}
	50% {
		transform: rotate(720deg);
		stroke-dashoffset: 500;
		-webkit-transform: rotate(720deg);
		stroke-dashoffset: 500;
		-ms-transform: rotate(720deg);
		stroke-dashoffset: 500;
		-o-transform: rotate(720deg);
		stroke-dashoffset: 500;
		-moz-transform: rotate(720deg);
		stroke-dashoffset: 500;
	}
	100% {
		transform: rotate(1080deg);
		stroke-dashoffset: 100;
		-webkit-transform: rotate(1080deg);
		stroke-dashoffset: 100;
		-ms-transform: rotate(1080deg);
		stroke-dashoffset: 100;
		-o-transform: rotate(1080deg);
		stroke-dashoffset: 100;
		-moz-transform: rotate(1080deg);
		stroke-dashoffset: 100;
	}
}

@-webkit-keyframes posting-inside {
	0% {
		transform: rotate(0deg);
		stroke-dashoffset: 100;
		-webkit-transform: rotate(0deg);
		stroke-dashoffset: 100;
		-ms-transform: rotate(0deg);
		stroke-dashoffset: 100;
		-o-transform: rotate(0deg);
		stroke-dashoffset: 100;
		-moz-transform: rotate(0deg);
		stroke-dashoffset: 100;
	}
	50% {
		transform: rotate(720deg);
		stroke-dashoffset: 500;
		-webkit-transform: rotate(720deg);
		stroke-dashoffset: 500;
		-ms-transform: rotate(720deg);
		stroke-dashoffset: 500;
		-o-transform: rotate(720deg);
		stroke-dashoffset: 500;
		-moz-transform: rotate(720deg);
		stroke-dashoffset: 500;
	}
	100% {
		transform: rotate(1080deg);
		stroke-dashoffset: 100;
		-webkit-transform: rotate(1080deg);
		stroke-dashoffset: 100;
		-ms-transform: rotate(1080deg);
		stroke-dashoffset: 100;
		-o-transform: rotate(1080deg);
		stroke-dashoffset: 100;
		-moz-transform: rotate(1080deg);
		stroke-dashoffset: 100;
	}
}

@keyframes scd-scalein {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
	}
}


/* CONTACT FORM END */


/* Cere Oferta end */


/* Footer start */

footer {
	background: #464646;
	color: #b8b8b8;
	padding: 30px 0;
}

footer a {
	color: #b8b8b8!important;
}

footer a:hover {
	color: #f00!important;
}

footer p:nth-last-of-type(1) {
	margin-top: 10px;
}


/* Footer end */