/*
Blacklight DESKTOP CSS
*/
/* 
    Created on : Jan 23, 2016, 2:11:28 PM
    Author     : Nagy Hunor, Takacs Botond
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;.social_icon{
        display: inline-block;
        transition:all 0.3s;
        border-radius: 50%;
        width: 30%;
        position: relative;
    }
}
body {
    color: #333333;
    font-family:  'Open Sans', sans-serif;;
    font-size: 14px;
    line-height: 1.42857;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    border: 0;
}
.nodecor,
.nodecor:hover,
.nodecor:visited,
.nodecor:link,
.nodecor:active{
    text-decoration: none;
    color: #fff;
    border: none;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
.nodecor_color_000,
.nodecor_color_000:hover,
.nodecor_color_000:visited,
.nodecor_color_000:link,
.nodecor_color_000:active{
    text-decoration: none;
    color: #000;
    border: none;
}
html > a {
    text-decoration: none;
}

.big-container{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/******************Header*************************/
#window{
    position: fixed;
    color:#fff;
    z-index: 10;
}

.header {
    background-image: url("/images/header.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    max-width: 100%;
    width: 100%;
    display: table;
}

.header__search__lang{
    display: table-cell;
    vertical-align: middle;
    width: 95%;
}
.header__lang{
    float:right;
    margin-right: 30px;
}

.lang{
    font-size: 18px;
    color:#fff;
    float: left;
    cursor: pointer;
    padding-right: 5px;
}

.lang:hover,.lang_active{
    color:#283579;
}

.lang_line{
    width:2px;
    height: 23px;
    float: left;
    margin-right: 5px;
    background-color: #fff;
}

.header__search{
    font-size:18px;
    float: right;
    border-bottom: 1px solid #fff;
    position: relative;
}

.header__search_input{
    background-color: transparent;
    color:#fff;
    border:none;
}
.newsletter_input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.header__search_input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.header__search_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.header__search_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.header__search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}
.header__search_input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #fff;
}
.search_img{
    /*position: absolute;*/
    width:22px;
    cursor:pointer;
    right: -30px;;
}  
/****************** End of Header*************************/
/*************Logo || Menu ****************/
.tarto_div input {
    color: black;
    height: 100%;
    padding-left: 10px;
    width: 100%;
}
input {
    border: 1px solid #000000;
}
.trimite_formluar {
    background-color: #fff;
    color: #000;
    font-size: 25px;
    height: 100%;
    line-height: 56px;
    text-align: center;
    border: 1px solid;
}
.tarto_div {
    height: 56px;
    margin-bottom: 20px;
    position: relative;
}
.tarto_div textArea {
    height: 100%;
    padding-left: 10px;
    width: 100%;
}
textArea {
    border: 1px solid #000000;
    resize: none;
}
.logo__menu__holder{
    width: 100%;
    margin:0;
    border: 0;
    padding: 0;
    background-color: #fff;
    height: 125px;
    display: block;
    font-size: 20px;
}
.menu_logo_table{
    width: 100%;
    margin:0;
    border: 0;
    padding: 0;
    background-color: #fff;
    height: 150px;
    display: table;
}

.logo__holder{
    display: table-cell;
    left: 20px;
    position: relative;
    vertical-align: middle;
}
.logo_img{
    max-height: 100px;
}
.menu__holder{
    display: table-cell;
    vertical-align: middle;
    width:70%;
    text-align: right;
}
.menu{
    position: relative;
    right: 20%;
}
[id*='hiba-'] {
    position: absolute;
    display: none;
    font-size: 12px;
    position: absolute;
    text-align: center;
    top: 20px;
    color:red;
}
.menu_elem{
    text-decoration: none;
    color:#000;
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase;
}
.menu_elem:hover,.active_menu{
    color:#283579;
}
.slider-class{
    /*    max-width: 1270px;
        width:100%;
        display: block;
        margin: 0 auto;*/
    margin: 0px 0;
}
.slider-class img{
    max-width: 100%;
    width:100%;
}
/*****************Slider***********************/

.slider__holder {
    margin: 0 auto;
    max-height: 335px;
    max-width: 1920px;
    width: 100%;
}
.slider__holder img{
    max-width: 100%;
}
.slide{
    position: absolute;
    right: -3000px;
    max-width: 100%;
    transition: all 0.7s;
} 
.slider_space_holder{
    position: relative;
    display: block;
    top:0;
}
.active_slide{
    left: 0;
    z-index: 200;
    transition: all 0.7s;
}

/*******************Home boxes ******************/
.home_holder{
    max-width: 100%;

}
.row_holder{
    margin: 40px auto;
}
.home_elem{
    cursor: pointer;
}
.second_row{
    margin-bottom: 40px;
}
.border_up{
    width: 100%;
    height: 5px;
    background-color: #273879;
}
.home_elem_title{
    text-align: left;
    font-size: 20px;
    color: #000;
    padding: 10px 0;
}

.home_elem_img {
    max-width: 100%;
    max-height: 300px;
}
.homeimg,.homeimg_large{
    width: 100%;
    /*height:230px;*/
}

.offset_home_7_5{
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 35px;
}

/*************DESPRENOI*****************/



/*************SOLUTIONS **************/
.breadcrumbs_line {
    background: #273778 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 60px 0;
    text-align: left;
    width: 100%;
}
.breadcrumbs {
    padding-left: 20px;
}
.one_categorii {
    border: 2px solid #547CA6;
    margin: 15px auto;
    max-height: 230px;
    max-width: 230px;
    height: 230px;
    width: 230px;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 0.2s all;
}

.one_categorii:hover{
    border: 5px solid #273879;
    transition: 0.2s all;
}

.one_categorii_img{
    max-width: 90%;
    width: 87%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.offset_solutii_cat{
    padding-right: 5px;
    padding-left: 5px;
}
.fa-long-arrow-right{
    margin:0 10px;
}
/*Sub categorii lister*/
.solutions_sub_cat_lister{
    margin-bottom: 40px;
}
.cat_picture{
    font-size: 20px;
    color: #F86A00;
    margin-bottom:20px;
}
.subcat_cat_img{
    max-width:250px;
    width: 100%;
}
.one_sub_categorii {
    border: 2px solid #273879;
    cursor: pointer;
    height: 285px;
    margin: 25px auto 0;
    max-height: 285px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.one_sub_categorii:hover{
    border: 5px solid #273879;
    transition: all 0.2s;
}
.one_sub_categorii_title{
    width: 101%;
    height: 60px;
    background-color: #273879;
    color:#fff;
    text-align: center;
    display: table;
}
.sub__cat_title{
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}
.one_sub_categorii_img{
    /*max-height: 200px;*/
    height: 220px;
    margin: 0 auto;
}
.offset_solutii_sub_cat{
    padding-left: 5px;
    padding-right: 5px;
}
.subsub_header {
    background: #273778 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    height: 70px;
    line-height: 70px;
    margin: 30px auto;
    padding-left: 40px;
    width: 95%;
}
.one_sub_sub_categorii_elem{
    display: block;
    width: 100%;
    margin: 20px 0;
}
.subsub_tite{
    display: block;
    font-size: 20px;
}


.citeste_maimult{
    bottom: -65px;
    color: #273778;
    cursor: pointer;
    max-width: 135px;
    position: absolute;
    right: 15px;
}
.citeste_maimult2{
    bottom: 5px;
    color: #273778;
    cursor: pointer;
    max-width: 135px;
    right: 15px;
    position: absolute;
}
.citeste_maimult3{
    bottom: 5px;
    color: #273778;
    cursor: pointer;
    max-width: 135px;
    right: 15px;
    position: absolute;
}
.citeste_maimult:hover{
    border-bottom: 1px solid #FF9100;
}
.border_bottom_subsub{
    position: relative;
    width: 95%;
    height: 2px;
    background: #273778;
    margin: 15px auto;
}
.subsub_img_holder{
    max-width: 200px;
    margin: 0 auto;
}
.subsub_img_holder img{
    max-width: 100%;
}

/*One elem sub sub holder*/ 

.one_sub_sub_elem_holder_bck {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 30;
}

.one_sub_sub_elem_holder {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin: 150px auto;
    padding: 1px 0;
    width: 55%;
}
.one_sub_sub_elem {
    width: 90%;
    display: block;
    position: relative;
    margin: 0 auto;
}
.one_sub_sub_elem_header {
    background: #273778 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 20px 0;
    width: 100%;
    text-align: right;
}
.one_sub_sub_elem_header_title {
    text-align: left;
    float: left;
}
.fa_close_elem {
    cursor: pointer;
}
.one_sub_sub_elem_img_holder{
    width: auto;
    text-align: center;
}
.one_sub_sub_elem_img_holder img{
    max-width:100%;
}
.one_sub_sub_elem_text{
    padding: 25px 0;
}
.one_elem_blue_line{
    width:100%;
    height: 1px;
    background-color: #273778;
    margin: 10px 0;
    position: relative;
}
.invisible_elem_blue_line{
    width:100%;
    height: 1px;
    background-color: #fff;

    margin: 10px 0;
    position: relative;
}
.datasheet_download_section{
    width:100%;
    padding: 15px 0;
}
.datasheet_image img{
    max-width: 200px;
    width: 100%;
}
.datasheet_image{
    /*width:100%;*/
}
.aktiv{
    display: block;
}
.inaktiv{
    display:none;
}
.datasheet_download{
    height: 120px;
    line-height: 120px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.vroom{
    bottom: 0; position: absolute; right: 0;
}

.temp{
    top:30px;
}
.datasheet_title{
    display: block;
    font-size: 19px;
    font-weight: bold;
}
.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.download_datasheet{
    border: 1px solid;
    font-size: 20px;
    padding: 5px;
    width:120px;
    text-align: left;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/images/arrow-lilac.png') 98% / 10% no-repeat #fff;
}
.download_button{
    background-color: #e4e4e4;
    border: 1px solid #858585;
    color: #000;
    padding: 3px;
    text-align: center;
    width: 100%;
}
.download_button_inactive{
    width:100%;
    height:70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: #928f91;
    cursor: pointer;
    margin: 40px 0;
}
/*************End of solutions**************/

/************ DESPRENOI *******************/

.desprenoi_holder{
    width: 100%;
    margin-bottom: 20px;
    font-family:  'Open Sans', sans-serif;;
    font-weight: normal;
    font-size: 20px;
}
.desprenoi_line{
    margin: 35px auto;
}
/************DESPRENOI *******************/

/***********COPNTACT**********************/
.contact_form{
    margin: 50px auto;
}
.contact_page_hodler,.contact_info{
    width: 100%;
}
.input-holder3{
    height: 85px;
    line-height: 85px;
    max-width: 100%;
    position: relative;
    width: 100%;
    background-color: #4D4D4D;
    margin: 2px 0;
    transition: background-color 0.5s ease;
} 
.input-holder3:hover{
    height: 85px;
    line-height: 80px;
    max-width: 100%;
    position: relative;
    width: 100%;
    background-color:#1992AD;
    margin: 2px 0;
    color: white;
    transition: 1s
} 
.input-holder_captcha2{
    height: 90px;
    line-height: 80px;
    margin: 1px 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    background-color: #DBDBDD;

}
.contact_capthca2{
    height:100%;
    text-align: center;
    border: 1px solid #fff;
}
.contact_capthca2 img{
    height: 100%;
}
.input-holder2{
    height: 85px;
    line-height: 85px;
    max-width: 100%;
    position: relative;
    width: 100%;
    background-color: #F5F5F7;
    margin: 2px 0;
    color: #000;
    font-family:  'Open Sans', sans-serif; ;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
} 
.input-holder2 input{
    background-color: #DBDBDD;
    border: 1px solid #DBDBDD;
    font-size: 16px;
    height: 100%;
    width: 100%;
    padding-left: 15px;
}
.offset_0{
    padding-right:2px;
    padding-left: 2px;
}
.textarea_input{
    border: 1px solid #fff;
    width:100%;
    margin:0 auto;
    height: 85px;
    font-family:  'Open Sans', sans-serif; ;
    font-size: 16px;
    background-color: #DBDBDD;
    padding-left: 15px;
}
.contact_button{
    float:left;
    width:100%;
    height:80px;
    font-size: 20px;
    color: white;
    letter-spacing: 1px;
    text-align: center;
    font-family:  'Open Sans', sans-serif; ;
}
#hiba-name_contact > span {
    position: relative;
    top: -54px;
    z-index: 100000;
}
.map_holder{
    max-width: 1270px;
    width:100%;
    display: block;
    position: relative;

}
/***********END OF CONTACT***************/
/**********SEARCH ****************/
.search_one_elem_servicii{
    width: 100%;
    min-height: 200px;
    margin: 15px 0;
}
.search_one_elem_title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #273778;
    color:#fff;
}
.search_one_elem_img{
    display: inline-block;
}
.search_one_elem_img img{
    max-width: 100%;
    max-height: 170px;
}
.search_one_elem_idescr{
    color:#122b40;
    display: inline-block;
}
.text_align_right {
    display: block;
    max-width: 100%;
    text-align: right;
    width: 100%;
}  
.search_subtitle{
    font-weight: bold;
    font-size: 20px;
}
/*******END OF SEARCH ****************/

/*************FOOTER**************/

.footer{
    background-image: url("/images/footer.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
    max-width: 100%;
    width: 100%;
    display: table;
}
.balra{
    float:left;
}

.jobbra{
    float:right;
}
.footer_50{
    width: 50%;
    max-width: 50%;
    display: table-cell;
    vertical-align: middle;
    color:#fff;
    font-size: 18px;
}
.footer_50 > span {
    padding-left: 20px;
}
.footer_25 {
    float: left;
    max-width: 50%;
    width: 50%;
}
.newsletter_title{
    display: block;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.newsletter_input_holder {
    height: 25px;
    max-width: 260px;
    position: relative;
    width: 100%;
}
.newsletter_input{
    width: 60%;
    height: 100%;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color:#fff;


}
::-webkit-input-placeholder{color: #fff};
::-moz-placeholder {color: #fff};
:-ms-input-placeholder {color: #fff};
.multumim{
    max-width: 1270px;
    width:100%;
    margin:0 auto;
    display:block;
    text-align: center;
    font-family: Liberation Serif;
    font-size: 28px;
}
.newsletter_img {
    position: absolute;
    right: -35px;
    cursor: pointer;
    top: 0;
}
.social_icon {
    border-radius: 50%;
    display: inline-block;
    padding-left: 10%;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 80px;
}
.social_icon img{
    position: absolute;
    top:-19px;
    border:4px solid transparent;
}
.social_icon img:hover{
    border:4px solid #273879;
    transition:all 0.3s;
    border-radius: 50%;
}
.striptags , .striptags p,.striptags em ,.striptags span{
    clear: both;
    display: -moz-inline-box;
    padding: 4px 0;
    width: 100%;
}
.float_right{
    float: right;
}


/*////////////////RECENTE///////////////*/

.blue_line{
    margin-top:30px;
    margin-bottom:30px;
    width:50%;
    height: 5px;
    background-color: #0DB2C8;
}
.black_line{
    width:20%;
    height: 1px;
    background-color: #000;
}
.noutati_title{
    font-family:  'Open Sans', sans-serif;;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px auto 0;
    max-width: 1270px;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.noutati_img img{
    float: left;
    width: 200px;
    margin-right: 20px;
}
.ofergrat_img img{
    float: left;
    width: 120px;
    margin-right: 20px;
}
.testimoniale_img img{
    float: left;
    width:300px;
    padding: 10px;
    margin-right: 20px;
}
.noutati_content{
    font-family:  'Open Sans', sans-serif;;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    width: 96%;
    margin:20px 0;
}
.citeste_mai_departe{
    letter-spacing: 3px; 
    margin: 10px 0;
}
.citeste_mai_departe:hover{
    color:royalblue;
}
.big-container{
    max-width:980px;
    width:100%;
    display: block;
    margin:0 auto;
}
.full_container{
    max-width:100%;
    width:100%;
    display: block;
    margin:0 auto;
}
/*/////////////////NOUTATI INTERN/////////////*/
.noutati_inter_title{
    font-family:  'Open Sans', sans-serif;;
    font-size: 22px;
    margin: 30px 0;
}
.noutati_inter_img img{
    float: left;   
    width:100%;
    margin-right: 40px;
}
.noutati_inter_text{
    font-size: 18px;
    position: relative;
    width: 100%;
    margin: 10px 0;
    font-family:  'Open Sans', sans-serif;;
    text-align: justify;
}
.inapoi > a{
    text-decoration: none;
    color:#000;
}
.inapoi{
    font-size: 20px;
    margin-top: 20px;
    letter-spacing: 3px; 
    margin-bottom: 30px;
}
.inapoi > a:hover{
    color:royalblue;
}
.offset_0{
    padding-right:2px;
    padding-left: 2px;
}
.topofpage{
    background: url(/images/arrow-up.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 100%;
    bottom: 15px;
    display: none;
    height: 67px;
    position: fixed;
    right:30px;
    text-decoration: none;
    width: 70px;
    z-index: 1000;
}
.pointer{
    cursor: pointer;
}