/*http://www.ecrserv.ro/*/
/* 
    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;

}
.nodecor_fff,.noedcor_000{
    text-decoration: none;
    padding: 0;
    margin: 0;
    color:#fff;
}

.noedcor_000{
    color:#000;
}

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

html,body{
    width: 100%;
    height: 100%;
    margin:0;
    padding: 0;
    border: 0;
    /*font-family: 'aileronregular';*/
    background-color: #fff;
}
.line {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    margin-left: 2px;
    position: relative;
    top: 4px;
    width: 2px;
}
#window{
    color:#000;
    position: fixed;
    top:0;
    z-index: 1000;
} 
.none{
    display: none;
}
.block{
    display: block;
}
.bold{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}
.big-container{
    max-width: 1275px;
    width: 100%;
    margin:0 auto;
}
.full_container{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.pointer{
    cursor:pointer;
}
a {
    text-decoration: none;
    color:#000;
}

.produs_title{
    font-size: 29px;
    font-weight: bold;
}
.one_product_price{
    font-size: 22px;
}
.adauga_in_cos{
    max-width: 90%;
	width:470px;
	/* width: 85.3%; */
	bottom:0;
    height: 60px;
    line-height: 60px;
    background-color: #D20000;
    color: #fff;
    text-align: center;
    font-size: 22px;
    position: absolute;
    /*top:110px;*/
}
.download_link{
    width: 85%;
    height: 60px;
    line-height: 60px;
    background-color: #D20000;
    color: #fff;
    text-align: center;
    font-size: 22px;
    position: relative;
    /*top:110px;*/
	margin-bottom:70px;
}
.leiras{
	margin-bottom: 20px; 
	margin-top: 20px;
}
body.modal-open {
    overflow: visible;
}

.one_page {
    background-color: white;
    border-radius: 50%;
    color: black;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-top: 30px;
    text-align: center;
    width: 27px;
}

.menu_mobilon{
    display: none;
} 
.menu_desktop{
    display: block;
}
.search {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    height: 100%;
    width: 80%;
}
.slider_icons_right {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 0;
}

.slider_icon_right {
    background-color: #D20000;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    right: 0px;
    transition: all 0.5s ease 0s;
    width: 200px;
}
.niciun_produs{
    font-size: 25px;
    letter-spacing: 2px;
}
.stopper{
    font-size: 35px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    background: linear-gradient(#2A2A2A,#000);
    border-radius: 15px;
    width: 20%;
    margin-left:10px;
}
.stopper_big_div{
    text-align: center;
    padding-left: 75px;
}
.title_stopper{
    font-weight: 600 ;
    font-size: 20px; 
    text-align: center;
}