html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  font-weight: 400 !important;
}

#nav {
  display: inline-block;
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  text-shadow: none;
}

#nav li {
  display: inline-block;
  padding: 0px 13px 0px 10px;
}

* + html .testimonials ul li, * + html .widgets ul li, * + html #nav, * + html #nav li, * + html .button, * + html .customers ul li, * + html .features ul li {
  display: inline;
}

#nav li a {
  color: #888888;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.home #nav li a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.home #nav li a:hover, #nav li.active a {
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding-bottom: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#nav li a:hover, #nav li.active a {
  border-bottom: 2px solid #79AE44;
  color: #79AE44;
  padding-bottom: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.uc_user_box {
  width: 200px;
  padding: 10px;
  margin: 2px;
  background-color: white;
  float: left;
  border-left: 3px solid white;
  color: #7E7E7E;
  height: 70px;
  min-width: 150px;
  font-size: 11px !important;
}

.uc_user_box_high {
  width: 200px;
  padding: 10px;
  margin: 2px;
  background-color: #ECF0F1;
  float: left;
  border-left: 3px solid #64bed8;
  color: #7E7E7E;
  height: 70px;
  min-width: 150px;
  font-size: 11px !important;
}

.uc_box {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  background-color: white;
  color: #7E7E7E;
}

.uc_box_border_blue {
  border-bottom: 2px solid #3498DB;
}

.uc_box_border_green {
  border-bottom: 2px solid #16A085;
}

.uc_box_border_gray {
  border-left: 0px solid #95A5A6;
}

.uc_message_box {
  padding: 20px;
  max-height: 150px;
  overflow-y: auto;
  background-color: #d9534f;
  color: white;
  z-index: 10;
}

.uc_message_box_ctrls {
  padding-right: 5px;
  font-size: 10px;
}

.uc_phone_controls {
  font-size: 12px;
  color: darkgrey;
  font-weight: bold;
}

.uc_phone_controls_pad {
  font-size: 12px;
  color: darkgrey;
  font-weight: bold;
}

.uc_info_num {
  background-color: #16A085;
  border: none;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  text-shadow: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  margin-right: 10px;
}

.uc_presence_box {
  margin-left: 5px;
  float: right;
  width: 11px;
  height: 11px;
  border-radius: 5px;
}

.uc_info_header {
  color: #2980B9;
}

.uc_settings {
  color: #7F8C8D;
}

.uc_info_btn {
  margin-top: 10px;
  width: 250px;
}

.uc_info_box {
  width: 100%;
  padding: 15px;
  margin: 5px;
  background: white;
  color: #16A085;
  overflow-y: auto;
  float: left;
  min-width: 445px;
}

.uc_footer {
  display: none;
}

.uc_footer_info {
  font-size: 10px;
  color: #BDC3C7;
}
