@import url(animate.css);
@import url(rd-parallax.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100|Righteous);
/*
* @section Main Styles
*/
@font-face { 
  font-family: Roboto; /*这里是说明调用来的字体名字*/ 
  src: url('../fonts/Roboto-Light.ttf'); /*这里是字体文件路径*/ 
}
@font-face { 
  font-family: Roboto thin; /*这里是说明调用来的字体名字*/ 
  src: url('../fonts/Roboto-Thin.ttf'); /*这里是字体文件路径*/ 
}
@font-face { 
  font-family: Righteous; /*这里是说明调用来的字体名字*/ 
  src: url('../fonts/Righteous-Regular.ttf'); /*这里是字体文件路径*/ 
}

body {
  color: #686d6e;
  font: 300 16px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #303334;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
h4,.sf-menu a{ font-family: "Roboto", sans-serif;}
.w25{ width:25%; float:left; text-align:left;}  
.w75{ width:75%; float:left; text-align:left;}
.wauto{ width:33.33%;}
@media (min-width: 480px) and (max-width: 992px){

.w25{ width:33.3%;float:left; text-align:left;}  
.w75{ width:66.7%; float:left; text-align:left;}
.wauto{ width:50%;}
}
@media (max-width: 480px){
.w25{ width:100%; text-align:left;}  
.w75{ width:100%; text-align:left;}
.wauto{ width:100%;}
}
@media (min-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
  }
}

h1, .heading-1 {
  font-size: 40px;
}
@media (min-width: 992px) {
  h1, .heading-1 {
    font-size: 150px;
  }
}

h2, .heading-2 {
  font-size: 38px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h2, .heading-2 {
    font-size: 80px;
    letter-spacing:4px;
  }
}

h3, .heading-3 {
  font-size: 30px;
}

h4, .heading-4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}

h5, .heading-5 {
  font-size: 22px;
  line-height: 1.4;
}

h6, .heading-6 {
  font-size: 20px;
}

p a, .marked-list a, .list a {
  display: inline-block;
}
p a:hover, .marked-list a:hover, .list a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:hover {
  color: #1dc5fc;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  text-decoration: none;
}

a[href^="mailto:"] {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @section typography
*/
.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}
.text-variant-1 {
  font-family: "Righteous", cursive;
}

.big {
  font-size: 46px;
  line-height: 1;
}
@media (min-width: 992px) {
  .big {
    font-size: 180px;
  }
}
@media (min-width: 1200px) {
  .big {
    letter-spacing: -9px;
    font-size: 320px;
  }
}

/*
* @section Main Layout
*/
.well-xs {
  padding-top: 31px;
}

.well-sm {
  padding-top: 53px;
  padding-bottom: 54px;
}

.well-md {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-md {
    padding-top: 46px;
    padding-bottom: 93px;
  }
}

.well-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 172px;
    padding-bottom: 205px;
  }
}

.well-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .well-xl {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

* + p {
  margin-top: 55px;
}

* + h4 {
  margin-top: 21px;
}

* + article {
  margin-top: 55px;
}
@media (min-width: 992px) {
  * + article {
    margin-top: 80px;
  }
}

* + dd, * + dt {
  margin-top: 1px;
}

* + dl {
  margin-top: 23px;
}

* + address {
  margin-top: 30px;
}
@media (min-width: 992px) {
  * + address {
    margin-top: 85px;
  }
}

* + a[href^="callto:"] {
  margin-top: 20px;
}

* + .row {
  margin-top: 30px;
}
@media (min-width: 992px) {
  * + .row {
    margin-top: 30px;
  }
}

* + .copyright {
  margin-top: 30px;
}
@media (min-width: 992px) {
  * + .copyright {
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  * + .resp-tabs-container {
    margin-top: 80px;
  }
}

* + .gallery {
  margin-top: 20px;
}
@media (min-width: 768px) {
  * + .gallery {
    margin-top: 0;
  }
}

h2 + h4 {
  margin-top: 50px;
}

h4 + p {
  margin-top: 20px;
}

p + .link {
  margin-top: 17px;
}
@media (min-width: 992px) {
  p + .link {
    margin-top: 17px;
  }
}

p + p {
  margin-top: 20px;
}

p + .btn {
  margin-top: 70px;
}

.icon + p {
  margin-top: 20px;
}

.counter + .link {
  margin-top: 30px;
}

.offset-1 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .offset-1 {
    margin-top: 53px;
  }
}

.offset-2 {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .offset-2 {
    margin-top: 31px;
  }
}

.offset-3 {
  margin-top: 66px;
}

.inset-1 {
  padding-right: 25px;
  padding-left: 25px;
}

.inset-2 {
  padding-top: 7px;
}

@media (min-width: 992px) {
  .inset-3 {
    padding-top: 50px;
  }
}

.inset-4 {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .inset-4 {
    padding-top: 4px;
  }
}

@media (min-width: 992px) {
  .inset-5 {
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .prefix-1 {
    margin-left: 91px;
  }
}

@media (min-width: 1200px) {
  .postfix-1 {
    margin-right: 91px;
  }
}

.flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.flow-offset-2 [class*="col-"]:nth-child(n) {
  margin-top: 13px;
  margin-bottom:20px;
}

.flow-offset-3 > * + * {
  margin-top: 45px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
    margin-top: 45px;
  }
}

.flow-offset-4 > * + * {
  margin-top: 55px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n + 2) {
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n + 2) {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n + 2) {
    margin-top: 55px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n + 2) {
    margin-top: 55px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .col-sm-offset {
    margin-left: 25%;
  }
}

.row-no-gutter {
  margin-left: 0px;
  margin-right: 0px;
}

.row-no-gutter [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
}
.brand_name {
  
  overflow: hidden;
  color: #ffffff;
  font-family: "Righteous", cursive;
}
.brand_name span {
  color: #1dc5fc;
}
.brand_name a {
  color: inherit;
}

/*
* @subsection Backgrounds
*/
.bg-primary {
  background-color: #1dc5fc;
}
.bg-primary .link {
  color: #ffffff;
}
.bg-primary .link-primary:before {
  background-color: #ffffff;
}
.bg-primary .btn-primary {
  border-color: #ffffff;
}
.bg-primary .btn-primary:hover {
  color: #1dc5fc;
  background-color: #ffffff;
  border-color: #ffffff;
}
.bg-primary a:hover {
  color: #ffffff;
}
.bg-primary .thumb_overlay:after {
  background-color: #ffffff;
}
.bg-primary .thumb_overlay-skin-1 {
  color: #1dc5fc;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .nav, .bg-primary p, .bg-primary .btn-primary, .bg-primary ul, .bg-primary dl, .bg-default-variant-1 h1, .bg-default-variant-1 h2, .bg-default-variant-1 h3, .bg-default-variant-1 h4, .bg-default-variant-1 h5, .bg-default-variant-1 h6, .bg-default-variant-1 .nav, .bg-default-variant-1 p, .bg-default-variant-1 .btn-primary, .bg-default-variant-1 ul, .bg-default-variant-1 dl {
  color: #ffffff;
}
.bg-primary .btn-primary:focus, .bg-default-variant-1 .btn-primary:focus {
  background: transparent;
}
.bg-primary .icon-primary, .bg-default-variant-1 .icon-primary {
  background-color: #ffffff;
}

.bg-default-variant-1 {
  background-color: #36353c;
}
.bg-default-variant-1 .btn-primary {
  border: 2px solid #ffffff;
  border-radius: 40px;
  background-color: transparent;
}
.bg-default-variant-1 .btn-primary:before {
  background-color: #1dc5fc;
}
.bg-default-variant-1 .btn-primary:hover {
  border-color: #1dc5fc;
  color: #1dc5fc;
}
.bg-default-variant-1 .icon-primary {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid;
}
.bg-default-variant-1 a:hover {
  color: #1dc5fc;
}

.bg-image {
  background-size: cover;
  background-position: center center;
}

.bg-image-1 {
  background-image: url("../images/bg-image01.jpg");
}

.bg-image-2 {
  background-image: url(../images/bg-image02.jpg);
}

/*
* @subsection Index-list
*/
.index-list {
  counter-reset: li;
}
.index-list .index-counter:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*
* @subsection Marked-list
*/
.marked-list li + li {
  margin-top: 13px;
}
.marked-list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}
.icon-sm {
  width: 67px;
  height: 67px;
  line-height: 67px;
}
.icon-md {
  width: 70px;
  height: 70px;
  line-height: 65px;
  font-size: 35px;
}
.icon-lg {
  font-size: 75px;
}
@media (min-width: 768px) {
  .icon-lg {
    line-height: 75px;
  }
}
.icon-primary {
  color: #1dc5fc;
}

/*
* @subsection Buttons
*/
.btn {
  text-transform: uppercase;
  display: inline-block;
}
.btn-primary {
  position: relative;
  background: #1dc5fc;
  -webkit-transition: .9s;
          transition: .9s;
  border: 2px solid #1dc5fc;
  border-radius: 40px;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
}
/*.btn-primary:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 200%;
  -webkit-transform: skewX(-20deg) translateX(115%) translateY(50%);
      -ms-transform: skewX(-20deg) translateX(115%) translateY(50%);
          transform: skewX(-20deg) translateX(115%) translateY(50%);
  background-color: #ffffff;
  -webkit-transition: .6s;
          transition: .6s;
}*/
.btn-primary:focus {
  background: #1dc5fc;
}
.btn-primary:hover {
  border-color: #1dc5fc;
  background: transparent;
  color: #1dc5fc;
}
@media (min-width: 1200px) {
  .btn-primary:hover:before {
    -webkit-transform: skewX(-90deg) translateX(0) translateY(50%);
        -ms-transform: skewX(-90deg) translateX(0) translateY(50%);
            transform: skewX(-90deg) translateX(0) translateY(50%);
    width: 100%;
    z-index: -1;
  }
}
.btn-sm {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Righteous", cursive;
}
.btn-md {
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .btn-md {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.btn-lg {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 65px;
  padding-right: 65px;
  font-size: 20px;
  font-weight: 400;
}
.btn:active {
  background: #03ace3;
}

/*
* @subsection Link
*/
.link {
  display: inline-block;
}
.link-primary {
  color: #1dc5fc;
  position: relative;
}
.link-primary:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: .4s;
          transition: .4s;
  background-color: #1dc5fc;
}
.link-primary:hover:before {
  width: 100%;
}
.link-md {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

/*
* @subsection Address
*/
address dt, address dd, address a {
  display: inline-block;
}
address a:hover {
  font-size: 17px;
}
address .address-skin-1 dt, address .address-skin-1 dd {
  width: 49%;
}

/*
* @subsection Article
*/
article {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/*
* @subsection Gallery
*/
.gallery-skin {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .gallery-skin {
    max-height: none;
    overflow: visible;
  }
}
.gallery_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.gallery_overlay span {
  -webkit-transition: .3s;
          transition: .3s;
}
.gallery p {
  color: #ffffff;
}

/*
* @subsection Box
*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*
* @subsection Br
*/
.br-lg-on {
  display: none;
}
@media (min-width: 1200px) {
  .br-lg-on {
    display: block;
  }
}

/*
* @subsection Terms-list
*/
.terms-list dt {
  color: #303334;
}
.terms-list dt + dd {
  margin-top: 18px;
}
.terms-list dd + dt {
  margin-top: 50px;
}
.terms-list + a {
  margin-top: 20px;
  display: inline-block;
}

/*
* @section Menu
*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 55px;
}
.sf-menu > li + li:before {
  content: "/";
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #1dc5fc;
}
.sf-menu > li.active > a {
  color: #1dc5fc;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 250px;
  margin-top: 19px;
  left: -40%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  z-index: 2;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 0px 10px 20px;
  color: #686d6e;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #312f34;
}

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 4;
  background: #312f34;
}

.sf-menu ul ul > li > a {
  color: #ffffff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  background: #1dc5fc;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #1dc5fc;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #303334;
  z-index: 999;
}
.isStuck .offset-1 {
  margin-top: 0;
}
.isStuck .postfix-1 {
  margin-right: 0;
}
.isStuck .prefix-1 {
  margin-left: 0;
}
.isStuck .sf-menu ul {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
/*
* @subsection Box
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  float: none;
}
@media (min-width: 1200px) {
  .box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
    float: right;
  }
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 30px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}
/**
* @subsection   google-map.css
*
* @description  Easy as hell Google Map Api Jquery plugin.
*
*
* @author       Evgeniy Gusarov (Stmechanus || Diversant)    
*/
.map_model {
  height: 350px;
}
.map_model img {
  max-width: none !important;
}
@media (min-width: 480px) {
  .map_model {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .map_model {
    height: 590px;
  }
}
.map_locations {
  display: none;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #1dc5fc;
  border-radius: 50%;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:active {
  background-color: #1dc5fc;
  color: #ffffff;
}
.toTop:hover {
  color: #fff;
  background: #000000;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @Section Camera
*/
.camera_container {
  position: relative;
  padding-bottom: 60.3902%;
}

@media (max-width: 827.94891px) {
  .camera_container {
    padding-bottom: 500px;
  }
}
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.camera_wrap img {
  max-width: none !important;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cameraSlide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cameraContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.camera_target {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 0;
}

.camera_overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.camera_loader {
  background: #fff url(../images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

.camerarelative {
  overflow: hidden;
  position: relative;
}

.imgFake {
  cursor: pointer;
}

.camera_command_wrap .hideNav {
  display: none;
}

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

.showIt {
  display: none;
}

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

.camera_caption {
  display: none;
}

.cameraContent .camera_caption {
  display: block;
}

/*
* @subsection Custom Layout&Styles
*/
.camera_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-46%);
      -ms-transform: translateX(-50%) translateY(-46%);
          transform: translateX(-50%) translateY(-46%);
}
.camera_caption > div {
  height: 100%;
}

.camera_pag {
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.camera_pag_ul {
  text-align: center;
}
.camera_pag_ul li {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.01);
}
.camera_pag_ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 1;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%) translateY(-51%);
      -ms-transform: translateX(-50%) translateY(-51%);
          transform: translateX(-50%) translateY(-51%);
}
.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
  border: 2px solid #ffffff;
}
.camera_pag_ul li + li {
  margin-left: 15px;
}
.camera_pag_ul li > span {
  display: none;
}

/*
* @section Tabs
*/
.resp-tabs-list {
  color: #303334;
}
.resp-tabs-list li {
  cursor: pointer;
  line-height: 1.6;
  display: inline-block;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-tabs-list li + li {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .resp-tabs-list li + li {
    margin-left: 65px;
  }
}
.resp-tabs-list li:hover {
  color: #1dc5fc;
}

.resp-tab-active {
  color: #1dc5fc;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
  margin-top: 15px;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
  }
  .resp-accordion:hover {
    color: #1dc5fc;
  }

  .resp-tabs-list {
    display: none;
  }
}
/* The gallery overlay */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1;
}

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

#gallerySlider .placeholder {
  background: url("../images/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallerySlider .placeholder .iframe-wrap, #gallerySlider .placeholder img {
  display: inline-block;
  max-height: 70%;
  max-width: 65%;
  vertical-align: middle;
}
#gallerySlider .placeholder .iframe-wrap {
  width: 1280px;
}
#gallerySlider .placeholder .iframe-wrap .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#gallerySlider .placeholder .iframe-wrap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */
/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Arrows */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../images/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  background-position: left top;
  left: 40px;
}

#nextArrow {
  background-position: right top;
  right: 40px;
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 500px;
  z-index: 2;
}
@media (min-width: 992px) {
  .thumb {
    max-height: none;
  }
}
.thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s all ease;
          transition: .5s all ease;
  max-width: none;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: .3s all ease;
          transition: .3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 200%;
  height: 105%;
  -webkit-transform: skewX(20deg) translatex(100%);
      -ms-transform: skewX(20deg) translatex(100%);
          transform: skewX(20deg) translatex(100%);
  -webkit-transition: .35s;
          transition: .35s;
  background-color: #1dc5fc;
}
.thumb_overlay-skin-1 {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transition: 0.8s ease;
          transition: 0.8s ease;
  -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.thumb:hover .thumb_overlay:after {
  -webkit-transform: skewX(-45deg) translatex(6%);
      -ms-transform: skewX(-45deg) translatex(6%);
          transform: skewX(-45deg) translatex(6%);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover .thumb_overlay-skin-1 {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.thumb:hover > .gallery_overlay span {
  color: #ffffff;
}

.thumb_overl1:hover .thumb_overlay:before {
  display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
  opacity: 1;
}

/*
* @section Helpers
*/
@media (min-width: 1200px) {
  .counter {
    letter-spacing: -10px;
  }
}

@media (max-width: 992px) {
  .parallax-md {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

@media (min-width: 992px) {
  .clear-md-left {
    clear: left;
  }
}

.border-top {
  border-top: 1px solid #d3d4d4;
}

.z-index {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.letter-spacing {
  letter-spacing: 4px;
}

@media (min-width: 992px) {
  .border-right {
    border-right: 1px solid #ffffff;
  }
}

.border-bottom {
  border-bottom: 1px solid #ffffff;
}
.border-bottom-variant-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright span {
  position: relative;
}
/*.copyright span:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-left: 3px;
  background-color: #686d6e;
}


* @section HEADER Section
*/
header .brand {
  float: left;
}
@media (min-width: 992px) {
  header .brand_name {
    font-size: 60px;
  }
}
header p + .btn {
  margin-top: 45px;
}
header .nav {
  display: inline-block;
  font-size: 18px;
}
@media (min-width: 992px) {
  header .nav {
    float: right;
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*
* @section CONTENT  Section
*/
main {
  display: block;
}

/*
* @section FOOTER  Styles
*/
footer {
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (min-width: 992px) {
  footer {
    padding-bottom: 70px;
  }
}
.zebra td, .zebra th {
    padding: 7px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}
.pagination{clear:both; display:flex; justify-content:center; margin:20px auto;}
.pagination ul{ list-style:none;}
.pagination li{ float:left; margin:0 3px;}
.pagination li a{ color:#fff; background-color:#1dc5fc; border-radius:6px; padding:6px 10px;}
.pagination li a:hover{ background-color:#000000;}
.pagination .currPage{ background-color:#000;}