html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
 
.nav {
  margin: 0 auto;
  background: #FFFFFF;
  color: #000000;
}
.nav a {
  display: block;
  padding: 0px 20px;
  margin:0px 8px;   
  line-height: inherit;
  cursor: pointer;
  text-decoration:none;
  color: #000000;
  
}
.nav__menu {
	line-height: 55px;
	font-weight: 500;
	text-transform: uppercase;
}
.nav__menu-item {
  display: inline-block;
  position: relative;
  }
  
.nav__menu-item:hover {
	background-color: #F8F8F8;
	color: #000000;
	 
}
.nav__menu-item:hover .nav__submenu {
  display: block;
  
}
.nav__submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 150px;
  background-color:#F3F3F3;
  opacity: 0.9;
 
}
.nav__submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
  
}



.timer{ float:left; width:80px; height:60px; margin-top:0px;margin-left:20px; margin-bottom:20px;margin-right:10px; border:#F7F7F7 solid 1px; padding-top:5px; background-color:#F7F7F7;}

.tz_ul {
	line-height: 55px;
	font-weight: 500;
	text-transform: uppercase;
}
.tz_div {
  display: inline-block;
  position: relative;
  width:250px;
  height:60px;
  padding-top:5px;
  text-align:left;
  float:left;
  margin-bottom:20px;
  }
  
.tz_item A:hover{
 background-color: #F8F8F8;
  color:#00CC66;
  display: block;
}  
  
.tz_item {
  position: relative;
  }
  
  
  
  H5 { font-size:24px; font-weight:bold; color:#993300;}
  H6{ font-size:16px; font-weight:bold; color:#000;}
  H7 {color:#777777;}