/************** WARNING *************/
/* This file was compiled with LESS */
/* Do not edit this file directly   */
/************************************/.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-upload-button {
  display: block;
  padding: 20px;
  text-align: center;
  background: #e0f2cf;
  border: 1px dashed #7aa34a;
  color: #7aa34a;
  overflow: visible !important;
}
.qq-upload-button > input {
  padding: 20px 0 !important;
  width: 100%;
}
.qq-upload-button-hover {
  background: #cbde9e;
}
.qq-upload-button-focus {
  outline: 1px dotted #000000;
}
.qq-upload-drop-area,
.qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #e0f2cf;
  border: 1px dashed #7aa34a;
  color: #7aa34a;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
}
.qq-upload-drop-area-active {
  background: #cbde9e;
  border: 1px dashed #7aa34a;
  color: #7aa34a;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  margin: 5px 0;
  padding: 5px;
  line-height: 15px;
  font-size: 12px;
  background-color: #FFF0BD;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
  margin-right: 12px;
}
.qq-upload-spinner {
  display: inline-block;
  /*background: url(loading.gif);*/

  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-size,
.qq-upload-cancel {
  font-size: 12px;
  font-weight: normal;
}
.qq-upload-failed-text {
  display: none;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.qq-upload-list li.qq-upload-success {
  background-color: #5DA30C;
  color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: #FFFFFF;
}
.visible-phone {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.aller {
  font-family: Aller, Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
}
h2 {
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
}
h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
h6 {
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
}
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 20px;
}
a:hover {
  text-decoration: none;
}
var {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-style: normal;
  color: #ff7901;
}
[class*="span"] {
  margin-bottom: 30px;
}
[class*="span"]:last-child {
  margin-bottom: 0;
}
.list-left {
  list-style: none;
  margin: 0;
}
.list-left li {
  float: left;
  margin-right: 10px;
  display: inline;
}
.list-left li:last-of-type {
  margin-right: 0;
}
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-size: 22px;
  position: relative;
  left: 5px;
  line-height: 100%;
  vertical-align: middle;
}
.header {
  background: url(/images/bg_heading.png) repeat-x bottom;
}
.header h1 {
  margin: -20px auto 20px;
}
.content {
  margin-top: 15px;
}
.sidebar {
  min-height: 500px;
  background: url('/images/bg_shadow.png') no-repeat;
  padding: 15px 0 0 15px;
}
.sidebar ul {
  margin-left: 0;
}
.sidebar ul li {
  list-style-type: none;
  line-height: 26px;
}
.sidebar ul li.current {
  /*font-weight: bold;*/
}
.sidebar ul li.current a {
  color: #bbb;
}
#nav {
  position: relative;
  top: -15px;
  right: 0;
}
#footer {
  padding-top: 30px;
  font-size: 13px;
}
#footer a:link,
#footer a:visited {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}
#footer a:hover i,
#footer a:active {
  color: #ffffff;
  transition: .6s;
  -moz-transition: .6s;
  -webkit-transition: .6s;
  -o-transition: .6s;
}
#footer li {
  list-style-type: none;
}
#footer [class^=icon-],
#footer [class*=" icon-"] {
  color: rgba(255, 255, 255, 0.4);
}
#service-phone {
  position: absolute;
  top: 62px;
  right: 20px;
  font-size: 14px;
  color: #fff;
  text-align: right;
}
/* Up to Landscape Phone */
@media (max-width: 767px) {
  body {
    padding: 0 !important;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .video {
    width: 280px !important;
    height: 160px !important;
  }
}
@media (max-width: 979px) {
  /* Sidebar */
  .sidebar {
    background: none;
  }
  .sidebar,
  .sidebar .menu {
    margin: 0;
    padding: 0;
  }
  .sidebar .menu li a {
    display: block;
    padding: 5px 0 5px 5%;
    background-color: #e3f3f9;
    margin: 3px 0;
    border-radius: 5px;
  }
  .to-menu {
    text-align: center;
    margin-top: 15px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  }
  .to-menu a {
    color: #ff7901 !important;
  }
  /* Showcase - Temporary until this page can be re-done */
  .showcase li a span {
    width: 260px;
    margin: 10px auto;
  }
  .showcase li a {
    width: 100%;
  }
  .showcase li {
    float: none;
    display: block;
    width: 100%;
  }
  #service-phone {
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
}
/*@media (min-width: 980px) {*/
#logo {
  margin-bottom: 0;
}
/*}*/