#thsp-sticky-header {
	margin-top: -200px;
	padding: 6px 10px 2px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99998;
	box-sizing: border-box;
	-moz-box-sizing: border-box; opacity: 0.9;
}
.admin-bar #thsp-sticky-header {
	top: 32px;
}
#thsp-sticky-header:after {
	content: "";
	display: table;
	clear: both;
}
#thsp-sticky-header-title {
	float: left;
	font-size: 22px;
	line-height: 30px;
	margin: 0 !important;
}
#thsp-sticky-header-title img {
	display: block;
	height: 40px;
	width: auto;
}
#thsp-sticky-header-menu {
  float: right;
  margin: 0 !important;
  padding: 0;
  text-align: right;
}
#thsp-sticky-header-menu li {
	display: inline-block;
	margin: 0 0 0 0.1em !important;
	font-size: 12px;
}
#thsp-sticky-header a {
	text-decoration: none;
}
#thsp-sticky-header li a {
	display: inline-block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 300;
  padding: 5px 15px 7px; text-transform:uppercase;
}

#thsp-sticky-header li a:hover {
  background-color: #ffc215;
  border: medium none;
  color:#292929;
}

#thsp-sticky-header li.clno a {
  color:#ffc215 !important;
  font-weight:400; cursor: auto;
}

#thsp-sticky-header li.clno a:hover {
  background-color: transparent !important;
  color:#ffc215 !important;
}

#thsp-sticky-header, #thsp-sticky-header a:hover{ color:#292929 !important;}

#thsp-sticky-header .sub-menu {
  margin: 0 auto !important;
  padding: 10px !important;
  position: absolute;
  top: 45px;
  display: none;
  background:#181818;
  border-top: 0px;
  width: 200px; 
}


#thsp-sticky-header .sub-menu li.menu-item a{
  line-height: normal !important; color:#d3d3d3 !important;
  font-size:14px; text-transform:uppercase; font-weight:400; background: transparent !important;
}
#thsp-sticky-header .sub-menu li.menu-item:hover a{
  color: #ffc215 !important; background-color: transparent !important;
}
#thsp-sticky-header #thsp-sticky-header-menu > li{
  padding-bottom: 7px;
}
#thsp-sticky-header .sub-menu li.menu-item {
 display: block !important;
 text-align: left !important;
 margin: 0px !important; border-bottom:1px solid #3a3a3a;
}
#thsp-sticky-header .sub-menu li.menu-item a{
  padding: 12px 0 !important;
}
#thsp-sticky-header .menu li:hover .sub-menu {
  display: block;
}



#thsp-sticky-header li.current-menu-item a {
	background: #ffc215 !important;
  color: #292929 !important;
}


#thsp-sticky-header li.current_page_parent a {
	background: #ffc215 !important;
  color: #292929 !important;
}

#thsp-sticky-header li.current_page_parent ul li.current-menu-item a {
	color: #ffc215 !important;
}



@media (min-width:1025px) and (max-width:1095px) {
	
#thsp-sticky-header-menu {
  width: 85% !important;
}	

#thsp-sticky-header li a {
  font-size: 19px;
  font-weight: 300;
  padding: 5px 10px 7px;
}
		
}

@media (min-width:768px) and (max-width:1024px) {
	
#thsp-sticky-header-menu {
  width: 85% !important;
}	

	
#thsp-sticky-header li a {
  font-size: 13px;
  font-weight: 300;
  padding: 5px 9px 7px;
}
}

@media (min-width:200px) and (max-width:767px) {
	
#thsp-sticky-header{ display:none !important;}	
	
}
