/* Plugins */
@import url("../support/bootstrap/css/bootstrap.min.css");
@import url("../support/bootstrap/css/bootstrap-theme.min.css");
@import url("../support/fontawesome/css/font-awesome.min.css");
/* Others */
@import url(../fonts/museosans/stylesheet.css);
@import url("override_plugins.css");
/* Global
=======================================*/
*, html {
  margin: 0;
  padding: 0; }

body {
  font-family: "museo_sans", arial;
  color: #757575;
  font-size: 12px;
  line-height: 1.2; }

h1, h2, h3, h4, h5 {
  font-weight: bold; }

a:hover, a:focus {
  text-decoration: none; }

a, button, img {
  outline: none; }

input, button {
  border-radius: 0; }

button:active, .button:active, button:focus, .button:focus, button:hover, .button:hover {
  outline: none; }

/* Web
=======================================*/
header {
  padding-top: 50px; }
  header .container {
    position: relative; }
  header .logo {
    position: absolute;
    top: -30px;
    left: 80px;
    width: 132px;
    height: auto;
    z-index: 2; }
    header .logo img {
      width: 100%; }
  header #menu_toggle {
    display: none;
    position: absolute;
    height: 40px;
    width: 35px;
    right: 15px;
    font-size: 40px;
    font-weight: 700;
    color: #C38D00;
    z-index: 2; }
    header #menu_toggle:hover {
      cursor: pointer; }
  header .menu ul {
    float: right; }
    header .menu ul li {
      font-family: "museo_sans", arial;
      list-style: none;
      display: inline-block;
      margin-left: 30px;
      font-size: 18px;
      font-weight: 500; }
      header .menu ul li a {
        color: #C38D00; }
      header .menu ul li:first-child {
        margin-left: 0; }
      header .menu ul li.active a,
      header .menu ul li a:hover {
        color: #090963;
        font-weight: 700; }

main .preheader {
  margin-top: 15px; }
main .preheader.general {
  position: relative; }
  main .preheader.general .featured {
    width: 100%; }
  main .preheader.general .content {
    position: relative;
    padding: 30px;
    font-size: 22px;
    color: #FFFFFF;
    background: #042D68;
    text-align: center; }
    main .preheader.general .content .title {
      font-family: "museo_sans_bold", arial;
      margin: 120px 0 20px;
      font-size: 40px;
      color: #FFFFFF; }
      main .preheader.general .content .title span {
        color: #C38D00; }
    main .preheader.general .content .description {
      margin: auto;
      width: 80%;
      line-height: 1.5; }
main.home {
  font-size: 20px; }
  main.home .preheader .content {
    background: url("../images/background_home_header.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    height: 650px;
    overflow: hidden;
    background-size: cover; }
    main.home .preheader .content .wording {
      position: absolute;
      top: 200px;
      left: 50px;
      color: #FFFFFF; }
      main.home .preheader .content .wording .title {
        font-family: "museo_sans_bold", arial;
        font-size: 70px;
        line-height: 1; }
      main.home .preheader .content .wording .subtitle {
        margin-top: 15px;
        font-size: 20px;
        line-height: 1.5; }
    main.home .preheader .content .featured {
      width: 100%; }
  main.home .preheader .subcontent {
    position: relative;
    margin-top: -125px;
    font-size: 16px;
    line-height: 1.5; }
    main.home .preheader .subcontent .parent {
      width: 900px;
      margin: auto; }
    main.home .preheader .subcontent .left {
      float: left;
      width: 40%;
      margin-top: 45px;
      padding: 30px 40px;
      height: 190px;
      background: #E5E5E5; }
      main.home .preheader .subcontent .left .header {
        font-family: "museo_sans_bold", arial;
        font-size: 40px;
        color: #C38D00; }
      main.home .preheader .subcontent .left .body {
        margin-top: 10px;
        color: #757575;
        font-weight: 700; }
    main.home .preheader .subcontent .right {
      float: left;
      width: 60%;
      padding: 50px;
      height: 280px;
      font-size: 18px;
      color: #FFFFFF;
      background: #042D68;
      line-height: 1.5; }
      main.home .preheader .subcontent .right .more {
        font-family: "museo_sans_bold", arial;
        margin-top: 20px; }
        main.home .preheader .subcontent .right .more a {
          color: #C38D00; }
    main.home .preheader .subcontent .child {
      background: url("../images/background_subcontent_child.jpg");
      background-size: 100% auto;
      background-repeat: no-repeat;
      font-family: "museo_sans_bold", arial;
      background-size: cover;
      margin-top: 30px;
      padding: 100px 50px 50px;
      height: 380px;
      text-align: center;
      color: #FFFFFF;
      font-size: 42px; }
      main.home .preheader .subcontent .child .more {
        margin-top: 20px;
        font-size: 20px; }
        main.home .preheader .subcontent .child .more a {
          color: #E59E00; }
  main.home .wrapper {
    margin-top: 60px;
    text-align: center; }
    main.home .wrapper .title {
      font-family: "museo_sans_bold", arial;
      font-size: 50px;
      color: #042D68; }
      main.home .wrapper .title span {
        color: #C38D00; }
    main.home .wrapper .description {
      margin: 20px auto 0;
      width: 70%;
      line-height: 1.5; }
    main.home .wrapper .content {
      margin: 50px 0; }
      main.home .wrapper .content .box {
        position: relative; }
        main.home .wrapper .content .box .featured {
          width: 100%; }
        main.home .wrapper .content .box .text {
          position: absolute;
          display: none;
          left: 0;
          bottom: 0;
          width: 100%;
          padding: 15px;
          color: #FFFFFF;
          font-weight: 700;
          background: #042d68;
          background: rgba(4, 45, 104, 0.7); }
          main.home .wrapper .content .box .text .icon {
            margin: 0 10px 0 0;
            max-height: 35px; }
main.products .wrapper {
  margin: 30px 0; }
  main.products .wrapper .product_top {
    position: relative;
    z-index: 2; }
    main.products .wrapper .product_top .search {
      position: relative;
      text-align: center;
      margin: -17px 0 30px; }
      main.products .wrapper .product_top .search .featured {
        text-align: left; }
      main.products .wrapper .product_top .search.set_top {
        margin-top: 60px; }
    main.products .wrapper .product_top .download {
      text-align: right;
      font-size: 16px; }
      main.products .wrapper .product_top .download ul {
        left: auto;
        right: 15px; }
      main.products .wrapper .product_top .download button {
        font-family: "museo_sans", arial;
        padding: 5px 10px;
        color: #C38D00;
        background: #FFFFFF;
        border: 2px solid #C38D00;
        border-radius: 0;
        text-shadow: none;
        box-shadow: none; }
        main.products .wrapper .product_top .download button:hover {
          background: #e2e2e2; }
  main.products .wrapper .product_box {
    margin-top: 30px; }
    main.products .wrapper .product_box .product_image {
      position: relative; }
      main.products .wrapper .product_box .product_image .featured {
        width: 100%; }
      main.products .wrapper .product_box .product_image .crosshair {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 15px; }
        main.products .wrapper .product_box .product_image .crosshair img {
          width: 100%; }
          main.products .wrapper .product_box .product_image .crosshair img:hover {
            opacity: .7; }
    main.products .wrapper .product_box .product_box_content {
      margin-top: 15px;
      text-align: center;
      font-size: 15px; }
      main.products .wrapper .product_box .product_box_content .product_box_title {
        margin-bottom: 5px;
        color: #042D68;
        font-size: 24px;
        font-weight: 700; }
      main.products .wrapper .product_box .product_box_content .product_box_subtitle {
        font-style: italic;
        font-weight: 700; }
main.facilities .facilities_section_container {
  position: relative; }
main.facilities .preheader.facilities_slider {
  display: none; }
  main.facilities .preheader.facilities_slider.active {
    display: block; }
  main.facilities .preheader.facilities_slider .content {
    position: relative; }
    main.facilities .preheader.facilities_slider .content .title {
      font-family: "museo_sans_bold", arial;
      position: absolute;
      width: 100%;
      height: 70px;
      text-align: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      font-size: 60px;
      color: #FFFFFF; }
    main.facilities .preheader.facilities_slider .content .featured {
      width: 100%; }
  main.facilities .preheader.facilities_slider .slick-arrow {
    font-size: 60px; }
main.facilities .wrapper .type {
  margin: 30px 0 70px; }
  main.facilities .wrapper .type ul {
    text-align: center;
    margin: auto;
    padding: 0;
    font-size: 0;
    list-style: none;
    width: 750px; }
    main.facilities .wrapper .type ul li {
      float: left;
      margin: 0;
      padding: 20px 10px;
      width: 250px;
      height: 115px;
      font-size: 20px;
      border: 1px solid #042D68; }
      main.facilities .wrapper .type ul li .text {
        margin-top: 15px; }
      main.facilities .wrapper .type ul li:nth-child(2) {
        border-left: 0;
        border-right: 0; }
      main.facilities .wrapper .type ul li .featured {
        margin: auto;
        height: 40px; }
      main.facilities .wrapper .type ul li .featured_active {
        display: none; }
      main.facilities .wrapper .type ul li:hover, main.facilities .wrapper .type ul li.active {
        cursor: pointer;
        color: #042D68;
        font-weight: 700;
        color: #FFFFFF;
        background: #042D68; }
        main.facilities .wrapper .type ul li:hover .featured, main.facilities .wrapper .type ul li.active .featured {
          display: none; }
        main.facilities .wrapper .type ul li:hover .featured_active, main.facilities .wrapper .type ul li.active .featured_active {
          display: block; }
main.facilities .wrapper .type_content {
  text-align: center;
  color: #042D68;
  font-weight: 700; }
  main.facilities .wrapper .type_content .type_content_body {
    position: relative; }
    main.facilities .wrapper .type_content .type_content_body.active {
      display: block; }
  main.facilities .wrapper .type_content .type_content_container {
    position: relative;
    left: 0;
    right: 0; }
  main.facilities .wrapper .type_content .description {
    width: 900px;
    margin: auto;
    font-size: 20px;
    line-height: 2; }
  main.facilities .wrapper .type_content .list {
    margin: 20px 0 30px; }
    main.facilities .wrapper .type_content .list ul {
      text-align: center;
      margin: auto;
      padding: 0;
      font-size: 0;
      list-style: none;
      width: 600px; }
      main.facilities .wrapper .type_content .list ul.two {
        width: 400px; }
      main.facilities .wrapper .type_content .list ul li {
        font-family: "museo_sans_bold", arial;
        float: left;
        margin: 0;
        padding: 20px 10px;
        width: 200px;
        font-size: 24px;
        text-align: center; }
        main.facilities .wrapper .type_content .list ul li .title {
          height: 80px;
          position: relative; }
          main.facilities .wrapper .type_content .list ul li .title span {
            position: absolute;
            width: 100%;
            height: auto;
            left: 0;
            bottom: 0;
            margin: auto; }
        main.facilities .wrapper .type_content .list ul li .image {
          width: 100%;
          height: 120px; }
          main.facilities .wrapper .type_content .list ul li .image img {
            margin: auto; }
        main.facilities .wrapper .type_content .list ul li .text {
          line-height: 1; }
          main.facilities .wrapper .type_content .list ul li .text br {
            line-height: 1.3; }
          main.facilities .wrapper .type_content .list ul li .text .big {
            font-size: 50px; }
  main.facilities .wrapper .type_content .information {
    width: 900px;
    margin: 0 auto 30px;
    color: #757575;
    font-size: 20px;
    font-weight: 500;
    line-height: 2; }
main.about .wrapper {
  margin: 30px 0; }
  main.about .wrapper .description {
    margin: auto;
    width: 75%;
    font-size: 16px;
    line-height: 1.5; }
    main.about .wrapper .description.description_2 {
      width: 70%; }
  main.about .wrapper .quote {
    margin: 50px auto 0;
    width: 70%;
    color: #C38D00;
    font-size: 26px;
    font-style: italic;
    font-weight: 700; }
  main.about .wrapper .description,
  main.about .wrapper .quote {
    text-align: center; }
  main.about .wrapper .featured {
    position: relative;
    margin-top: 50px;
    z-index: 2; }
    main.about .wrapper .featured .left {
      width: 35%;
      float: left;
      bottom: -90px;
      position: absolute;
      left: 150px; }
      main.about .wrapper .featured .left img {
        width: 100%; }
    main.about .wrapper .featured .right {
      background: url("../images/background_about_featured.jpg");
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-size: cover;
      float: left;
      width: 50%;
      margin-left: 45%;
      padding: 50px;
      right: 0;
      font-size: 18px;
      text-align: center;
      line-height: 1.5; }
      main.about .wrapper .featured .right .inner {
        padding: 50px;
        background: #fff; }
  main.about .wrapper .sister {
    background: url("../images/background_content_about_sister.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 50px;
    margin: 50px 0;
    color: #FFFFFF;
    line-height: 1.5; }
    main.about .wrapper .sister .left {
      font-family: "museo_sans_bold", arial;
      padding-top: 25px;
      padding-left: 220px;
      font-size: 40px;
      line-height: 1.2; }
      main.about .wrapper .sister .left span {
        font-family: "museo_sans", arial;
        font-weight: 700;
        color: #C38D00; }
    main.about .wrapper .sister .right {
      font-size: 24px;
      padding-right: 150px; }
      main.about .wrapper .sister .right .bold {
        font-family: "museo_sans_bold", arial; }
main.contact .wrapper {
  margin: 30px 0; }
  main.contact .wrapper .information {
    position: relative;
    height: auto;
    z-index: 2;
    margin: 15px auto 30px;
    width: 1340px; }
    main.contact .wrapper .information .left {
      float: left;
      margin-top: 100px;
      width: 600px;
      height: 540px;
      padding: 50px;
      color: #757575;
      font-size: 16px;
      font-weight: 700;
      background: #E5E5E5; }
      main.contact .wrapper .information .left .title {
        font-family: "museo_sans_bold", arial;
        margin-bottom: 20px;
        color: #042D68;
        font-size: 20px;
        font-weight: normal; }
      main.contact .wrapper .information .left .description {
        line-height: 1.5; }
      main.contact .wrapper .information .left .separator {
        width: 100px;
        height: 5px;
        margin: 20px 0;
        clear: both;
        background: #042D68; }
      main.contact .wrapper .information .left .yellow {
        color: #C38D00; }
    main.contact .wrapper .information .right {
      float: left;
      width: 740px;
      height: 740px;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 700;
      background: #E5E5E5; }
      main.contact .wrapper .information .right .title {
        position: absolute;
        padding: 10px 15px 15px;
        width: 300px;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        color: #FFFFFF;
        background: #042D68;
        font-size: 18px; }
        main.contact .wrapper .information .right .title .get {
          margin: 10px 0 0; }
          main.contact .wrapper .information .right .title .get a {
            display: inline-block;
            width: 80%;
            padding: 5px 10px;
            color: #C38D00;
            border: 2px solid #C38D00; }
            main.contact .wrapper .information .right .title .get a:hover {
              color: #FFFFFF;
              background: #C38D00; }
      main.contact .wrapper .information .right .featured {
        width: 100%; }
  main.contact .wrapper .form {
    position: relative;
    width: 100%;
    padding: 120px 0 50px;
    height: auto;
    color: #FFFFFF;
    background: #042D68; }
    main.contact .wrapper .form .featured {
      position: absolute;
      top: -60px; }
    main.contact .wrapper .form .contact_form {
      margin: auto;
      width: 800px; }
      main.contact .wrapper .form .contact_form .title {
        font-family: "museo_sans_bold", arial;
        margin-bottom: 25px;
        color: #C38D00;
        font-size: 26px;
        text-align: center; }
      main.contact .wrapper .form .contact_form input,
      main.contact .wrapper .form .contact_form textarea {
        padding: 5px 10px;
        font-size: 16px;
        color: #FFFFFF;
        border: none;
        border-bottom: 1px solid #fff;
        background: none;
        box-shadow: none;
        border-radius: 0;
        resize: none; }
      main.contact .wrapper .form .contact_form button {
        padding: 10px 20px;
        color: #C38D00;
        background: transparent;
        text-align: center;
        border: 2px solid #C38D00; }
        main.contact .wrapper .form .contact_form button:hover {
          background: #C38D00;
          color: #FFFFFF; }
      main.contact .wrapper .form .contact_form .actions {
        margin-top: 30px;
        text-align: center;
        font-size: 18px;
        font-weight: 700; }
      main.contact .wrapper .form .contact_form .alert {
        font-size: 14px;
        font-weight: 500;
        display: none; }
        main.contact .wrapper .form .contact_form .alert h2 {
          margin: 0 0 10px;
          font-size: 16px; }
        main.contact .wrapper .form .contact_form .alert p {
          margin-bottom: 5px; }
        main.contact .wrapper .form .contact_form .alert.alert-success {
          color: #fff;
          text-align: center;
          background: none;
          border: 2px solid #fff;
          font-size: 20px; }

#product_popup {
  max-width: 850px;
  max-height: 500px;
  overflow: hidden;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  color: #333;
  background: #FFFFFF;
  box-shadow: 0 0 30px #000; }
  #product_popup .zoom_guide {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 5px;
    font-size: 14px; }
  #product_popup .close {
    display: none;
    position: absolute;
    top: 10px;
    right: 25px;
    width: auto;
    height: auto; }
  #product_popup .close_mobile {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    width: 40px;
    height: 40px;
    background: #042D68;
    opacity: 1;
    border-radius: 50%;
    z-index: 99; }
    #product_popup .close_mobile img {
      width: 100%;
      height: 100%; }
  #product_popup .left {
    position: relative;
    padding: 0; }
    #product_popup .left .close {
      display: none; }
    #product_popup .left .featured {
      width: 100%; }
    #product_popup .left .text {
      position: absolute;
      left: 40px;
      bottom: 65px;
      font-size: 20px;
      font-weight: 700;
      color: #FFFFFF; }
      #product_popup .left .text span {
        padding: 5px 10px;
        background: #C38D00; }
    #product_popup .left .prev_product,
    #product_popup .left .next_product {
      position: absolute;
      top: 45%;
      left: 30px;
      font-size: 40px;
      color: #555; }
      #product_popup .left .prev_product:hover,
      #product_popup .left .next_product:hover {
        cursor: pointer;
        opacity: .7; }
    #product_popup .left .next_product {
      left: auto;
      right: 15px; }
  #product_popup .right {
    position: relative;
    padding: 0 14px 0 0; }
    #product_popup .right .close {
      display: block; }
    #product_popup .right .product_name {
      padding: 50px 20px 10px;
      color: #FFFFFF;
      background: #042D68; }
      #product_popup .right .product_name .title {
        margin-bottom: 5px;
        font-size: 22px;
        font-weight: 700; }
      #product_popup .right .product_name .subtitle {
        font-style: italic;
        font-size: 16px; }
    #product_popup .right .product_detail_container {
      padding: 30px; }
    #product_popup .right .product_detail {
      padding-right: 15px;
      height: 330px;
      font-size: 16px;
      line-height: 1.5;
      overflow-y: scroll; }
      #product_popup .right .product_detail::-webkit-scrollbar {
        width: 10px;
        background-color: #ccc; }
      #product_popup .right .product_detail::-webkit-scrollbar-thumb {
        background-color: #042D68; }
      #product_popup .right .product_detail .size {
        margin: 15px 0; }
        #product_popup .right .product_detail .size .title {
          font-family: "museo_sans_bold", arial;
          color: #042D68; }
      #product_popup .right .product_detail .subdetail .title {
        font-family: "museo_sans_bold", arial;
        color: #042D68; }
      #product_popup .right .product_detail .subdetail .box {
        position: relative;
        float: left;
        display: inline-block;
        width: 20%;
        margin-right: 5%;
        margin-bottom: 5%; }
        #product_popup .right .product_detail .subdetail .box.active .text {
          display: block !important; }
        #product_popup .right .product_detail .subdetail .box .text {
          display: none;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          padding: 5px;
          font-size: 14px;
          text-align: center;
          color: #FFFFFF;
          background: #c38d00;
          background: rgba(195, 141, 0, 0.7);
          line-height: 1.2; }
          #product_popup .right .product_detail .subdetail .box .text table {
            width: 100%;
            height: 100%; }
            #product_popup .right .product_detail .subdetail .box .text table td {
              vertical-align: middle;
              text-align: center; }
          #product_popup .right .product_detail .subdetail .box .text:hover {
            cursor: pointer; }

footer {
  margin-top: 30px;
  padding: 15px;
  color: #757575;
  font-size: 16px; }
  footer .left {
    text-align: left; }
  footer .right {
    text-align: right; }
  footer a {
    color: #C38D00;
    font-weight: 700; }
  footer .certified {
    margin-bottom: 50px;
    color: #939393;
    font-size: 18px;
    font-weight: 700;
    text-align: center; }
    footer .certified .logo {
      display: block;
      margin: 15px auto 0;
      max-height: 70px; }

#back_to_top {
  position: fixed;
  width: auto;
  height: auto;
  right: 15px;
  bottom: 55px;
  font-size: 16px;
  padding: 10px 20px;
  color: #FFFFFF;
  background: #C38D00;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  z-index: 1; }
  #back_to_top:hover {
    cursor: pointer;
    box-shadow: 0 0 3px #555; }
  #back_to_top.show {
    opacity: 1;
    z-index: 2; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto; }

/*# sourceMappingURL=front.css.map */
