section.row, header.row, footer.row {
  margin: 0;
  position: relative;
}

* {
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}

a, .btn, button {
  outline: none;
  transition: all 300ms linear 0s;
}

a:before, aafter, .btn:before, .btnafter, button:before, buttonafter {
  transition: all 300ms linear 0s;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

.site-navigation {
  margin: 0;
  background: #222;
  border: none;
  border-radius: 0;
  height: 60px;
  z-index: 1000;
}

.site-navigation .navbar-header .navbar-brand {
  line-height: 50px;
  height: auto;
  padding: 0 15px;
}

.site-navigation .navbar-header .navbar-brand img {
  display: inline-block;
}

.site-navigation .navbar-header .navbar-toggle {
  border: none;
  background: none;
}

.site-navigation .navbar-header .navbar-toggle[aria-expanded="false"] span {
  background: #9d9d9d;
  transition: all 300ms linear 0s;
  border-radius: 0;
}

.site-navigation .navbar-header .navbar-toggle[aria-expanded="true"] span {
  background: #fff;
}

@media (max-width: 767px) {
  .site-navigation #main-nav {
    background: #222;
    border: none;
    text-align: center;
    box-shadow: none;
  }
}

.site-navigation .nav li a {
  color: #9d9d9d;
}

.site-navigation .nav li a:hover {
  color: #fff;
}

.site-navigation .nav li.active a {
  color: #fff;
  background: none;
}

.site-navigation .nav li.active a:hover {
  background: none;
  color: #fff;
}

#home-slider img {
  width: 100%;
}

.site-footer {
  border-top: 7px solid #46b8da;
  margin: 0;
  padding: 50px 10px 35px;
  background: #333;
  color: #FFF;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 35px 10px 20px;
  }
}

.site-footer .list-unstyled {
  font-size: 12px;
}

.site-footer .list-unstyled li:first-child {
  text-transform: uppercase;
}

.site-footer .list-unstyled a {
  color: #f2f6f8;
}

@media (max-width: 767px) {
  .site-footer [class^="col-sm"] {
    padding: 15px;
  }
}

.contact-page {
  padding: 60px 30px;
}

.contact-page .panel-body {
  padding: 60px 20px;
  background: #ededed;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .contact-page .panel-body {
    padding-bottom: 120px;
  }
}

@media (max-width: 479px) {
  .contact-page .panel-body {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .contact-page.hseries-page {
    padding: 10px;
  }
  .contact-page.hseries-page .panel-body {
    padding: 0 10px 10px;
  }
}

.panel-body {
  padding: 20px;
}

.page-title-img, .contact-global-img {
  position: absolute;
}

.page-title-img img, .contact-global-img img {
  max-width: 100%;
}

.page-title-img {
  max-width: 250px;
  top: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .page-title-img {
    max-width: 200px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.contact-global-img {
  max-width: 150px;
  bottom: 20px;
  left: 20px;
}

@media (max-width: 767px) {
  .contact-global-img {
    max-width: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.contact-informations {
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .contact-informations h2 {
    font-size: 24px;
  }
  .contact-informations h3 {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .contact-informations h2 {
    font-size: 20px;
  }
  .contact-informations h3 {
    font-size: 15px;
  }
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
}

.play {
  width: 500px;
  height: 450px;
  margin: 0px auto 0;
  background: #999;
  font: 12px Arial;
}

@media (max-width: 1199px) {
  .play {
    width: 340px;
    height: 306px;
  }
}

@media (max-width: 767px) {
  .play {
    width: 276px;
    height: 298px;
  }
}

.big_pic {
  width: 500px;
  height: 340px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background: #222;
  position: relative;
}

@media (max-width: 1199px) {
  .big_pic {
    width: 340px;
    height: 231px;
  }
}

@media (max-width: 767px) {
  .big_pic {
    width: 276px;
    height: 231px;
  }
}

.big_pic li {
  width: 500px;
  height: 340px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../images/loading.gif) no-repeat center center;
}

.big_pic li img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .big_pic li {
    width: 340px;
    height: 231px;
  }
}

@media (max-width: 767px) {
  .big_pic li {
    width: 276px;
    height: 248px;
  }
}

.mark_left {
  width: 250px;
  height: 340px;
  position: absolute;
  left: 0;
  top: 0;
  background: red;
  opacity: 0;
  z-index: 3000;
}

.mark_right {
  width: 250px;
  height: 340px;
  position: absolute;
  left: 200px;
  top: 0;
  background: green;
  opacity: 0;
  z-index: 3000;
}

.big_pic .prev {
  width: 60px;
  height: 60px;
  background: url(../images/btn.gif) no-repeat;
  position: absolute;
  top: 130px;
  left: 10px;
  z-index: 3001;
  display: none;
  cursor: pointer;
}

.big_pic .next {
  width: 60px;
  height: 60px;
  background: url(../images/btn.gif) no-repeat 0 -60px;
  position: absolute;
  top: 130px;
  right: 10px;
  z-index: 3001;
  display: none;
  cursor: pointer;
}

.big_pic .text {
  position: absolute;
  left: 10px;
  top: 322px;
  z-index: 3000;
  color: #ccc;
}

@media (max-width: 1199px) {
  .big_pic .text {
    top: 218px;
  }
}

@media (max-width: 767px) {
  .big_pic .text {
    top: 177px;
  }
}

.big_pic .length {
  position: absolute;
  right: 10px;
  bottom: 4px;
  z-index: 3000;
  color: #ccc;
}

.big_pic .bg {
  width: 500px;
  height: 25px;
  background: #000;
  opacity: 0.6;
  position: absolute;
  z-index: 2999;
  bottom: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .big_pic .bg {
    width: 340px;
    height: 17px;
  }
}

@media (max-width: 767px) {
  .big_pic .bg {
    width: 276px;
    height: 14px;
  }
}

.small_pic {
  width: 480px;
  height: 94px;
  position: relative;
  top: 7px;
  left: 10px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .small_pic {
    width: 320px;
    height: 64px;
  }
}

@media (max-width: 767px) {
  .small_pic {
    width: 256px;
    height: 52px;
  }
}

.small_pic ul {
  height: 94px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .small_pic ul {
    height: 64px;
  }
}

@media (max-width: 767px) {
  .small_pic ul {
    height: 52px;
  }
}

.small_pic li {
  width: 120px;
  height: 94px;
  float: left;
  padding-right: 10px;
  background: url(../images/loading.gif) no-repeat center center;
  cursor: pointer;
  opacity: 0.6;
}

@media (max-width: 1199px) {
  .small_pic li {
    width: 82px;
    height: 64px;
  }
}

@media (max-width: 767px) {
  .small_pic li {
    width: 66px;
    height: 52px;
  }
}

.small_pic img {
  width: 120px;
  height: 94px;
}

@media (max-width: 1199px) {
  .small_pic img {
    width: 82px;
    height: 64px;
  }
}

@media (max-width: 767px) {
  .small_pic img {
    width: 66px;
    height: 52px;
  }
}

.myli {
  font-size: 14pt;
  color: #2b669a;
}

.h-features img {
  max-width: 100%;
}

.h-features .panel-body {
  padding: 30px;
  background: none;
}

.hseries-table table [colspan] {
  text-align: center;
}

.hseries-table table thead {
  background: #dff0d8;
}

.hseries-table table thead tr th {
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
}

.hseries-table table tbody tr:nth-child(even) {
  background: #fafafa;
}

.hseries-table table tbody tr td {
  line-height: 1.8;
  font-size: 16px;
}

@media (max-width: 767px) {
  .hs-h2 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .hs-intro {
    margin: 0;
  }
}

/*# sourceMappingURL=styles.css.map */