/*
*/
/* 
    Author     : Takacs Botond
*/

/* fonts : font-family: 'aileronlight';
           font-family: 'aileronbold';
           font-family: 'aileronregular';
*/
/* Fonts */
/*************** Genereal / Reset ***********************/

.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 */

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

html {  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Roboto Slab', serif;
} 
*, *:before, *:after { 
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.balra{
    float:left;

}

html,body{
    width: 100%;
    height: 100%;
    margin:0;
    padding: 0;
    border: 0;
    background-color: #F9F9F9;
    font-family: 'Roboto Slab', serif;
    /*overflow-x: hidden;*/
    background-image: url('/images/bg.jpg');
    background-repeat: repeat;
}
.relative{
    position: relative;
}
#window{
    color:#000;
    position: fixed;
    top:0;
    z-index: 1000;
} 

.big-container{
    max-width: 1270px;
    width: 100%;
    margin:0 auto;
}
.full-container{
    max-width: 1920px;
    width:100%;
    display: block;
    margin: 0 auto;
}
.pointer{
    cursor:pointer;
}
.js_hover{
    transition: all 0.3s;
}
.none{
    display: none;
}
.nodecor{
    text-decoration: none;
}
/*****************Startign header**************/ 
.parallax_holder {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.holder_img{
    opacity: 0;
    z-index: -5;
}
.header{
    max-width: 1920px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
    margin-top: -1px;
    max-height: 500px;
}

.big_header{
    width: 100%;
    max-width: 100%;
}
.header_background_slider{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header_background_slider img{
    max-width: 100%; 
}
.despre_noi_bg{
    overflow: hidden;
}
.head_elements{
    margin-top: 3%;
    display:inline-block
}

.lang_select {
    display: inline-flex;
    max-width: 100px;
}
.one_lang,.search_icon,.cos_icon {
    background-color: rgba(116, 117, 119, 0.6);
    border-radius: 50%;
    color: #fff;
    display:inline-block;
    float: left;
    height: 40px;
    line-height: 40px; 
    margin: 5px;
    text-align: center;
    width: 40px; 
    cursor: pointer;  
    transition: all 0.3s;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}
.cos_icon {
    background-color: transparent;
}
.search_icon {
    background-color: transparent;
    width: 220px;
}
.one_lang:hover{
    background-color: #fff;
    color:#080800;
    transition: all 0.3s;
}
lang_active{
    background-color: #fff;
    color:#080800;
    transition: all 0.3s;
}
.logo_holder {
    padding-top: 5%;
    text-align: center;
}
.logo_holder img{
    max-width: 100%;
}
.search_cos_holder{
    display: inline-flex;
    width: 186px;
    float: right;
}
.header__search_input{
    float: left;
    width:80px;
    display: inline;
    background-color: transparent;
    color: #fff;
    font-style: italic;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    border: 0px;
    line-height: 35px;
}
.nr_prod {
    background: #55314b none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 15px;  
    top: -1px;
    width: 20px;
}

/*********Starting menu***************/
.menu {
    color: #fff;
    font-size: 24px;
    padding-top: 40px;
    text-align: center;
}
.menu_buble {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-bottom: 4px;
    width: 10px; 
}
.one_menu_elem {
    color: #fff;
    letter-spacing: 2px;
    padding: 14px;
}
.one_menu_elem:hover {
    color: #55314B;
} 
/*********END OF  menu***************/
/**********FOOTER*****************/
.footer{
    display: block;
    max-width: 100%;
    width:100%;
    margin: 0 auto;
}
.google_map{

    margin: 20px auto;
    max-height: 508px;
    max-width: 100%;
    position: relative;
    width: 100%
}
.map_holder{
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.szurkelayer{
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
    height: 520px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 1s ease 0s;
}

.footer_menu {
    color: #fff;
    font-size: 15px;
    padding-top: 60px;
    text-align: center;
}
.menu_line {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 15px;
    width: 2px; 
}
.one_menu_elem {
    color: #fff;
    letter-spacing: 2px;
    padding: 14px;
}
.one_menu_elem:hover {
    color: #55314B;
}
.social_icon{
    width: 40px;
    padding: 0 25px;
    display: inline;
}
.social_icons{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 60px;
}
.adresa{
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 60px;
    letter-spacing: 5px;
}
.button_to_fold_layer_up {
    bottom: 0; 
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 1s ease 0s;
}
.button_to_fold_layer_up img{
    position: relative;
    transition: all 1s ease 0s;
}
/********* HOME ***************/

.produse_home{
    max-width: 1270px;
    width: 100%;
    display: block;
    margin: 0 auto;

}
.produse_title{
    text-align: left;
    font-size: 35px;
    color: #55314B;
    letter-spacing: 4px; 
}
.produse_list{
    display: block;
    margin: 0 auto;
    max-width: 1920px;
    width:100%; 
}
.circled_images{
    float: left;
    display: block;
    position: relative;
    text-align: center;
}
.circled_images img{
    width: 200px;
    margin: 0 auto;
}

/***********DESPRE NOI*********/
.despre_noi_home{
    max-width: 1920px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.despre_noi_bg{
    position: relative;
}
.despre_noi_bg img{
    max-width: 1920px; 
    width: 100%;
    display: block;
    margin: 0 auto;
}
.despre_noi_home_content{
    position: absolute;
    top:34%;
    text-align: center;
}
.despre_noi_home_title{
    color: #fff;
    font-size: 32px;
    letter-spacing: 4px;
    top: 125px;
    text-align: center;
}
.despre_noi_home_text{
    max-width: 1270px;
    width:100%;
    color:#fff;
    margin: 30px auto;
    letter-spacing: 1px;
}
.link_to_despre_noi{
    max-width: 1270px;
    width:100%;
    color:#fff;
    margin: 0 auto;
    letter-spacing: 2px;
    font-size: 18px;
}

/*****************HOME NOUTATI*********/

.noutati_home_title{
    color: #55314B;
    font-size: 32px;
    letter-spacing: 4px;
    top: 125px;
    text-align: center;
    margin: 30px auto;
}


/*DESPRENOI*/
.title{
    font-size: 30px;
    margin: 20px auto;
    display: block;
    //padding-left: 10px;
    text-align: left;
    color: #4D2C43;
}
.adress_text{
    font-size: 16px;
    text-align: left;
    margin: 20px auto;
    display: block;
    padding-left: 10px;
}
.title_formular{
    font-size: 27px;
    margin: 20px auto;
    display: block;
    padding-left: 10px;
    text-align: left;
    color: #4D2C43;
    letter-spacing: 3px;
}
.input-holder input{
    height: 60px;
    padding-left: 10px;
    width:100%;
}
.spacer_20px{
    height:30px;
}
.spacer_20px_show_mobile{
    height:30px;
    display: none;
}
.contact_capthca2 {
    background-color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
}
.contact_submit_button_formular{
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #4D2C43;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
}
.multumim{
    max-width: 1270px;
    width: 100%;
    text-align: center;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 30px;
    color:#4D2C43;
}

.newsletter_submit_button_formular{
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #4D2C43;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
}
.line{
    margin-top: 30px;
    border-bottom: 2px solid #4D2C43;
    width:100%;
}

/*///////////////TESTIMONIALE////////////*/
.testimoniale_container{
    font-family: "Century Gothic";
    margin: 50px auto;
    max-width: 1270px;
    width: 100%;
}
.italic_font{
    font-style: italic;
    font-size: 15px;
    letter-spacing: 1px; 
    font-family: "Century Gothic";
}
.testimoniale_comments{
    font-size: 18px;
}
.testimoniale_comments img{
    float: left;
}
.line_40{
    border-bottom: 2px solid #4D2C43;
    width:40%;
    margin: 50px auto;
}
.line_80{
    border-bottom: 2px solid #4D2C43;
    width:80%;
    margin: 30px auto;
}


/*DESPRE NOI*/

.de_ce_noi_text_holder{
    font-family: "Century Gothic";
    margin: 50px auto;
    max-width: 1270px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
}

.normal_font{
    font-style: normal;
    font-size: 15px;
    font-family: "Century Gothic";
    letter-spacing: 1px; 
}
.echipa_photos{
    display: block;
    margin: 0 auto;
    max-width:100%;
    width:100%;
}
.echipa_photos img{
    width:100%;
}
.sub_title{
    font-size: 20px;
    margin: 10px auto;
    display: block;
    //padding-left: 10px;
    text-align: left;
    color: #4D2C43;
}
/*///////////////////////////////////////*/
/*///////////////////PRODUSE////////////*/
/*/////////////////////////////////////*/

.modele{
    display: inline-block;
    width:100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.modele_list{
    padding: 0 12px;
    /*float: left;*/
    display: block;
    position: relative;
    text-align: center;
}
.modele_list img{
    max-width: 230px;
    text-align: center;
    margin: 0 auto;
}
.modele_list span{
    color: #fff;
    font-family: "Century Gothic";
    font-size: 20px;
    font-style: normal;
    left: 0;
    letter-spacing: 1px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 87px;
    width: 230px;
}
.produse{
    display: inline-block;
    width:100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.produse_container{
    height: 400px;
    width: 400px;
    overflow: hidden;
    position: relative;
    border: 1px solid #4d2c43;
    margin: 30px auto;
    /*text-align: center;*/
}

.produse_container img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.produse_container img:hover{
    opacity: 1;
}
.subtitle{
    color: #000;
    font-family: "Century Gothic";
    font-size: 17px;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}
.wine_background{
    background: #4d2c43 none repeat scroll 0 0;
    border-radius: 115px;
    height: 230px;
    left: 0;
    margin: 0 auto;
    opacity: 0.6;
    position: absolute;
    display: none;
    right: 0;
    width: 230px;
}

/*PRODUSE BELSOOLDAL*/

.produs_title{
    color:  #4d2c43;
    font-family: "Century Gothic";
    font-size: 22px;
    font-style: normal;
    letter-spacing: 1px;
    /*margin: 10px 0;*/
}
.produs_text{
    color:  #4d2c43;
    font-family: "Century Gothic";
    font-size: 15px;
    font-style: normal;
    letter-spacing: 1px;
    text-align: justify;
    width: 95%;
    margin-bottom: 10px;
}
.adauga_in_cos{
     background-color: #4d2c43;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/*COS*/ 
.cos_de_cump{
    color: #4d2c43;
    display: block;
    font-family: "Century Gothic";
    font-size: 27px;
    font-style: normal;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.vertical-align {
    display: flex;
    flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center; /* Optional, to align inner items 
                                horizontally inside the column */
}
.oferta_submit_button_formular{
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #4D2C43;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
}

.parallax-window { 
    margin-top: 44px;
    max-width: 100%;
    min-height: 330px;
    opacity: 1;
}

.parallax_txt {
    color: white;
    font-size: 17px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 87%;
}


.citeste_mai_departe{
    font-size: 20px;
    font-family: "Century Gothic";
    text-decoration: none;
    color:#4D2C43;
    margin: 20px auto;
    width:100%;
    text-align: center;
}
.citeste_mai_departe>a{
    text-decoration: none;
    color:#4D2C43;
}

.title_formular_homepage{
    font-size: 32px;
    margin: 20px auto;
    display: block;
    text-align: center;
    color: #4D2C43;
    letter-spacing: 3px;
}
.fancy_style{
    font-family: 'Jim Nightshade', cursive;
    font-size: 25px;
}
.szoveg_testimoniale_holder_paging{
    width: 150px;
    text-align: right;
    font-family: Century Gothic;
    font-size: 20px;
    float: right;
    margin: 10px auto;
}
.topofpage{
    background: url(/images/sus.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 100%;
    bottom: 15px;
    display: none;
    height: 67px;
    position: fixed;
    right: 0;
    text-decoration: none;
    width: 70px;
    z-index: 100;
}