
#notification_wrapper
{
 text-align:center;
 margin:0 auto;
 padding:0px;
 width:100%;
}

#notification_div
{
 height:64px;
 margin:0px;
 background-color:rgba(2,164,179,1);
 display:none; 
 z-index:10000;
 color:white;
 border-bottom:4px solid #336699;
}

#notification_col_container
{
	max-width:1200px;
	margin:0 auto;
}


@media screen and (max-width:1200px) 
{	
	#notification_click_mask
	{
		position:absolute;
		height:60px;
		width:100%;
		background-color:transparent;
		z-index:0;
		cursor:pointer;
	}
}

@media screen and (min-width: 1200px) 
{
	#notification_click_mask
	{
		display:none;		
	}
}


#notification_col1
{
	float:left;	
}

#notification_col2
{	
	margin: 0 auto;
	float:left;
	padding-left:4%;
	padding-right:4%;
}

#notification_col2 A
{

	color:white;
}

@media screen and (min-width: 1200px) 
{
	#notification_col2
	{
		min-width:600px;		
	}

}

@media screen and (max-width: 1200px) 
{
	
	#notification_col1
	{
		display:none;	
	}
	
	#notification_col2
	{
		width:100%;		
		margin: 0 auto;				
	}
}

#notification_col3
{
	float:left;	
	padding-top:10px;
}

#notification_level1
{
	font-size: 1em;
    line-height: 18px;    
    font-family: "AkkuratBold", sans-serif;
	padding-top:10px;
	display:block;
}

.fullheight
{
	padding-top:0px!important;
	line-height:60px!important;
}

@media screen and (max-width: 768px) 
{
	.fullheight
	{
		padding-top:10px!important;
		line-height:20px!important;
	}	
	
}

#notification_level2
{
	font-size: 0.8em;
    line-height: 15px;    
    font-family: "Akkurat", sans-serif;
	padding-top:5px;
	display:block;
}


.notification_button
{
    display: block;
    border-style: solid;    
    border-radius: 5px;
    /*position: absolute;
	left: 1300px;*/
    top: 10px;
    z-index: 2;
    width: 148px;
    height: 37px;
    
    background-color:rgba(2,164,179,1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: 1px;
    border-color: #fff;
    font-size: 1em;
    line-height: 34px;
    font-weight: 500;
    font-family: "AkkuratBold", sans-serif;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
}

.notification_button:hover
{
	background-color:#088ea3;
	color:white;
	text-decoration:none;
}



#close_notification
{ 
 position: absolute;
 top:15px;
 right:10px;
 margin:0px;   
 cursor:pointer;
 z-index:10;
}


@media screen and (max-width: 1200px) {
	
	.notification_button
	{			
		display:none;
	}

	#close_notification
	{ 
	 position: absolute;
	 right:2px;
	 top:2px;	 
	}
	
	#close_notification IMG
	{ 
		width:20px;
	}
	
}



