/*
@media (max-width: 800px){
	#paneltrigger {
	  position: absolute;
	  top: 8px;
	  left: 25%;
	  z-index: 1000;
	}
	#paneltrigger a {
	  width:40px;
	  height:25px;
	  display: inline-block;
	  text-align: center;
	  background: #477A00;
	}
	#paneltrigger a span {
	  background: url(../../templates/zenhost/images/mail2.png) no-repeat center center;
	  width:40px;
	  height:25px;
	  display: block;
	}
	#paneltrigger a:hover {
	  background: #649919;
	  text-decoration: none;
	}
}
*/
@media (min-width: 801px){
	#paneltrigger {
	  position: fixed;
	  top: -60px;
	  right: 0;
	  z-index: 10001;
	}
	#paneltrigger a {
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
	  text-shadow: none;
	  background: #477A00;
	  -webkit-border-radius: 100px;
	  -moz-border-radius: 100px;
	  border-radius: 100px;
	  height: 120px;
	  width: 120px;
	  margin-right: -60px;
	  display: inline-block;
	  line-height: 80px;
	  text-align: center;
	  -webkit-transition: background-color 0.3s ease-in;
	  -moz-transition: background-color 0.3s ease-in;
	  -o-transition: background-color 0.3s ease-in;
	  transition: background-color 0.3s ease-in;
	}
	#paneltrigger a:focus {
	  outline: 0 !important;
	}
	#paneltrigger a span {
	  background: url(../../templates/zenhost/images/mail.png) no-repeat bottom center;
	  line-height: inherit;
	  width:74px;
	  height:102px;
	  display: block;
	}
	#paneltrigger a span:before {
	  text-shadow: none;
	  font-size: 1.4em;
	  margin-left: -45px;
	  margin-top: 45px;
	  color: #fff;
	}
	#paneltrigger a:hover {
	  background: #649919;
	  text-decoration: none;
	}
	#paneltrigger a:hover span:before {
	  color: #fff;
	}
}

#panel {
  padding: 20px;
  display: none;
  z-index: 10000;
}
#panel ul {
  margin: 0;
}
#panel li {
  list-style-type: none;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
#panel .modal-header {
  margin-top: -20px;
  padding-bottom: 30px;
}
#panel .input-append .add-on,
#panel .input-prepend .add-on {
  background-color: #fff;
}
#panel h3 span:before {
  margin-top: -10px;
  margin-left: -10px;
}

