

/* Menu */

#menu {
	max-width: 1110px;
	width:100%;
	height: 64px;
background: url(images/menubg3.jpg) repeat-x left top;    
    background-size: auto;
margin: 0 auto;
padding: 0;
background-size: auto 100%;
background-repeat: repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;	
	
	text-align: center;
}

#menu a {
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	
	text-decoration: none;	
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #4B86C2;
	text-decoration: none;
}

#menu .first {
	
	background: #4B86C2;
}





ul#navlist a
{

}

ul#navlist, ul#navlist ul, ul#navlist li
{
float: left;
list-style-type: none;
 position: relative;
}

ul#navlist li { float: left;}

ul#navlist li a
{
color: #ffffff;

  color: white;
  height: 61px;
  line-height: 61px;
  display: block;
  padding-left: 21px;
  padding-right: 22px;
  float: left;
  font-size: 1.4em;
  font-family: 'Oswald', sans-serif;
  text-shadow: 2px 2px 2px #000;
}

ul#navlist li a:hover
{
color: #FFFFFF;
background-color: #4B86C2;
}

ul#navlist li a:not(.subnav):hover
{
border-left: 1px solid white;
}



@media only screen and (min-width: 720px) {


#menu div.Wrapper{
display: flex;
}


ul.topnav{
	display: flex;
    flex-grow: 1;
}

ul#navlist li a {
	padding-left: 0px; 
	padding-right: 0px;
	width:100%;
	border-left: 1px solid transparent;
}

ul#navlist li {
    float: left; 
    flex-grow: 1;
    text-align: center;
}








ul#subnavlist { 
display: none; 
top: 60px;
border-left:1px solid #4B86C2;
border-right:1px solid #4B86C2;
border-bottom:1px solid #4B86C2;
width: 100%;
}

ul#subnavlist li { display:block; float: none;  
}

ul#subnavlist li a
{
padding: 0px;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
z-index:500;
padding-top: 5px;
padding-bottom: 5px;
z-index: 500;
border-top: 1px solid white;
}




ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
padding: 0px;
margin: 0px;
background-color: #666666;
z-index:500;

}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
z-index:500;
width: 100%;
}



ul#navlist li ul#subnavlist li#current
{
background-color: #4B86C2;
}

}

ul#navlist li a.buyhh {
    color: orange;
}


/* Hide the link that should open and close the topnav on small screens */
#navlist li.icon {
  display: none;
}
/*
@media only screen and (min-width:720px) and (max-width: 876px) {
ul#navlist li a {
	padding-left:10px;
	padding-right:10px;
}
}*/

@media only screen and (max-width: 720px) {
		
	#navlist li:not(:first-child) {display: none;}
  #navlist li.icon {
    float: right;
    display: block;
	position: absolute;
    right: 0;
    top: 0;
	width:100px;
	z-index:200;
	background-color:#666666;
	border-left:1px solid white;
  }
		
	#menu{overflow: hidden; width:100%; height:auto;background:none;background-color:#666666;}
	#navlist{ width:100%; float:none;}
	#navlist li{width:100%; float:none;}
	ul#navlist li a{padding:0px 0px 0px 0px;border-bottom:1px solid white; width:100%; }
	
	
.hhd_sel li.variant{  
	width: 99% !important; 	
}
	
	ul#subnavlist li a{
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	
	ul#subnavlist{
		display:block;
		top:0px;
		width:100%;		
		position: relative;

	}
	
	ul#navlist li:hover ul#subnavlist{
		position:relative;
	}
	
	
	#navlist.responsive {position: relative;}
  
  #navlist.responsive li {
    float: none;
    display: block;    
  }
}

.mttbox
{
    border-radius:10px;
	border: 1px solid #999;
	
}

.mttboxparent
{		
	overflow: auto;
	position: relative;
	border: 1px solid #999;
	border-radius:10px;
	min-width: 150px;
	max-height: 134px;
	overflow: hidden;
	height: 130px;
	margin: 10px 20px 10px 0px !important;
}

.mttboxparent div
{	
	position:relative;
	z-index:1;
}

.mttboxparent:hover::before
{
-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.mttboxparent.spafrapor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    background-image: url(icon/spafrapor.png);
    background-size: 120% 100%;
    width: 100%;
    height: 100%;
    background-position: -10px;

 
}

.mttboxparent.italy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(icon/italy2.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; 
}

.mttboxparent.canada::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(icon/canada2.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; 
}

.mttboxparent.usa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(icon/usa2.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; 
}

.mttboxparent.global::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(icon/flags.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; 
}

/*.mttboxparent.acr:hover
{

background: radial-gradient(circle, rgb(181 194 219) 0%, rgb(36 58 91) 80%) !important;
}*/


.mttboxparent.acr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(icon/usa3.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; 
}


.mttboxparent.eeebg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(icons/888bg.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; 
}

.mttboxparent.eeeesbg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(icon/portugalspain.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; 
}

.mttboxparent.cpbg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(icon/cpbg.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; 
}


.mttboxparent.cpstabg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url(icon/redstars.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100%; 
}

.nodec:hover .mttsite{
   color:orange !important;
       border-top: 3px solid orange !important;
    border-bottom: 3px solid orange !important;
}

.nodec:hover .mttimg{   
    border: 2px solid orange !important;
}

.nodec .mtticon
{   
position: absolute;
top: 0px; 
right: -1px;
height: 30px;
background: white;
padding: 7px;
border-radius: 0px 6px;
border-left: 1px solid #666;
border-bottom: 1px solid #666;
}

