#welcome {
  width: 70%;
  background: url(../images/index-bg.jpg) center no-repeat;
  background-size: cover; }
  #welcome .txt {
    padding-right: 170px;
    padding-bottom: 150px; }
    @media screen and (max-width: 1400px) {
      #welcome .txt {
        padding-right: 100px; } }
    @media screen and (max-width: 1200px) {
      #welcome .txt {
        padding-right: 30px; } }
    @media screen and (max-height: 800px) {
      #welcome .txt {
        padding-bottom: 115px; } }
    @media screen and (max-height: 750px) {
      #welcome .txt {
        padding-bottom: 80px; } }
    @media screen and (max-height: 700px) {
      #welcome .txt {
        padding-bottom: 45px; } }
    @media screen and (max-height: 650px) {
      #welcome .txt {
        padding-bottom: 10px; } }
    @media screen and (max-width: 992px), screen and (max-height: 630px) {
      #welcome .txt {
        padding: 0; } }
    #welcome .txt .index-title {
      position: relative;
      float: left;
      width: 100%; }
      #welcome .txt .index-title h1 {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 30px; }
        @media screen and (max-width: 1200px) {
          #welcome .txt .index-title h1 {
            margin-bottom: 27px; } }
        @media screen and (max-width: 640px) {
          #welcome .txt .index-title h1 {
            margin-bottom: 25px; } }
        #welcome .txt .index-title h1 span {
          display: block;
          position: relative;
          float: left;
          width: 100%;
          opacity: 0; }
          #welcome .txt .index-title h1 span:first-child {
            margin-left: -100px; }
          #welcome .txt .index-title h1 span:last-child {
            margin-left: 100px; }
    #welcome .txt .index-text {
      position: relative;
      float: left;
      width: 100%;
      margin-left: -50px;
      opacity: 0; }

#slides {
  width: 100%; }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
    #slides {
      height: 400px !important; }
      #slides .content {
        height: 100% !important; } }
  #slides #slides-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden; }
    #slides #slides-holder .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-position: center !important;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      display: none; }
      #slides #slides-holder .slide:first-child {
        display: block; }
      #slides #slides-holder .slide.active {
        z-index: 1; }
  #slides #slides-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1; }
    #slides #slides-text .slides-text-wrapper {
      position: relative;
      float: left;
      width: 100%;
      background: rgba(255, 255, 255, 0.7); }
    #slides #slides-text .slide-cell {
      padding: 30px 0 35px; }
      #slides #slides-text .slide-cell .wrapper {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
    #slides #slides-text .int-caption {
      position: relative;
      float: left;
      width: 100%;
      font-weight: bold;
      text-transform: uppercase;
      padding-bottom: 10px;
      opacity: 0;
      color: #808080;
      margin-left: 50px; }
    #slides #slides-text #slide-caption {
      position: relative;
      float: left;
      width: 100%; }
      #slides #slides-text #slide-caption .caption {
        margin-left: -50px;
        position: relative;
        float: left;
        width: 100%;
        opacity: 0;
        display: none; }
        #slides #slides-text #slide-caption .caption.active .slide-name span::after {
          width: 100%; }
        #slides #slides-text #slide-caption .caption .slide-name {
          position: relative;
          float: left;
          width: 50%;
          padding-right: 30px; }
          @media screen and (max-width: 1600px) {
            #slides #slides-text #slide-caption .caption .slide-name {
              width: 60%; } }
          @media screen and (max-width: 1200px) {
            #slides #slides-text #slide-caption .caption .slide-name {
              width: 65%; } }
          @media screen and (max-width: 768px) {
            #slides #slides-text #slide-caption .caption .slide-name {
              width: 100%;
              padding-right: 0; } }
          #slides #slides-text #slide-caption .caption .slide-name span {
            display: inline-block;
            position: relative;
            font-family: 'NBC';
            font-size: 72px;
            font-style: italic;
            line-height: 74px; }
            @media screen and (max-width: 1400px) {
              #slides #slides-text #slide-caption .caption .slide-name span {
                font-size: 60px;
                line-height: 62px; } }
            @media screen and (max-width: 1200px) {
              #slides #slides-text #slide-caption .caption .slide-name span {
                font-size: 50px;
                line-height: 52px; } }
            @media screen and (max-width: 992px) {
              #slides #slides-text #slide-caption .caption .slide-name span {
                font-size: 40px;
                line-height: 42px; } }
            @media screen and (max-width: 480px) {
              #slides #slides-text #slide-caption .caption .slide-name span {
                font-size: 36px;
                line-height: 38px; } }
            #slides #slides-text #slide-caption .caption .slide-name span i {
              position: relative;
              z-index: 2; }
        #slides #slides-text #slide-caption .caption .slide-view {
          position: relative;
          float: left;
          width: 50%; }
          @media screen and (max-width: 1600px) {
            #slides #slides-text #slide-caption .caption .slide-view {
              width: 40%; } }
          @media screen and (max-width: 1200px) {
            #slides #slides-text #slide-caption .caption .slide-view {
              width: 35%; } }
          @media screen and (max-width: 768px) {
            #slides #slides-text #slide-caption .caption .slide-view {
              width: 100%; } }
          #slides #slides-text #slide-caption .caption .slide-view a {
            display: block;
            position: relative;
            float: left;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
            padding-left: 48px;
            margin-top: 7px;
            background: url(../images/camera.png) center left no-repeat; }
            @media screen and (max-width: 1200px) {
              #slides #slides-text #slide-caption .caption .slide-view a {
                margin-top: 5px; } }
            @media screen and (max-width: 992px) {
              #slides #slides-text #slide-caption .caption .slide-view a {
                margin-top: 0; } }
            @media screen and (max-width: 768px) {
              #slides #slides-text #slide-caption .caption .slide-view a {
                margin-top: 18px; } }
            #slides #slides-text #slide-caption .caption .slide-view a span {
              display: inline-block;
              position: relative; }
              #slides #slides-text #slide-caption .caption .slide-view a span::after {
                font-size: 0;
                line-height: 0;
                content: '';
                position: absolute;
                width: 26px;
                height: 2px;
                left: 0;
                bottom: -2px;
                background: #000;
                transition: width .25s ease-in-out; }
            #slides #slides-text #slide-caption .caption .slide-view a:hover span::after {
              width: 100%; }

#slide-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1; }
  #slide-nav a {
    display: block;
    position: absolute;
    width: 57px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    transition: opacity .25s ease-in-out; }
    #slide-nav a.prev {
      background: url(../images/prev.png) center left no-repeat;
      left: 25px; }
    #slide-nav a.next {
      background: url(../images/next.png) center left no-repeat;
      right: 25px; }
    #slide-nav a:hover {
      opacity: .7; }

/*# sourceMappingURL=index.css.map */
