/* FONTS */

@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&subset=latin,latin-ext);

/* CLEARFIX */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* HEAD */

.head {
    height: 670px;
/*    background: url(../imagini/header-bg.jpg);*/
    overflow: hidden;
}

/* HEAD - TOP */

.head .top {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
}

.head .top p {
    font-weight: 300;
    color: #fff;
    font-size: 0.938em;
    float: left;
    margin-right: 40px;
}

.head .top .fa {
    margin-right: 10px;
}

/* HEAD - TOP SOCIAL */

.top-social {
    float: right;
}

.top-social .fa {
    margin-right: 0;
}

.top-social a {
    text-decoration: none;
    margin-left: 20px;
    font-size: 1.125em;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.top-social a:hover {
    color: #bf1e2e;
}

/* MAIN MENU */

.main-menu {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    height: 95px;
}

/* MAIN MENU - LOGO */

.logo {
    float: left;
    margin-top: 25px;
    margin-left: 24px;
}

.logo p:first-child {
    font-size: 1.875em;
    font-weight: 700;
}

.logo p:nth-child(2) {
    font-size: 1.125em;
    color: #bf1e2e;
    font-weight: 400;
}

/* MAIN MENU - DR AUTO */

.main-menu .drauto {
    width: 70px;
    background: #056839;
    float: right;
    height: 95px;
    position: relative;
}

.main-menu .drauto img {
    position: absolute;
    margin-top: -8px;
    margin-left: -60px;
    z-index: 1;
}

/* NAV MENU */

.menu {
    float: right;
    margin-right: 75px;
}

.menu li {
    display: inline-block;
    list-style-type: none;
}

.menu li a {
    font-size: 1.250em;
    text-decoration: none;
    padding: 38px 20px;
    display: block;
    color: #404040;
    background-image: url(../imagini/menu-hover.png);
    background-repeat: no-repeat;
    background-position: bottom -6px center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.menu li a:hover {
    background-position: bottom center;
    color: #bf1e2e;
}

/* RESPONSIVE MENU */

.responsive-menu {
    float: right;
    display: none;
    font-size: 2em;
    color: #404040;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.responsive-menu:hover,
.responsive-menu:active,
.responsive-menu:focus {
    color: #bf1e2e;
}

/* HEAD TEXT */

.head-text {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.head-text h1 {
    font-size: 3em;
    color: #fff;
    font-weight: 700;
    margin-top: 120px;
}

.head-text h2 {
    font-size: 1.563em;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 120px;
}

/* HEAD TEXT - BUTTONS */

.head-btn {
    font-size: 1.250em;
    font-weight: 400;
    display: inline-block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.head-btn .fa {
    margin-right: 15px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.serviciilenoastre {
    background: #056839;
    margin-right: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.programari {
    background: #bf1e2e;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.serviciilenoastre:hover {
    background: #01954f;
}

.head-btn:hover .fa {
    margin-right: 20px;
}

.programari:hover {
    background: #ea0017;
}

/* SERVICII */

.servicii {
    width: 1200px;
    margin: 0 auto 70px auto;
    padding-top: 70px;
    overflow: hidden;
}

.title {
    font-size: 1.500em;
    font-weight: 700;
    text-align: center;
}

.text-content {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 25px;
}

.text-servicii {
    text-align: center;
    margin-bottom: 70px;
}

.title-servicii {
    margin: 0 0 5px 0;
}

/* SERVICII BOX */

.servicii-box {
    width: 290px;
    margin-right: 13px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 9px;
    border: 1px solid #dedede;
    background: #fff;
    float: left;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.box-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.box-img img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.servicii-icon {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 3px solid #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    background: #056839;
    text-align: center;
    z-index: 100;
    position: relative;
}

.servicii-icon .fa {
    color: #fff;
    font-size: 1.250em;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.box-title {
    font-size: 1.125em;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}

.servicii-box:hover .fa {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
}

.servicii-box:hover .box-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    
}

.servicii-box:hover {
    border: 1px solid #afafaf;
}

.box-right {
    margin-right: 0;
}

/* REVIZII ITP */

.revizii-itp {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.revizii-itp p:first-child {
    font-size: 1.125em;
    font-weight: 700;
    color: #bf1e2e;
    margin-bottom: 30px;
}

.revitp {
    margin-bottom: 25px;
}

.contrevitp {
    margin-bottom: 5px;
}

.revizii-itp img {
    display: block;
    margin: 50px auto 0 auto;
}

.revizii-itp-box {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 25px;
    text-align: left;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.revizii-itp-box:hover {
    border: 1px solid #afafaf;
}

.revizii-itp-text {
    float: left;
}

.revizii-itp-box p:first-child {
    font-size: 1.500em;
    color: #bf1e2e;
    margin-bottom: 5px;
    font-weight: 400;
}

.revizii-itp-box a {
    float: right;
    background: #bf1e2e;
    padding: 18px;
    font-size: 1.125em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.revizii-itp-box a:hover {
    background: #ea0017;
}

/* ALTE SERVICII */

.alte-servicii {
    width: 1200px;
    margin: 70px auto;
    overflow: hidden;
}

.alte-servicii-box {
    background: #fff;
    border: 1px solid #dedede;
    float: left;
    width: 593px;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.alte-servicii-box:hover {
    border: 1px solid #afafaf;
}

.alte-servicii-img {
    width: 290px;
    height: 285px;
    float: left;
    overflow: hidden;
}

.alte-servicii-text {
    float: left;
    text-align: center;
    width: 303px;
    box-sizing: border-box;
    padding: 15px;
}

.alte-servicii-text p:first-child {
    font-size: 1.125em;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 8px;
}

.alte-servicii-text p:nth-child(2) {
    font-size: 1em;
    font-weight: 300;
}

.alte-servicii-text p:nth-child(3) {
    font-size: 1em;
    font-weight: 300;
    margin-top: 20px;
}

.price {
    font-size: 2.250em;
    color: #bf1e2e;
    margin: 10px 0;
}

.alte-servicii-text p:nth-child(5) {
    font-size: 1em;
    font-weight: 300;
}

.alte-servicii-btn {
    margin-top: 30px;
    text-decoration: none;
    background: #fff;
    font-size: 1em;
    font-weight: 700;
    color: #bf1e2e;
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    border: 1px solid #bf1e2e;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.alte-servicii-btn:hover {
    background: #bf1e2e;
    color: #fff;
}

.altesr {
    margin-right: 0;
}

/* DE CE BOGMAN */

.de-ce-bogman {
    overflow: hidden;
    background-image: url(../imagini/de-ce-mecanic-stanga.png);
    background-repeat: no-repeat;
    background-position: left -15px top;
    text-align: center;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding: 40px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.de-ce-bogman:hover {
    background-position: left 0 top;
}

.de-ce-bogman h3 {
    font-size: 2.250em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}

.de-ce-bogman h3 span {
    font-weight: 700;
    color: #bf1e2e;
}

.dece {
    color: #fff;
}

.de-ce-btn {
    background: #bf1e2e;
    padding: 18px;
    font-size: 1.125em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.de-ce-btn:hover {
    background: #ea0017;
}

/* DATE DE CONTACT */

.unde-ne-gasiti {
    width: 1200px;
    margin: 0 auto 100px auto;
    padding-top: 50px;
    overflow: hidden;
}

.datec {
    text-align: center;
    margin-bottom: 70px;
}

/* DATE CONTACT */

.date-contact {
    width: 290px;
    height: 315px;
    overflow: hidden;
    background: url(../imagini/date-contact-bg.jpg);
    text-align: center;
    float: left;
}

.date-contact-head {
    background: #056839;
    padding: 15px 5px;
}

.date-contact-head p {
    font-size: 1.375em;
    color: #fff;
    font-weight: 700;
}

.date-contact p:nth-child(2) {
    font-size: 1.125em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 35px;
}

.date-contact p:nth-child(3) {
    font-size: 1.125em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
}

.date-contact p:nth-child(4) {
    font-size: 1.125em;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
}

.date-contact p:nth-child(5) {
    font-size: 1.125em;
    color: #fff;
    font-weight: 300;
    margin-top: 5px;
}

.date-contact p:nth-child(6) {
    font-size: 1.125em;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
}

/* HARTA */

.harta {
    width: 910px;
    height: 315px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dedede;
    float: left;
}

.harta iframe {
    width: 100% !important;
    height: 100% !important;
}

/* FOOTER */

.footer {
    width: 100%;
/*    background: url(../imagini/footer-bg.jpg);*/
    box-sizing: border-box;
}

.footer img {
    position: absolute;
    left: 49%;
    margin-top: -40px;
    width: 75px;
    height: 75px;
}

.footer-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 100px 0 80px 0;
}

.footer-box {
    width: 290px;
    margin-right: 13px;
    overflow: hidden;
    float: left;
}

.footer-box p:first-child {
    font-size: 1.250em;
    color: #fff;
    font-weight: 700;
}

.footer-box p:nth-child(2) {
    font-size: 0.813em;
    color: #bf1e2e;
}

.footer-box p:nth-child(3) {
    font-size: 0.938em;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    margin-top: 40px;
}

.fbox-title {
    font-size: 1em !important;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
    margin-bottom: 52px;
}

.footer-box ul li {
    font-size: 0.938em;
    color: #fff;
    font-weight: 300;
    padding: 8px 0;
}

.footer-box ul li .fa {
    margin-right: 15px;
    color: #056839;
}

.fboxr {
    margin-right: 0;
}

/* COPYRIGHT */

.copyright {
    width: 100%;
    background: rgba(0,0,0,0.8);
}

.copyright-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.copyright-content p {
    float: left;
    font-size: 0.875em;
    color: #868686;
    padding: 20px 0;
}

.fsocial {
    margin-top: 16px;
}

.footer-social {
    float: right;
}

.footer-social .fa {
    margin-right: 0;
}

.footer-social a {
    text-decoration: none;
    margin-left: 20px;
    font-size: 1.125em;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.footer-social a:hover {
    color: #bf1e2e;
}