html,body{

	width:100%;

	min-width: 1240px;

	overflow-x: hidden;

}



body{

	background: #fff;

	overflow-x: hidden;

}



*{

 	font-family: 'SofiaProLight';

	font-size: 12px;

}



textarea, input, button, select {

	outline: none;

}



a{

	text-decoration: none;

}

p{

    font-family: 'SofiaProLight';

    font-size: 16px;

    color: #000;

    text-transform: initial;

    letter-spacing: 0;

    padding: 20px 0;

    line-height: 12px;

}





.menu-back-btn{

    position: relative;

    margin: 0 auto;

    padding: 30px;

    display: block;

    cursor: pointer;

    text-decoration: underline;

    width: 100px;

}







.gdpr-popup-page h1{

    font-family: 'CervoNeue-BlackNeue';

    font-size: 30px;

    color: #005cb4;

    text-transform: uppercase;

    letter-spacing: -1px;

    text-align: center;

    margin-bottom: 5px;

    margin-top: 0px;

}







.page-h h1{

    font-family: 'CervoNeue-BlackNeue';

    font-size: 40px;

    color: #005cb4;

    text-transform: uppercase;

    letter-spacing: -1px;

    text-align: center;

	padding: 50px 0;

}



.page-h  h2{

    font-family: 'CervoNeue-BlackNeue';

    font-size: 30px;

    color: #000;

    text-transform: uppercase;

    letter-spacing: -1px;

    text-align: center;

	padding: 20px 0;

}









.form-field{

	width: 100%;

	margin-bottom: 10px;

}



.form-field-text{

    color: #a2a2a2;

    font-size: 12px;

    padding: 5px 0;

    display: block;

    text-transform: uppercase;

    text-align: left;

    width: 305px;

    margin: 0 auto;

}





.form-field-err{

    font-size: 12px;

    padding: 5px 0;

    display: block;

    text-align: left;

    width: 305px;

    margin: 0 auto;

}







.form-field a{

    font-size: 12px;

    padding: 10px 0 0 0;

    margin-top: 5px;

    text-decoration: underline;

    cursor: pointer;

    display: block;

    text-transform: initial;

	text-align: left;



}



.form-field input{

    padding: 10px;

    color: #a2a2a2 !important;

    border: 1px solid #a2a2a2;

    width: 285px;

    font-size: 14px;

    background-color: #f9f9f9;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;



}



.form-field select{

	padding: 10px;

    color: #a2a2a2 !important;

    border: 1px solid #a2a2a2;

    width: 307px;

    font-size: 14px;

    background-color: #f9f9f9;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;



}







.form-field select option{

	color: #a2a2a2;

}



.form-chkbox label{

	color: #000;

	font-size: 14px;

	line-height: 22px;

	display: block;

}



.form-chkbox label div{

	position: relative;

    float: left;



}

.form-chkbox label input{

	margin: 0 5px 0 0;

	border: 1px solid #a2a2a2;

}



.form-chkbox label  a{

	font-size: 14px;

	line-height: 10px;

	text-decoration: underline

}



.form-horiz-spacer{

	display: block;

	width:100%;

	height: 15px;

}



.form-button{

	width: 100%;

	text-align: center;

}



.form-row-spacer{

	position: relative;

	width: 100%;

	height: 20px;

	clear: both;

}



.form-footer{

	position: relative;

    width: 100%;

    border-top: 1px solid #f2f2f2;

    margin-top: 20px;

    padding-top: 20px;

    text-transform: initial;

    text-align: center;

    font-size: 14px;

}



.form-footer a{

    font-size: 14px;

}



button{

	cursor: pointer;

}



.blue-button{

	background: #3d5a98;

	border: 0;

	color: #fff;

	text-transform: uppercase;

	padding: 25px 0;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

	font-family: "Gotham-Bold";

	margin-top: 20px;

}



.red-button{

	background: #ef3e42;

	border: 0;

	color: #fff;

	text-transform: uppercase;

	padding: 5px 0;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

	font-family: 'CervoNeue-BlackNeue';

	margin: 5px 0;

	font-size: 20px;

}



a.red-button {

    background: #ef3e42;

    border: 0;

    color: #fff;

    text-transform: uppercase;

    padding: 5px 0px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

    font-family: 'CervoNeue-BlackNeue';

    margin: 5px auto;

    font-size: 20px;

    display: block;

}



.white-button{

	background: #fff;

	border: 0;

	color: #404040;

	text-transform: uppercase;

	padding: 5px 0;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);

	font-family: 'CervoNeue-BlackNeue';

	margin: 5px 0;

	font-size: 20px;

}



.w-20{

	width: 20%;

}





.w-25{

	width: 25%;

}





.w-50{

	width: 50%;

}



.w-100{

	width: 100%;

}





.center_h, .center{

	text-align: center;

}



.red{

	color: #e30613 !important;

}



.yellow{

	color: #ffe400 !important;

}



.dark-grey{

	color: #333333 !important;

}



.blue{

	color: #004b93 !important;

}



.white{

	color:#ffffff !important;

}



/*POPUP*/

.close-popup-btn {

    right: 3%;

    position: absolute;

    top: 2%;

    cursor: pointer;

}





#gdpr-popup-page{

	background-color: rgba(0,0,0,0.8);

	width:100%;

	height: 100%;

	display: block;

	position: fixed;

	top: 0;

	left: 0;

	text-align: center;

	z-index: 9999;

	display: none;

}



#popup-box{

	background: #fff;
    /* commented to hide on other pages */
	/* -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);

	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);

	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75); */

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	padding: 40px;



	margin: auto;

	position: absolute;

	top: 0; left: 0; bottom: 0; right: 0;

}

.button-disabled{

    opacity: 0.5;

    pointer-events: none;



}



.popup-small{

	width: 300px;

	height: 200px;

}



#popup-box h1{



	font-family: 'CervoNeue-BlackNeue';

	font-size: 20px;

	text-transform: uppercase;

	letter-spacing: -1px;

	text-align: center;

	margin-bottom: 20px;

	color: #e30613;



}



#popup-box .buttons{

	position: absolute;

    bottom: 40px;

    left: 0;

    display: table;

}




/*SETARI MENU*/
.setari-menu{
    width: 325px;
    margin: 0 auto;
    display: block;
    clear: both;
    position: relative;
}

.setari-menu a{
    color: #004B93;
    padding: 10px;
    display: block;
    width: 100px;
    position: relative;
    float: left;

    margin: 20px;
	text-transform: uppercase;
	text-align: center;

}

.setari-menu a.active{
    border: 1px solid #004B93;
    border-radius: 20px;
}

.setari-h{
    width: 100%;
    height: 78px;
    margin: 0 auto;
    display: block;
    clear: both;
    position: relative;
	background-color:rgba(239,239,239,.5);
	margin-bottom: 20px;
}

/*ACCOUNT MENU*/
#account-menu{
	min-width: 1240px;
	position: fixed;
	z-index: 90;
	top: 60px;
	height:50px;
	width: 100%;
	background-color: #004b93;
}

.menu-accont-button {
	color: #fff;
    text-transform: uppercase !important;
    padding: 0 12px;
    position: relative;
    float: left;
    line-height: 50px;
    font-size: 12px;

}

.menu-accont-button img{
	padding: 16px;
    position: relative;
    float: left;
}

#button-bonuri{
	position: relative;
	float: left;
}

#button-logout{
	float: right;
	padding-right: 25px;
}


#button-setari{
	float: right;
	position: relative;

}

#button-setari.active{
	background-image: url(../images/account/menu/active_arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#button-bonuri.active{
	background-image: url(../images/account/menu/bonuri_active-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;

}



/*MAIN MENU*/

#main-menu{

	min-width: 1240px;

	position: fixed;

	z-index: 100;

	top: 0;

	height:60px;

	width: 100%;

	background-color: #fff;

	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);

	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);

	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);

}



#main-menu .active{

	color:#fff !important;

	background-color: #004b93 !important;

}



.main-menu-off{

	display: none;

}









#logo{

    height: 90px;
    position: absolute;
    z-index: 1;
    text-align: center;
    padding-top: 5px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
	width: 90px;

}



#logo img{

	height: 100%;

	cursor: pointer;

}

#globe-logo{
    padding: 5px 20px;
}
#globe-logo img{
    height: 90px;
}


.menu-button{

    font-family: 'CervoNeue-BlackNeue';

    font-size: 16px;

    color: #004b93;

    text-transform: uppercase;

    display: block;

    cursor: pointer;

    position: relative;

    z-index: 2;

    float: left;

    padding: 20px;

}

#addcod-button{

	float:right !important;

	background-image: url(../images/menu/desktop-addcod-btn.png);

    background-position: right center;

    background-repeat: no-repeat;

    background-size: auto 46%;

    padding-right: 35px;

    margin-right: 20px;



}

#account-button{

    float: right !important;

    background-image: url(../images/menu/desktop-account-btn-closed.png);

    background-position: 110px center;

    background-repeat: no-repeat;

    background-size: auto 46%;

    padding-right: 55px;



}



#account-button a{

	padding: 0;

}

#account-button a:hover{

	padding: 0;

	color: #fff;

}

#account-button.active a{

	color: #fff;

}



#account-button:hover{

	background-image: url(../images/menu/desktop-account-btn-opened.png) !important;

	color: #fff !important;

	background-color: #004b93;



}



#account-button.active{

	background-image: url(../images/menu/desktop-account-btn-opened.png) !important;

	color: #fff !important;

	background-color: #004b93;



}



/*LOGIN POPUP*/

#login-menu #popup-top-arr{

	background-image: url(../images/menu/popup-top-arr.png);

	background-repeat: no-repeat;

	width: 25px;

	height: 15px;

	position: absolute;

	top:-13px;

	right: 50px;

}



#login-popup{

	position: absolute;

    top: 0px;

    right: 0px;

    padding-top: 80px;

    padding-right: 20px;

	cursor: default;

}



#login-popup .popup-footer{

position: relative;

    width: 100%;

    border-top: 1px solid #f2f2f2;

    margin-top: 20px;

    padding-top: 20px;

    text-transform: initial;

    text-align: center;

    font-size: 14px;

}

#login-popup .popup-footer a{

	font-size: 14px;

}



#login-menu{

    width: 305px;

    padding: 20px;

    background-color: #fff;

    position: relative;

    top: 0px;

    right: 0px;

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);

	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);

	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);



}


/*SETARI FORM*/
#setari-form{

    width: 100%;

    max-width: 1240px;

    margin: 0 auto;

}

#setari-form .form-field-text{
	background-image: url(../images/account/menu/edit-icon.png);
	background-repeat: no-repeat;
	background-position: right;
}


#setari-form .form-field {

    width: 33%;

    margin-bottom: 10px;

    text-align: center;

    position: relative;

    float: left;

}

/*REGISTER FORM*/



#register-form{

    width: 100%;

    max-width: 1240px;

    margin: 0 auto;

}



#register-form .form-field {

    width: 33%;

    margin-bottom: 10px;

    text-align: center;

    position: relative;

    float: left;

}



#field-datan table{

	width: 304px;

    margin: 0 auto;

}



#field-datan input{

    text-align: center !important;

    width: 100%;

    padding: 10px 0;

}



.form-chkbox{

    width: 54%;

    max-width: 700px;

    margin: 0 auto;

}



.form-chkbox .form-field-err{

	width: 100% !important;

}



#chkbox-newsletter{

	clear: both;

}

#chkbox-newsletter label div{

	padding: 4px;

}



#chkbox-regulament{

	clear: both;



}

#chkbox-regulament label div{

	padding: 4px;

}



#chkbox-tutore{

	clear: both;

	display: none;

}

#chkbox-tutore label div{

	padding: 4px;

}



/*SCHIMBA PAROLA FORM*/



#chpass-form{

    width: 100%;

    max-width: 305px;

    margin: 0 auto;

}



#chpass-form .form-field {

    width: 100%;

    margin-bottom: 10px;

    text-align: center;

    position: relative;

    float: left;

}


/*LOGIN FORM*/



#login-form{

    width: 100%;

    max-width: 305px;

    margin: 0 auto;

}



#login-form .form-field {

    width: 100%;

    margin-bottom: 10px;

    text-align: center;

    position: relative;

    float: left;

}



/*REPASS FORM*/



#reparola-form{

    width: 100%;

    max-width: 305px;

    margin: 0 auto;

}



#reparola-form .form-field {

    width: 100%;

    margin-bottom: 10px;

    text-align: center;

    position: relative;

    float: left;

}











/*MAIN CONTAINER*/

#main-container{

	position: relative;

	z-index: 0;

	padding-top: 58px;

	padding-bottom: 38px;

	overflow: hidden;

}

/*BONURILE MELE*/

#menu-bonuri{

	position: absolute;

	width: 100%;

	height: 71px;

	background-image: url(../images/bonurile-mele/menu-bg.png);

	background-repeat: no-repeat;

	background-position: center;

	top: 110px;

	left: 0;

	z-index: 20;

}



#menu-bonuri-buttons{

    margin: 0 auto;

    height: 24px;

    display: table;

    margin-top: 16px;

    position: relative;

}

#menu-bonuri-buttons .spacer{

    margin: 0 auto;

    height: 24px;

    display: table;

    margin-top: 16px;

    position: relative;
	width: 20px;

}





.menu-button-magazin{

    display: table-cell;

    cursor: pointer;

    position: relative;

    padding: 3px;

}



.menu-button-magazin img{

	position: relative;

    float: left;

}

.menu-button-magazin p{

    color: #fff ;

    text-transform: uppercase !important;

    padding: 0 12px;

    position: relative;

    float: left;

    line-height: 37px;

    font-size: 12px;

}

.menu-button-magazin:hover{

	background-color: #fff;

    border-radius: 22px;

    margin-left: 20px;

}

.menu-button-magazin:hover p{

	color: #333 !important;

}

#menu-bonuri-buttons .active{

	background-color: #fff;

    border-radius: 22px;

    margin-left: 20px;

}

#menu-bonuri-buttons .active p{

	color: #333 !important;

}





#bonurile-mele-wrap{

	position: absolute;

    top: 32vh;

    width: 100%;

    max-width: 1200px;

    left: 0;

    right: 0;

    margin: 0 auto;

}



#bonurile-mele-lista{
    width: 650px;
    position: relative;
    float: right;
    height: 370px;
    overflow-x: auto;
    overflow-y: hidden;

}

#bonurile-mele-lista .no-records{
    padding-top: 100px;
    font-size: 24px;
    line-height: 28px;
    /* color:#fff; */
    color: #000;
}

#bonurile-mele-lista .no-records a{
    padding-top: 100px;
    font-size: 24px;
    line-height: 28px;
    /* color:#fff; */
    color: #000;
	text-decoration: underline;
}


#bonurile-mele-lista p{

    /* color: #fff; */
    color: #000;


}

#bonurile-mele-lista .no-records{
	text-align: center;
}




.bonuri-table{

    display: table;

    min-width: 100%;

}



.bonuri-table .bonuri-col{

    display: table-cell;

}

.bonuri-table .bonuri-col p{

    font-family: 'CervoNeue-BlackNeue';

	text-transform: uppercase;

	line-height: 23px;



	font-size: 20px;

	text-align: right;

	padding-top:0;
    width: 200px;

}



.bonuri-table .bonuri-col .no-scroll{

	position: relative;

    float: left;

    padding-right: 39px;

    text-align: right;

    width: 149px;

    padding-top: 0;



}



#bonuri-count{

    width: 35%;

    position: relative;

    float: left;

    height: 350px;

}

#bonuri-count h1{

    font-family: 'CervoNeue-BlackNeue';

    font-size: 200px;

    text-transform: uppercase;

    padding: 0;

    /* color: #fff; */
    color: #004b93;

	line-height: 200px;

}



#bonuri-count h2{

    font-family: 'SofiaProLight';

    font-size: 43px;

    text-transform: uppercase;

    letter-spacing: -1px;

    /* color: #fff; */
    color: #004b93;

}





/*PRODUSE*/

#menu-produse{

	position: absolute;

	width: 100%;

	height: 71px;

	background-image: url(../images/produse/menu-bg.png);

	background-repeat: no-repeat;

	background-position: center;

	top: 100px;

	left: 0;

	z-index: 20;

}



#menu-produse-buttons{

    margin: 0 auto;

    height: 24px;

    display: table;

    margin-top: 32px;

    position: relative;

}





.menu-button-produs{

    display: table-cell;

    cursor: pointer;

    position: relative;

    padding: 3px;

}



.menu-button-produs:hover{

	background-color: #fff;

    border-radius: 15px;

    margin-left: 20px;

}



.menu-button-produs:hover p{

	color: #333 !important;

}



#menu-produse-buttons .active{

	background-color: #fff;

    border-radius: 15px;

    margin-left: 20px;

}

#menu-produse-buttons .active p{

	color: #333 !important;

}





.menu-button-produs img{

	position: relative;

    float: left;

}

.menu-button-produs p{

    color: #fff ;

    text-transform: uppercase !important;

    padding: 0 12px;

    position: relative;

    float: left;

    line-height: 24px;

    font-size: 12px;

}



.menu-produse-spacer{

	width: 10px;

}



#produse-lista{

    position: relative;

    display: block;

    width: 100%;

    overflow: hidden;

}

#produse-content{

	width: 100%;

    height: 100vh;

}



.produs-item{

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    width: 100vw;



}

.produs-item-desc{

    position: relative;

    float: left;

    width: 50%;

    height: 100%;

}

.gramaj-icon{

	padding: 0 40px 0 0;

    bottom: 0;

    display: table-cell;

    vertical-align: bottom;

}



.produs-gramaje{

    position: absolute;

    bottom: 40px;

    height: 100px;

    display: table;

}





.produs-item-desc h1{

    font-family: 'CervoNeue-BlackNeue';

    font-size: 100px;

    text-transform: uppercase;

    letter-spacing: -1px;

    text-align: left;

	padding: 0;

	line-height: 100px;

}

.produs-item-desc h2{

    font-family: 'CervoNeue-BlackNeue';

    font-size: 50px;

    text-transform: inherit;

    letter-spacing: -1px;

    text-align: left;

	padding: 0;

	line-height: 50px;

}



.produs-item-desc h3{

    font-family: 'SofiaProLight';

    font-size: 28px;

    text-transform: initial;

    letter-spacing: 0;

    padding: 3vh 0;

    line-height: 30px;

}



.produs-item-desc p{

    font-family: 'SofiaProLight';

    font-size: 20px;

    text-transform: initial;

    letter-spacing: 0;

    padding: 0;

    line-height: 20px;

}



.produs-item-pic{

    position: relative;

    float: right;

    width: 55%;

    height: 100%;

    text-align: center;

}

.produs-item-pic img{

	height: 100%;

}

.produs-wrap{

    position: absolute;

    bottom: 0;

    width: 1150px;

    left: 0;

    right: 0;

    margin: auto;

    height: 61vh;

    padding-bottom: 40px;

}

/*EVENIMENTE*/
#events-menu{
	min-width: 1240px;
	position: fixed;
	z-index: 90;
	top: 60px;
	height:50px;
	width: 100%;
	background-color: #004b93;
}

#menu-events-buttons{
	position: relative;
    float: right;
    margin-right: 10px;
}

.menu-events-button {
	color: #fff;
    text-transform: uppercase !important;
    padding: 0 12px;
    position: relative;
    float: left;
    line-height: 50px;
    font-size: 12px;
	cursor: pointer;
}

#menu-events-buttons a:hover{
	color: yellow
}

#menu-events-buttons  a.active{
	color: yellow
}

.menu-events-button img{
	padding: 16px;
    position: relative;
    float: left;
}


/*EVENIMENT*/

#eniment-page{

	position:relative;

	margin: 0  auto;

	width:1240px;

}



#eveniment-h {

    position: relative;

    float: left;

    width: 100%;

	padding-bottom:50px;

}



#eveniment-h .col1{

	position: relative;

    float: left;

    width: 45%;

    text-align: center;

}

#eveniment-h .col1 img{
	width: 25%;
}



#eveniment-h .col2{

    position: relative;
    float: right;
    width: 45%;
    text-align: center;
    height: 478px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}



#eveniment-h .h-logo{

	padding:50px 0;

}



#eveniment-h .col1 h1{

	font-family: 'CervoNeue-BlackNeue';

    font-size: 80px;

    text-transform: uppercase;

    line-height: 80px;

    color: #005cb4;

    text-align: left;

    width: 470px;

    margin: 0 auto;

    letter-spacing: -4px;

    padding-bottom: 20px;

}



#eveniment-h .col1 h2{

    color: #005cb4;

    font-family: 'SofiaProLight';

    font-size: 24px;

    text-transform: uppercase;

    line-height: 28px;

    padding-top: 5px;

    width: 470px;

    text-align: left;

    margin: 0 auto;

}



#eveniment-body{

    position: relative;

    float: left;

    clear: both;

	width:100%;

	padding-bottom:50px

}



#eveniment-body .col1{

	position: relative;

    float: left;

    width: 45%;

    text-align: center;

}



#galerie-preview{

	width:470px;

	margin:0 auto;

	overflow:hidden;

	position:relative;

	cursor:pointer;



}





#eveniment-body .galerie-detalii{

	background-image:url(../images/galerie-foto.png);

	background-position:center;

	background-repeat:no-repeat;

	width:100%;

	height:100%;

	position:absolute;



}



#galerie-preview img{

	width:100%;

}



#eveniment-body .col2{

	position: relative;

    float: right;

    width: 45%;

    text-align: center;

}



#eveniment-body .col2 p{

    width: 400px;

    margin: 0 auto;

    text-align: left;

    line-height: 25px;

    font-size: 20px;

    color: #808080;

}



#popup-galerie{

    position: fixed;

    z-index: 9999;

    background: rgba(0,0,0,0.8);

    width: 100%;

    height: 100%;

    top: 0;

	display:none;

}





.galegie-eveniment{


	width: 802px;
    height: 452px;
	position: absolute;
	overflow: hidden;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

	display:none;

}



.glerie-eveniment-item{

	width: 100%;

    max-width: 800px;

    border: 1px solid #fff;


    height: 450px;
	overflow: hidden;

}



.glerie-eveniment-item img{

	width:100%;

}

.glerie-eveniment-item h1{

    font-family: 'SofiaProLight';

    font-size: 20px;

    text-transform: uppercase;

    line-height: 40px;

    position: absolute;

    bottom: 0;

    color: #fff;

    z-index: 1;

    background-color: rgba(0,0,0,0.8);

    padding: 0px 20px;

}



#popup-galerie .slidesjs-container, .slidesjs-control{

	width: 100% !important;

	height: 100% !important;

}



#popup-galerie .slidesjs-previous{

    position: absolute;

    top: 225px;

    left: 0px;

    text-indent: -9999px;

    display: block;

    width: 50px;

    height: 50px;

    background-image: url(../images/slide-left-arr.png);

    background-repeat: no-repeat;

    z-index: 11;

    background-color: rgba(0,0,0,.9);





}

#popup-galerie .slidesjs-next{


    position: absolute;

    top: 225px;

    right: 0px;

    text-indent: -9999px;

    display: block;

    width: 50px;

    height: 50px;

    background-image: url(../images/slide-right-arr.png);

    background-repeat: no-repeat;

    z-index: 11;

    background-color: rgba(0,0,0,.9);

}

/*REGULAMENTE*/
#reglamente-lista{
	position: relative;
	width: 900px;
	margin: 0 auto;
}
.regulament-item{
	color: #a2a2a2;
    font-size: 18px;
    padding: 25px 0;
    display: block;
    text-transform: inherit;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
	position: relative;

}

.regulament-item div{
    padding: 10px;
    position: absolute;
    right: 0;
    top: 15px;
    border: 1px solid #a2a2a2;
    border-radius: 20px;
}

.regulament-item:hover{
	color:#404040;
}

/*FOOTER*/

#footer{

    overflow: hidden;

    width: 100%;

    position: fixed;

    bottom: 0;

    z-index: 97;

	background-color: #fdfdf9;

	min-width: 1240px;

}



#footer_body{

	width: 100%;

	height: 40px;



}





#footer_body a{

 	font-family: 'SofiaProLight';

    text-decoration: none;

    display: block;

    padding: 10px 20px;

	color: #a2a2a2;

	font-size: 14px;

	position: relative;

	float: left;

	text-transform: uppercase;

}



#footer-copy{

	float: right !important;

}









/*RED SCROL BAR*/

#codurile-mele-lista::-webkit-scrollbar-track

{

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);

	border-radius: 50px;

	background-color: rgba(255,255,255,0.2);

}



#codurile-mele-lista::-webkit-scrollbar

{

	width: 12px;

	background-color: rgba(255,255,255,0.2);

}



#codurile-mele-lista::-webkit-scrollbar-thumb

{

	border-radius: 10px;

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);

	background-color: #fff;

}







#bonurile-mele-lista::-webkit-scrollbar-track

{

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);

	border-radius: 50px;

	background-color: rgba(255,255,255,0.0);

}



#bonurile-mele-lista::-webkit-scrollbar

{

	width: 12px;

	background-color: rgba(255,255,255,0);

}



#bonurile-mele-lista::-webkit-scrollbar-thumb

{

	border-radius: 10px;

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);

	background-color: #fff;

}


a.btn-red {
    -webkit-appearance: none;
    height: 42px;
    display: inline-block;
    min-width: 140px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background: none;
    white-space: nowrap;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px;
    line-height: 1.2;
    border: none;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-shadow: none;

    background: #ed1a38;
    border-radius: 2px 2px 0 0;
    font-family: 'SofiaProBold';
    height: auto;
    padding: 20px;

    padding: 15px 15px 9px;
    min-width: 120px;
    vertical-align: top;
    transition: all .2s ease;
    font-size: 16px;
    text-transform: uppercase;
}

a.btn-red:focus, a.btn-red:active, a.btn-red:visited {
    outline: none;
    text-decoration: none;
}

a.btn-red:hover {
    background: #bf191c;
}


a.btn-red:before, .btn-red:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #bf191c;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 0 0 2px 2px;
}


@media(min-width: 768px) and (max-width: 1600px){
    .menu-button{
        font-size: 12px;
        padding: 20px 10px;
    }
    #account-button{
        padding: 20px;
        padding-right: 60px;
    }
}

#gdpr-popup-page {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    /* height: 100%; */
    /* display: block; */
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
}

#gdpr-popup-page #popup-box {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    border-radius: 10px;
    padding: 20px;
    margin: auto;
    position: absolute;
    top: 1.5625vw;
    left: 0;
    right: 0;
    width: 750px;
    max-height: 560px;
    /* height: auto; */
}

@media (max-width:1279px) {
    #gdpr-popup-page #popup-box {
        width: 90%;
        max-width: 750px;
        overflow-y: scroll;
    }
}

#gdpr-popup-page #popup-box .container-popup-box {
    position: relative;
}

#gdpr-popup-page #popup-box .container-popup-box h1 {
    color: #337ab7;
    text-transform: uppercase;
    font-size: 24px;
}

#gdpr-popup-page #popup-box .container-popup-box p {
    color: #000;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    text-transform: none;
    line-height: 20px;
}

#gdpr-popup-page #popup-box .container-popup-box p a, #gdpr-popup-page #popup-box .container-popup-box p a strong {
    font-size: 16px;
}


#gdpr-popup-page #popup-box .container-popup-box #close-cookie-popup {
    position: relative;
    width: 100%;
    text-align: right;
}

#gdpr-popup-page #popup-box .container-popup-box #close-cookie-popup a,
#gdpr-popup-page #popup-box .container-popup-box #close-cookie-popup a:hover {
    width: 100%;
    height: auto;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: right;
    padding: 0;
}

.gdpr-button {
    font-family: 'CervoNeue-BlackNeue';
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    /* display: block; */
    cursor: pointer;
    padding: 10px;
    border: none;
    border-radius: 6px;
    background-color: #337ab7;
    /* margin-right: 20px; */
    cursor: pointer;
    text-align: center;
}

a.menu-button, a.menu-button:hover, a.menu-button:visited, a.menu-button:active, a.menu-button.active, a.menu-button:focus  {
	line-height: 20px;
	text-decoration: none;
	outline: none!important;
}
a:focus, button:focus, input:focus, textarea:focus {
	outline: none!important;
	outline:0 !important;
	box-shadow: none;
}