/* 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;
}
body, html{
	height: 100%;
	width: auto;
}
*{
	box-sizing: border-box;
}
body{
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	color: #ffffff;
}
/**** MISC ****/
.row{
	margin: 0 -15px;
}
.clear{
	clear: both;
}
.proportional-container{
	width: 78.125VW;
	margin: 0 auto;
}
.proportional-container.muy-grande{
	width: 94.2342vw;
}
.special-container{
	position: relative;
	width: 78.125VW;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
.left-screen, .right-screen{
	width: 50%;
	height: 100%;
	float: left;	
}
.height-compensator{
	height: 11.041666666666666VW;
}
/**** MISC ****/
/**** MENU ****/
.main-menu{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	padding-bottom: 1.0416666666666665VW;
	transition: 0.3s ease all;
	background: transparent;
}
.main-menu.sticky-menu{
	position: fixed;
	background: rgba(32, 32 , 47, 0.95);
}
.lang-switch-holder{
	padding: 0.625VW 0 0.5208333333333333VW 0;
	text-align: right;
	font-size: 12px;
	font-weight: 500;
}
.lang-switch-holder a{
	display: inline-block;
	margin-left: 18px;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
	text-decoration: none;
	
	opacity: 0;
	color: #ffffff;
}
.contact-background .left-screen{
	width: 44.2%;
}
.contact-background .right-screen{
	width: 55.8%;
}
.lang-switch-holder a:hover, .lang-switch-holder a:focus, .lang-switch-holder a:active{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
.logo{
	float: left;
	width: 20%;
	display: block;
}
.logo img{
	width: auto;
	max-width: 15.78125VW;
}
.main-nav{
	float: right;
	width: 80%;
	text-align: right;
}
.main-nav ul li{
	display: inline-block;
	margin-left: 1.1458333333333333VW;
	text-align: center;
	font-size: calc( 10px + ( 18 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.main-nav ul li a{
	display: block;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s ease all;
}
.main-nav ul li a:hover, .main-nav ul li a:focus, .main-nav ul li a:active{
	text-decoration: none;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
.main-nav ul li:last-of-type a{
	border-radius: 30px;
	border: 2px solid #ffffff;
	padding: 0.5729166666666666VW 1.5625VW;
}
.main-nav ul li:last-of-type a:hover{
	background: #ffffff;
	color: #3ed3fa;
}
.sticky-menu .main-nav ul li:last-of-type a:hover{
	color: #c56019;
}
/**** MENU ****/
/**** FOOTER ****/
footer{
	width: 100%;
    min-height: 16.927083333333336VW;
    position: relative;
    background: #f3f4f1 url(/assets/public/facelift/img/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-holder{
	padding: 9.114583333333332VW 0 3.90625VW 0;
}
.left-footer{
	float: left;
	width: 35%;
	padding-right: 0;
}
.right-footer{
	float: right;
	width: 65%;
	padding-left: 2.604166666666667VW;
}
.footer-box{
	float: left;
	text-align: center;
	padding: 0 15px;
}
.left-footer .footer-box{
	width: 50%;
}
.right-footer .footer-box{
	width: 33.333%;
	padding: 0 0;
}
.logo-footer{
	display: block;
}
.logo-footer img{
	width: auto;
	max-width: 100%;
}
.footer-box ul li{
	display: inline-block;
	margin-right: 0.5208333333333333VW;
}
.footer-box ul li:last-of-type{
	margin-right: 0;
}
.footer-box ul li a{
	display: block;
	text-decoration: none;
}
.footer-box ul li a img{
	width: auto;
	max-width: 2.083333333333333VW;
}
.right-footer .footer-box a{
	font-weight: 500;
	font-size: calc( 8px + ( 18 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	color: #d1d1d1;
	text-decoration: none;
	transition: 0.3s ease all;
}
.right-footer .footer-box a:hover, .right-footer .footer-box a:action, .right-footer .footer-box a:focus{
	color: rgba(230, 107, 22, 1);
	text-decoration: none;
}
.right-footer .footer-box a img{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 2.083333333333333VW;
	margin-right: 0.5208333333333333VW;
}
.right-footer .footer-box.text-center{
	text-align: center;
}
/**** FOOTER ****/
/**** CONTACT ****/
.contact-background{
	position: relative;
	width: 100%;
	height: 35.3125VW;
	background: url('/assets/public/facelift/img/contact-background.jpg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 9999;
	overflow: hidden;
}
.contact-background::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: transparent url('/assets/public/facelift/img/branding-white.png');
	background-size: 14.145833333333336VW;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}
.greetings-box{
	position: relative;
	display: inline-block;
	border: 2px solid #f5ae7c;
	border-radius: 55px;
	padding: 1.3020833333333335VW 2.34375VW;
}
.greetings-box::after{
	content: '';
	display: block;
	position: absolute;
	bottom: -3.125VW;
	right: 6.25VW;
	width: 3.177083333333333VW;
	height: 2.604166666666667VW;
	background: transparent url('/assets/public/facelift/img/bubbles.png');
	background-size: 14.145833333333336VW;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	
}
.greetings-box h1{
	font-weight: 900;
	font-size: calc( 22px + ( 56 - 22 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	color: #ffffff;
	padding-bottom: 10px;
}
.greetings-box span{
	font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	color: #ffffff;
	font-weight: 700;
}
.right-screen h2, .full-screen h2{
	position: relative;
	font-weight: 900;
	font-size: calc( 30px + ( 70 - 30 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	line-height: calc( 24px + ( 54 - 24 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	color: #ffffff;
	padding-top: 0.5208333333333333VW;
	margin-bottom: 2.864583333333333VW;
}
.right-screen h2 span, .full-screen h2 span{
	font-weight: 300;
}
.right-screen h2::after, .full-screen h2::after{
	content: '';
    display: block;
    position: absolute;
    bottom: -1.5625VW;
    left: 0.15625VW;
    background: #e69f74;
    width: 2.083333333333333VW;
    height: 0.3125VW;
}
.right-screen p, .full-screen p{
	font-weight: 400;
	color: #ffffff;
	font-size: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	line-height: calc( 20px + ( 26 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.absolute-text{
	position: absolute;
    bottom: -0.78125VW;
    left: 5%;
    color: rgba(255, 255, 255, 0.2);
    font-size: calc( 40px + ( 100 - 40 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 40px + ( 100 - 40 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.26041666666666663VW;
}
.form-section{
	position: relative;
	background: #f3f4f1;
	padding: 6.770833333333333VW 0 9.375VW 0;
}
.small-left{
	float: left;
	width: 63%;
}
.small-right{
	float: left;
	width: 37%;
	padding-left: 4.166666666666666VW;
}
.form-section h3{
	color: #f2761f;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 1.8229166666666667VW;
}
.left, .right{
	float: left;
	width: 50%;
	padding: 0 15px;
}
.input-holder{
	display: block;
	width: 100%;
	margin-bottom: 0.78125VW;
}
.input-holder input[type="text"], .input-holder select, .input-holder textarea{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 30px;
	font-family: 'Raleway', sans-serif;
	border: 1px solid #f2761f;
	background: #ffffff;
	padding: 0.78125VW 2.864583333333333VW 0.78125VW 0.78125VW;
	font-weight: 400;
	font-size: 15px;
	color: #3c3633;
}
.input-holder input[type="text"].has--error, .input-holder select.has--error, .input-holder textarea.has--error{
	border: 1px solid red;
}
.input-holder textarea{
	border-radius: 15px;
	margin-top: 1.0416666666666665VW;
	resize: none;
	height: 10.416666666666668VW;
}
.input-holder input[type="text"]:hover, .input-holder input[type="text"]:focus, .input-holder input[type="text"]:active, .input-holder select:hover, .input-holder select:active, .input-holder select:focus, .input-holder textarea:hover, .input-holder textarea:active, .input-holder textarea:focus{
	outline: none;
}
.input-holder select{
	 -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.input-holder{
	position: relative;
}
.input-holder.arr::after{
	content: '';
    position: absolute;
    right: 2.604166666666667VW;
    width: 1px;
    height: 1.3020833333333335VW;
    background: #f2761f;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
}
.input-holder.name::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 1.0416666666666665VW;
    transform: translateY(-50%);
    position: absolute;
    background: url(/assets/public/facelift/img/user.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 0.78125VW;
    height: 0.8333333333333334VW;
    z-index: 999;
}
.input-holder input::placeholder, .input-holder textarea::placeholder{
	color: #3c3633;
}
.input-holder.mail::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0.8333333333333334VW;
    transform: translateY(-50%);
    position: absolute;
    background: url(/assets/public/facelift/img/email.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 1.1979166666666667VW;
    height: 0.78125VW;
    z-index: 999;
}
.input-holder.phone::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 1.1979166666666667VW;
    transform: translateY(-50%);
    position: absolute;
    background: url(/assets/public/facelift/img/mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 0.5208333333333333VW;
    height: 0.8854166666666666VW;
    z-index: 999;
}
.input-holder.selector::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 1.1979166666666667VW;
    transform: translateY(-50%);
    position: absolute;
    background: url(/assets/public/facelift/img/arr-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 0.6770833333333334VW;
    height: 0.3645833333333333VW;
    z-index: 999;
}
.slider .tooltip.top{
	margin-top: -2.083333333333333VW;
}
.tooltip{
	position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 1;
    line-break: auto;
}
.tooltip-inner{
	padding: 3px 8px;
    color: #f2761f;
    text-align: center;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.tooltip.top .tooltip-arrow{
	display: none;
}
.slider-handle{
	position: relative;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
    border: 5px solid #f2761f;
    width: 1.875VW;
    height: 1.875VW;
    top: 50%;
    transform: translateY(-50%);
}
.slider-handle::after{
	content: '';
	position: absolute;
	display: block;
	top: -0.5729166666666666VW;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0.8854166666666666VW;
	height: 0.4166666666666667VW;
	background: url('/assets/public/facelift/img/arr-up.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.slider.slider-horizontal{
	width: 100%;
	margin-top: 2.604166666666667VW;
	margin-bottom: 1.0416666666666665VW;
}
.slider-selection{
	box-shadow: none;
	background: #ffffff;
}
.slider.slider-horizontal .slider-track{
	position: relative;
	background: #ffffff;
	border: 1px solid #f2761f;
	height: 10px;
	border-radius: 0;
	border-right: 0;
	border-left: 0;
}
.slider-track{
	box-shadow: none;
}
.slider.slider-horizontal .slider-track::after{
	content: '';
    position: absolute;
    top: -1px;
    right: -43px;
    width: 43px;
    height: 8px;
    border: 1px solid #f2761f;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid transparent;
}
.slider.slider-horizontal .slider-track::before{
	content: '';
    position: absolute;
    top: -1px;
    left: -20px;
    width: 20px;
    height: 8px;
    border: 1px solid #f2761f;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid transparent;
}
#budget{
	display: none;
}
.budget-holder{
	display: block;
    width: 100%;
    border-radius: 15px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #f2761f;
    background: #ffffff;
    padding: 0.78125VW 2.864583333333333VW 1.8229166666666667VW 1.5625VW;
}
.budget-holder label{
	color: black;
    display: block;
    width: 100%;
    padding-top: 1.5625VW;
    color: #3c3633;
    font-size: 15px;
    font-weight: 400;
}
.slider.slider-horizontal .tooltip{
	transform: translateX(-39%);
}
#min-budget-value, #max-budget-value{
	float: left;
	display: inline-block;
    color: #000000;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
#max-budget-value{
	float: right;
	position: relative;
    right: -1.1979166666666667VW;
}
.slide-constrainer{
	width: 95%;
	margin: 0 auto;
}
.form-center{
	position: relative;
	text-align: center;
	margin: 2.34375VW 0 0 0;
}
#contact-send{
	position: absolute;
    right: 0;
    top: 8%;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: 800;
	font-size: 18px;
	color: #ffffff;
	border: none;
	outline: none;
	border-radius: 30px;
	background: #f2761f;
	padding: 0.78125VW 6.25VW 0.78125VW 0.78125VW;
}
#contact-send::before{
	content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 2.7083333333333335VW;
    transform: translateY(-50%);
    height: 1.3020833333333335VW;
    width: 1px;
    background: #ffffff;
    z-index: 99999;
}
#contact-send::after{
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: 1.3020833333333335VW;
	transform: translateY(-50%);
	height: 0.625VW;
	width: 0.3645833333333333VW;
	background: url('/assets/public/facelift/img/arr-right.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index:99999;	
}
.small-right h3{
	font-weight: 400;
	color: #f2761f;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 1.5625VW;
}
.contact-details{
	position: relative;
	margin-bottom: 3.6458333333333335VW;
}
.contact-details::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 0.3125VW;
	height: 100%;
	background: #f2761f;
}
.contact-details li{
	display: block;
	width: 100%;
	margin-bottom: 1.0416666666666665VW;
	margin-left: 1.0416666666666665VW;
}
.contact-details li a{
	font-weight: 400;
	color: #1f1f2d;
	text-transform: none;
	text-decoration: none;
}
.contact-details li a span{
	display: inline-block;
    width: 1.5625VW;
    margin-right: 0.5208333333333333VW;
    vertical-align: middle;
}
.contact-details li a span img{
	display: block;
    width: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.error-message{
	opacity: 0;
	top: 60px;
    right: 0;
    left: 0;
    position: absolute;
    margin-top: 30px;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: red;
    transition: 0.4s ease-in all;
}
#job-form p.err-message{
	opacity: 0;
    margin-top: 30px;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: red;
    transition: 0.4s ease-in all;	
    padding-left: 0;
    padding-bottom: 0;
}
.g-recaptcha{
	position: absolute;
	left: 0;
    top: -18%;
}
.flash--data{
	position: fixed;
	width: 24%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	border:2px solid orange;
	border-radius: 10px;
	background: #ffffff;
	z-index: 99999999999999999999;
	text-align: center;
}
.flash--data p{
	display: inline-block;
	padding: 3.125VW 3.125VW;
	color: green;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
}
.success-box{
	display: none;
	position: fixed;
	width: 24%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	border:2px solid orange;
	border-radius: 10px;
	background: #ffffff;
	z-index: 9999;
	text-align: center;
}
.success-box p{
	display: inline-block;
	padding: 3.125VW 3.125VW;
	color: green;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
}
.close-box{
	position: absolute;
	top: 5px;
	right: 5px;
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	cursor: pointer;
}
/**** CONTACT ****/
/**** ECHIPA ****/
.echipa-background{
	position: relative;
	width: 100%;
	height: 35.3125VW;
	background: url('/assets/public/facelift/img/contact-background.jpg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 9999;
	overflow: hidden;
}
.echipa-background::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: transparent url('/assets/public/facelift/img/branding-white.png');
	background-size: 14.145833333333336VW;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}

.preechipa-section{
	background-color:#f6f7f5;
	height: auto;
}
.echipa-background .left-screen{
	width: 43%;
}
.echipa-background .right-screen{
	width: 57%;
}
.greetings-box.play-inside{
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.play{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5.989583333333334VW;
    height: calc(100% + 4px);
    width: 5.989583333333334VW;
    border: 2px solid #f5ae7c;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
}
.play img{
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    width: auto;
    max-width: 3.0729166666666665VW;
}

.echipa-section, .povestea-section{
	padding: 6.510416666666667VW 0;
}

.preechipa-section{
	padding-top: 3.51042vw;
    padding-right: 0px;
    padding-bottom: 1.51042vw;
    padding-left: 0px;
}
    
.preechipa-section h2, .echipa-section h2, .povestea-section h2{
	font-weight: 700;
	color: #f2761f;
	font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.0416666666666665VW;
    padding-right: 3.90625VW;
}
.preechipa-section p, .echipa-section p, .povestea-section p{
	font-weight: 400;
	color: #1f1f2c;
	font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 26 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.5625VW;
    padding-right: 4.70625VW;
}
.preechipa-section p strong, .echipa-section p strong, .povestea-section p strong{
	font-weight: 700;	
}
.preechipa-section img, .echipa-section img{
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.job-opening{
    display: inline-block;
    margin-bottom: 1.9666666666666667VW;
    width: 40%;
    margin-right: 5%;
}
.job-opening h3{
	font-weight: 400;
	text-transform: uppercase;
	font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #f2761f;
    padding-bottom: 0.48125VW;
}
.job-box{
	position: relative;
	margin-left: 1.3020833333333335VW;
}
.job-box::after{
	content: '';
    position: absolute;
    width: 0.3125VW;
    height: 100%;
    left: -1.3020833333333335VW;
    background: #f2761f;
    top: 0;
}
.echipa-section .job-box p{
	padding-right: 0;
	padding-bottom: 0.78125VW;
}
.job-box a{
	position: relative;
	display: inline-block;
	padding: 10px 60px 10px 20px;
	font-weight: 500;
	color: #3c3633;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #f2761f;
	border-radius: 20px;
	background: #ffffff;
	outline: none;
	text-decoration: none;
}
.job-box a:hover, .job-box a:active, .job-box a:focus{
	color: #3c3633;
	text-decoration: none;
}
.job-box a::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 22%;
	transform: translateY(-50%);
	height: 20px;
	width: 1px;
	background: #f2761f;
}
.job-box a::before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 7%;
	width: 0.7291666666666666VW;
	height: 0.7291666666666666VW;
	transform: translateY(-50%);
	background: url('/assets/public/facelift/img/cross.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
/**** ECHIPA ****/
/**** NETWORK ****/
.network{
	padding: 7.03125VW 0;
	background: #f3f4f1;
}
.network img{
	display: block;
	width: auto;
	max-width: 100%;
}
/**** NETWORK ****/
/**** OPENINGS ****/
.echipa-section h3{
	position: relative;
	padding-top: 1.5625VW;
	font-weight: 400;
    color: #f2761f;
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.0416666666666665VW;
    text-transform: uppercase;
}
.echipa-section h3:first-of-type{
	padding-top: 0;
}
.echipa-section .left h3::after{
	content: '';
    display: block;
    position: absolute;
    bottom: -5.364583333333333VW;
    left: 2px;
    width: 0.3125VW;
    height: 5.364583333333333VW;
    background: #f2761f;
}
.echipa-section ul li {
    font-weight: 400;
    color: #1f1f2c;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 26 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-right: 2.70625VW;
    padding-bottom: 0.5208333333333333VW;
    padding-left: 1.0416666666666665VW;
}
.echipa-section.opened-position .left p{
	padding-right: 2.70625VW;
	padding-left: 1.0416666666666665VW;
}
.echipa-section.opened-position .left{
	width: 73%;
}
.echipa-section.opened-position .right{
	width: 27%;
}
.apply-job, .send-job{
	position: relative;
    display: inline-block;
    padding: 0.5208333333333333VW 3.125VW 0.5208333333333333VW 1.0416666666666665VW;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #f2761f;
    border-radius: 20px;
    background: #f2761f;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 1.0416666666666665VW;
}
.apply-job:hover, .apply-job:active, .apply-job:focus, .send-job:focus, .send-job:active, .send-job:hover{
	color: #ffffff;
	text-decoration: none;
}
.apply-job::before, .send-job::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 9%;
    width: 0.7291666666666666VW;
    height: 0.7291666666666666VW;
    transform: translateY(-50%);
    background: url(/assets/public/facelift/img/white-cross.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.apply-job::after, .send-job::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 27%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background: #ffffff;
}
.send-job{
	margin-left: 0;
	margin-top: 25px;
	padding: 0.5208333333333333VW 4.125VW 0.5208333333333333VW 1.0416666666666665VW;
}
.send-job::before{
	right: 7%;
}
.send-job::after{
	right: 20%;
}
.job-separator{
	float: left;
	width: 33.333%;
	padding: 0 15px;
}
#job-form{
	display: none;
	width: 85%;
    margin-top: 40px;
    overflow: hidden;
}
.input-holder input[type='file']{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #3c3633;
    display: block;
}
.input-holder label{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #3c3633;
    display: block;
    margin-bottom: 6px;
}
/**** OPENINGS ****/
/**** CLIENTS ****/
.clients-background{
	position: relative;
	width: 100%;
	height: 35.3125VW;
	background: url('/assets/public/facelift/img/echipa-background.jpg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 9999;
	overflow: hidden;
}
.clients-background::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: transparent url('/assets/public/facelift/img/branding-white.png');
	background-size: 14.145833333333336VW;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}
.full-screen{
	width: 100%;
}
.center-box{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    max-width: 470px;
}
.scopul-nostru{
	padding: 5.208333333333334VW 0 7.208333VW 0;
	background: #f3f4f1;
}
.scopul-nostru h2, .portofoliu h2{
	font-weight: 900;
	color: #f2761f;
	font-size: calc( 22px + ( 48 - 22 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 22px + ( 48 - 22 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    text-transform: uppercase;
}
.scopul-nostru p{
	padding-bottom: 1.1625VW;
}
.scop-subheading{
	font-weight: 400;
    color: #1f1f2c;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 26 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.1625VW;
    padding-right: 4.70625VW;
}
.scopul-nostru p strong, .portofoliu p strong{
	font-weight: 700;
	color: #271407;
	font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.scopul-nostru h2{
	padding-bottom: 1.1231432vw;
}
.special-row{
	margin: 0 -40px;
}
.height-separator{
	height: 4.6875VW;
}
.height-separator.small-separator{
	height: 1.8875VW;	
}
.expertise-box{
	float: left;
    width: 33.333%;
    padding: 0 40px;
    margin-bottom: 3.2875VW;
}
.sep{
	height: 80px;
}
.l {
    float: left;
    width: 34%;
    padding-right: 0.78125VW;
    text-align: right;
    border-right: 3px solid #f2761f;
}
.r {
    float: left;
    width: 66%;
    padding-left: 1.3020833333333335VW;
}
.l p{
	font-weight: 700;
    color: #221206;
    font-size: calc( 8px + ( 20 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    text-transform: uppercase;
    text-align: right;
    margin-top: 0.5208333333333333VW;
}
.l img{
	width: auto;
	max-width: 100%;
}
.r p{
	font-weight: 400;
	color: #221206;
	font-size: calc( 10px + ( 18 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
/**** CLIENTS ****/
/**** PORTOFOLIU ****/
.portofoliu{
	position: relative;
	/*padding: 6.770833333333333VW 0 8.416667VW 0;*/
	padding: 1.770833VW 0 5.416667VW 0;
	
	background: #ffffff;
}
.portofoliu::before{
	content: '';
    position: absolute;
    display: block;
    top: -2.604166666666667VW;
    left: 0;
    width: 100%;
    height: 5.729166666666666VW;
    background: url(/assets/public/facelift/img/birdy-birdy-yum-yum-top-mod.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.portofoliu::after{
	content: '';
    position: absolute;
    display: block;
    bottom: -3.0208333333333335VW;
    right: 0;
    width: 100%;
    height: 5.729166666666666VW;
    background: url(/assets/public/facelift/img/birdy-birdy-yum-yum-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 9;
}
.client{
	float: left;
    width: 14.28%;
    padding: 0 15px;
    display: block;
    margin-bottom: 50px;
    min-height: 100px;
    position: relative;
}
.client img{
	display: block;
    width: auto;
    max-width: 65%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.portofoliu p{
	margin-bottom: 90px;
}
/**** PORTOFOLIU ****/
/**** TESTIMONIALE ****/
.testimoniale{
	padding: 6.770833333333333VW 0;
	background: #f3f4f1;
}
.testimonial{
	float: left;
	width: 25%;
	padding: 0 15px;
}
.img-mask{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	border: 6px solid #ebebeb;
	overflow: hidden;
}
.overfllow-escape{
	position: relative;
    width: 9.375VW;
    height: 9.375VW;
}
.overfllow-escape::after{
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #f47721;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
}
.img-mask img{
	width: auto;
	max-width: 100%;
}
.testimonial p{
	position: relative;
	font-weight: 400;
    color: #221206;
    font-size: calc( 10px + ( 18 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-left: 1.0416666666666665VW;
    padding-right: 1.0416666666666665VW;
}
.testimonial p:first-of-type{
	margin-top: 1.5625VW;
	padding-bottom: 3.6458333333333335VW;
	min-height: 13.020833333333334VW;
}
.testimonial p:first-of-type::after{
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 100px;
	background: #f2761f;
	top: 0;
	left: 0;
}
.testimonial p:last-of-type{
	padding-bottom: 25px;
}
.testimonial h4{
	padding-bottom: 0.26041666666666663VW;
	font-weight: 700;
	color: #221206;
	padding-left: 1.0416666666666665VW;
	text-transform: uppercase;
	font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.partner-logo{
	margin-left: 1.0416666666666665VW;
	width: auto;
	max-width: 100%;
}
/**** TESTIMONIALE ****/
/**** POVESTEA ****/
.povestea-background{
	position: relative;
	width: 100%;
	height: 35.3125VW;
	background: url('/assets/public/facelift/img/contact-background.jpg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 9999;
	overflow: hidden;
}
.povestea-background::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: transparent url('/assets/public/facelift/img/branding-white.png');
	background-size: 14.145833333333336VW;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}
.povestea-background::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 29.6875VW;
	width: 23.802083333333332VW;
	height: 29.010416666666668VW;
	background: transparent url('/assets/public/facelift/img/chiprian.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 1;
}
.povestea-background .absolute-text{
	word-spacing:8.9175VW;
	font-size: calc( 20px + ( 100 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 100 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.povestea-background .left-screen{
	width: 62%;
}
.povestea-background .right-screen{
	width: 38%;
}
.story-box{
	display: block;
	margin-bottom: 1.9666666666666667VW;
	width: 100%;
	
}
.povestea-section{
	background: #f3f4f1;
}
.story-box h3{
	font-weight: 400;
	text-transform: uppercase;
	font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #f2761f;
    padding-bottom: 0.48125VW;
}
.story-box p{
	position: relative;
	font-weight: 400;
    color: #1f1f2c;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 26 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    margin-left: 1.3020833333333335VW;
    padding-bottom: 0;
    padding-right: 0;
}
.story-box p::after{
	content: '';
    position: absolute;
    width: 0.3125VW;
    height: 100%;
    left: -1.3020833333333335VW;
    background: #f2761f;
    top: 0;
}
/**** POVESTEA ****/
/**** SERVICII ****/
.servicii-background{
	position: relative;
	width: 100%;
	height: 35.3125VW;
	background: url('/assets/public/facelift/img/echipa-background.jpg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 9999;
	overflow: hidden;
}
.servicii-background::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: transparent url('/assets/public/facelift/img/branding-white.png');
	background-size: 14.145833333333336VW;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}
.servicii-background .left-screen{
	width: 44%;
}
.servicii-background .right-screen{
	width: 56%;
}
.servicii-appender{
	height: 1400px;
	position: relative;
}
.services{
	position: absolute;
	top: 0;
	left: 0;
}
.services h2{
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
    color: #000000;
    font-size: calc( 10px + ( 22 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 26 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    text-transform: uppercase;
}
.services p{
	font-weight: 400;
    color: #221206;
    font-size: calc( 10px + ( 18 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    margin-top: 20px;
}
.img1{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
.service1{
	width: 34%;
	height: 16%;
}
.service1 p{
	padding-right: 9.114583333333332VW;
}
.line1{
	position: absolute;
    top: 36%;
    left: 0;
    width: 100%;
}
.service2{
	left: calc(34% - 3px);
    top: 14%;
    width: 25.8%;
    height: auto;
    padding: 0 3%;
}
.img2{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
.line2{
	position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
}
.service3{
	left: calc(59.8% - 6px);
    top: 6%;
    width: 39.3%;
    height: auto;
    padding: 0% 3%;
}
.line3{
	position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
}
.img3{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
.service4{
	left: 67%;
    top: calc(30% + 3px);
    width: 31.3%;
    height: auto;
    padding: 0% 6% 0% 3%;
}
.line4{
	position: absolute;
    top: -31%;
    left: 0;
    width: 100%;
}
.img4{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
.service5{
	left: calc(31% + 3px);
    top: 36%;
    width: 36%;
    height: auto;
    padding: 0% 2% 0% 11%;
}
.line5{
	position: absolute;
    top: 31%;
    right: 0px;
    width: 100%;
}
.img5{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
.contact-absolute{
	position: absolute;
    bottom: -49%;
    right: 20%;
    display: inline-block;
    margin: 0 auto;
    background: #f2761f;
    padding: 8px 42px 8px 14px;
    border-radius: 30px;
    color: #ffffff;
    z-index: 1;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    border: 3px solid #ffffff;
}
.contact-absolute::after{
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 26px;
    height: 26px;
	background: url('/assets/public/facelift/img/play-contact.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.service6 {
    left: 0;
    top: calc(45% + -6px);
    width: 28%;
    height: auto;
    padding: 0% 0% 0% 6%;
}
.line6{
	position: absolute;
    top: calc(-34% - -1px);
    right: 0px;
    width: 100%;
}
.img6{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
.service7 {
    left: 0;
    top: 24%;
    width: 26%;
    height: auto;
    padding: 0% 0% 0% 3%;
}
.line7{
	position: absolute;
    top: -21%;
    left: 0px;
    width: 35%;
}
.img7{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
.service8 {
   left: 20%;
    top: 70%;
    width: 38%;
    height: auto;
    padding: 0% 14% 0% 2%;
}
.line8{
	position: absolute;
    top: -28%;
    left: -22%;
    width: 100%;
}
.img8{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
.service9 {
   left: 54%;
    top: 65%;
    width: 32%;
    height: auto;
    padding: 0% 8% 0% 0%;
}
.line9{
	position: absolute;
    top: -28%;
    left: calc(-15% - -3px);
    width: 100%;
}
.img9{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
/**** SERVICII ****/
.mobile-nav, .hamburger{
	display: none;
}
.network img.desktop-network{
	display: block;
}
.network img.mobile-network{
	display: none;
}
.video-overlay{
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: rgba(242, 118, 31, 0.611764705882353);
}
.video-holder{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: auto;
    height: 394px;
    max-width: 700px;
    z-index: 99;        
    overflow:hidden;
    border-radius: 10px;
}
.video-overlay::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(5px);
	/*background: inherit;    */
	z-index: 0;  
}
/**** STUII DE CAZ ****/
.studii-background{
	position: relative;
	width: 100%;
	height: 35.3125VW;
	background: url('/assets/public/facelift/img/contact-background.jpg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 9999;
	overflow: hidden;
}
.studii-background::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: transparent url('/assets/public/facelift/img/branding-white.png');
	background-size: 14.145833333333336VW;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}
.case-study{
	padding: 5.208333333333334VW 0 7.208333VW 0;
    background: #f3f4f1;
}
.case-study.case-detail img, .case-study.case-detail a img{
	width: auto;
	max-width: 100%;
}
.case-study.case-detail img.main-banner{
	width: 100%;
}
.featured-study{
	margin: 0 -1.0416666666666665VW;
}
.left-s, .left-r{
	float: left;
	padding: 0 1.0416666666666665VW;
}
.left-s{
	width: 61%;
}
.left-r{
	width: 39%;
}
.img-holder{
	display: block;
	padding: 0.4625VW 0.4625VW;
	background: #ffffff;
	transition: 0.4s ease all;
}
.img-holder:hover{
	background: #f2761f;
}
.img-holder img{
	width: auto;
	max-width: 100%;
}
.left-r h3{
	font-weight: 700;
    color: #f2761f;
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.0416666666666665VW;
    padding-right: 6.90625VW;
    padding-top: 2.083333333333333VW;
}
.left-r p{
	font-weight: 400;
    color: #1f1f2c;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 26 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.5625VW;
}
.left-r p strong{
	font-weight: 700;
}
.see-detail{
	position: relative;
    display: inline-block;
    padding: 10px 60px 10px 20px;
    font-weight: 500;
    color: #3c3633;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #f2761f;
    border-radius: 20px;
    background: transparent;
    outline: none;
    text-decoration: none;
}
.see-detail::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 22%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background: #f2761f;
}
.see-detail:hover, .see-detail:active, .see-detail:focus{
	color: #3c3633;
	text-decoration: none;
}
.see-detail::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    width: 0.7291666666666666VW;
    height: 0.7291666666666666VW;
    transform: translateY(-50%);
    background: url(/assets/public/facelift/img/cross.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.f-l, .f-r{
	width: 50%;
	float: left;
	padding: 0 1.0416666666666665VW;
}
.study-box{
	position: relative;
	margin: 0 -0.78125VW;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.study-left, .study-right{
	float: left;
	width: 100%;
	padding: 0 0.78125VW;
}
.study-container{
	margin: 0 -1.0416666666666665VW;
	margin-top: 5.208333333333334VW;
}
.study-left a{
	position: relative;
	display: block;
    padding: 0.78125VW;
    background: #ffffff;
    transition: 0.4s ease all;
    /* max-height: 266px;
    height: 280px; */
}
.study-left a:hover{
	background: #f2761f;	
}
.study-left a:hover::after{
	background: #ffffff;
}
.study-left a::after{
	content: '';
	position: absolute;
	width: 0.3125VW;
    height: 27%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #f2761f;
	transition: 0.4s ease all;
}
.study-left a img{
	width: auto;
	max-width: 100%;
}
.study-right h3{
	font-weight: 700;
    color: #f2761f;
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.0416666666666665VW;
    padding-top: 1.4166666666666667VW;
    min-height: 108px;
}
.study-right h3 strong{
	color: #000000;
}
.study-right p{
	font-weight: 400;
    color: #1f1f2c;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 26 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.0416666666666665VW;
    padding-right: 2.083333333333333VW;
}
.f-r .study-box::after{
	content: none;
}
.study-box::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -0.3125VW;
	width: 1px;
	height: 90%;
	background: #cbcbcb;
}
.study-box::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0.78125VW;
	width: 90%;
	height: 1px;
	background: #cbcbcb;
}
.study-box.odd::after{
	top: 7%;
	height: 81%;
}
.study-box.last-box.odd::after{
	top: 7%;
	height: 93%;
}
.f-r .study-box::before{
	right: 0.78125VW;
	left: auto;
}
.f-l.par .study-box::after{
	bottom: 0;
	top: auto;
}
.study-container .study-box.last-box::before{
	content: none;
}
.detail-study .full-screen h2::after{
	display: none;
}
.detail-study .full-screen h2{
	margin-bottom: 0;
}
.detail-study .full-screen p:first-of-type{
	font-weight: 300;
    font-size: calc( 30px + ( 70 - 30 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 24px + ( 54 - 24 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.2234vw;
}
.detail-study .full-screen p strong{
	font-weight: 600;
}
.detail-study .center-box{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto; 
    right: 2%;
    margin: auto auto;
    display: inline-block;
    width: auto;
    max-width: 940px;
}
.case-study.detail-body{
	padding: 5.208333333333334VW 0 2.208333VW 0;
}
.case-study.case-detail{
	padding: 0 0 0 0;
}
.detail-body p{
	font-weight: 400;
    color: #1f1f2c;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 26 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.0416666666666665VW;
    padding-right: 2.083333333333333VW;
}
.case-study.case-detail{
	background: #ffffff;
}
.proportional-container.bordered-top{
	padding-top: 3.125VW;
	padding-bottom: 3.125VW;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
}
.main-banner{
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 3.125VW;
}
.case-study.case-detail p{
	position: relative;
	font-weight: 400;
    color: #1f1f2c;
    font-size: calc( 12px + ( 18 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 26 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.0416666666666665VW;
    padding-right: 2.083333333333333VW;
    margin-left: 1.3020833333333335VW;
}
.case-study.case-detail a{
	color: #e45e00;
	text-decoration: none;
}
.case-study.case-detail a:hover, .case-study.case-detail a:active, .case-study.case-detail a:focus{
	color: #e45e00;
	text-decoration: none;	
}
.case-study.case-detail h2{
	font-weight: 500;
    text-transform: uppercase;
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #f2761f;
    padding-bottom: 0.48125VW;
    margin-top: 1.0416666666666665VW;
}
.case-study.case-detail p strong{
	font-weight: 700;
}
.case-study.case-detail h2 + p::after {
    content: '';
    position: absolute;
    width: 0.3125VW;
    height: 50%;
    left: -1.3020833333333335VW;
    background: #f2761f;
    top: 0;
}
.materials-detail h2{
	font-weight: 500;
    text-transform: uppercase;
    font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #f2761f;
    padding-bottom: 0.48125VW;
    margin-top: 1.0416666666666665VW;
}
.material-box{
	float: left;
	width: 25%;
	padding: 0 0.78125VW;
	margin-bottom: 2.083333333333333VW;
}
.material-box div{
	position: relative;
	padding: 0.78125VW;
	background: #ffffff;
	display: block;
}
.material-box div img{
	width: auto;
	max-width: 100%;
}
.material-box .border-1::after{
	content: '';
    position: absolute;
    width: 0.78125VW;
    height: 42%;
    left: 0;
    background: #1473a9;
    top: 50%;
    transform: translateY(-50%);
}
.material-box .border-2::after{
	content: '';
    position: absolute;
    width: 0.78125VW;
    height: 43%;
    left: 0;
    background: #1473a9;
    bottom: 21%;
}
.material-box .border-3::after{
	content: '';
    position: absolute;
    width: 0.78125VW;
    height: 51%;
    left: 0;
    background: #1473a9;
    bottom: 27%;
}
.video-material-holder{
	padding: 0.78125VW 0.78125VW;
	background: #ffffff;
	width: 74%;
    height: 33.33333333333333VW;
}
/**** STUII DE CAZ ****/
/**** Video story ****/
.video-wrapper{
	  /* height: 100vh;
	  width: 100%;
	  overflow: hidden; */
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	/* padding: 0; */
	overflow: hidden;
}
.responsive-video {
	padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
/**** Video story ****/

.general-texts h2{
    font-weight: 600;
    color: #221206;
    font-size: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 18px + ( 26 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.general-texts p{
    font-weight: 400;
    color: #221206;
    font-size: calc( 10px + ( 18 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.general-texts ul{
	list-style-type: disc;
	margin-bottom: 1.1625VW;
	list-style-position: inside;
}
.general-texts ul li{
	font-weight: 400;
    color: #221206;
    font-size: calc( 10px + ( 18 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}

.scopul-nostru .general-texts p strong{
    font-weight: 600;
    color: #221206;
    font-size: calc( 10px + ( 18 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 22 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.scopul-nostru .general-texts p a{
	color: #221206;
}
.center-box.large-box{
	max-width: 75%;
}


.footer-links{
	margin: 1.32342vw 0;
	text-align: right;
}
.footer-links ul li{
	display: inline-block;
	margin-right: 2.2342vw;
}
.footer-links ul li a{
	font-weight: 500;
	text-decoration: none;
    font-size: calc( 8px + ( 18 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #d1d1d1;
}


@media screen and (max-width: 1560px){
	.servicii-appender{
		height: 1160px;
	}
	.service2{
		top: 15%;
	}
	.service3{
		top: 8%;
	}
	.service4{
		top: calc(32% + 6px);
	}
	.service5{
		top: 42%;
	}
	.service6{
		top: calc(54% + -6px);
		width: 32%;
	}
	.service7{
		top: 28%;
	}
	.line1{
		top: 41%;
	}
	.line6 {
	    position: absolute;
	    top: calc(-42% - 0px);
	    width: 89%;
	    left: 0;
	    right: auto;
	}
	.service8{
		top: calc(77% + -2px);
	}
	.service9{
		top: 72%;
	}
	.contact-absolute{
		bottom: -22%;
	}
}
@media screen and (max-width: 1490px){
	.input-holder input[type="text"], .input-holder select, .input-holder textarea{
		font-size: 14px;
	}
	.input-holder.phone::before{
		width: 0.8208333333333333VW;
    	height: 0.9854166666666666VW;
	}
	.contact-details li a span{
		margin-right: 0.9208333333333333VW;
	}
	.contact-details li a span{
		width: 2.1625VW
	}
	.contact-details li{
		margin-left: 1.6416666666666665VW;
	}
	#contact-send{
		font-size: 17px;
		padding: 0.98125VW 6.25VW 0.98125VW 1.48125VW;
	}
	#max-budget-value{
		right: -1.8979166666666667VW;
	}
	.echipa-section h2{
		padding-right: 0;
	}
	.echipa-section p{
		padding-right: 2.10625VW;
	}
	.job-opening{
		padding-left: 3.0729166666666665VW;
	}
	.echipa-section h3::after{
		bottom: -5.664583333333333VW;
	}
	.echipa-section.opened-position .left p, .echipa-section ul li{
		padding-right: 0;
	}
	.echipa-section.opened-position .right .job-opening{
		padding-left: 1.0729166666666665VW;
	}
	.apply-job{
		padding: 0.720833VW 4.225VW 0.7208333333333333VW 1.9416666666666665VW;
	}
	.send-job{
		padding: 0.7208333333333333VW 4.125VW 0.7208333333333333VW 1.0416666666666665VW;
	}
	.send-job::before {
	    right: 8%;
	}
	.special-row{
		margin: 0 -10px;
	}
	.expertise-box{
		padding: 0 10px;
	}
	.testimonial p{
		padding-right: 0;
	}
	.testimonial p:first-of-type{
		min-height: 16.020833VW;
	}
	.povestea-background .absolute-text{
		word-spacing: 9.275VW;
	}
	.povestea-section h2{
		padding-right: 0;
	}
	.povestea-section p{
		padding-right: 1.70625VW;
	 }
	 .service1 p {
	    padding-right: 4.114583VW;
	}
	.line2 {
	    top: 42%;
	}
	.service2 {
	    left: calc(34% - 2px);
	    top: 8%;
	    width: 25.8%;
	    height: auto;
	    padding: 0 20px;
	}
	.service3{
		left: calc(59.8% - 4px);
		top: 5%;
	}
	.line3{
		top: -12%;
	}
	.service4{
		left: 67%;
	    top: calc(24% + 5px);
	    width: 31.3%;
	    height: auto;
	    padding: 0% 6% 0% 3%;
	}
	.service5 {
	    left: calc(31% + 2px);
	    top: 27%;
	    width: 36%;
	    height: auto;
	    padding: 0% 2% 0% 11%;
	}
	.line5 {
	    position: absolute;
	    top: 46%;
	    right: 0px;
	    width: 100%;
	}
	.contact-absolute {
	    bottom: -32%;
	    right: 16%;
	    font-size: 16px;
	    line-height: 16px;
	    
	}
	.contact-absolute::after{
		width: 24px;
    	height: 24px;
	}
	.service6 {
	    left: 0;
	    top: calc(37% - 7px);
	   	width: 31%;
	    height: auto;
	    padding: 0% 0% 0% 5%;
	}
	.line6{
		position: absolute;
	    top: calc(-26% - -1px);
	    left: 0px;
	    width: 92%;
	}
	.img6{
		display: inline-block;
		vertical-align: middle;
		width: auto;
		max-width: 100%;
		margin-right: 10px;
	}
	.line7 {
	    position: absolute;
	    top: -13%;
	    left: 0px;
	    width: 35%;
	}
	.service7 {
	    left: 0;
	    top: 17%;
	    width: 29%;
	    height: auto;
	    padding: 0% 0% 0% 3%;
	}
	.service8 {
		 left: 21%;
	    top: 55%;
	    width: 38%;
	    height: auto;
	    padding: 0% 8% 0% 2%;
	}
	.line8 {
	    position: absolute;
	    top: -15%;
	    left: -25%;
	    width: 100%;
	}
	.service9 {
	    left: 54%;
	    top: 53%;
	    width: 32%;
	    height: auto;
	    padding: 0% 8% 0% 0%;
	}
	.line9{
		left: calc(-15% - -1px);
	}
	.left-r h3{
		padding-top:0.5208333333333333VW;
		font-size: calc( 12px + ( 24 - 12 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    	line-height: calc( 20px + ( 28 - 20 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    	padding-bottom: 0.5208333333333333VW;
	}
	.left-r p{
	    font-size: calc( 10px + ( 18 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	    line-height: calc( 18px + ( 26 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	    padding-bottom: 0.4166666666666667VW;
	}
	.see-detail{
		padding: 8px 58px 8px 18px;
	}
	.study-right p{
		padding-right: 8px;
		font-size: 14px;
    	line-height: 18px;
	}
	.study-right h3{
		font-size: 18px;
		line-height: 20px;
		min-height: 78px;
	}
	.success-box, .flash--data{
		width: 31%;
	}
	.success-box p{
		padding: 5.125VW 3.125VW;
	}
	.close-box{
		right: 10px;
	}
	.servicii-appender {
	    height: 1080px;
	}
	.line1 {
	    top: 48%;
	}
	.service2{
		top: 15%;
	}
	.service3{
		top: 10%;
	}
	.service4{
		left: 67%;
	    top: calc(35% + -3px);
	    width: 33.3%;
	    padding: 0% 3% 0% 4%;
	}
	.service5{
		top: 44%;
		padding: 0% 2% 0% 6%;
	}
	.line4{
		top: -31%;
	    left: 0;
	    right: auto;
	    width: 95%;
	}
	.service8{
		top: 74%;
	}
	.service9{
		top: 89%;
	}
	.service5{
		top: 42%;
		padding: 0% 1% 0% 9%;
	}
	.line5{
		top: 53%;
		width: 106%;
	}
	.line6{
		width: 85%;
	}
	.service6{
		top: calc(55% - 2px);
	}
	.service7{
		top:25%;
	}
	.service8{
		top: calc(77% + -3px);
	}
	.service9{
		top: 74%;
	}
	.contact-absolute{
		bottom: -51%;
	}
}
@media screen and (max-width: 1368px){
	.left-r h3{
		padding-top: 0.883333VW;
		font-size: calc( 10px + ( 24 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    	line-height: calc( 18px + ( 28 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    	padding-bottom: 0.7416666666666665VW;
	}
	.left-r p{
	    font-size: calc( 8px + ( 18 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	    line-height: calc( 16px + ( 26 - 16 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	    padding-bottom: 0.8625VW;
	}
	.see-detail{
		padding: 8px 58px 8px 18px;
	}
	.service4{
		top: calc(34% + -1px);
	}
	.service5 {
	    top: 40%;
	}
	.service6 {
	    top: calc(54% - 6px);
	}
	.service8 {
	    top: calc(75% + -6px);
	}
	.contact-absolute {
	    bottom: -41%;
	}
}
@media screen and (max-width: 1024px){
	.height-compensator {
	    height: 10.4375VW;
	}
}
@media screen and (max-width: 790px){
	.proportional-container.muy-grande{
		width: 100%;
	}
	.hamburger{
		display: block;
		position: absolute;
		top: -15px;
    	right: 0;	
    	z-index: 999999999999999;	
	}
	.lang-switch-holder, .main-nav{
		display: none;
	}
	.main-menu{
		top: 20px;
		z-index: 99999999999;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
		background-color: #ffffff;
		opacity: 1;
	}
	.hamburger.is-active:hover, .hamburger:hover{
		opacity: 1;
	}
	.hamburger:hover, .hamburger:focus, .hamburger:active{
		outline: none;
	} 
	.proportional-container, .special-container{
	    width: 95%;
	}
	.special-container h1, .special-container h2 {
	    font-weight: 900;
	    font-size: 22px;
	    line-height: 26px;
	    padding-bottom: 10px;
	}
	.special-container p{
		font-size: 14px;
	    line-height: 18px;
	    padding-bottom: 10px;
	    padding-right: 20px;
	}
	.homepage-background{
		height: 46.229167VW;
	}
	.logo img{
		max-width: 160px;
	}
	.mobile-nav{
		display: block;
		position: absolute;
	    top: 0;
	    right: 0;
	    z-index: 99999999;
	    width: 50%;
	    height: 100%;
	    background: black;
	    padding-top: 10.4375VW;
	    background: url(/assets/public/facelift/img/branding.png), url(/assets/public/facelift/img/mobile-background.jpg);
	    background-size: 16.145833333333336VW, cover;
	    background-repeat: no-repeat, no-repeat;
	    background-position: bottom right, top left;
	    transform: translateX(100%);
	    transition: .3s ease all;
	}
	.mobile-nav.translate{
		transform: translateX(0);	
		transition: .3s ease all;
	}
	.mobile-nav ul{
		text-align: right;
		padding-right: 22px;
	}
	.mobile-nav ul li{
		margin-bottom: 10px;
	}
	.mobile-nav ul li a{
		color: #ffffff;
		text-decoration: none;
	}
	.mobile-nav ul li a:hover, .mobile-nav ul li a:active, .mobile-nav ul li a:fous, .mobile-nav a:hover, .mobile-nav a:active, .mobile-nav a:focus{
		text-decoration: none;
		color: #ffffff;
	}
	.menu-text{
		position: absolute;
	    bottom: -1.0416666666666665VW;
	    left: -0.3645833333333333VW;
	    font-weight: 900;
	    text-transform: uppercase;
	    font-size: calc( 40px + ( 132 - 40 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	    line-height: calc( 40px + ( 132 - 40 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	    color: #3ed3fa;
	    margin-bottom: 0;
	    padding-bottom: 0;
	    padding-right: 0;
	    letter-spacing: -5px;
	}
	.mobile-lang{
		text-align: right;
    	padding-right: 22px;
    	padding-top: 10px;
	}
	.mobile-lang a{
		color: #ffffff;
    	text-decoration: none;
	}
	.mobile-lang a:first-of-type{
		margin-right: 10px;
	}
	
	.povestea-background .greetings-box{
		padding: 5px 17px;
	}
	.povestea-background .play{
		right: -50px;
	    height: calc(100% + 4px);
	    width: 55px;
	}
	.povestea-background .play img{
		max-width: 28px;
	}
	.echipa-section.opened-position .left, .echipa-section.opened-position .right{
		width: 100%;
	}
	.proportional-container, .special-container{
		width: 100%;
		padding: 0 15px;
	}
	.proportional-container .row{
		margin: 0 auto;
	}
	.left, .right{
		padding: 0 0;
	}
	.echipa-section h3:first-of-type{
		font-weight: 700;
	}
	.echipa-section.opened-position .left p{
		padding-left: 15px;
	}
	.echipa-section p, .povestea-section p{
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 15px;
	}
	.echipa-section .left h3::after{
		bottom: -52px;
	    left: 2px;
	    width: 3px;
	    height: 52px;
	}
	.echipa-section h3{
		font-size: 20px;
		line-height: 24px;
	}
	.echipa-section ul li{
		font-size: 14px;
	    line-height: 16px;
	    padding-right: 0;
	    padding-bottom: 10px;
	    padding-left: 15px;
	}
	.apply-job{
		padding: 6px 44px 6px 15px;
		margin-left: 15px;
		margin-bottom: 25px;
	}
	.apply-job::before, .send-job::before{
		width: 10px;
		height: 10px;
	}
	#job-form .row{
		margin: 0 -15px;
	}
	
	.input-holder{
		margin-bottom: 15px;
	}
	.input-holder input[type="text"], .input-holder select, .input-holder textarea{
		padding: 8px 25px 8px 10px;
	}
	.input-holder.name::before, .input-holder.mail::before, .input-holder.phone::before{
		right: 5%;
		width: 10px;
    	height: 10px;
	}
	.input-holder.arr::after{
		right: 13%;
	    height: 20px;
	}
	#job-form{
		width: 100%;
	}
	
	.job-opening{
		width:100%;
		margin-right:0;
	}
	
	.input-holder.name.mobile-after::before{
		right: 2%;
	}
	.input-holder.arr.mobile-after::after {
	    right: 5%;
	    height: 20px;
	}
	.send-job {
	    padding: 8px 60px 8px 12px;
	    margin-bottom: 20px;
	}
	.input-holder.selector::before{
		right: 16px;
		width: 8px;
    	height: 8px;
	}
	#job-form{
		padding: 0 15px;
	}
	.greetings-box{
		padding: 5px 27px;
	}
	.form-section{
		padding: 35px 0 50px 0;
	}
	.small-left, .small-right{
		width: 100%;
	}
	#contact-form .row{
		margin: 0 -15px;
	}
	#contact-form .left, #contact-form .right{
		padding: 0 15px;
	}
	.slider.slider-horizontal{
		margin-top: 4.604167VW;
	}
	.slider .tooltip.top{
		margin-top: -30px;
	}
	.slider-handle{
		top: 30%;
		width: 20px;
    	height: 20px;
	}
	.slider-handle::after{
		width: 10px;
    	height: 11px;
    	top: -12px;
	}
	.slider.slider-horizontal .slider-track::after{
		width: 34px;
		right: -32px;
	}
	.slider.slider-horizontal .tooltip{
		transform: translateX(-50%);
	}
	#contact-send{
		padding: 8px 40px 6px 16px;
	}
	#contact-send::after{
		width: 10px;
		height: 10px;
	}
	#contact-send::before{
		right: 3.208333VW;
	    transform: translateY(-50%);
	    height: 16px;
	}
	.povestea-background, .clients-background, .servicii-background, .echipa-background, .contact-background{
		min-height: 355px;
	}
	.img1, .img2, .img3, .img4, .img5, .img6, .img7, .img8, .img9{
		max-width: 34px;
	}
	.servicii-appender{
		height: 855px;
	}
	.line1{
		top: -7%;
	}
	.service2{
		top: 5%;
	}
	.service3{
		top: 1%;
	}
	.service4 {
	    top: calc(21% + 9px);
	}
	.service5 {
	    top: 28%;
	}
	.contact-absolute{
		bottom: -29%;
		right: 10%;
		font-size: 12px;
    	line-height: 11px;
	}
	.contact-absolute::after {
	    width: 19px;
	    height: 19px;
	}
	.service7{
		top:20%;
	}
	.service6 {
	        top: calc(39% - -3px);
	}
	.services.service8 p{
		padding-right: 20px;
	}
	.service8{
		top: calc(59% - -7px);
	}
	.service9 {
	    left: calc(54% - 2px);
	    top: 56%;
	}
	.f-l, .f-r{
		width: 100%;
	}
	.study-box::after{
		content: none;
	}
	.detail-study .center-box{
		max-width: 100%;
		padding: 0 15px;
	}
	
	.g-recaptcha {
	    position: relative;
	    left: 0;
	    right: 0;
	    top: 0;
	    margin: 0 auto;
	    width: 100%;
	}
	#contact-send{
		position: relative;
    	top: 25px;
	}
	.error-message{
		position: relative;
		top: 15px;
	}
	.success-box, .flash--data{
	    width: 95%;
	}
	.success-box p {
	    padding: 40px 0;
	}
}
@media screen and (max-width: 520px){
	.mobile-nav {
	    padding-top: 75px;
	    width: 100%;
	    height: 420px;
	    background-size: 125px, cover;
	}
	.mobile-nav ul li {
	    margin-bottom: 12px;
	}
	.menu-text {
	    padding-left: 0;
	    left: 0;
	    bottom: -7px;
	    font-size: 48px;
	    line-height: 48px;
	    letter-spacing: -2px;
	}
	.povestea-background{
		height: auto;
		min-height: 420px;
	}
	.height-compensator {
	    height: 110px;
	}
	.povestea-background .right-screen, .povestea-background .left-screen{
		width: 100%;
	}
	.logo img {
	    max-width: 190px;
	}
	.logo{
		width: 60%;
	}
	
	.povestea-section .row{
		margin: 0 auto;
	}
	.povestea-background .greetings-box {
	    padding: 8px 20px;
	}
	.special-container h1, .special-container h2{
		padding-bottom: 2px;
		font-size: 26px;
    	line-height: 30px;
	}
	.play{
	    right: -46px;
	    height: calc(100% + 4px);
	    width: 47px;
	}
	.play img{
		max-width: 24px;
	}
	.povestea-background .height-compensator:last-of-type{
		height: 40px;
	}
	.proportional-container, .special-container{
		width: 100%;
		padding: 0 15px;
	}
	.povestea-background::before{
		width: 156px;
		height: 156px;
		left: auto;
		right: 0px;
	}
	.right-screen h2::after, .full-screen h2::after{
		bottom: -2px;
	    left: 2px;
	    width: 15%;
	    height: 2px;
	}
	.povestea-background .special-container p{
	    padding-right: 110px;
	    padding-bottom: 56px;
	}
	.povestea-background::after{
		width: 100%;
		background-size:75px;
	}
	.povestea-background .absolute-text{
		word-spacing: 0px;
    	letter-spacing: 0px;
    	font-size: 14px;
    	line-height: 14px;
    	bottom: -2px;
    	left: 24px;
	}
	.preechipa-section, .echipa-section, .povestea-section{
		padding: 25px 0;
	}
	.left, .right{
		width: 100%;
		padding: 0 0;
	}
	.preechipa-section h2, .echipa-section h2, .povestea-section h2{
		font-size: 22px;
		line-height: 26px;
		padding-bottom: 10px;
	}
	.preechipa-section p, .echipa-section p, .povestea-section p{
		font-size: 14px;
		line-height: 18px;
		padding-right: 0px;
		padding-bottom: 10px;
	}
	.story-box h3{
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 8px;
		margin-top: 12px;
	}
	.story-box p{
		margin-left: 15px;
		padding-left: 5px;
	}
	.footer-holder {
	    padding: 150px 0 10px 0;
	}
	.left-footer, .right-footer{
		width: 100%;
		padding: 0 0;
	}
	.left-footer .footer-box{
		width: 100%;
	}
	.logo-footer{
		display: none;
	}
	.footer-box{
		padding: 0 0;
	}
	.footer-box ul{
		text-align: left;
		padding: 15px 0;
	}
	.footer-box ul li a img{
		max-width: 30px;
	}
	.footer-box ul li{
		margin-right: 10px;
	}
	.right-footer{
		padding-left: 0;
		padding: 0 0;
	}
	.footer-box{
		text-align: left;
	}
	.right-footer .footer-box{
		width: 100%;
		margin-bottom: 15px;
	}
	.right-footer .footer-box.text-center{
		text-align: left;
	}
	.right-footer .footer-box a{
		font-size: 18px;
	}
	.right-footer .footer-box a img{
		max-width: 30px;
		margin-right: 10px;
	}
	footer{
		background-position: 42% center;
	}
	.clients-background{
		height: auto;
		min-height: 420px;
	}
	.center-box{
		position: relative;
		top: auto;
		transform: translateY(0);
	}
	.clients-background .height-compensator{
		height: 160px;
	}
	.clients-background::after{
		width: 100%;
    	background-size: 75px;
	}
	.absolute-text{
		word-spacing: 0px;
	    letter-spacing: 0px;
	    font-size: 16px;
	    line-height: 16px;
	    bottom: -2px;
	    left: 24px;
	}
	.scopul-nostru h2, .portofoliu h2{
		font-size: 22px;
	    line-height: 26px;
	}
	.scopul-nostru p strong, .portofoliu p strong{
		font-size: 14px;
    	line-height: 18px;	
	}
	.scopul-nostru{
		padding: 25px 0 70px 0;
	}
	.height-separator{
		display: none;
	}
	.expertise-box{
		width: 100%;
		margin-top: 35px;
	}
	.l{
		padding-right: 10px;
	}
	.l p{
		font-size: 12px;
	    line-height: 16px;
	    margin-top: 8px;
	}
	.r{
		padding-left: 10px;
	}
	.r p{
		font-size: 14px;
		line-height: 18px;
	}
	.portofoliu p{
		margin-bottom: 10px;
	}
	.client{
		width: 33.333%;
		margin-bottom: 15px;
	}
	.portofoliu::before{
		top: -15px;
	    height: 32px;
	}
	.portofoliu{
		padding: 35px 0 40px;
	}
	.portofoliu::after{
		bottom: -14px;
	    height: 26px;
	}
	.testimonial{
		width: 100%;
		margin-bottom: 50px;
	}
	.overfllow-escape{
		width: 100px;
		height: 100px;
		margin-bottom: 15px;
	}
	.testimonial p:first-of-type {
	    min-height: 100px;
	    font-size: 14px;
	    line-height: 18px;
	    padding-left: 15px;
	    padding-bottom: 0;
	}
	.testimonial p:first-of-type::after{
		height: 84px;
	}
	.testimonial h4 {
	    padding-bottom: 8px;
	    padding-left: 15px;
	    font-size: 16px;
	    line-height: 18px;
	}
	.testimonial p {
	    font-size: 14px;
	    line-height: 14px;
	    padding-left: 15px;
	    padding-bottom: 8px;
	}
	.partner-logo{
		margin-left: 15px;
	}
	.echipa-background{
		min-height: 420px;
		height: auto;
	}
	.echipa-background .right-screen, .echipa-background .left-screen{
		width: 100%;
	}
	.echipa-background .height-compensator:last-of-type{
		height: 40px;
	}
	.greetings-box.play-inside{
		padding: 8px 20px;
	}
	.echipa-background::after{
		width: 100%;
    	background-size: 75px;
	}
	.preechipa-section .row, .echipa-section .row{
		margin: 0 auto;
	}
	.preechipa-section p strong, .echipa-section p strong, .povestea-section p strong{
		font-size: 20px;
    	line-height: 26px;
	}
	.preechipa-section h3, .echipa-section h3{
		font-size: 20px;
    	line-height: 24px;
    	margin-bottom: 4px;
    	margin-top: 15px;
	}
	.job-opening{
		padding-left: 0;
		margin-bottom: 35px;
	}
	.job-box{
		margin-left: 10px;
	}
	.job-box::after{
		width: 3px;
		left: -6px;
	}
	.echipa-section .job-box p{
		padding-left: 10px;
	}
	.job-box a{
		margin-left: 10px;
	}
	.job-box a::before{
		right: 8%;
	    width: 12px;
	    height: 12px;
	}
	.job-box a::after{
		height: 24px;
    	width: 1px;
	}
	.network img.desktop-network{
		display: none;
	}
	.network img.mobile-network{
		display: block;
	}
	.job-separator{
		width: 100%;
	}
	.input-holder.name.mobile-after::before {
	    right: 5%;
	}
	.input-holder.arr.mobile-after::after {
	    right: 13%;
	    height: 20px;
	}
	#job-form{
		padding: 0 0;
	}
	.network{
		padding: 25px 0 60px 0;
	}
	.contact-background{
		height: auto;
		min-height: 420px;
	}
	.contact-background .right-screen, .contact-background .left-screen{
		width: 100%;
	}
	.contact-background .height-compensator:last-of-type{
		height: 40px;
	}
	.contact-background::after{
		width: 100%;
    	background-size: 75px;
	}
	.input-holder textarea{
		height: 32vw;
	}
	.slider.slider-horizontal .slider-track{
		border-radius: 20px !important;
	}
	.slider.slider-horizontal .slider-track::before, .slider.slider-horizontal .slider-track::after{
		display: none;
	}
	.slider.slider-horizontal {
		margin-top: 35px;
		margin-bottom: 5px;
	}
	.tooltip-inner{
		font-size: 14px;
		line-height: 14px;
	}
	#min-budget-value, #max-budget-value{
		font-size: 14px;
		line-height: 14px;	
	}
	.form-center{
		margin: 20px 0 20px 0;
	}
	#contact-send {
	    padding: 8px 43px 6px 22px;
	}
	#contact-send::before{
		right: 23px;
	}
	.small-right{
		padding-left: 0;
	}
	.small-right h3{
		margin-bottom: 15px;
	}
	.contact-details{
		margin-bottom: 40px;
	}
	.contact-details li {
	    margin-left: 10px;
	    margin-bottom: 13px;
	}
	.contact-details li a span {
	    width: 20px;
	    margin-right: 8px;
	}
	.servicii-background{
		height: auto;
		min-height: 420px;
	}
	.servicii-background .left-screen, .servicii-background .right-screen{
		width: 100%;
	}
	.servicii-background .height-compensator:last-of-type{
		height: 40px;
	}
	.servicii-appender h2{
		font-size: 16px;
    	line-height: 18px;
    	margin-top: 10px;
	}
	.servicii-appender{
		height: auto;
		padding: 20px 0 40px;
	}
	.services{
		position: relative;
	}
	.service1, .service2, .service3, .service4, .service5, .service6, .service7, .service8, .service9{
		width: 100%;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		height: auto;
		text-align: center;
		padding: 0 0 0 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 40px;
	}
	.line1, .line2, .line3, .line4, .line5, .line6, .line7, .line8, .line9{
		display: none;
	}  
	.img1, .img2, .img3, .img4, .img5, .img6, .img7, .img8, .img9{
		display: block;
		margin-left: 0;
		margin: 0 auto;
		max-width: 80px;
	}
	.service1 p, .service2 p, .service3 p, .service4 p, .service5 p, .service6 p, .service7 p, .service8 p, .service9 p{
		padding-right: 0;
		padding-left: 0;
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 10px;
	} 
	.contact-absolute {
	    bottom: -13%;
	    right: 0;
	    left: 0;
	    font-size: 12px;
	    line-height: 11px;
	    margin: 0 auto;
	    display: inline-block;
	    width: 60%;
	}
	.studii-background{
		height: auto;
		min-height: 420px;
	}
	.studii-background .height-compensator {
	    height: 160px;
	}
	.studii-background::after{
		width: 100%;
		background-size: 75px;
	}
	.left-s, .left-r{
		width: 100%;
	}
	.left-r h3{
		font-size: 20px;
	    line-height: 24px;
	    padding-bottom: 10px;
	    padding-top: 10px;
	}
	.left-r p {
	    font-size: 14px;
	    line-height: 18px;
	    padding-bottom: 15px;
	}
	.see-detail::before{
		width: 12px;
		height: 12px;
	}
	.study-left, .study-right{
		width: 100%;
	}
	.study-left a img{
		width: 100%;
	}
	.study-right h3{
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.study-right p{
		padding-right: 0;
		padding-bottom: 15px;
	}
	.study-box::before{
		width: 100%;
	}
	.detail-study .center-box{
		position: relative;
	    top: auto;
	    transform: translateY(0);
	}
	.detail-body p{
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 15px;
	}
	.case-study.case-detail h2{
		font-size: 22px;
		line-height: 26px;
		padding-bottom: 10px;
		padding-top: 20px;
	}
	.case-study.case-detail p{
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 15px;
		margin-left: 15px;	
	}
	.case-study.case-detail h2 + p::after{
		width: 2px;
	    height: 50%;
	    left: -15px;
	}
	.material-box{
		width: 100%;
	    padding: 0 0;
	    margin-bottom: 25px;
	}
	.material-box div{
		padding: 10px;
	}
	.material-box .border-1::after, .material-box .border-2::after, .material-box .border-3::after{
		width: 10px;
	}
	.video-material-holder{
		width: 100%;
    	height: 50.333333VW;
	}
	.mobile-lang{
		display: none;
	}
	.scopul-nostru .general-texts h2{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 16px;
	}
	.scopul-nostru .general-texts p, .scopul-nostru .general-texts p strong, .scopul-nostru .general-texts p a, .general-texts ul li{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	.general-texts ul{
		margin-bottom: 12px;
	}
	.general-texts ul li{
		margin-bottom: 0;
	}
	.footer-links ul {
		text-align: left;
		padding: 0 15px;
	}
	.footer-links ul li{
		margin-bottom: 15px;
	}
	.footer-links ul li a{
		font-size: 18px;
		line-height: 22px;
	}
}
@media screen and (max-width: 320px){
	.portofoliu::after {
	    bottom: -12px;
	    height: 22px;
	}
}