.div-header {
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
	margin-left:-8px;
	margin-top:-10px;
	margin-right:-8px;
	
	height:650px; 
}

.div-header-ovr {
	background:rgba(0, 0, 0, 0.5);
	height:650px; 
}


.div-header-min {
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
	margin-left:-8px;
	margin-top:-10px;
	margin-right:-8px;
	
	height:250px; 
	
	border-bottom:5px solid #222;
}

.div-header-ovr-min {
	background:rgba(0, 0, 0, 0.5);
	height:250px; 
}


.header1 {
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#FFFFFF;
	font-weight:normal;
}
.header2 {
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:lighter;
}

.header-login {
	font-family: 'MontserratR', sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:lighter;
}

.menu-item {
	font-family: 'MontserratR', sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
}
.menu-item:hover {
	color:#0093D7;
}
.menu-item:active {
	color:#F00;
}

.div-menu-min {
	background:#FFF;
	margin-left:-8px;
	margin-right:-8px;
	border:none;
}
.menu-item-min {
	font-family: 'MontserratR', sans-serif;
	font-size:13px;
	color:#222;
	font-weight:normal;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:5px;
	margin:5px;
	
}
.menu-item-min:hover {
	color:#FFF;
	background:#0093D7;
}
.menu-item-min:active {
	color:#F00;
}

.menu-title-min {
	font-family: 'Montserrat', sans-serif;
	font-size:40px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	
	
	position:absolute;
	width:100%;
	top:160px;	
	left: 0px;
	display:block;
}


/* --------- LOGIN BOX -----------------------   */
#menu-item-2-div {
	background:#FFF;
	border:1px solid #CCC;
	border-radius:3px;
	position:absolute;
	display:none;
}


.menu-item-2-textfield {
	background-repeat:no-repeat;
	background-position:6px 4px;
    padding: 6px 0px 6px 35px;			/* top right bottom left */
    margin: 2px;
    border: 1px solid #ccc;
	border-radius:3px;
	
	display:inline-block;
	
	width:165px;
		
	font-family: 'MontserratR', sans-serif;
	font-size:13px;
	color:#222;
	font-weight:normal;
}
.ico-user {
	background-image:url(../images/ico-user.png);
}
.ico-pass {
	background-image:url(../images/ico-pass.png);
}

.es-ico-btn {
	background-image:url(../images/logo-white.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size: 20px 20px;
	display:inline-block;
	float:left;
	
	width:20px;
	height:20px;
	margin-left:3px;
	margin-top:4px;
	
	
	
	z-index:999999;
}
.fb-ico-btn {
	background-image:url(../images/fb.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size: 16px 16px;
	display:inline-block;
	float:left;
	
	width:20px;
	height:20px;
	margin-left:5px;
	margin-top:6px;
	
	
	
	z-index:999999;
}



.menu-item-2-button {
	border-radius:3px;
    border: 1px solid #ccc;
	
	width:200px;
	line-height:28px;
	height:28px;

		
	font-family: 'MontserratR', sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	
	text-align:center;
	
	display:inline-block;
	background:#0093D7;
	cursor:pointer;
}
.menu-item-2-button:hover {
	background:#FFF;
	color:#0093D7;
}
.menu-item-2-button:active {
	background:#0093D7;
	color:#FFF;
}

.menu-item-2-button2 {
	font-family: 'MontserratR', sans-serif;
	font-size:13px;
	color:#0093D7;
	font-weight:normal;
	
	width:100%;
	padding-top:12px;
	padding-bottom:12px;
	
	display:inline-block;
	background:#F4F4F4;
	cursor:pointer;
}
.menu-item-2-button2:hover {
	background:#0093D7;
	color:#FFF;
}
.menu-item-2-button2:active {
	background:#F00;
	color:#0093D7;
}


.header-button-wall {
	border-radius:30px;
	padding:10px;
	
	position:absolute;
	
	right:50%;
	top:600px;
	
	text-align:center;
	vertical-align:middle;
	
	font-family: 'MontserratR', sans-serif;
	font-size:20px;
	color:#EEE;
	font-weight:normal;
	
	cursor:pointer;
}
.header-button-wall:hover {
	background:#0093D7;
	color:#FFF;
}
.header-button-wall:active {
	background:#F00;
	color:#FFF;
}



.div-cookies {
	border:1px solid #CCC;
	border-radius:5px 5px 0px 0px;			/* top-left top-right bottom-left bottom-right */
	padding:15px;
	
	position:fixed;
	left:15%;
	bottom:0px;
	width:70%;
	
	background:rgba(255,255,255,0.99);
	
	text-align:justify;
	
	font-family: 'MontserratR', sans-serif;
	font-size:12.5px;
	color:#222;
	font-weight:normal;
	
	
	cursor:pointer;
}
.div-cookies-button {
	border:1px solid #CCC;
	border-radius:3px;
	padding:6px;
	margin:2px;
	
	font-weight:500;
	color:#222;
	
	display:inline-block;
}
.div-cookies-button:hover {
	background:#0093D7;
	color:#FFF;
}
.div-cookies-button:active {
	background:#F00;
	color:#FFF;
}

/* ------------------------------------------------------------------------------------------------------------------------------------- */
