/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;

    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: 'elysioregular';
    src: url('../fonts/elysio-webfont.woff2') format('woff2'),
         url('../fonts/elysio-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'elysioblack';
    src: url('../fonts/elysio-black-webfont.woff2') format('woff2'),
         url('../fonts/elysio-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'elysiobold';
    src: url('../fonts/elysio-bold-webfont.woff2') format('woff2'),
         url('../fonts/elysio-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'elysiolight';
    src: url('../fonts/elysio-light-webfont.woff2') format('woff2'),
         url('../fonts/elysio-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'elysiomedium';
    src: url('../fonts/elysio-medium-webfont.woff2') format('woff2'),
         url('../fonts/elysio-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'elysiothin';
    src: url('../fonts/elysio-thin-webfont.woff2') format('woff2'),
         url('../fonts/elysio-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
    box-sizing: border-box;
}
body{
    font-family: 'elysioregular';
    font-size: 16px;
    color: #404040;
}

/**** MISC ****/
.clear{
    clear: both;
}
.container{
    width: 95.83333333333334VW;
    margin: 0 auto;
}
.small-container{
    width: 85.447917VW;
    margin: 0 auto;
}

.general-site-header{
    position: relative;
    width: 100%;
    height: 26.041666666666668VW;
}
.general-site-header img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}
.general-site-header h1{
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
    font-family: 'elysioblack';
    font-size: calc( 20px + ( 60 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 60 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 25px #000000;
}

/**** MISC ****/

/**** MENU ****/
.menu-holder{
    position: relative;
    z-index: 9999;
    background: #ffffff;
    padding: 0.9VW 0 0.9VW 0;
}
.logo{
    display: inline-block;
    width: 12.385417VW;
}
.logo img{
    display: block;
    width: 100%;
}
.main-nav{
    float: right;
    text-align: right;
}
.main-nav ul{
    font-size: 0;
}
.main-nav ul li{
    display: inline-block;
    font-size: calc( 16px + ( 22 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 22 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #404040;
    text-align: right;
    margin-left: 1.9791666666666665VW;
    padding: 1.4VW 0 1.2VW 0;
}
.main-nav ul li a{
    display: block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    text-transform: capitalize;
}
.main-nav ul li a:hover, .main-nav ul li a:focus, .main-nav ul li a:active{
    color: inherit;
    text-decoration: none;
}
/**** MENU ****/


/**** SLIDERS ****/
.slide-element{
    width: 100%;
    height: 40.958333VW;
    position: relative;
}
.slide-element img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*object-position: top center;*/
    object-position: center center;
    z-index: 0;
}
.object-fit{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.slide-content{
    /*width: 38.416667VW;*/
    width: 46.416667VW;
    position: relative;
    z-index: 1;
    padding-top: 8.072916666666668VW;
    padding-left: 4.166666666666666VW;
}
.slide-content h1{
    font-family: 'elysiobold';
    font-size: calc( 16px + ( 40 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 22px + ( 46 - 22 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #ffffff;
    margin-bottom: 1.5625VW;
}
.slide-content h1 strong{
    color: #ffe600;
}
.slide-content p strong{
    font-family: 'elysiobold';
}
.slide-content p{
    font-size: calc( 12px + ( 30 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 18px + ( 36 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #ffffff;
    margin-bottom: 1.5625VW;   
}
.slide-content a {
    text-decoration: none;
}
/*.slide-content a{
    display: inline-block;
    padding: 12px 35px;
    text-align: center;
    font-size: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: inherit;
    background: #ffe600;
    text-decoration: none;
    text-transform: uppercase;
}*/
.slide-content a:hover, .slide-content a:focus, .slide-content a:active{
    color: inherit;
    text-decoration: none;
}
.owl-dots{
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot, .owl-theme .owl-dots .owl-dot:active, .owl-theme .owl-dots .owl-dot:hover, .owl-theme .owl-dots .owl-dot:focus{
    outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ffe600;
    border: 1px solid #ffe600;
    cursor: pointer;
    outline: none;
}
.owl-theme .owl-dots .owl-dot span{
    width: 1.0416666666666665VW;
    height: 1.0416666666666665VW;
    margin: 0 0;
    margin-left: 1.0416666666666665VW;
    background: transparent;
    border: 1px solid #ffe600;
    cursor: pointer;
    outline: none;
}
/**** SLIDERS ****/

/**** RECURRENT CAMPAIGN *****/
.recurret-campaigns{
    display: none;
    padding: 1.5625VW 0;
}
.picture-holder{
    display: block;
    height: 31.25VW;
    width: 100%;
    box-shadow: 0px 0px 10px #eeeeee;
}
.recurret-campaigns picture img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/**** RECURRENT CAMPAIGN *****/

/**** INFOS *****/
.general-infos{
    padding-top: 5.208333333333334VW;
    padding-bottom: 5.208333333333334VW;
}
.infos-holder{
    margin-left: -0.78125VW;
    margin-right: -0.78125VW;
}
.info-box{
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    height: 28.125VW;
    text-decoration: none;
}
.info-box:hover, .info-box:active, .info-box:focus{
    text-decoration: none;
}
.box-in-box{
    padding: 1.3020833333333335VW;
}
.servics-holder{
    margin-left: -15px;
    margin-right: -15px;
}
.home-service{
    display: block;
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 1.5625VW;
}
.home-service a{
    display: block;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 0px 10px #cacaca;
    min-height: 9.4324vw;
    padding-top: 1.222917VW;
}
.home-service a img{
    display: block;
    margin: 0 auto;
    margin-bottom: 0.86534vw;
}
.home-service a span{
    display: block;
    font-family: 'elysioblack';
    font-size: calc( 12px + ( 30 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 18px + ( 36 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #000000;
    text-decoration: none;
    
}
.box h4{
    padding-top: 0.6458333333333333VW;
    position: relative;
    font-family: 'elysioblack';
    font-size: calc( 20px + ( 70 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 70 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #83b441;
    margin-bottom: 0.8020833333333335VW;
    text-decoration: none;
}
.s-img-1{
    width: 4.270833333333333VW;
    height: 4.114583333333333VW;
}
.s-img-2{
    width: 4.270833333333333VW;
    height: 4.114583333333333VW;
}
.s-img-3{
    width: 4.270833333333333VW;
    height: 4.114583333333333VW;
}
.s-img-4{
    width: 4.270833333333333VW;
    height: 4.114583333333333VW;
}
.box{
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px #eeeeee;
}
.box-1{
    background: url('../img/info1.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.box-2{
    background: #f6821f;
    text-align: center;
}
.box-3{
    background: url('../img/info2-new.jpg');
    background-position: -4.6875VW 5.208333333333334VW;
    background-repeat: no-repeat;
    background-size: contain;
}

.box-4{
    background: url('/assets/img/OCTSporBannerHomepage.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.box h2{
    position: relative;
    padding-top: 5%;
    padding-left: 5%;
    font-family: 'elysioblack';
    font-size: calc( 20px + ( 70 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 70 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #ffffff;
    margin-bottom: 0.8020833333333335VW;
    text-decoration: none;
}
.box h2 img{
    display: inline-block;
    margin-right: 0.5208333333333333VW;
}
.box p{
    font-family: 'elysiobold';
    display: inline-block;
     padding-left: 5%;
    text-align: center;
    font-size: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    text-decoration: none;
    color: #ffffff;
}
.box.box-1 h2{
    padding-top: 10%;
    color: #83b441;
}
.box.box-1 p{
    color: #f69651;
}
.box.box-2{
    position: inherit;
    padding: 4.6875VW 2.083333333333333VW 4.6875VW 2.083333333333333VW;
}
.box.box-2 h2{
    position: inherit;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 1.8020833333333335VW;
}
.box.box-2 p{
    padding-left: 0;
}
.box h3{
    text-decoration: none;
    font-family: 'elysioblack';
    font-size: calc( 15px + ( 45 - 15 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 26px + ( 56 - 26 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    margin-bottom: 2.8229166666666667VW;
    color: #ffffff;
}
.box.box-3 h2{
    color:#ffde00;
}
.box.box-3 p{
    color: #f6821f;
}
/**** INFOS *****/

/**** FOOTER ****/
footer{
    background: #000000;
    padding: 2.864583333333333VW 0;
}
.footer-links{
    display: inline-block;
    font-size: 0;
    padding-top: 0.5729166666666666VW;
}
.footer-links li{
    display: inline-block;
    margin-right: 25px;
    font-size: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #8d8d8d;
}
.footer-links li a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
}
.footer-links li a:hover, .footer-links li a:active, .footer-links li a:focus{
    color: inherit;
    text-decoration: none;   
}
.social-links{
    float: right;
    font-size: 0;
}
.social-links li{
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
}
.social-links a{
    display: block;
    margin-left: 1.0416666666666665VW;
    width: 1.6666666666666667VW;
}
.social-links a img{
    display: block;
    width: 100%;
}
/**** FOOTER ****/

/**** CARIERE ****/

.cariere{
    padding: 3.125VW 0;
}
.cariere h2{
    font-family: 'elysiobold';
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.26041666666666663VW;
}
.cariere p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.78125VW;
}

.jobs-container{
    margin-left: -1.0416666666666665VW;
    margin-right: -1.0416666666666665VW;
}
.job-box{
    float: left;
    width: 50%;
    padding: 0 1.0416666666666665VW;
    margin-bottom: 2.083333333333333VW;
}
.job{
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #c2c2c2;
    padding: 1.5625VW 0 1.5625VW 1.8229166666666667VW;
    background: #ffffff;
}
.job h3{
    font-family: 'elysiobold';
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #83b441;
    transition: 0.3s ease all;
}
.job ul{
    font-size: 0;
    margin: 0.78125VW 0;
    padding-left: 1.1458333333333333VW;
}
.job ul li{
    display: inline-block;
    position: relative;
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-right: 2.204166666666667VW;
    margin-left: 0.2208333333333333VW;
    transition: 0.3s ease all;
}
.job ul li span.date-img{
    content: '';
    position: absolute;
    top: 0.052083333333333336VW;
    left: -1.4187500000000002VW;
    width: 1.0416666666666665VW;
    height: 1.0416666666666665VW;
    background: url('../img/calendar.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.1s linear all;
}

.job ul li span.pin-img{
    content: '';
    position: absolute;
    top: -0.10416666666666667VW;
    left: -1.20625VW;
    width: 0.9895833333333333VW;
    height: 1.3020833333333335VW;
    background: url('../img/pin.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.1s linear all;
}
.job.selected ul li span.date-img{
    background: url('../img/white-calendar.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;   
}
.job.selected ul li span.pin-img{
    background: url('../img/white-pin.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;   
}
.job-toggle{
    position: absolute;
    bottom: 25%;
    right: 3%;
    width: 1.9791666666666665VW;
    height: 1.9791666666666665VW;
    background: #83b441;
    cursor: pointer;
    transition: 0.3s ease all;
}
.job-toggle::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6770833333333334VW;
    height: 0.6770833333333334VW;
    transform: translateY(-50%) translateX(-50%);
    background: url('../img/plus.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.1s linear all;
}
.job-toggle.opened-job{
    background: #ffffff;
}
.job-toggle.opened-job::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8854166666666666VW;
    height: 0.26041666666666663VW;
    transform: translateY(-50%) translateX(-50%);
    background: url('../img/minus.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.1s linear all;
}

.job.selected{
    background: #83b441;
    transition: 0.3s ease all;
}
.job.selected h3{
    color: #ffffff;
}
.job.selected ul li{
    color: #ffffff;
}
.job-detail-holder{
    display: none;
    position: relative;
    border: 1px solid #c2c2c2;
    padding: 1.5625VW 0 1.5625VW 1.8229166666666667VW;
    background: #f7f7f7;
}
.job-detail-holder::after{
    content: '';
    position: absolute;
    top: -0.6770833333333334VW;
    left: 2%;
    width: 1.3541666666666667VW;
    height: 0.6770833333333334VW;
    background: url('../img/ear.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.job-detail-holder ul{
    margin-bottom: 0.78125VW;
    padding-left: 20px;
}
.job-detail-holder ul li{
    position: relative;
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
}
.job-detail-holder ul li::before{
    content: '';
    position: absolute;
    top: 0.3645833333333333VW;
    left: -0.9375VW;
    width: 0.5208333333333333VW;
    height: 0.5208333333333333VW;
    background: url('../img/elipse.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.jobs-form{
    margin: 3.0416666666666665VW 0;
    width: 70%;
}
.jobs-input-holder{
    margin-left: -15px;
    margin-right: -15px;
}
.job-field{
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.job-input-holder{
    position: relative;
    display: block;
    width: 100%;
}
.homepage-spor-button {
    margin-top: 12vw;
}
.slide-content a {
    color:#ffe600;
}
.spor-btn {
    padding: 12px 25px;
    background-color: #7DA52D;
    border-radius: 30px;
    color: #fff !important;
    font-size: 22px;
    font-family: Elysio Bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}
.job-input-holder input[type='text']{
    display: block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    padding: 12px 20px 12px 20px;
    font-size: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #5e5e5e;
    outline: none;
    transition: 0.3s ease all;
}
.job-input-holder input[type='text'].has-error{
    border: 1px solid red;
}
.textarea-holder textarea.has-error{
    border: 1px solid red;   
}
.job-input-holder input[type='text'].is-valid{
    border: 1px solid #83b441;
}
.textarea-holder textarea.is-valid{
    border: 1px solid #83b441;   
}
.job-input-holder input[type='text']::placeholder{
    font-size: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #5e5e5e;   
    outline: none;
}
.upload-holder{
    height: 2.65625VW;
}
.upload-mask, .upload-cv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c2c2c2;
    padding: 0.625VW 1.0416666666666665VW 0.625VW 1.0416666666666665VW;
    font-size: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #5e5e5e;
    background: #ffffff;
    pointer-events: none;
}
.upload-cv{
    opacity: 0;
    pointer-events: all;
}
.browse-btn{
   display: inline-block;
    position: absolute;
    font-size: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 1.0416666666666665VW;
    background: #83b441;
    line-height: 2.65625VW;
    color: #ffffff;
    cursor: pointer;
}
#submit-apply-btn{
    font-family: 'elysiobold';
    display: inline-block;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding: 0.625VW 2.083333333333333VW 0.625VW 2.083333333333333VW;
    background: #83b441;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}
#submit-apply-btn:hover, #submit-apply-btn:active, #submit-apply-btn:focus{
    color: #ffffff;
    text-decoration: none;
}
/**** CARIERE ****/


/**** DESPRE ****/
.despre{
    padding: 3.125VW 0;
}
.full-width-container{
    display: flex;
}
.full-width-container.reversed{
    flex-direction: row-reverse;
}
.left-info, .right-info{
    flex:1;
    align-self: center;
}
.img-holder{
    display: block;
    width: 100%;
    height: 100%;
}
.img-holder img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.info-content-holder{
    padding: 1.8229166666666667VW 1.8229166666666667VW 1.8229166666666667VW 3.6458333333333335VW;
}
.despre p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.78125VW;
}
/**** DESPRE ****/

/**** OFERTE ****/
.oferte{
    padding: 3.125VW 0;
}
.full-width-container{
    display: flex;
}
.left-info, .right-info{
    flex:1;
    align-self: center;
}
.img-holder{
    display: block;
    width: 100%;
    height: 100%;
}
.img-holder img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.oferte p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.28125VW;
}
.txt-hold p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.28125VW;
}
.oferte p strong{
    font-family: 'elysiobold';
}
.oferte h2{
    font-family: 'elysiobold';
    font-size: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #83b441;
    margin-bottom: 0.78125VW;
    text-transform: uppercase;
    transition: 0.3s ease all;
}
.oferte h2 a{
    color: #83b441;
    text-decoration: none;
}
/**** OFERTE ****/


/**** SERVICII ****/
.servicii{
    padding: 3.125VW 0;
}
.servicii .small-container > h2{
    font-family: 'elysiobold';
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.26041666666666663VW;
}
.servicii .small-container > p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
}
.general-services-holder{
    padding: 3.125VW 0;
}
.general-services-holder .box.box-2 h3{
    font-size: calc( 15px + ( 35 - 15 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 26px + ( 42 - 26 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.general-services-holder .box.box-2 h2{
    padding-top: 1.8229166666666667VW;
}
.services-list{
    margin-top: 1.3020833333333335VW;
    font-size: 0;
}
.services-list li{
    display: inline-block;
    font-size: 20px;
    margin-right: 2.264583333333333VW;
    max-width: 6.46875VW;
    vertical-align: top;
}
.services-list li a{
    text-decoration: none;
    text-align: center;
    display: block;
    cursor: auto;
    pointer-events: none;
}
.services-list li a img{
    display: block;
    width: 4.46875VW;
    margin: 0 auto;
}
.services-list li a p{
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-top: 0.5208333333333333VW;
    font-size: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 24 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
/**** SERVICII ****/

/**** COMBUSTIBILI ****/
.combustibili{
    padding: 3.125VW 0;
}

.combustibili p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 1.28125VW;
}
.combustibili p strong{
    font-family: 'elysiobold';
}
.combustibili h2, .combustibili h3{
    font-family: 'elysiobold';
    font-size: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #83b441;
    margin-bottom: 0.78125VW;
    text-transform: uppercase;
    transition: 0.3s ease all;
}
.advantages-holder{
    display: flex;
    margin-top: 1.5625VW;
}
.l-advantage, .r-advantage{
    
}
.advantages-holder img{
    display: block;
    width: 5.416666666666667VW;
}
.r-advantage{
    padding-left: 1.3020833333333335VW;
}
div.align-self-top{
    align-self: auto;
}

/**** COMBUSTIBILI ****/

/**** CARD ****/

.card{
    padding: 3.125VW 0;
}

.card p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
}
.card p strong{
    font-family: 'elysiobold';
}
.card h2, .card h3{
    font-family: 'elysiobold';
    font-size: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #83b441;
    margin-bottom: 0.78125VW;
    text-transform: uppercase;
    transition: 0.3s ease all;
}
.content-constrainer{
    width: 22.395833333333336VW;
    margin-bottom: 2.604166666666667VW;
}
.small-card{
    position: relative;
}
.small-card::after{
    content: '';
    position: absolute;
    top: 0%;
    right: 5%;
    width: 13.364583VW;
    height: 9.979167VW;
    background: url('../img/small-card.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.card .r-advantage, .card .l-advantage{
    align-self: center;
}

.small-white-card{
    position: relative;
}
.small-white-card::after{
    content: '';
    position: absolute;
    top: 10%;
    right: 11%;
    width: 15.364583VW;
    height: 11.979167VW;
    background: url(../img/small-white-card.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.uppercase{
    text-transform: uppercase;
    margin-bottom: 1.3020833333333335VW;
}
.content-constrainer.more{
    width: 17.395833VW;
    margin-bottom: 0;
}
.list-inner-serv.box.box-2{
    background: url(../img/ev-inner.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.6875VW 2.083333333333333VW 4.6875VW 2.083333333333333VW;
}
.list-inner-serv.box.box-3{
    background-position: -4.6875VW 7.208333333333334VW;

}
.list-inner-serv.box.box-2 h2{
    padding-bottom: 12.5358vw;
    padding-top: 0.8324vw;
}
/**** CARD ****/

.more-btn{
    font-family: 'elysiobold';
    display: inline-block;
    padding: 0.625VW 1.0416666666666665VW 0.625VW 1.0416666666666665VW;
    text-align: center;
    font-size: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    margin-top: 1.3020833333333335VW;
}
.owl-carousel .owl-stage-outer {
    overflow: initial !important;
}
/**** RETEA ****/
.retea{
    padding: 3.125VW 0;
}
.map-holder{
    position: relative;
    height: 36.45833333333333VW;
}
.retea-holder{
    border: 1px solid green;
    /*position: absolute;
    top: 50px;
    left: 50px;*/
    z-index: 99;
    background: #ffffff;
    width: 26.041666666666668VW;
}
.retea-holder h2{
    font-family: 'elysiobold';
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    padding: 0.78125VW 0.78125VW;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid black;
}
.hold-left, .hold-right{
    float: left;
    width: 50%;
    padding: 0.78125VW 0.78125VW;
}
.retea-holder h3{
    font-family: 'elysiobold';
    font-size: calc( 16px + ( 22 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 22 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #83b441;
    margin-bottom: 0.28125VW;
    text-transform: uppercase;
    transition: 0.3s ease all;
}
.hold-left{
    border-right: 1px solid black;
}
.retea-holder p{
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 1.28125VW;
}
.hold-right ul {
    margin-bottom: 0.78125VW;
    padding-left: 20px;
}
.hold-right ul li{
    position: relative;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.5208333333333333VW;
}
.hold-right ul li::before{
    content: '';
    position: absolute;
    top: 0.10416666666666667VW;
    left: -0.9375VW;
    width: 0.5208333333333333VW;
    height: 0.5208333333333333VW;
    background: url('../img/elipse.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#map{
    display: block;
    width: 100%;
    height: 100%;
}
.select-bar{
    display: none;
    background: #83b441;
    padding: 1.8229166666666667VW 0;
}
#select-form{
    width: 32.29166666666667VW;
    text-align: center;
    margin: 0 auto;
}
.selector-holder{
    display: inline-block;
    margin-right: 1.3020833333333335VW;
}
#select-form .selector-holder:last-of-type{
    margin-right: 0px;
}
.selector-holder select{
    display: block;
    width: 100%;
    display: inline-block;
    padding: 0.625VW 1.0416666666666665VW 0.625VW 1.0416666666666665VW;
    text-align: center;
    font-size: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #ffffff;
    outline: none;
    border: none;
    background: #83b441;
}
.selector-holder input{
    font-family: 'elysiobold';
    display: inline-block;
    padding: 0.625VW 1.0416666666666665VW 0.625VW 1.0416666666666665VW;
    text-align: center;
    font-size: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    outline: none;
    border: none;
}
.retea .container > h1{
    font-family: 'elysiobold';
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.26041666666666663VW;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.78125VW;
}
.retea .container > h1 strong{
    color: #97bf66;
}
.retea .container > p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.78125VW;
    text-align: center;
}
.legend-holder{
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 37.6875VW;
    margin-top: 5.208333333333334VW;
    padding-bottom: 2.208333333333334VW;
}
.legend-holder:after{
    content: '';
    position: absolute;
    width: 2.34375VW;
    height: 0.26041666666666663VW;
    background: #83b441;
    top: -1.8229166666666667VW;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.legend-holder ul{
    font-size: 0;
    border: 1px solid #d1d1d1;
    padding: 1.0416666666666665VW 0;
}
.legend-holder ul li{
    position: relative;
    text-transform: uppercase;
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    display: inline-block;
    padding: 0 1.3020833333333335VW;
    vertical-align: baseline;
}
.legend-holder ul li img{
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 0.5208333333333333VW;
    width: 1.9270833333333335VW;
}
.legend-holder ul li span{
    display: inline-block;
    vertical-align: bottom;   
}
.legend-holder ul li:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d1d1d1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.legend-holder ul li:last-of-type:after{
    display: none;
}

.network-holder{
    width: 25%;
    border: 1px solid #e8e4e3;
    padding: 1.5625VW 1.5625VW;
    flex: 1;
    float: left;
    min-height: 24.5VW;
}
.network-holder h2{
    font-family: 'elysiobold';
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.78125VW;
    text-transform: uppercase;
    position: relative;
}
.network-holder h2::after{
    content: '';
    position: absolute;
    bottom: -0.625VW;
    left: 0;
    width: 60px;
    height: 2px;
    background: #e6e1e0;
}
.services-icons{
    display: flex;
    font-size: 0;
    margin-bottom: 0.78125VW;
    margin-top:0.98125VW;
}
.services-icons li{
    font-size: 20px;
    padding: 0.5208333333333333VW 0.5208333333333333VW;
    /*border: 1px solid #e8e4e3;*/
    display: inline-block;
    text-transform: uppercase;
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
}
.services-icons li img{
    display: inline-block;
    margin-right: 0.78125VW;
    vertical-align: text-bottom;
}
.network-infos-holder{
    margin-bottom: 1.0416666666666665VW;
}
.network-infos-holder p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
}
.network-infos-holder p strong{
    font-family: 'elysiobold';
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #524c4c;
}
.network-services {
    font-size: 0;
}
.network-services li{
    position: relative;
    display: inline;
    /*font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );*/
    font-size: calc( 10px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 24 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-right: 0.4166666666666667VW;
}

/**** CONTACT ****/
.contact{
    padding: 3.125VW 0;
}
.contact-area-right{
    align-self: auto;
    background: #83b441;
}
.contact-area{
    align-self: middle;
    padding: 5.208333333333334VW 0 5.208333333333334VW 4.166666666666666VW;
}
.contact-holder{
    width: 20.833333333333336VW;
}
.contact-element{
    margin-bottom: 1.3020833333333335VW;
}
.contact-element h2, .succes-holder h2{
    font-family: 'elysiobold';
    font-size: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #ffffff;
    transition: 0.3s ease all;
}
.contact-element p, .succes-holder p{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #ffffff;
    margin-bottom: 0.28125VW;
}
.succes-holder h2{
    margin-bottom: 20px;
}
.succes-holder p, .succes-holder h2{
    color: #000000;
}
.contact-element a{
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 28 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #ffffff;
    margin-bottom: 0.28125VW;
    text-decoration: none;   
}
.under-construction{
    display: block;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #83b441;
     margin-bottom: 0.48125VW;
}
.contact-element a:hover{
    text-decoration: none;      
}
.contact-form{
    width: 80%;
}
.textarea-holder{
    margin: 0 0.78125VW 1.3020833333333335VW 0.78125VW ;
}
.textarea-holder textarea{
    display: block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    padding: 12px 20px 12px 20px;
    font-size: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #5e5e5e;
    outline: none;
    height: 7.8125VW;
    resize: none;
}
.textarea-holder textarea::placeholder{
    font-size: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #5e5e5e;
}

#submit-contact-btn{
    font-family: 'elysiobold';
    display: inline-block;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding: 0.825VW 2.883333333333333VW 0.825VW 2.083333333333333VW;
    background: #fff100;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}
#submit-contact-btn:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 1.0416666666666665VW;
    transform: translateY(-50%);
    width: 0.625VW;
    height: 0.625VW;
    background: url('../img/red-arrow.png');
    background-repeat: no-repeat;;
    background-position: center center;
    background-size: contain;
    z-index: 2;
}
#submit-contact-btn:hover, #submit-contact-btn:active, #submit-contact-btn:focus{
    color: #000000;
    text-decoration: none;
}
/**** CONTACT ****/
.page-container{
    width: 62.5VW;
    margin: 0 auto;
    padding: 2.324vw 0;
}
.page-container p, .page-container ul li{
    font-size: calc( 12px + ( 20 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 24 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #010000;
    margin-bottom: 0.48125VW;
}
.page-container p strong{
    font-family: 'elysiobold';
}
.page-container h2{
    font-family: 'elysiobold';
    font-size: calc( 16px + ( 24 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 16px + ( 24 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #83b441;
    margin-bottom: 0.48125VW;
    margin-top: 1.28125VW;
    text-transform: uppercase;
    transition: 0.3s ease all;
}
.txt-hold{
    padding: 0 2.083333333333333VW 2.083333333333333VW 2.083333333333333VW;
}
h1 img.over{
    margin-right: 0.5208333333333333VW;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 2.8125VW;
    height: auto; 
    object-fit: inherit;
    object-position: none;
    z-index: 0;
}
img.over-small{
    width: 1.25VW;
    margin-right: 0.3645833333333333VW;
}
.campaign-has-ended {
    color: #83b441 !important;          
    border: 0.5rem solid #ffde00;
    font-family: 'elysiobold';
    font-size: 3rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
    -webkit-mask-position: 13rem 6rem;
    transform: rotate(12deg);
    border-radius: 0;
}
.left-info .campaign-has-ended{
    margin-left:3.125VW;
}

.btn-regulament {
    /* display: none; */
    color: #ffffff;
    position: absolute;
    right: 10%;
    bottom: 10%;
    font-size: 24px;
    background-color: #86b44b;
    padding: 0.78125VW 1.5625VW;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (max-width: 1600px){
    .slide-content{
        width: 41.416667VW;
    }
    .footer-links{
        padding-top: 0.272917VW;
    }
    .job-detail-holder ul li::before{
        top: 0.5645833333333333VW;
    }
    .upload-holder {
        height: 3.45625VW;
    }
    .browse-btn{
        line-height: 3.45625VW;
    }
    .upload-mask, .upload-cv{
        line-height: 1.85625VW;
        cursor: pointer;
    }
    .content-constrainer{
        width: 26.395833VW;
    }
    .card .advantages-holder img {
        display: block;
        width: 4.416667VW;
    }
    
    #select-form {
        width: 45.291667VW;
        margin: 0 auto;       
    }
    .network-holder{
        min-height: 30.5VW;
    }
    .contact-form{
        width: 100%;
    }
    .legend-holder{
        width: 40.6875VW;
    }
    .menu-holder{
        min-height: 85px;
    }
}

@media screen and (max-width: 1200px){
    .box h2{
        font-size: 30px;
        line-height: 30px;
    }
    .box h3{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1100px){
    .network-holder {
        min-height: 34.5VW;
    }
    .main-nav ul li{
        margin-left: 0.9791666666666665VW;
    }
}
@media screen and (max-width: 900px){
    body, html{
        overflow-x: hidden;
    }
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .small-container{
        width: 100%;
        padding: 0 15px;   
    }
    .slide-content {
        width: 52.416667VW;
        padding-top: 6.072917VW;
    }
    .slide-content h1{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .slide-content p {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        margin-bottom: 15px;
    }
    .slide-content a{
        font-size: 14px;
        line-height: 14px;
    }
    .box h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .box.box-2 h2{
        margin-bottom: 14px;
    }
    .box p{
        font-size: 18px;
        line-height: 18px;
    }
    .general-infos{
        padding-bottom: 20px;
    }
    .recurret-campaigns {
        padding: 15px 0;
    }
    .infos-holder {
        margin-left: -15px;
        margin-right: -15px;
    }
    .menu-holder {
        position: relative;
        padding: 15px 0 15px 0;
        min-height: 64px;
    }
    .main-nav {
        float: none;
        text-align: center;
        position: absolute;
        top: 64px;
        right: 0;
        z-index: 999999999;
        background: #ffffff;
        padding: 10px 24px;
        transform: translateX(100%);
        transition: 0.4s ease all;
    }
    .main-nav.visible {
        transform: translateX(0);
    }
    .main-nav ul li{
        text-align: center;
        display: block;
        font-size: 18px;
        line-height: 18px;
        margin-left: 0;
        text-align: center;
        padding: 10px 0 10px 0;
    }

    .nav {
       width: 40px;
        height: 40px;
        position: absolute;
        right: 20px;
        top: 50%;
        cursor: pointer;
        z-index: 12399994;
        transform: translateY(-50%);
            -webkit-transform:translateY(-50%);
                transform:translateY(-50%);
    }
    .nav:hover, .nav:focus, .nav:active{
        background: transparent;
    }
    .nav:after {
        position: absolute;
        top: 22px;
        left: 0;
        display: block;
        height: 6px;
        width: 35px;
        border-top: 3px solid #000000;
        border-bottom: 3px solid #000000;
        content: '';
    }
    .nav:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 13px;
        left: 0;
        display: block;
        height: 3px;
        width: 35px;
        background: #000000;
        content: '';
    }
    .nav.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 3px;
        width: 35px;
        background: #000000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .nav.menu-opened:before {
        top: 23px;
        background: #000000;
        width: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .logo{
        width: 85px;
    }
    .full-width-container{
        display: block;
    }
    .info-content-holder{
        padding: 10px 15px 10px 15px;
    }
    .hide-on-mobile{
        display: none;
    }
    .despre p, .combustibili p, .servicii .small-container > p, .card p, .oferte p, .cariere p, .job ul li, .job-detail-holder ul li, .job-input-holder input[type='text'], .job-input-holder input[type='text']::placeholder, .contact-element p, .contact-element a, .textarea-holder textarea::placeholder{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .combustibili h2, .combustibili h3, .servicii .small-container > h2, .card h2, .card h3, .oferte h2, .cariere h2, .job h3, .contact-element h2{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 2px;
    }
    .advantages-holder {
        margin-top: 25px;
    }
    .advantages-holder img{
        width: 70px;
    }
    .r-advantage {
        padding-left: 20px;
    }
    .services-list{
        margin-top: 20px;
    }
    .box.box-2{
        padding: 10px 10px 10px 10px;
    }
    .general-services-holder .box.box-2 h2 {
        padding-top: 0;
    }
    .general-services-holder .box.box-2 h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .services-list li {
        margin-right: 30px;
        max-width: 120px;
    }
    .services-list li a img{
        width: 65%;
    }
    .services-list li a p{
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }
    .content-constrainer {
        width: 55%;
        margin-bottom: 15px;
    }
    .small-card::after{
        width: 175px;
        height: 150px;
    }
    .card .advantages-holder img {
        display: block;
        width: 70px;
    }
    .content-constrainer.more{
        width: 55%;
    }
    .small-white-card::after{
        width: 175px;
        height: 150px;
    }
    .job-box {
        float: none;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .job{
        padding: 15px 15px 15px 15px;
    }
    .job ul {
        margin: 10px 0;
        padding-left: 20px;
    }
    .job ul li{
        margin-right: 25px;
        margin-left: 10px;
        margin-bottom: 0;
    }
    .job ul li span.date-img{
        left: -30px;
        width: 18px;
        height: 18px;
    }
    .job ul li span.pin-img{
        left: -19px;
        width: 18px;
        height: 18px;
    }
    .job-toggle{
        width: 35px;
        height: 35px;
    }
    .job-toggle::after{
        width: 12px;
        height: 12px;
    }
    .job-toggle.opened-job::after{
        width: 12px;
        height: 4px;
    }
    .job-detail-holder{
        padding: 15px 15px 15px 15px;
    }
    .job-detail-holder::after{
        top: -14px;
        width: 22px;
        height: 14px;
    }
    .job-detail-holder ul li::before{
        top: 6px;
        left: -12px;
        width: 7px;
        height: 8px;
    }
    .upload-holder {
        height: 44px;
    }
    .upload-mask, .upload-cv{
        line-height: 100%;
        padding:12px 20px 12px 20px;
    }
    .browse-btn{
        font-size: 16px;
        line-height: 16px;
        padding: 12px 15px;
    }
    .job-field{
        margin-bottom: 20px;
    }
    #submit-apply-btn{
        font-size: 16px;
        line-height: 16px;
        padding: 13px 35px;
    }
    .home-service{
        width: 100%;
    }
    .box h4{
        font-size: 30px;
        line-height: 30px;
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        font-family: 'elysioblack';
    }
    .home-service a{
        padding-top: 15px;
        min-height: 0;
    }
    .home-service a img{
        margin-bottom: 15px;
        width: 42px;
        height: auto;
    }
    .home-service a span{
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 15px;
    }
    .home-service{
        margin-bottom: 15px;
        float: none;
    }
    .box-in-box{
        padding: 0 0;
    }
    .info-box.s-box{
        height: auto;
    }
    .network-holder{
        width: 100%;
        left: none;
        min-height: auto;
        padding: 15px 15px;
        text-align: center;
    }
    .network-holder h2{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .network-holder h2::after{
        bottom: -6px;
        left: 0;
        right: 0;
        width: 60px;
        height: 2px;
        margin: 0 auto;
    }
    .services-icons li{
        margin: 0 auto;
        display: block;
    }
    .services-icons li{
        padding: 10px 10px;
        font-size: 16px;
        line-height: 16px;
    }
    .network-infos-holder p{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .map-holder{
        height: 320px;
    }
    .legend-holder{
        width: 100%;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .legend-holder ul li img {
        margin: 0 10px;
        width: 17px;
    }
    .retea .container > p{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .retea .container > h1{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .retea-holder{
        border: 1px solid green;
        /*position: absolute;
        top: 50px;
        left: 50px;*/
        z-index: 99;
        background: #ffffff;
        width: 100% !important;
        max-width: 100% !important;
    }
    .retea-holder h2{
        font-size: 16px;
        line-height: 16px;
        padding: 10px 10px;
    }
    .hold-left, .hold-right{
        float: none;
        width: 100%;
        padding: 10px 10px;
    }
    .retea-holder h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .retea-holder p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .hold-right ul li::before{
        top: 4px;
        left: -10px;
        width: 5px;
        height: 5px;
    }
    .hold-right ul li{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .btn-regulament {
        color: #ffffff;
        position: absolute;
        right: 11%;
        bottom: -10%;
        font-size: 22px;
        background-color: #86b44b;
        padding: 0.78125VW 1.5625VW;
        text-transform: uppercase;
        text-decoration: none;
    }

}

@media screen and (max-width: 520px){
    .nav{
        width: 36px;
        height: 22px;
    }
    .nav:before{
        top: 0;
    }
    .nav:after{
        top: 9px;
    }
    .nav.menu-opened:before, .nav.menu-opened:after{
        top: 8px;
    }
    .slide-element{
        height: 300px;
    }
    .slide-content {
        width: 75%;
        padding-top: 20px;
        padding-left: 0px;
    }
    .slide-content h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .slide-content p{
        font-size: 14px;
        line-height: 18px;
    }
    .slide-content a {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 15px;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 12px;
        height: 12px;
        margin-left: 13px;
    }
    .info-box{
        float: none;
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .box.box-2 h2 {
        margin-bottom: 25px;
    }
    .box h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    footer{
        padding: 20px 0;
    }
    .footer-links li {
        display: block;
        text-align: left;
        margin-right: 0;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .footer-links{
        padding-top: 0;
        width: 100%;
        text-align: left;
    }
    .social-links{
        float: none;
        text-align: right;
    }
    .social-links a {
        display: block;
        margin-left: 15px;
        width: 30px;
    }
    .general-site-header{
        height: 220px;
    }
    .general-site-header img{
        object-position: center center;
    }
    .general-site-header h1{
        font-size: 24px;
        line-height: 24px;
    }
    .services-list li {
        margin-right: 0;
        max-width: 33.333%;
        margin-bottom: 25px;
    }
    .services-list li a p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 7px;
    }
    .small-card::after {
        width: 131px;
        height: 115px;
    }
    .small-white-card::after {
        width: 108px;
        height: 84px;
        right: 8%;
    }
    .job ul{
        width: 89%;
        padding-left:0;
    }
    .job ul li{
        margin-left: 28px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .job ul li span.date-img {
        left: -25px;
        width: 16px;
        height: 16px;
    }
    .job ul li span.pin-img {
        left: -25px;
        width: 16px;
        height: 16px;
    }
    .job-toggle{
        bottom: 8%;
    }
    .jobs-form {
        margin: 15px 0;
        width: 100%;
    }
    .job-field{
        float: none;
        width: 100%;
    }
    .upload-mask, .upload-cv{
        font-size: 16px;
    }
    .textarea-holder {
        margin: 0 15px 0 15px;
    }
    .textarea-holder textarea{
        height: 80px;
    }
    #submit-contact-btn{
        font-size: 14px;
        line-height: 14px;
        padding: 14px 35px 10px 15px;
        margin-top: 20px;
    }
    .contact-holder{
        width: 100%;
    }
    #submit-contact-btn:after{
        right: 10px;
        width: 12px;
        height: 12px;
    }
    .cariere-img.general-site-header img{ 
        object-position: 70% center;
     }
     .home-service{
        float: left;
        width: 50%;
     }
     .servics-holder {
        margin-left: 0;
        margin-right: 0;
    }
    .legend-holder ul{
        border: 1px solid #d1d1d1;
        text-align: left;
        padding: 10px 10px;
    }
    .legend-holder ul li{
        display: block;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .legend-holder ul li img{
        width: 25px;
    }
    .legend-holder ul li:after{
        display: none;
    }
    .network{
        padding: 0 15px;
    }
    .network-holder{
        margin-bottom: 20px;
        text-align: left;
    }
    .services-icons li{
        margin: 0 0;
    }
    .network-holder h2::after{
        margin: 0 0;
    }
    .network-infos-holder p{
        font-size: 16px;
        line-height: 20px;
    }
    .network-infos-holder p strong{
        font-size: 18px;
        line-height: 20px;
    }
    .network-infos-holder{
        margin-bottom: 15px;
    }
    .network-services li{
        font-size: 16px;
        line-height: 16px;
        margin-right: 5px;
    }
    .content-constrainer {
        width: 100%;
        margin-bottom: 164px;
    }
    .small-card::after{
        width: 100%;
        height: 140px;
        top: 13%;
        right: 0;
        left: 0;
    }
    .img-holder img{
        padding: 15px 15px;
    }
    .content-constrainer.more {
        width: 100%;
    }
    .content-constrainer.more .uppercase{
        margin-bottom: 160px;
    }
    .small-white-card::after {
        width: 100%;
        height: 157px;
        right: 0;
        left: 0;
        top: 27%;
    }
    .combustibili p strong {
        font-family: 'elysiobold';
        font-size: 20px;
        line-height: 24px;
    }
    .services-list li{
        width: 50%;
        max-width: 50%;
    }
    .services-list li a img {
        width: 55%;
    }
    h1 img.over{
        margin-right: 2.520833VW;
        width: 20px;
        object-fit: contain;
    }
    img.over-small {
        width: 20px;
        margin-right: 10px;
    }
    .box h2 img{
        margin-right: 0.8208333333333333VW;
        width: 25px;
    }
    .btn-regulament {

        bottom: 0;
    }

}


/* Andrei */
@media screen and (min-width: 760px) {
    .network-holder {
        height: 30vw;
    }
    .legend-holder {
        width: 50vw!important;
    }
}