<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
}

/* END Fonts */

/* General */
html {
	background: #F6F6F6;
}
body {
	min-width: 320px;
	background: none;
	color: #70726b;
	font-size: 1em;
	font-family: OpenSans, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

a {
	color: #99cc00;
}

a:hover {
	color: #000;
}

h1 {
	margin: 0 0 20px;
	padding: 20px 0 20px;
	border-bottom: 2px solid #ddd;
	color: #99cc00;
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 10px;
	color: #555555;
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 10px;
	color: #99cc00;
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 700;
}

h3 {
	margin: 0;
}

p {
	margin: 0 0 20px;
}

ul {
	margin: 20px 0;
}

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

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

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

.green {
	color: #99CC01;
}

/* END General */

/* Header */

header {
	position: relative;
	padding: 10px 0 0;
	background: #fff;
	z-index: 9999;
}

.header-top {
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#logo {
	display: inline-block;
}

#logo a {
	position: relative;
	width: 378px;
	height: 99px;
	display: inline-block;
	margin: 0 0 10px 0;
	background: url(../images/logo.jpg) no-repeat left bottom transparent;
}

#header-phone {
	position: relative;
	float: right;
	margin: 30px 30px 0 0;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #848484;
	text-align: center;
	line-height: 1em;
}

#header-phone &gt; span {
	display: block;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 12px;
}

#header-phone:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: url(../images/header-phone.png) no-repeat left center transparent;
}

#header-phone:hover:before {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#header-phone a {
	display: inline-block;
	color: #99cc00;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	-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;
}

#header-phone a:hover {
	color: #848484;
}

.header-bottom {
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #fefefe 100%);
	background: -webkit-linear-gradient(top,  #efefef 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fefefe',GradientType=0 );
}

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

.mobile-trigger span {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	height: 3px;
	width: 30px;
	margin-top: -2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff;
	-webkit-transition: all 0.2s 0.2s linear, background 0.2s linear;
	-moz-transition: all 0.2s 0.2s linear, background 0.2s linear;
	-ms-transition: all 0.2s 0.2s linear, background 0.2s linear;
	-o-transition: all 0.2s 0.2s linear, background 0.2s linear;
	transition: all 0.2s 0.2s linear, background 0.2s linear;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mobile-trigger span:first-child {
	top: 12px;
	margin-top: 0;
	-webkit-transition: all 0.2s linear, top 0.2s 0.2s linear, background 0.2s linear;
	-moz-transition: all 0.2s linear, top 0.2s 0.2s linear, background 0.2s linear;
	-ms-transition: all 0.2s linear, top 0.2s 0.2s linear, background 0.2s linear;
	-o-transition: all 0.2s linear, top 0.2s 0.2s linear, background 0.2s linear;
	transition: all 0.2s linear, top 0.2s 0.2s linear, background 0.2s linear;
}
.mobile-trigger span:last-child {
	top: auto;
	bottom: 13px;
	margin-top: 0;
	-webkit-transition: all 0.2s linear, bottom 0.2s 0.2s linear, background 0.2s linear;
	-moz-transition: all 0.2s linear, bottom 0.2s 0.2s linear, background 0.2s linear;
	-ms-transition: all 0.2s linear, bottom 0.2s 0.2s linear, background 0.2s linear;
	-o-transition: all 0.2s linear, bottom 0.2s 0.2s linear, background 0.2s linear;
	transition: all 0.2s linear, bottom 0.2s 0.2s linear, background 0.2s linear;
}
body.show-menu .mobile-trigger span {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
body.show-menu .mobile-trigger span:first-child {
	top: 21px;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s 0.2s linear, top 0.2s linear, background 0.2s linear;
	-moz-transition: all 0.2s 0.2s linear, top 0.2s linear, background 0.2s linear;
	-ms-transition: all 0.2s 0.2s linear, top 0.2s linear, background 0.2s linear;
	-o-transition: all 0.2s 0.2s linear, top 0.2s linear, background 0.2s linear;
	transition: all 0.2s 0.2s linear, top 0.2s linear, background 0.2s linear;
}
body.show-menu .mobile-trigger span:last-child {
	bottom: 19px;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s 0.2s linear, bottom 0.2s linear, background 0.2s linear;
	-moz-transition: all 0.2s 0.2s linear, bottom 0.2s linear, background 0.2s linear;
	-ms-transition: all 0.2s 0.2s linear, bottom 0.2s linear, background 0.2s linear;
	-o-transition: all 0.2s 0.2s linear, bottom 0.2s linear, background 0.2s linear;
	transition: all 0.2s 0.2s linear, bottom 0.2s linear, background 0.2s linear;
}

#main-nav &gt; ul {
	display: block;
}
#main-nav ul,
#main-nav li {
	margin: 0;
	padding: 0;
	background-image: none;
}
#main-nav &gt; ul &gt; li {
	position: relative;
	display: inline-block;
}

#main-nav &gt; ul &gt; li + li {
	border-left: 2px solid #ececec;
}

#main-nav &gt; ul &gt; li &gt; a {
	display: block;
	padding: 18px 32px;
	color: #70726b;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 16px;
	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 &gt; ul &gt; li &gt; a:hover {
	color: #99cc00;
}

#main-nav &gt; ul &gt; li &gt; a.active {
	color: #99cc00;
}

#main-nav &gt; ul &gt; li.has-children &gt; 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 &gt; ul ul {
	position: absolute;
	top: 85%;
	left: 0;
	width: 100%;
	min-width: 200px;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
	background: #fefefe;
	visibility: hidden;
	overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main-nav &gt; ul &gt; li:hover &gt; ul {
	top: 100%;
    visibility: visible;
    opacity: 1;
}

#main-nav &gt; ul ul li + li {
	border-top: 1px solid #ececec;
}

#main-nav &gt; ul ul li a {
	display: block;
	padding: 8px 10px;
	color: #70726b;
	font-size: 14px;
	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 &gt; ul ul li a:hover {
	color: #99cc00;
	background: #F6F6F6;
}

#main-nav &gt; ul ul li a.active {
	color: #99cc00;
}

/* END Header */

/* Main */

main {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
}

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

main h3 + ul {
	margin-top: 5px;
}

.top-image {
	position: relative;
	margin: 0 0 20px;
}

.top-image img {
	width: 100%;
}

.top-image p {
	position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
	margin: 0;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: rgba(153,204,0,0.9);
	color: #fff;
    font-size: 18px;
    line-height: 22px;
}

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: #99cc00;
	color: #fff;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
}

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

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

span.green {
	color: #99CC01;
}

.form-field {
	position: relative;
}

div.label {
	font-family: 'Roboto Slab', 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: #99cc00;
	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='#99cc00', endColorstr='#a54a09',GradientType=1 );
}

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

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

/* END Main */

/* Footer */

footer {
	padding: 30px 10px 10px;
	border-top: 2px solid #e5e5e5;
	background: #F0F0F0;
	color: #838383;
	font-size: 14px;
}

footer .col-wrapper {
	text-align: justify;
}

footer .col-wrapper:after {
	content: '';
	display: inline-block;
	width: 100%;
}

footer .col-wrapper .col {
	position: relative;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding-left: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
}

footer .col-wrapper .col:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: url(../images/placeholder.png) no-repeat center #99cc00;
	color: #fff;
}

footer .col-wrapper .col.phone:before {
	background-image: url(../images/phone-call.png);
}

footer .col-wrapper .col.email:before {
	background-image: url(../images/envelope.png);
}

footer .col-wrapper .col h4 {
	text-transform: uppercase;
}

footer p {
	margin: 20px 0 0;
	font-size: 12px;
}

/* END Footer */

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

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

/* Acasa */

/* Slider */

section.slider {
	position:relative;
	width:100%;
	height:365px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding:0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

section.slider figure {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding: 40px;
	border: 15px solid #fff;
	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:50px;
	height:50px;
	margin-top:-25px;
	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");
}

section.slider .slideRight {
	left:-2%;
	background-image:url("../images/slider-left-arrow.png");
}

section.slider .steps {
	display: none;
}

section.slider .container {
	position:relative;
	height:100%;
	border: 1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
}

section.slider .container h2 {
	display: block;
	width: auto;
	margin: -20px -20px 20px;
	padding: 10px 15px;
	background: rgba(153,204,0,0.9);
	color:#fff;
	font-weight:normal;
	font-size:32px;
	line-height:38px;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #86b300;
}

section.slider .container .details {
	max-width: 320px;
	padding: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: rgba(255,255,255,0.9);
	font-size: 14px;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
	-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;
	transform:translate(-40px);
	visibility: hidden;
	opacity: 0;
}

section.slider .container figure.active-animation .details {
	transform:translate(0);
	visibility: visible;
    opacity: 1;
}

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

/* END Slider */

.main-content {
	margin: 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.main-content.two-col {
	text-align: justify;
}

.main-content.two-col &gt; .container {
	padding: 15px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
}

.main-content.two-col &gt; .container:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.main-content.two-col main {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
}

aside {
	text-align: left;
}

aside .widget {
	margin: 0 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

aside .widget.contact {
	background: #99cc00;
	color: #fff;
	padding: 20px;
}

aside .widget.contact h3 {
	margin-bottom: 10px;
	color: #fff;
}

aside .widget.contact p {
	margin: 0 0 5px;
}

aside .widget.contact p:last-child {
	margin-bottom: 0;
}

aside .widget.contact a {
	color: #fff;
}

aside .widget.contact a:hover {
	color: #70726b;
}

aside .widget.image a {
	color: #fff;
}

aside .widget .image-widget {
	position: relative;
	padding-top: 77.38%;
	background-image: url(../images/albire-dentara-profesionala.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

aside .widget .image-widget .details {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(153,204,0,0.9);
	font-size: 14px;
	line-height: 16px;
	-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;
}

aside .widget:hover .image-widget .details {
	padding: 15px 5px;
}

.main-content.two-col aside {
	width: 27%;
	display: inline-block;
	vertical-align: top;
}

/* END Acasa */

/* Servicii */

.servicii main ul li a {
	color: inherit;
}

.servicii main ul li a:hover {
	color: #99cc00;
}

/* END Servicii */

/* Contact */

.main-content.contact main a {
	color: inherit;
}

.main-content.contact main a:hover {
	color: #99cc00;
}

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

/* END Contact */

/* Media Queries */

@media all and (max-width: 1024px) {
	h1 {
		font-size: 26px;
		line-height: 30px;
	}
	#logo a {
		width: 267px;
		height: 70px;
		background-size: 267px 70px;
	}
	#header-phone {
		margin: 18px 0 0;
	}
	.main-content {
		padding: 0 20px;
	}
	section.slider .container h2 {
		margin: -10px -10px 20px;
		font-size: 28px;
		line-height: 32px;
	}
	section.slider .container .details {
		max-width: 280px;
		padding: 10px;
	}
	aside .widget.contact {
		padding: 10px;
		font-size: 13px;
	}
	.top-image {
		margin: 0 0 10px
	}
	.contact-map {
		margin: 0 0 10px;
	}
}

@media all and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	header {
		padding: 0;
	}
	#logo a {
		width: 229px;
		height: 60px;
		background-size: 229px 60px;
	}
	#header-phone {
		margin: 14px 0 0;
	}
	.header-top {
		padding: 10px 10px 0;
	}
	.header-bottom {
		background: #fff;
	}
	#main-nav .mobile-trigger {
		display: block;
	}
	#main-nav &gt; ul {
		display: none;
		padding: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		text-align: left;
	}
	#main-nav &gt; ul &gt; li {
		display: block;
		border-top: 1px solid #ececec;
	}
	#main-nav &gt; ul &gt; li + li {
		border-left: none;
	}
	#main-nav &gt; ul &gt; li &gt; a {
		padding: 10px 15px;
	}
	#main-nav &gt; ul &gt; li.has-children &gt; 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 &gt; ul &gt; li.has-children.show &gt; a:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
	}
	#main-nav &gt; ul ul {
		display: none;
		position: static;
		visibility: visible;
		opacity: 1;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	#main-nav &gt; ul ul li,
	#main-nav &gt; ul ul li + li {
		border-top: 1px solid #ececec;
	}
	#main-nav &gt; ul ul li a {
		padding: 10px 20px;
	}
	.main-content {
		margin-top: 10px;
		padding: 0 10px;
	}
	footer .col-wrapper:after {
		content: none;
	}
	footer .col-wrapper .col {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	section.slider {
		height: 280px;
		margin-bottom: 10px;
	}
	section.slider figure {
		padding: 10px 20px;
		border-width: 5px;
	}
	section.slider .container .details {
		line-height: 1.3em;
	}
	section.slider .container h2 {
		margin: -10px -10px 10px;
	}
	section.slider .slideLeft, section.slider .slideRight {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: 30px;
	}
	section.slider .slideRight {
		left: -10px;
	}
	section.slider .slideLeft {
		right: -10px;
	}
	.main-content.two-col &gt; .container:after {
		content: none;
	}
	.main-content.two-col main,
	.main-content.two-col aside {
		width: 100%;
		display: block;
	}
	.main-content.two-col &gt; .container {
		padding: 10px;
	}
	.contact-map {
		margin: 0 0 15px;
	}
}

@media all and (max-width: 480px) {
	h1 {
		padding: 10px 0 10px;
	}
	.header-top {
		text-align: center;
	}
	#logo {
		display: block;
		text-align: center;
	}
	#header-phone {
		display: inline-block;
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
	section.slider {
		padding: 0 10px;
	}
	section.slider figure {
		overflow: hidden;
	}
	section.slider .container .details {
		max-width: 100%;
		width: 100%;
		height: 100%;
		padding: 10px 20px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	section.slider .container h2 {
		margin: -10px -20px 10px;
		font-size: 24px;
		line-height: 28px;
	}
	.top-image p {
		position: static;
		background: #99cc00;
		font-size: 14px;
		line-height: 18px;
	}
}

/* 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;
	}
}</pre></body></html>