/* CSS reset */

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

/* end of CSS reset */

* {
	box-sizing: border-box;
}


html, body{
	height: 100%;
}

body{
	font-family: "Raleway", sans-serif;
    background-color: #f3f4f1;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #fff;
    outline: none;
}

map, area {
    outline: none;
}

.container {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.font13 {
    font-size: 13px;
}

.font16 {
    font-size: 16px;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #111111;
}
.orange {
    background-color: #f99d1c;
}
.red-orange {
    background-color: #f47721;
}
.red {
    background-color: #ef4136;
}
.green {
    background-color: #00e678;
}

/* HOMEPAGE */

.home_header {
    min-height: 100%;
    width: 100%;
    /*background: url("../img/DareDigital_pragmatic_visionaries_bkg.jpg") no-repeat center center/cover; */
    position: relative;
}
.top_bar_container {
    position: relative;
    width: 100%;
    background: transparent;
    transition: all 0.45s ease;
}

.lang_switch_container {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 0 15px 0;
}

.lang_switch_container a {
    display: inline-block;
    padding: 1px;
    margin-left: 20px;
    border-bottom: 1px solid transparent;
}

.lang_switch_container a:hover {
    border-bottom: 1px solid #fff;
}

.logo_wrapper, .main_nav, .main_nav li {
    display: inline-block;
}

.logo_wrapper {
    width: 15%;
}

header .logo_wrapper img {
    max-width: 100%;
}

.main_nav {
    font-weight: 500;
    font-size: 16px;
    width: 83%;
    text-align: right;
}

.main_nav a {
    display: inline-block;
    padding: 8px;
    border-bottom: 4px solid transparent;
}

.main_nav a:hover:not(#contact) {
    border-bottom: 4px solid #fff;
}
#contact:hover {
    background-color: #fff;
    color: #c56019;
}

.mob_nav {
    color: #fff;
    display: none;
}

a.contact_button {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 8px 20px 8px 20px;
}
.home_header .container {
    height: 100%;
} 

.header_home_left {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.header_home_left img, .header_home_left p {
    vertical-align: top;
}
.header_home_left div {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 45px;
}
.DareDigital_lets_play {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 45%;
    height: auto;
}

.header_home_left .label {
    color: #08070a;
    font-size: 18px;
    background-color: #00e678;
    border-radius: 0;
}
.header_home_left span {
    font-weight: 300;
}
.header_home_right h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 15px;
}
.header_home_right strong {
    font-weight: 800;
}

.header_home_right p {
    font-size: 20px;
    font-weight: 400;
}
.header_home_right {
    margin-bottom: 40px;
}
.blue_home_container {
    background-color: #00bdf2;
    margin-bottom: 30px; 
    padding: 25px 24% 25px 40px;
    margin-top: 295px;
    position: relative;
    overflow: hidden;
}
.home_box {
    padding: 0;
    position: relative;
}
.box_img_container {
    width: 100%;
    height: 140px;
}
.home_box .expertiza, .box_side_container .expertiza {
    background: url("../img/DareDigital_1.jpg") no-repeat center top/cover;
}
.home_box .blog, .box_side_container .blog {
    background: url("../img/DareDigital_2.jpg") no-repeat center top/cover;
}
.home_box .oamenii, .box_side_container .oamenii {
    background: url("../img/DareDigital_3.jpg") no-repeat center top/cover;
}
.box_img_container {
    padding: 10px 0 10px 25px;
}
.box_img_container h3 {
    font-size: 30px;
    font-weight: 700;
}
.box_img_container .label {
    font-size: 10px;
    font-weight: 400;
    border-radius: 0;
}
.box_sub {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px;
}
.header_home_right .box_descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 23px;
    padding-top: 10px;
}
.box_link {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 20px 15px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-transform: uppercase;
}
.box_link:hover {
    color: #20202f;
    background-color: #fff;
}
.box_link_cont {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.box_content {
    padding: 20px 10px 20px 10px;
}
.box_content img {
    width: 100%;
}
.blue_video_link {
    display: inline-block;
    background: url("../img/blue_video_link.png") no-repeat center center/cover;
    position: absolute;
    width: 24%;
    bottom: 0;
    top: 0;
    right: 0;
}
.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin:auto;
  z-index: 200000;
  padding-bottom: 25px;
  background: rgba(32, 32 , 47, 0.95); /* #20202f; */ /*#f37721; */ /*rgba(243, 119 , 33, 0.8); */
}
.fancybox-overlay {
    z-index: 2000001;
}
    

/* END HOMEPAGE */

/*POVESTEA */
.povestea_header {
    background: url("../img/DareDigital_povestea0.jpg") no-repeat center center/cover;
    min-height: 520px;
}
.povestea_header #povestea {
    border-bottom: 4px solid #fff;
}
.stamp_container {
    min-height: 600px;
    background: #e16e1d;
    position: absolute;
    width: 90%;
    max-width: 350px;
    margin-top: 20px;
    padding-top: 20px;
}
.stamp_container img {
    width: 90%;
    height: auto;
}
.interior_page .container {
    position: relative;
}
.stamp_container .main_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    padding: 30px 20px 30px 20px;
    line-height: 1.3;
}
.stamp_container .main_title strong {
    font-weight: 700;
}
.stamp_container .stamp_hash {
    color: #100702;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    padding: 30px;
    position: absolute;
    bottom: 10px;
    
}
.stamp_container .stamp_hash p {
    padding: 20px 10px 20px 10px;
    border-top: 3px solid #100702;
}
.page_intro_container {
    padding: 70px 30px 30px 30px;
}
.page_intro_container .title {
    display: inline-block;
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 25px;
    border-bottom: 3px solid #fff; 
}
.page_intro_container .title strong {
    font-weight: 700;
}
.page_intro_container .descr {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    padding: 30px 0;
}
.body_descr {
    padding: 30px 15px 30px 30px;
    line-height: 1.4;
    font-size: 18px;
    color: #1f1f2c;
    font-weight: 400;
}
.box_side_container {
    padding-top: 30px;
}
.side_item {
    min-height: 150px;
    padding: 10px;
    margin-bottom: 22px;
}
.side_item h3 {
    font-size: 30px;
    font-weight: 700;
}
.side_item h4 {
    font-size: 35px;
    font-weight: 300;
}
.side_item .label {
    font-size: 10px;
    font-weight: 400;
    border-radius: 0;
}
.studies {
    background: url("../img/DareDigital_4.jpg") no-repeat center top/cover;
}
.side_item .side_descr {
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0 20px 0;
}
.side_box_link:link, .side_box_link:visited, .side_box_link:hover, .side_box_link:active  {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    border-radius: 20px;
}
.side_box_link:link, .side_box_link:visited, .side_box_link:active {
    background: #fff;
    color: #000;
}
.side_box_link:hover {
    background: #f3761f;
    color: #fff;
}
.side_box_link_cont {
    margin-bottom: 25px;
}
.video_link_cont_big, .video_link_cont_small {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.video_link_cont_big {
    margin-bottom: 40px;
}
.video_link_cont_big h5, .video_link_cont_small h5 {
    position: absolute;
    top: 0;
    font-size: 42px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding-top: 26px;
}
.video_link_cont_big h5 strong, .video_link_cont_small h5 strong {
    font-weight: 700;
}
.video_link_cont_big {
    height: 450px;
}
.video_link_cont_small {
    height: 220px;
}
.body_title {
    color: #f2761f;
    font-size: 24px;
    font-weight: 400;
    padding: 30px 0 30px 0;
}
.p_orange_left_border {
    border-left: 6px solid #f2761f;
    padding-left: 15px;
    margin-bottom: 30px;
}
.life_line {
    width: 100%;
    height: 125px;
    background: url("../img/DareDigital_life_line.png") no-repeat left center/cover;
}
/* END POVESTEA */

/* TRUTH OR DARE */
.truth_header {
    background: url("../img/DareDigital_truth_or_dare.jpg") no-repeat center center/cover;
    min-height: 520px;
}
.truth_header #truth_dare {
    border-bottom: 4px solid #fff;
}
.truth_dare_container {
    font-weight: 700;
    font-size: 36px;
    color: #f3761f;
    line-height: 1;
    padding: 30px 0 0 0;
}
.truth_dare_container img, .truth_dare_container p {
    vertical-align: bottom;
}
.truth_dare_container img {
    position: relative;
    bottom: 3px;
}
.truth_dare_container span {
    font-weight: 300;
}
.video_text_container {

}
.video_text_container .video_title {
    font-size: 19px;
}
.video_text_container .body_title {
    font-size: 18px;
    padding: 15px 0;
}
.video_text_container .body_text {
    font-size: 16px;
}
.mai_multe_videouri_cont {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 60px 0;
}
.mai_multe_videouri_link, .mai_multe_videouri_link:link, .mai_multe_videouri_link:visited, .mai_multe_videouri_link:active, .mai_multe_videouri_link:focus {
    color: #20202f;
}
.mai_multe_videouri_link {
    display: inline-block;
    padding: 12px 30px;
    background-color: #cccccc;
    border-radius: 20px;
}
.mai_multe_videouri_link:hover {
    color: #fff;
    background-color: #20202f;
}

/* END TRUTH OR DARE */

/* SERVICII */
.servicii_header {
    background: url("../img/DareDigital_povestea0.jpg") no-repeat center center/cover;
    min-height: 520px;
}
.servicii_header #servicii {
    border-bottom: 4px solid #fff;
}
.list_container {
    padding: 30px 0;
}
.list_container p {
    padding-bottom: 20px;
}
.list_container p::before {
    content: url("../img/list_bullet.png");
    padding-right: 30px;
    float: left;
    clear: both;
    position: relative;
    top: 5px;
    margin-bottom:40px;
}
.services_labels_cont, .expertize_labels_cont {
    width: 100%;
    min-height: 75px;
    background-color: #f3761f;
    position: relative;

}
.services_labels_cont {
    border: 4px solid #f3f4f1;
}
.services_labels_cont p, .services_icon img, .expertize_labels_cont p, .expertize_icon img {
    position: relative;
    top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.services_icon, .expertize_icon {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24%;
    height: 100%;
    background: #dc5f0c;
    
}
.no_padding {
    padding:0;
}
.all_services_labels_cont {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    color: #fff;

}
.all_services_labels_cont p {
    padding: 0 25% 0 20px;
}
.services_below_title {
    font-size: 44px;
    font-weight: 400;
    color: #f3761f;
    padding-bottom: 38px;
}
.services_icon img, .expertize_icon img {
    width: 70%;
    height: auto;
}
.services_icon, .expertize_icon {
    text-align: center;
}
.padding_top_bottom {
    margin: 30px 0;
}
.cere_consultatie_cont {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0 60px 0;
}
.cere_consultatie_link, .cere_consultatie_link:link, .cere_consultatie_link:visited, .cere_consultatie_link:hover, .cere_consultatie_link:active, .cere_consultatie_link:focus {
    color: #fff;
}
.cere_consultatie_link {
    display: inline-block;
    padding: 12px 70px;
    background-color: #00bdf2;
    border-radius: 20px;
    text-transform: uppercase;
}
.cere_consultatie_link:hover {
    background-color: #20202f;
}
/* END SERVICII */

/* OAMENII */
.oamenii_header {
    background: url("../img/DareDigital_oamenii.jpg") no-repeat center center/cover;
    min-height: 520px;
}
.oamenii_header #oamenii {
    border-bottom: 4px solid #fff;
}
.body_top {
    margin-top: 0;
}
.no_padding_top {
    padding-top: 0;
}
.aplica_online_cont {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 0 60px 0;
}
.aplica_online_link, .aplica_online_link:link, .aplica_online_link:visited, .aplica_online_link:hover, .aplica_online_link:active, .aplica_online_link:focus {
    color: #fff;
}
.aplica_online_link {
    display: inline-block;
    padding: 12px 70px;
    background-color: #f3761f;
    border-radius: 20px;
    text-transform: uppercase;
}
.aplica_online_link:hover {
    background-color: #20202f;
}
.photo_cont {
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 15px;
}
.photo_cont img {
    width: 100%;
    height: auto;
}
.team_below_title {
    font-size: 42px;
    font-weight: 400;
    color: #f3761f;
    padding-bottom: 30px;
}
.team_info_cont {
    text-align: center;
     background-color: #f3f4f1;
}

.team_info_cont .nume {
    font-size: 24px;
}
.team_info_cont .functie {
    font-size: 18px;
}
.SM_team_cont {
    padding: 20px 0;
}
.SM_team {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0d75a7;
    padding-top: 1px;
}
.contacteaza {
    display: inline-block;
    padding: 9px 30px;
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #54545f;
    margin-left: 10px;
    margin-right: 10px;
}
.contacteaza, .contacteaza:link, .contacteaza:visited, .contacteaza:active, .contacteaza:focus {
    color: #20202f;
}
.contacteaza:hover {
    color: #fff;
    background-color: #20202f;
}
.all_team_cont {
    padding-bottom: 70px;
}
.career_form_cont {
    background-color: #fff;
    padding: 30px 40px;
}
.career_form_cont label, .career_form_cont input {
    width: 100%;
    font-size: 14px;
    color: #212121;
}
.career_form_cont textarea {
    width: 100%;
    max-width: 100%;
    height: 68px;
    padding: 10px;
}
.career_form_cont input {
    height: 38px;
    padding: 0 10px 0 10px;
}
.career_form_cont input, .career_form_cont textarea {
    border: 1px solid #e3e3e3;
    border-radius: 4px;

}
.career_form_cont input:focus, .career_form_cont textarea:focus {
    outline: none;
} 
.career_form_cont form {
    padding-top: 50px;
}
.trimite_cv_cont {
    text-align: center;
    margin-top: 50px;
}
.trimite_cv_cont input {
    width: 300px;
    height: 50px;
    background-color: #00bdf2;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
}
.trimite_cv_cont input:hover {
    background-color: #20202f;
}
.padd_bottom {
    padding-bottom: 15px;
}
/* END OAMENII */

/* CASE STUDIES */
.case_studies_header {
    background: url("../img/DareDigital_case_studies.jpg") no-repeat center center/cover;
    min-height: 520px;
}
.case_studies_header #studies {
    border-bottom: 4px solid #fff;
}
.case_studies_left {
    position: relative;
    text-align: right;
    margin-bottom: 60px;
}
.overlay_text {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: 20px;

}
.overlay_text h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}
.overlay_text h4 {
    font-size: 35px;
    font-weight: 300;
     line-height: 40px;
}
.overlay_text .label {
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
}
.case_studies_right {
    padding-left: 30px;
    margin-bottom: 60px;
}
.case_studies_right h3 {
    font-size: 44px;
    color: #f3761f;
    font-weight: 400;
    line-height: 44px;
}
.case_studies_right p {
    font-size: 16px;
    color: #20202f;
    font-weight: 400;
    padding: 30px 0 35px 0;
    min-height: 100px;
    overflow: hidden;
}
.vezi_study_cont {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}
.vezi_study_link, .vezi_study_link:link, .vezi_study_link:visited, .vezi_study_link:hover, .vezi_study_link:active, .vezi_study_link:focus {
    color: #fff;
    outline: none;
}
.vezi_study_link:hover {
    background-color: #f3761f;
}
.vezi_study_link {
    display: inline-block;
    padding: 12px 27px;
    background-color: #20202f;
    border-radius: 20px;
    text-transform: uppercase;
}
/* END CASE STUDIES */

/* CASE STUDY INTERIOR */
.case_study_interior_header {
    background: url("../img/DareDigital_case_study_interior.jpg") no-repeat center center/cover;
    min-height: 520px;
}
.case_study_interior_header #studies {
    border-bottom: 4px solid #fff;
}
.body_case_study p {
    font-size: 16px;
    padding-top: 25px;
}
.case_study_interior_img img {
    width: 100%;
    height: auto;
}
.highlight {
    position: relative;
    margin: 30px 0 0 0;
}
.bulina_container {
    position: relative;
    width: 28%;
    float: left;
    font-size: 47px;
    line-height: 50px;
    text-align: center;
    clear: both;
}
.bulina_container strong {
    font-weight: 700;
}
.bulina {
    background: #f3761f;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: 50%;
}
.bulina span {
    position: relative;
    top: 29px;
}

.body_case_study .highlight_text {
    width: 72%;
    float: right;
    color: #f3761f;
    font-size: 24px;
    line-height: 36px;
    clear: right;
    padding-top: 0;
    font-weight: 400;
}
.prev_next_cont {
    margin-top: 80px;
    margin-bottom: 60px;
}
.prev_study_cont, .next_study_cont {
    width: 50%;
    float: left;
    font-size: 12px;
    font-weight: 500;
}
.next_study_cont {
    text-align: right;
}
.prev_study_link, .next_study_link {
    display: inline-block;
    padding: 12px 27px;
    background-color: #20202f;
    border-radius: 20px;
    text-transform: uppercase;
}
.prev_study_link:hover, .next_study_link:hover {
    background-color: #f3761f;
}
/* END CASE STUDY INTERIOR */

/* EXPERTIZA */
.expertiza_header {
    background: url("../img/DareDigital_expertiza.jpg") no-repeat center center/cover;
    min-height: 520px;
}
.expertiza_header #expertiza {
    border-bottom: 4px solid #fff;
}
.expertize_labels_cont {
    z-index: 10000;
}
.expertize_labels_cont p {
    padding: 0 25% 0 20px;
    color: #fff;
}
.expertiza_minidescr {
    font-size: 16px;
    background: #fff;
    padding: 35px 30px;
    line-height: 1.4;
    position: relative;
}
.expertize_col {
    margin-top: 45px;
}
.strech_title {
    font-size: 18px;
    color: #f2761f;
    padding: 30px 30px 0 30px;
    line-height: 1.2;
}
.strech .expertiza_minidescr {
    background-color: #f3f4f1;
}
.white_background {
    background-color: #fff;
}
.body_background {
    background-color: #f3f4f1;
    border: 4px solid #d7d7d7;
}
.match_height_expertiza {
    margin-bottom: 35px;
    position: relative;
}
.overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right:0; 
    bottom:0; 
    display: none; 
    background-color: rgba(45,45,56,0.8);
}
.match_height_expertiza:hover .overlay { 
    display: block;
}
.cere_cotatie_cont {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10001;
}
.cere_cotatie_link {
    display: inline-block;
    padding: 12px 37px;
    background-color: #00bdf2;
    border-radius: 20px;
    text-transform: uppercase;
    position: relative;
    top: 44%;
}
.white_background .cere_cotatie_link {
    top: 50%;
}
.cere_cotatie_link:hover {
    color: #20202f;
    background-color: #fff;
}
.expertize_quote_img img {
    width: 100%;
    height: auto;
}
.expertize_quote_title {
    font-size: 24px;
    color: #f3761f;
}
.expertize_quote_body {
    font-size: 16px;
    color: #1f1f2c;
    line-height: 22px;
    margin-top: 25px;
}
.expertize_quote_body:before {
    content: "\201C";
}
.expertize_quote_body:after {
    content: "\201D";
    text-align: right;
}
.expertize_quote_body:before, .expertize_quote_body:after {
    display: block;
    color: #f2761f;
    font-size: 96px;
    position: relative;
    top: 20px;
}
.expertize_quote_signature {
    line-height: 24px;
}
.expertize_quote_signature .name {
    font-size: 24px;
    color: #222222;
}
.expertize_quote_signature .occupation {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
}
.expertize_quote_signature .logo img {
    max-height: 21px;
    width: auto;
}
.quote_cont {
    margin-bottom: 50px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.customers_quote {
    position: absolute;
    width: 26%;
}
.customers_quote img {
    width: 100%;
    position: relative;
    top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.no_margin {
    margin: 0;
}

/* END EXPERTIZA */

/* CONTACT */
.contact_header {
    background: url("../img/DareDigital_contact.jpg") no-repeat center center/cover;
    min-height: 520px;
}
.contact_header #contact {
    background-color: #fff;
    color: #c56019;
}
.contact_form_title, .contact_map_title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.contact_form_title strong, .contact_map_title strong {
    font-weight: 700;
}
.contact_form_subtitle {
    font-size: 18px;
    font-weight: 400;
}
.contact_form_cont {
    background-color: #fff;
    padding: 30px 40px;
}
.contact_form_cont label, .contact_form_cont input, .contact_form_cont select {
    width: 100%;
    font-size: 14px;
}
.contact_form_cont label {
    color: #212121;
}
.contact_form_cont input, .contact_form_cont select {
    height: 38px;
    margin-bottom: 20px;
}
.contact_form_cont input, .contact_form_cont select, .contact_form_cont option, .contact_form_cont textarea, {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #555555;
    opacity: 1;
    outline: none;
    padding: 0 10px 0 10px;
}
.contact_form_cont input:focus, .contact_form_cont select:focus, .contact_form_cont option:focus, .contact_form_cont textarea:focus {
    outline: none;
} 
.contact_form_cont select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance:none;
}
/*for IE10*/
.contact_form_cont select::-ms-expand {
    display: none;
}
.contact_form_cont select {
    background: url("../img/arrow_down.png") no-repeat right 10px center;
}
.contact_form_cont form {
    padding-top: 50px;
}
.cere_consultatie_cont_b {
    text-align: center;
    margin-top: 50px;
}
.cere_consultatie_cont_b input {
    width: 300px;
    height: 50px;
    background-color: #00bdf2;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
}
.cere_consultatie_cont_b input:hover {
    background-color: #20202f;
}
.contact_side_wrapper {
    padding: 30px 15px;
}
.contact_side_container {
    background-color: #fff;
    padding: 0 20px;
}
.contact_side_title {
    padding: 40px 0;
    font-size: 28px;
    border-bottom: 3px solid #2d2d38;
}
.contact_side_container .contact_container, .contact_side_container .SM_container {
    width: 100%;
}
.contact_side_container .SM_container {
    padding-bottom: 35px;
    padding-top: 35px; 
}
.contact_side_container .SM_container li {
    display: block;
    text-align: left;
    margin-bottom: 18px;
}
.contact_side_container .SM_container a {
    display: inline-block;
}
.contact_side_container .SM_container span {
    color: #212121;
    font-size: 16px;
    padding-left: 5px;
}
.contact_side_container .contact_container {
    border-bottom: 3px solid #f3f4f1;
    padding: 40px 0;
}
.contact_side_container .contact_container span {
    padding: 0 0 0 5px;
}
.contact_side_container .contact_container i {
    border: 1px solid #bdbdbd;
}
.map_wrapper {
    padding-left: 15px;
    margin-top: 45px;
    margin-bottom: 45px;
}
.map_container {
    width: 100%;
    height: 320px;
    border: 3px solid #fff;
}
.slider.slider-horizontal, .slider.slider-horizontal .slider-track {
    width: 100%;
    height: 9px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: none;
    background: #fff;
}
.slider.slider-horizontal {
    margin-top: 45px;
    margin-bottom: 20px;
    font-family: "Raleway";
}
.slider-handle {
    width: 26px;
    height: 26px;
    background: url("../img/slider_handle.png") no-repeat center center/contain;
    top: -8px;
}
.slider .tooltip-inner {
    color: #00bdf2;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    font-weight: 800;
    font-family: "Raleway";
}
.tooltip-arrow {
    display: none;
}
.slider .tooltip.top {
    margin-top: -40px;
    opacity: 1;
}
.min, .max{
    width: 50%;
    float: left;
    font-size: 12px;
    font-weight: 800;
}
.max {
    text-align: right;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
a[href^=mailto] {
    color: inherit;
    text-decoration: none;
}

/* END CONTACT */

/* FOOTER */

footer {
    background-color: #20202f;
    color: #fff;
    min-height: 170px;
}

footer .logo_wrapper img {
    max-width: 70%;
}
footer .logo_wrapper, .SM_container {
    padding-top: 66px;
}

.SM_container, footer .logo_wrapper {
    width: 20%;
}

.SM_container, .SM_container li, .SM_container li a, .SM_container i {
    display: inline-block;
    text-align: center;
}
footer .SM_container {
    text-align: left;
}

.SM_container li a, .SM_container i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.SM_container i {
    font-size: 22px;
    padding-top: 9px;
}

.fa-facebook {
    background-color: #3a5897;
}

.fa-linkedin {
    background-color: #0d75a7;
}
.fa-youtube-play {
    background-color: #d12114;
}
.fa-instagram {
    background-color: #6b26b2;
}

.contact_container {
    display: inline-block;
    width: 59%;
    padding: 25px 0 25px 0;
}
.contact_title {
    font-weight: 700;
    font-size: 18px;
    padding-top: 17px;
}

.contact_container i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
}
.contact_container span {
    padding: 0 15px 0 15px;
    white-space: nowrap;
}
.contact_container p {
    padding-bottom: 10px;
}
/* END FOOTER */

/******* MEDIA QUERIES ************/

@media all and (min-width: 1200px) and (max-width: 1529px) {
    .container {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1199px) {
    .container {
        width: 99%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1529px) {

/* HOMEPAGE */

    .header_home_left {
        font-size: 28px;
    }

    .header_home_left img {
        height: 28px;
        width: auto;
    }

    .header_home_left .label {
        font-size: 16px;
    }
    
    .header_home_right h2 {
        font-size: 39px;
    }
    .header_home_right p {
        font-size: 16px;
    }

    .blue_home_container {
        margin-top: 55px;
    }
    
    .box_img_container {
        padding: 15px;
    }
    .box_img_container h3 {
        font-size: 24px;
    }
    .box_sub {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .header_home_right .box_descr {
        line-height: 1.2;
        padding-bottom: 14px;
    }
    .box_link {
        padding: 10px 15px;
    }

/* END HOMEPAGE */

    /*POVESTEA */
    .stamp_container .main_title {
        font-size: 33px;
        padding: 30px 15px;
    }

    .stamp_container .stamp_hash {
        font-size: 17px;
        padding: 30px 15px;
    }
    .page_intro_container {
        padding: 90px 30px 30px 30px;
    }
    .page_intro_container .title {
        font-size: 33px;
        padding-bottom: 20px; 
    }
    .page_intro_container .descr {
        font-size: 19px;
    }
    .body_descr {
        font-size: 16px;
    }
    .side_item h3 {
        font-size: 24px;
    }
    .side_item h4 {
        font-size: 27px;
    }
    .side_item .side_descr {
        font-size: 14px;
    }
    .side_box_link:link, .side_box_link:visited, .side_box_link:hover, .side_box_link:active  {
        font-size: 10px;
    }
    .side_box_link_cont {
        margin-bottom: 20px;
    }
    .video_link_cont_big h5, .video_link_cont_small h5 {
        font-size: 33px;
        padding-top: 26px;
    }
    .video_link_cont_big {
        height: 400px;
    }
    .body_title {
        font-size: 22px;
        padding: 20px 0;
    }
    /* END POVESTEA */

    /* TRUTH OR DARE */
    .truth_dare_container {
        font-size: 28px;
        padding: 20px 0 0 0;
    }
    .truth_dare_container img {
        height: 28px;
        width: auto;
    }
    .video_text_container .video_title {
        font-size: 19px;
    }
    .video_text_container .body_title {
        font-size: 19px;
    }
    .video_text_container .body_text {
        font-size: 16px;
    }
    /* END TRUTH OR DARE */

    /* SERVICII */

    .services_below_title {
        font-size: 34px;
        padding-bottom: 20px;
    }
    .list_container {
        padding: 20px 0;
    }
    .padding_top_bottom {
        margin: 15px 0;
    }

    /* END SERVICII */

    /* OAMENII */

    .aplica_online_cont {
        font-size: 14px;
    }
    .team_below_title {
        font-size: 33px;
        padding-bottom: 25px;
    }
    .team_info_cont .nume {
        font-size: 20px;
    }
    .SM_team {
        padding-top: 3px;
    }

    .all_team_cont {
        padding-bottom: 50px;
    }

    .trimite_cv_cont input {
        font-size: 14px;
    }

    /* END OAMENII */

    /* CASE STUDIES */
    .overlay_text h3 {
        font-size: 27px;
        line-height: 32px;
    }
    .overlay_text h4 {
        font-size: 27px;
        line-height: 32px;
    }
    .case_studies_right h3 {
        font-size: 34px;
        line-height: 34px;
    }
    .case_studies_right p {
        font-size: 15px;
    }
    /* END CASE STUDIES */

    /* CASE STUDY INTERIOR */

    .body_case_study p {
        padding-top: 20px;
    }
    .bulina_container {
        font-size: 45px;
        line-height: 48px;
    }

    .body_case_study .highlight_text {
        font-size: 20px;
        line-height: 30px;
    }

    /* END CASE STUDY INTERIOR */

    /* EXPERTIZA */

    .expertiza_minidescr {
        padding: 30px 25px;
    }

    .expertize_quote_body:before, .expertize_quote_body:after {
        font-size: 90px;
    }

    .expertize_quote_signature .name {
        font-size: 24px;
    }
    .expertize_quote_signature .occupation {
        font-size: 16px;
    }

    /* END EXPERTIZA */

    /* CONTACT */

    .contact_form_title, .contact_map_title {
        font-size: 22px;
    }

    .cere_consultatie_cont_b input {
        font-size: 16px;
    }
    .contact_side_container {
        padding: 0 15px;
    }
    .contact_side_title {
        padding: 30px 0;
        font-size: 24px;
    }
    .contact_side_container .SM_container span {
        font-size: 14px;
        padding-left: 3px;
    }

    .contact_side_container .contact_container span {
        padding: 0 0 0 3px;
    }
    .font16 {
        font-size: 14px;
    }
    .cere_consultatie_cont_b input {
        font-size: 14px;
    }

    /* END CONTACT */

}

@media all and (max-width: 1199px) {

/* HOMEPAGE */

    .main_nav {
        font-size: 14px;
    }

    .main_nav a {
        padding: 6px;
    }
    a.contact_button {
        padding: 8px 10px 8px 10px;
    }
    .header_home_left {
        font-size: 24px;
    }
    .header_home_left img {
        height: 24px;
    }
    .header_home_left .label {
        font-size: 14px;
    }
    .header_home_right h2 {
        font-size: 32px;
    }
    .header_home_right p {
        font-size: 14px;
        line-height: 16px;
    }
    .blue_home_container {
        margin-top: 45px;
    }
    .box_img_container h3 {
        font-size: 22px;
    }
    .box_sub {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .box_link {
        font-size: 10px;
    }

/* END HOMEPAGE */

/*POVESTEA */

    .stamp_container .main_title {
        font-size: 29px;
    }

    .stamp_container .stamp_hash {
        font-size: 17px;
    }
    .page_intro_container {
        padding: 100px 30px 30px 30px;
    }
    .page_intro_container .title {
        font-size: 30px;
    }
    .page_intro_container .descr {
        font-size: 17px;
    }
    .body_descr {
        font-size: 15px;
    }
    .side_item h3 {
        font-size: 22px;
    }
    .side_item h4 {
        font-size: 25px;
    }
    .side_item .side_descr {
        font-size: 13px;
    }
    .side_box_link:link, .side_box_link:visited, .side_box_link:hover, .side_box_link:active  {
        font-size: 9px;
        padding: 8px;
    }
    .video_link_cont_big h5, .video_link_cont_small h5 {
        font-size: 28px;
    }
    .video_link_cont_big {
        height: 350px;
    }
    .body_title {
        font-size: 19px;
        padding: 15px 0;
    }

    /* END POVESTEA */

    /* TRUTH OR DARE */

    .truth_dare_container {
        font-size: 28px;
        padding: 20px 0 0 0;
    }
    .truth_dare_container img {
        height: 28px;
        width: auto;
    }
    .video_text_container .video_title {
        font-size: 17px;
    }
    .video_text_container .body_title {
        font-size: 17px;
    }
    .video_text_container .body_text {
        font-size: 15px;
    }
    .mai_multe_videouri_cont {
        font-size: 14px;
    }

    /* END TRUTH OR DARE */

    /* CASE STUDY INTERIOR */
    .bulina {
        width: 150px;
        height: 150px;
    }
    .bulina_container {
        font-size: 40px;
    }
    .bulina span {
    top: 18px;
    }
    /* END CASE STUDY INTERIOR */

    /* EXPERTIZA */
    .expertiza_minidescr {
        font-size: 14px;
        padding: 25px 20px;
    }
    .strech_title {
        font-size: 16px;
    }
    .expertize_quote_title {
        font-size: 20px;
    }
    .expertize_quote_body {
        font-size: 14px;
        line-height: 22px;
        margin-top: 25px;
    }
    .expertize_quote_signature .name {
        font-size: 22px;
    }
    .expertize_quote_signature .occupation {
        font-size: 14px;
    }
    /* END EXPERTIZA */

    /* CONTACT */
    .contact_side_container .SM_container span {
        font-size: 10px;
    }
    .font16 {
        font-size: 10px;
    }
    /* END CONTACT */

}

@media all and (max-height: 1500px) {
      .blue_home_container {
        margin-top: 480px;
    }
}

@media all and (max-height: 1400px) {
      .blue_home_container {
        margin-top: 250px;
    }
}

@media all and (max-height: 1131px) {
      .blue_home_container {
        margin-top: 495px;
    }
}
@media all and (max-height: 1100px) {
      .blue_home_container {
        margin-top: 500px;
    }
}
@media all and (max-height: 1070px) {
      .blue_home_container {
        margin-top: 320px;
    }
}
@media all and (max-height: 770px) {
      .blue_home_container {
        margin-top: 150px;
    }
}
/* video */

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}



/* END MEDIA QUERIES */
