* {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  html {
      font-family: sans-serif;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      ont-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body, html {
    overflow-x: hidden;
  }
  body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
  }
  .container {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
  .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
      display: table;
      content: " ";
  }
  .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
      display: table;
      content: " ";
  }
  .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
      clear: both;
  }
  p {
      color: #777777;
      line-height: 24px;
      margin: 0 0 20px;
  }
  a {
    color: #232323;
      text-decoration: none;
  }
  body a {
      outline: none !important;
  }
  @font-face {
    font-family: 'FontAwesome';
    src: url('vendor/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('vendor/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('vendor/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('vendor/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('vendor/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ul, ol {
      margin-top: 0;
      margin-bottom: 10px;
  }
  li {
      line-height: 24px;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-family: inherit;
      font-weight: 500;
      line-height: 1.1;
      color: inherit;
  }
  h1, .h1, h2, .h2, h3, .h3 {
      margin-top: 20px;
      margin-bottom: 10px;
  }
  h1, .h1 {
      font-size: 36px;
  }
  h2, .h2 {
      font-size: 30px;
  }
  h3, .h3 {
      font-size: 24px;
  }
  h4, .h4 {
      font-size: 18px;
  }
  h1, h2, h3, h4, h5, h6 {
      color: #0e0e0e;
      font-weight: 200;
      letter-spacing: -1px;
      margin: 0;
  }
  h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}
  h2 {
      font-size: 2.6em;
      font-weight: 300;
      line-height: 42px;
      margin: 0 0 32px 0;
  }
  h3 {
      color: #CCC;
      font-size: 1.8em;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 24px;
      margin-bottom: 33px;
      text-transform: uppercase;
  }
  h4 {
      color: #CCC;
      font-size: 1.4em;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 27px;
      margin: 0 0 14px 0;
  }
  h3, h4, h5 {
      color: #121212;
  }
  b, strong {
      font-weight: bold;
  }
  strong {
      color: #444;
  }
  img {
      vertical-align: middle;
      border: 0;
  }
  button, input, optgroup, select, textarea {
      margin: 0;
      font: inherit;
      color: inherit;
  }
  button {
      overflow: visible;
  }
  button, select {
      text-transform: none;
  }
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer;
  }
  input, button, select, textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
  }
  .btn {
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
  }
  .btn-default {
      color: #333;
      background-color: #fff;
      border-color: #ccc;
  }
  .btn-primary {
      color: #fff;
      background-color: #428bca;
      border-color: #357ebd;
  }
  .btn-lg, .btn-group-lg > .btn {
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.33;
      border-radius: 6px;
  }
  .input-group-btn > .btn {
      position: relative;
  }
  .btn-responsive-nav {
      display: none;
  }
  .btn-primary, .pagination > .active > a, body.dark .pagination > .active > a {
      border-color: #232323 !important;
      color: #ffffff !important;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #232323;
      border-color: #232323;
  }
  .btn-primary:hover, .pagination > .active > a:hover, body.dark .pagination > .active > a:hover {
      border-color: #3c3c3a;
      background-color: #3c3c3a;
  }
  .btn:hover, .btn:focus {
      color: #333;
      text-decoration: none;
  }
  a:hover, a:focus {
      text-decoration: underline;
  }
  .row {
      margin-right: -15px;
      margin-left: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }
  hr {
      background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
      background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
      border: 0;
      height: 1px;
      margin: 22px 0 22px 0;
  }
  hr.tall {
      margin: 44px 0 44px 0;
  }
  .push-top {
      margin-top: 35px;
  }
  .mfp-hide {
      display: none !important;
  }
  .popup-inline-content {
      background: none repeat scroll 0 0 #FFF;
      margin: 40px auto;
      max-width: 1170px;
      padding: 20px 30px;
      position: relative;
      text-align: left;
  }
  .alert {
      padding: 15px;
      margin-bottom: 20px;
      border: 1px solid transparent;
      border-radius: 4px;
  }
  .alert-danger {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1;
  }
  .alert-success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6;
  }
  .hidden {
      display: none !important;
      visibility: hidden !important;
  }
  .input-group {
      position: relative;
      display: table;
      border-collapse: separate;
  }
  button, input, optgroup, select, textarea {
      margin: 0;
      font: inherit;
      color: inherit;
  }
  input, button, select, textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
  }
  .form-control {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  input[type="text"], input[type="password"], textarea, select {
      border: 1px solid #CCCCCC;
      border-radius: 3px;
      font-family: inherit;
      /* min-width: 240px; */
      padding: 0.428571rem;
  }
  .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0;
  }
  .input-group-addon, .input-group-btn, .input-group .form-control {
      display: table-cell;
  }
  .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }
  .input-group-addon, .input-group-btn {
      width: 1%;
      white-space: nowrap;
      vertical-align: middle;
  }
  .input-group-btn {
      position: relative;
      font-size: 0;
      white-space: nowrap;
  }
  .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
      margin-left: -1px;
  }
  /* Header Rules */
  #header {
      background: #F6F6F6;
      background: -webkit-linear-gradient( #f6f6f6, white);
      background: linear-gradient( #f6f6f6, white);
      clear: both;
      border-top: 5px solid #111111;
      min-height: 100px;
      padding: 8px 0;
  }
  #header .header-top {
      min-height: 50px;
  }
  #header.flat-menu .header-top {
      margin-top: -8px;
  }
  #header.clean-top .header-top {
      border-bottom: 1px solid #111111;
      background-color: #33322E;
      margin-top: -8px;
  }
  #header .header-top p {
      float: left;
      font-size: 16px;
      line-height: 50px;
      margin: 0;
      color: #FFFFFF;
  }
  .header-top .container p span {
      color: #FFFFFF;
  }
  #header .header-top i {
      margin-right: 6px;
      margin-left: 6px;
      position: relative;
      top: 1px;
  }
  header a:link {
      color: #D5C481;
  }
  .fa-phone:before {
      content: "\f095";
  }
  ul.social-icons {
      margin: 0;
      padding: 0;
      width: auto;
  }
  #header .social-icons {
      clear: right;
      float: right;
      margin-top: -6px;
      margin-left: 5px;
      position: relative;
  }
  #header.flat-menu .social-icons {
      margin: 11px 10px 9px 10px;
      margin: 10px 10px 0;
  }
  #header.clean-top .social-icons {
      margin: 11px 10px 9px 10px;
  }
  ul.social-icons li {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-image: url(img/social-sprites.png);
      background-repeat: no-repeat;
      background-position: 0 100px;
      display: inline-block;
      margin: -1px 1px 5px 0;
      padding: 0;
      border-radius: 100%;
      overflow: visible;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  ul.social-icons li.facebook {
      background-position: 0 -120px;
  }
  ul.social-icons li.instagram {
      background-position: 0 -1680px;
  }
  ul.social-icons li.facebook:hover {
      background-position: 0 -150px;
  }
  ul.social-icons li.instagram:hover {
      background-position: 0 -1710px;
  }
  ul.social-icons li a {
      display: block;
      height: 30px;
      width: 30px;
      text-align: center;
  }
  ul.social-icons li[class] a {
      text-indent: -9999px;
  }
  #header > .container {
      height: 100px;
      margin-bottom: -35px;
      position: relative;
      display: table;
      max-width: 1170px;
  }
  #header.flat-menu > .container {
      height: 30px;
      margin-bottom: -82px;
  }
  #header .logo {
      -webkit-transition: all 0.2s ease-in 0.2s;
      -moz-transition: all 0.2s ease-in 0.2s;
      transition: all 0.2s ease-in 0.2s;
      margin: 0;
      padding: 4px 0;
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      color: transparent;
      float: right;
      margin-bottom: 6px;
  }
  #header .logo a {
      position: relative;
      z-index: 1;
  }
  #header .logo img {
      position: relative;
      color: transparent;
  }
  #header section {
      background-color: #000;
      height: 100px;
  }
  .collapse {
      display: none;
  }
  .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
      overflow-x: visible;
      -webkit-overflow-scrolling: touch;
      border-top: 1px solid transparent;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  }
  #header .nav-main-collapse {
      overflow-y: visible;
  }
  #header nav {
      float: left;
  }
  .nav {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
  }
  #header nav ul.nav-main {
      margin: -7px 10px 8px 0;
  }
  #header.flat-menu nav ul.nav-main {
      float: right;
      margin: 8px 0 -8px;
  }
  .nav > li {
      position: relative;
      display: block;
  }
  .nav-pills > li {
      float: left;
  }
  .nav-pills > li + li {
      margin-left: 2px;
  }
  #header nav ul.nav-main > li + li {
      margin-left: -4px;
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #428bca;
  }
  ul.nav-pills > li.active > a {
      background-color: #CCC;
  }
  ul.nav-pills > li.active > a {
      background-color: #232323;
  }
  #header nav ul.nav-main li a {
      font-size: 16px;
      font-style: normal;
      line-height: 20px;
      margin-left: 3px;
      margin-right: 3px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 10px 13px;
  }
  #header nav ul.nav-main li.active a {
      background-color: #CCC;
  }
  #header.flat-menu nav ul.nav-main > li > a {
      margin-bottom: 0;
      border-top: 2px solid transparent;
  }
  #header.flat-menu nav ul.nav-main li a {
      margin-left: 1px;
      margin-right: 3px;
      padding-bottom: 30px;
      padding-top: 30px;
  }
  #header nav ul.nav-main ul.dropdown-menu, #header nav ul.nav-main li.dropdown.open .dropdown-toggle, #header nav ul.nav-main li.active a, #header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.dropdown:hover a {
      color: #FFF;
      background-color: #232323 !important;
  }
  #header.flat-menu nav ul.nav-main li > a, #header.flat-menu nav ul.nav-main li.active > a {
      color: #DDCA7B;
  }
  #header.flat-menu nav ul.nav-main li.active > a {
      color: #DECA7B;
      background-color: transparent !important;
  }
  #header.flat-menu nav ul.nav-main li > a:hover, #header.flat-menu nav ul.nav-main li.dropdown:hover a {
      color: #FFF !important;
      background-color: #232323 !important;
      text-decoration: none;
  }
  #header.flat-menu nav ul.nav-main li > a, #header.flat-menu nav ul.nav-main li.active > a {
      color: #DDCA7B;
  }
  #header nav ul.nav-main li a.dropdown-toggle.extra {
      display: none;
  }
  .fa-angle-down:before {
      content: "\f107";
  }
  .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 230px;
      padding: 5px 0;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, .15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  #header nav ul.nav-main ul.dropdown-menu {
      background-color: #CCC;
      border: 0;
      border-radius: 0 6px 6px 6px;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
      margin: 1px 0 0 3px;
      padding: 5px;
      top: auto;
  }
  #header nav ul.nav-main ul.dropdown-menu, #header nav ul.nav-main li.dropdown.open .dropdown-toggle, #header nav ul.nav-main li.active a, #header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.dropdown:hover a {
      color: #FFF;
      background-color: #232323 !important;
  }
  #header nav ul.nav-main ul.dropdown-menu {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #232323;
      border-color: #232323;
  }
  #header.flat-menu nav ul.nav-main ul.dropdown-menu {
      margin: 0 0 0 1px;
      border-radius: 0;
  }
  #header nav ul.nav-main ul.dropdown-menu:hover {
      border-color: #3c3c3a;
      background-color: #3c3c3a;
  }
  
  #header nav ul.nav-main li ul a {
      text-transform: none;
      font-weight: normal;
      font-size: 0.9em;
  }
  #header.flat-menu nav ul.nav-main li a {
      margin-left: 1px;
      margin-right: 3px;
      padding-bottom: 30px;
      padding-top: 30px;
      display: inline-block;
  }
  #header nav ul.nav-main ul.dropdown-menu > li > a {
      color: #FFF;
      font-weight: 400;
      padding-bottom: 4px;
      padding-top: 4px;
      text-transform: none;
      position: relative;
      padding: 8px 10px 8px 5px;
      font-size: 0.9em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      width: 100%;
  }
  #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
      background: none !important;
  }
  #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
      background: #3c3c3a !important;
      text-decoration: none;
  }
  #header.fixed {
      border-bottom: 1px solid #E9E9E9;
      position: fixed;
      top: -57px;
      width: 100%;
      z-index: 1001;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      filter: none;
  }
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
      content: "\f0c9";
  }
  /* Header Rules */
  .page-top {
      background-color: #171717;
      border-bottom: 5px solid #CCC;
      border-top: 5px solid #384045;
      margin-bottom: 35px;
      min-height: 50px;
      padding: 0;
      padding: 20px 0;
      position: relative;
      text-align: left;
  }
  .breadcrumb {
      padding: 8px 15px;
      margin-bottom: 20px;
      list-style: none;
      background-color: #f5f5f5;
      border-radius: 4px;
  }
  .page-top ul.breadcrumb {
      background: none;
      margin: -3px 0 0;
      padding: 0;
  }
  .breadcrumb > li {
      display: inline-block;
  }
  .breadcrumb > .active {
      color: #777;
  }
  .page-top ul.breadcrumb > li {
      text-shadow: none;
  }
  .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\00a0";
  }
  .page-top h2 {
      border-bottom: 5px solid #CCC;
      color: #FFF;
      display: inline-block;
      font-weight: 200;
      margin: 0 0 -25px;
      min-height: 37px;
      line-height: 46px;
      padding: 0 0 17px;
      position: relative;
  }
  section.page-top h2 {
      border-bottom-color: #D6BC52;
  }
  .home-intro {
      background-color: #171717;
      margin-bottom: 60px;
      overflow: hidden;
      padding: 20px 0 10px 0;
      position: relative;
      text-align: left;
  }
  .home-intro p {
      color: #FFF;
      display: inline-block;
      font-size: 1.4em;
      font-weight: 300;
      max-width: 800px;
      padding-top: 5px;
  }
  .home-intro p em {
      font-family: "Shadows Into Light", cursive;
      font-size: 1.6em;
      color: #D0BC72;
      font-size: 1.4em;
  }
  .home-intro p span {
      color: #999;
      display: block;
      font-size: 0.8em;
      padding-top: 5px;
  }
  .home-intro .get-started {
      margin-top: 15px;
      margin-bottom: 15px;
      position: relative;
      text-align: right;
  }
  .home-intro .get-started a {
      color: #FFF;
  }
  .home-intro .get-started a:not(.btn) {
      color: #777777;
  }
  .read-more, .learn-more {
      display: inline-block;
      white-space: nowrap;
  }
  .home-intro .learn-more {
      margin-left: 15px;
  }
  #full-slider-wrapper { background: url(sliderimages/fw-1.webp) no-repeat 50% 50%;
    background-size: cover;
    height: 600px;
    position: relative; }
  .bann_content { margin-top: 50px; margin-left: 15%; position: absolute; }
  .bann_content h2 { font-weight: 300; display: inline-block;
    height: 40px;
    padding: 0px 10px;
    font-size: 30px;
    line-height: 37px;
    color: rgb(255, 255, 255);
    background: rgb(51, 50, 46);
    border-radius: 3px; }
  .bann_content h3 { margin-top: 30px; font-size: 36px;
    color: rgb(255, 236, 51); font-family: Arial;
    text-shadow: rgb(0 0 0) 2px 2px 2px; }
  #full-slider-wrapper img { position: absolute; bottom: 0; left: 0; }
  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
  }
  .portfolio-item { width: 380px; float: left; margin: 5px; }
  .img-thumbnail {
      display: inline-block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      padding: 4px;
      line-height: 1.42857143;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      position: relative;
  }
  .img-thumbnail {
      border-radius: 8px;
      position: relative;
  }
  .thumb-info {
      display: block;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      max-width: 100%;
  }
  .thumb-info img {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
      border-radius: 3px;
      position: relative;
  }
  .thumb-info:hover img {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }
  .thumb-info .thumb-info-title {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      background: rgba(36, 27, 28, 0.9);
      bottom: 10%;
      color: #FFF;
      font-size: 18px;
      font-weight: 700;
      left: 0;
      letter-spacing: -1px;
      padding: 9px 11px 2px;
      position: absolute;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      z-index: 1;
  }
  .thumb-info .thumb-info-inner {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      display: block;
      white-space: nowrap;
  }
  .thumb-info .thumb-info-type {
      background-color: #232323;
      border-radius: 2px;
      display: inline-block;
      float: left;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      margin: 8px -2px -15px -2px;
      padding: 2px 9px;
      text-transform: none;
  }
  .thumb-info .thumb-info-action {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      background: rgba(36, 27, 28, 0.9);
      bottom: 0;
      color: #FFF;
      filter: alpha(opacity=0);
      height: 100%;
      left: 0;
      opacity: 0.0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
  }
  .thumb-info:hover .thumb-info-action {
      filter: alpha(opacity=100);
      opacity: 1;
  }
  .thumb-info .thumb-info-action-icon {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      background: #CCC;
      border-radius: 0 0 0 25px;
      display: inline-block;
      font-size: 25px;
      height: 50px;
      line-height: 50px;
      position: absolute;
      right: -100px;
      text-align: center;
      top: -100px;
      width: 50px;
  }
  .thumb-info .thumb-info-action-icon {
      background-color: #232323;
  }
  .thumb-info:hover .thumb-info-action-icon {
      right: 0;
      top: 0;
  }
  .thumb-info .thumb-info-action-icon i {
      font-size: 24px;
      left: 3px;
      position: relative;
      top: -4px;
  }
  .thumb-info-caption {
      padding: 10px 0;
  }
  .thumb-info-caption p {
      font-size: 0.9em;
      line-height: 20px;
      margin: 0 0 8px;
      padding: 10px;
  }
  .fa-chain:before, .fa-link:before {
      content: "\f0c1";
  }

  h2.short {
      margin-bottom: 15px;
  }

  h2.word-rotator-title {
      line-height: 64px;
      text-align: center;
  }
  .inverted {
      color: #FFF;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      background-color: #232323;
      min-height: 60px;
  }
  .word-rotate {
      visibility: hidden;
      width: 100px;
      height: 0px;
      margin-bottom: -7px;
      display: inline-block;
      overflow: hidden;
      text-align: center;
      position: relative;
      margin-bottom: -12px;
  }
  .word-rotate.active {
      visibility: visible;
      width: auto;
  }
  .word-rotate .word-rotate-items {
      position: relative;
      top: 0;
      width: 100%;
  }
  .word-rotate .word-rotate-items span {
      display: block;
      white-space: nowrap;
  }
  .lead {
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.4;
  }
  p.featured {
      font-size: 1.6em;
      line-height: 1.5em;
  }
  ul.team-list {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  ul.team-list .team-item {
      margin-bottom: 35px;
  }
  .thumb-info {
      display: block;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      max-width: 100%;
  }
  .thumbnail > img, .thumbnail a > img {
      margin-right: auto;
      margin-left: auto;
  }
  section.featured {
      background: #F0F0ED;
      border-top: 5px solid #ECECE8;
      margin: 0px 0;
      padding: 30px 0;
      margin-bottom: 20px;
  }
  section.call-to-action {
      position: relative;
      clear: both;
  }
  section.featured.footer {
      margin: 30px 0 -70px;
  }
  .center {
      text-align: center;
  }
  section.call-to-action h3 {
      text-transform: none;
      color: #121212;
  }
  section.call-to-action h3 .btn {
      margin-left: 10px;
  }
  *:before, *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  section.call-to-action:before {
      content: "";
      display: block;
      position: absolute;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #FFF;
      height: 15px;
      width: 15px;
      top: -5px;
      left: 50%;
      margin-left: -7px;
  }
  .thumbnail {
      display: block;
      padding: 4px;
      margin-bottom: 20px;
      line-height: 1.42857143;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
  }
  ul.team-list .team-item {
      margin-bottom: 35px;
  }
  .featured-box {
      background: #F5F5F5;
      background-color: transparent;
      background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
      background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid #DFDFDF;
      border-left: 1px solid #ECECEC;
      border-radius: 8px;
      border-right: 1px solid #ECECEC;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      min-height: 100px;
      position: relative;
      text-align: center;
      z-index: 1;
  }
  .feature-box .feature-box-icon {
      background: #CCC;
      border-radius: 35px;
      color: #FFF;
      display: inline-block;
      float: left;
      height: 35px;
      line-height: 35px;
      margin-right: 10px;
      position: relative;
      text-align: center;
      top: 5px;
      width: 35px;
  }
  .feature-box .feature-box-icon {
      background-color: #232323;
  }
  .featured-box .box-content {
      border-radius: 8px;
      border-top: 3px solid #33B8FF;
      border-top-width: 4px;
      padding: 30px 30px 10px 30px;
  }
  .featured-box-secundary .box-content {
      border-top-color: #232323;
  }
  .fa-check:before {
      content: "\f00c";
  }
  .feature-box .feature-box-info {
      padding-left: 50px;
  }
  h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
      margin-bottom: 0;
  }
  p.tall {
      margin-bottom: 20px;
  }
  ul.portfolio-list {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .owl-carousel {
      /*display: none;*/
      position: relative;
      width: 100%;
      -ms-touch-action: pan-y;
  }
  .owl-carousel {
      position: relative;
      z-index: 1;
  }
  .owl-carousel-spaced {
      margin-left: -5px;
  }
  .owl-carousel .owl-wrapper-outer {
      overflow: hidden;
      position: relative;
      width: 100%;
  }
  .owl-carousel .owl-item {
      float: left;
  }
  .google-map {
      background: #E5E3DF;
      height: 400px;
      margin: -35px 0 30px 0;
      width: 100%;
  }
  .form-group {
      margin-bottom: 15px;
  }
  .form-horizontal .form-group {
      margin-right: -15px;
      margin-left: -15px;
  }
  label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: bold;
  }
  form label {
      font-weight: normal;
  }
  .form-control {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  input[type="text"], input[type="password"], textarea, select {
      border: 1px solid #CCCCCC;
      border-radius: 3px;
      font-family: inherit;
      /* min-width: 240px; */
      padding: 0.428571rem;
  }
  textarea.form-control {
      height: auto;
  }
  .list-unstyled {
      padding-left: 0;
      list-style: none;
  }
  .fa-map-marker:before {
      content: "\f041";
  }
  /* Footer Rules */
  #footer {
      background: #0e0e0e;
      border-top: 4px solid #0e0e0e;
      font-size: 0.9em;
      margin-top: 50px;
      padding: 80px 0 0;
      position: relative;
      clear: both;
  }
  #footer .footer-ribbon {
      background: #232323;
      position: absolute;
      margin: -100px 0 0 22px;
      padding: 10px 20px 6px 20px;
  }
  #footer .container .row > div {
      margin-bottom: 25px;
  }
  #footer .footer-ribbon:before {
      border-right: 10px solid #646464;
      border-top: 16px solid transparent;
      content: "";
      display: block;
      height: 0;
      left: -10px;
      position: absolute;
      top: 0;
      width: 7px;
  }
  #footer .footer-ribbon:before {
      border-right-color: #D7BD54;
  }
  #footer .footer-ribbon span {
      color: #FFF;
      font-size: 1.6em;
      font-family: "Shadows Into Light", cursive;
  }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer a {
      color: #FFF !important;
  }
  #footer h4 {
      font-size: 1.8em;
      font-weight: 200;
  }
  #footer form {
      filter: alpha(opacity=85);
      opacity: 0.85;
  }
  #footer .newsletter form {
      width: 100%;
      max-width: 262px;
  }
  #footer .newsletter form input.form-control {
      height: 34px;
      padding: 6px 12px;
  }
  #footer .contact {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  #footer .contact p {
      margin-bottom: 10px;
  }
  #footer .contact i {
      display: block;
      float: left;
      font-size: 1.2em;
      margin: 7px 8px 10px 0;
      position: relative;
      text-align: center;
      top: -2px;
      width: 16px;
  }
  .fa-map-marker:before {
      content: "\f041";
  }
  .fa-envelope:before {
      content: "\f0e0";
  }
  #footer .footer-copyright {
      background: #060606;
      border-top: 4px solid #060606;
      margin-top: 40px;
      padding: 30px 0 10px;
  }
  #footer .footer-copyright p {
      color: #555;
      margin: 0;
      padding: 0;
  }
  #footer .footer-copyright nav {
      float: right;
  }
  #footer .footer-copyright nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  #footer .footer-copyright nav ul li {
      border-left: 1px solid #505050;
      display: inline-block;
      line-height: 12px;
      margin: 0;
      padding: 0 8px;
  }
  #footer .footer-copyright nav ul li:first-child {
      border: medium none;
      padding-left: 0;
  }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer a {
      color: #FFF !important;
  }
  /* Footer Rules */
  @media (min-width: 768px)
  {
    .container {
        width: 750px;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .lead {
        font-size: 21px;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
  }
  @media (max-width: 479px)
  {
    #header nav ul.nav-top, #header .header-top {
        display: block;
    }
    /*#header .header-top a {
        display: none;
    }*/
  }
  @media (max-width: 768px)
  {
    #header {
        display: block;
    }
    #header > .container {
        width: 100%;
        background-color: #000;
    }
    #header .header-top p {
          line-height: inherit;
          float: none;
    }
    #header.clean-top .social-icons { margin-top: 10px;
    float: none;
    clear: both;
    text-align: center; }
    .btn-responsive-nav {
        top: 55px;
    }
  }
  @media (max-width: 991px)
  {
    #header {
        clear: both;
        background-color: #000;
    }
    #header > .container {
        margin-bottom: 0;
    }
    #header.flat-menu > .container {
        margin-bottom: 0;
    }
    #header .logo {
        margin-top: 20px;
        float: left;
        background-color: #000;
    }
    #header h1.logo img {
        max-width: 200px;
        max-height: none !important;
        height: auto !important;
    }
    .btn-responsive-nav {
        background: #171717;
        top: 55px;
        display: block;
        position: absolute;
        right: 20px;
        color: #FFF;
        z-index: 1;
    }
    #header.flat-menu .btn-responsive-nav, #header.center .btn-responsive-nav {
        top: 35px;
    }
    #header section {
        background-color: #000;
        margin-top: -86px;
    }
    #header .nav-main-collapse {
        top: 98px;
        position: relative;
        background: #171717;
        max-height: none;
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    #header .nav-main-collapse.collapse {
        display: none !important;
        z-index: 9999;
    }
    #header .nav-main-collapse.in {
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
        display: block !important;
    }
    #header .nav-main {
        padding: 10px 0;
        clear: both;
        display: block;
        float: none;
        width: 100%;
    }
    #header .nav-main ul {
        padding: 0;
        margin: 0;
    }
    #header .nav-main ul.nav-main {
        float: none;
        position: static;
        margin: 8px 0;
        margin-right: -10px;
    }
    #header.flat-menu nav ul.nav-main {
        padding: 0;
        margin: 0;
    }
    #header .nav-main ul li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2A2A2A;
    }
    #header nav ul.nav-main li a {
        color: #FFF;
        clear: both;
        float: none;
        display: block;
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    #header.flat-menu nav ul.nav-main li a {
        color: #FFF !important;
    }
    body #header nav ul.nav-main li.dropdown.open .dropdown-toggle, body #header nav ul.nav-main li a, body #header nav ul.nav-main li > a:hover, body #header nav ul.nav-main li.active a, body #header nav ul.nav-main li.dropdown:hover a {
        background: none !important;
        background-color: transparent !important;
    }
    body #header.flat-menu nav ul.nav-main li a, body #header.flat-menu nav ul.nav-main li.dropdown:hover > a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    #header .nav-main ul li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2A2A2A;
    }
    #header nav ul.nav-main > li + li {
        margin-left: 0;
    }
    #header nav ul.nav-main li a {
        color: #FFF;
        clear: both;
        float: none;
        display: block;
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    #header.flat-menu nav ul.nav-main li a {
        color: #FFF !important;
    }
    body #header.flat-menu nav ul.nav-main li a, body #header.flat-menu nav ul.nav-main li.dropdown:hover > a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    #header .nav-main li.dropdown a.dropdown-toggle.extra {
        float: right;
        position: relative;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin: 3px 0 -38px 0;
        z-index: 10;
        display: block;
    }
    #header nav ul.nav-main li a i.fa-angle-down {
        position: absolute;
        right: 5px;
        top: 10px;
        display: inline-block;
    }
    #header .nav-main ul {
        padding: 0;
        margin: 0;
    }
    #header .nav-main ul ul {
        margin-left: 20px !important;
    }
    #header .nav-main ul.dropdown-menu {
        position: static;
        clear: both;
        float: none;
        display: none;
    }
    #header .nav-main ul.dropdown-menu.active { display: block; }
    #header nav ul.nav-main ul.dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    body #header nav ul.nav-main ul.dropdown-menu {
        background: none !important;
        background-color: transparent !important;
    }
    #header .nav-main ul li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
        border-bottom: 1px solid #2A2A2A;
    }
    #header nav ul.nav-main li a {
        color: #FFF;
        clear: both;
        float: none;
        display: block;
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }
    body #header nav ul.nav-main li.dropdown.open .dropdown-toggle, body #header nav ul.nav-main li a, body #header nav ul.nav-main li > a:hover, body #header nav ul.nav-main li.active a, body #header nav ul.nav-main li.dropdown:hover a {
        background: none !important;
        background-color: transparent !important;
    }
    #header nav ul.nav-main ul.dropdown-menu li > a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
        border-bottom: none;
    }
    #full-slider-wrapper { height: 161px; }
    #full-slider-wrapper img { width: 100%; height: auto; }
    .bann_content { margin-top: 10px; margin-left: 5%; }
    .bann_content h2 { font-size: 15px; margin-bottom: 0;     height: 30px;
    line-height: 30px; }
    .bann_content h3 { margin-top: 10px; font-size: 15px; }
    h1 { font-size: 3em; }
    .portfolio-item { width: 100%; float: none; margin: auto; }
    .word-rotate-wrapper { width: 55% !important; }
    .thumbnail {
        border: 0;
        text-align: center;
    }
    ul.team-list .team-item {
        margin: 0 auto 35px;
        max-width: 265px;
    }
    .thumb-info .thumb-info-title {
        font-size: 14px;
    }
    section.call-to-action { padding-left: 1px; padding-right: 1px; }
    section.call-to-action h3 { font-size: 1.5em; }
  }
  @media (min-width: 992px)
  {
    .container {
        width: 970px;
    }
    #header nav.mega-menu .nav, #header nav.mega-menu .dropup, #header nav.mega-menu .dropdown, #header nav.mega-menu .collapse {
        /*position: static;*/
    }
    #header nav.mega-menu .dropdown-menu {
        left: auto;
    }
    #header nav.mega-menu .dropdown-menu > li {
        display: block;
    }
    #header nav ul.nav-main li.dropdown:hover > ul {
        display: block;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
      width: 58.33333333%;
  }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-12 {
        width: 100%;
    }
  }
  @media (min-width: 1200px)
  {
    .container {
        width: 1170px;
    }
  }

  /* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.word-rotate-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    width: 20%;
    cursor: pointer;
    background-color: #000;
    height: 60px;
}

.word-rotate-wrapper h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
    color: #fff;
    position: absolute;
    padding: 0.5rem;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(4rem);
    -webkit-transform: translateY(4rem);
    -moz-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
    -o-transform: translateY(4rem);
    opacity: 0;
    text-align: center;
    margin-top: 0px;
    text-transform: capitalize;
}

.word-rotate-wrapper h3:first-child {
    position: relative;
}

.word-rotate-wrapper h3.show {
    transform: translateY(.6rem);
    -webkit-transform: translateY(.6rem);
    -moz-transform: translateY(.6rem);
    -ms-transform: translateY(.6rem);
    -o-transform: translateY(.6rem);
    opacity: 1;
}
//START: Media Query
@media screen and (max-width: 800px) {
  .word-rotate-wrapper{
    .block-element;
    .text-align-center;
    width:100%;
  }
  .word-rotate-wrapper h2{
    .text-align-center;
  }
}