@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff2') format('woff2'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-Thin';
    src: url('../fonts/helveticaneue-thin.eot');
    src: url('../fonts/helveticaneue-thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-thin.woff2') format('woff2'),
         url('../fonts/helveticaneue-thin.woff') format('woff'),
         url('../fonts/helveticaneue-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('../fonts/HelveticaNeueLight.eot');
    src: url('../fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
         url('../fonts/HelveticaNeueLight.woff') format('woff'),
         url('../fonts/HelveticaNeueLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
         url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
         url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
         url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'HelveticaNeue-Light';
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 24px;
    border: 30px solid transparent;
    color: #949494;
}
body #page, body .site{
    background: #ffffff;
}
body:before{
    content: "";
    position: fixed;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    top: 0;
    z-index: 1002;
    left: 0;
}
body:after{
    content: "";
    position: fixed;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    bottom: 0;
    z-index: 1002;
    display: block;
    left: 0;
}
body.ts-adminbar:before{
    top: 32px;
}
@media (min-width:601)and(max-width: 782px){
    body.ts-adminbar:before{
        top: 46px;
    }
}
@media(max-width: 600px){
  body.ts-adminbar::before{top: 0;}
}
a{
    color: #bda47d;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: inherit;
}
.title{
    font-family: 'HelveticaNeue-Thin';
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'HelveticaNeue-Thin';
    line-height: 1.3em;
    letter-spacing: 0;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 100;
}
h1,.h1{
    font-size: 60px;
}
h2,.h2{
    font-size: 45px;
}
h3,.h3{
    font-size: 38px;
}
h4,.h4{
    font-size: 30px;
}
h5,.h5{
    font-size: 19px;
}
h6,.h6{
    font-size: 15px;
}
.logo {
  margin: 0 0 90px;
  text-align: center;
}
.ts-service {
  margin-bottom: 80px;
}
.list-demo {
  padding: 90px 0 30px;
}
.item-demo {
  margin-bottom: 70px;
  text-align: center;
}
.item-demo h6 {
  margin-bottom: 0;
  margin-top: 30px;
}
.list-layout-shop {
  padding-bottom: 30px;
}
.ts-slide-features {
  background: rgba(0, 0, 0, 0) url("../images/bg-iphone.png") no-repeat scroll 0 0;
  margin: 0 auto 40px;
  max-width: 437px;
  padding: 105px 25px 110px;
}
.ts-slide-features .owl-stage-outer {
  max-height: 674px;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #000000;
  border-radius: 3px;
  display: inline-block;
  height: 6px;
  margin: 0 5px;
  opacity: 0.2;
  width: 6px;
}
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.ts-slide-features .owl-controls {
  bottom: -40px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.exper-mobile > figure {
  display: inline-block;
  margin: 55px auto 35px;
  text-align: center;
  width: 100%;
}
.exper-mobile h5 {
  text-align: center;
}
.exper-mobile {
  background: rgba(0, 0, 0, 0) url("../images/bg-landing.jpg") no-repeat scroll 0 0;
  padding: 90px 0;
}
.list-header {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 100px 0 90px;
}
.ts-img-customer img {
  max-width: 100%;
}
.ts-img-customer {
  padding: 70px 70px 0 130px;
}
.layout-customer {
  background: rgba(0, 0, 0, 0) url("../images/img-13.jpg") repeat scroll 0 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s ;
     -moz-transition: all 0.3s ease 0s ;
      -ms-transition: all 0.3s ease 0s ;
       -o-transition: all 0.3s ease 0s ;
          transition: all 0.3s ease 0s ;
          z-index: 0;
}
.ts-service-landing {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-feature {
  padding: 90px 0;
}
.ts-feature .icon {
  color: #000000;
  font-size: 40px;
}
.ts-feature.text-right .icon {
  float: right;
  margin-left: 20px;
}
.ts-feature.text-left .icon {
  float: left;
  margin-right: 20px;
}
.ts-feature h5 {
  line-height: 40px;
  margin-bottom: 20px;
}
.ts-feature {
  margin-bottom: 100px;
}
.north-first .ts-feature {
  margin-bottom: 90px;
}
.ts-feature:hover h5, .ts-feature:hover .icon {
  color: #bba788;
}
.ts-bottom {
  background: rgba(0, 0, 0, 0) url("../images/bg-landing-footer.jpg") no-repeat scroll 0 0;
  padding: 200px 0 150px;
  text-align: center;
  background-size: cover;
}
.ts-bottom .ts-n-button {
  margin: 40px 0;
}
.ts-purchase > h4 {
  font-family: 'HelveticaNeue';
  margin: 0;
}
.ts-button, .ts-n-button .vc_btn3 {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-family: "HelveticaNeue";
  font-size: 11px;
  letter-spacing: 5px;
  padding: 13px 25px;
  text-transform: uppercase;
}
.ts-button:hover {
  background: #bba788 none repeat scroll 0 0;
  color: #ffffff;
}
.ts-n-button {
  display: inline-block;
  margin: 50px 0;
}
.ts-list-header > figure {
  margin-bottom: 30px;
}
.item-demo h6 a{
  color: #000;
}
.item-demo:hover h6 a{
  color: #bba788
}
.header {
  background: rgba(0, 0, 0, 0) url("../images/bg-header.jpg") no-repeat scroll 0 0 ;
  padding: 90px 0 115px;
  position: relative;
  text-align: center;
}
.header {
  background-attachment: fixed;
  background-size: cover;
}
.ts-title-custom {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
}
.ts-title-custom.ts-title-custom-dark {
  color: #000000;
}
.quick-install {
  padding-left: 70px;
}
.quick-install .ts-title-custom {
  padding-bottom: 0;
}
.ts-title-custom::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96px;
}
.ts-title-custom-dark > span {
  border-bottom: 1px solid;
  font-family: Helvetica;
}
.ts-overlay {
  background: rgba(0, 0, 0, 0.66) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.ts-header-inner {
  color: #ffffff;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}

.ts-title-custom > span {
  display: inline-block;
  font-family: "HelveticaNeue-Medium";
  font-size: 30px !important;
  line-height: 31px !important;
}
.ts-rev-desc, .ts-rev-desc p {
  font-size: 13px !important;
}
.ts-title-custom.text-center, .ts-title-custom.text-right {
  color: #000000;
}
.ts-n-button .vc_btn3:hover {
  background: #bba788 none repeat scroll 0 0;
}
ul.tp-revslider-mainul {
  padding: 0;
}
.rev_slider_wrapper {
  left: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}
img {
  max-width: 100%;
}
.rev_slider_wrapper img {
  max-width: 3000px;
}
.item-demo:hover img {
  opacity: 0.6;
}
.ts-bottom-top {
  background: #292929 none repeat scroll 0 0;
  color: #ffffff;
  padding: 100px 0 120px;
  text-align: center;
}
.ts-title-custom-light > span {
  border-bottom: 1px solid;
  font-family: Helvetica;
}
.ts-title-custom-light {
 color: #ffffff;
}
.ts-bottom-top .ts-rev-desc {
  margin: 0 auto 50px;
  max-width: 480px;
  color: #949494
}
.ts-plugins {
  display: inline-block;
  margin-top: 90px;
  text-align: center;
  width: 100%;
}
.ts-plugins ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.ts-plugins ul li {
  display: inline-block;
  margin: 0 35px;
}
.ts-header-inner .arrow-next{
  font-size: 30px;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-animation-name:todown;
  animation-name:todown;
  display: inline-block;
   width: 100%;
}
/* TO DOWN */
@-webkit-keyframes todown{
  0%{
    -webkit-transform:translateY(-15px);
    opacity:0;
  }
  10%{
    -webkit-transform:translateY(-15px);
    opacity:0;
  }
  50%{
    -webkit-transform:translateY(0);
    opacity:1;
  }
  90%{
    -webkit-transform:translateY(15px);
    opacity:0;
  }
  100%{
    -webkit-transform:translateY(15px);
    opacity:0;
  }
}
@keyframes todown{
  0%{
    transform:translateY(-15px);
    opacity:0;
  }
  10%{
    transform:translateY(-15px);
    opacity:0;
  }
  50%{
    transform:translateY(0);
    opacity:1;
  }
  90%{
    transform:translateY(15px);
    opacity:0;
  }
  100%{
    transform:translateY(15px);
    opacity:0;
  }
}
@media (max-width:767px)  {
  div.ts-feature.text-left,div.ts-feature.text-right {
    padding:0px;
  }
  div.ts-service-landing {
    position: relative;
    top: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .ts-img-customer {
    margin: 0 0 50px;
    padding: 0;
  }
  .ts-slide-features {
    background-size: 100%;
  }
  div.ts-slide-features {
    max-width: 200px;
    padding: 47px 12px 72px;
  }
  div.ts-slide-features .owl-stage-outer {
    max-height: 310px;
  }
  .ts-shortcode {
    padding-bottom: 60px;
  }
  .ts-rev-desc, .ts-rev-desc p {
    display: none;
  }
}