<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Gambarino";
  src: url('../fonts/Gambarino-Regular.woff2') format('woff2'), url('../fonts/Gambarino-Regular.woff') format('woff');
}
.middle-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.middle-outer .middle-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.btn_blue {
  color: #fff;
  padding: 13px 26px;
  background-color: #192E40;
  font-size: 14px;
}
.btn_blue:hover {
  color: #fff;
}
section .no-pad {
  padding: 0;
}
section .blue {
  background-color: #1a2d40;
}
section .darker_blue {
  background-color: #152433;
}
section .white {
  background-color: #fff;
  color: #1a2d40;
}
section .button {
  display: block;
  text-align: center;
  padding: 10px 0 5px 0;
  margin: 50px 0;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #b89137, 0 10px 50px -5px rgba(0, 0, 0, 0.3);
  height: 50px;
  width: 215px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 15px;
}
section .button:hover {
  cursor: pointer;
}
section .button:focus {
  outline: none;
}
@media (max-width: 767px) {
  section .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  section .container {
    padding: 0;
  }
}
section#nav .desktop {
  display: block;
}
@media (max-width: 767px) {
  section#nav .desktop {
    display: none;
  }
}
section#nav .mobile {
  display: none;
}
section#nav .mobile img {
  height: 60px;
  width: auto;
}
section#nav .mobile button {
  background-color: transparent;
  border: none;
}
section#nav .mobile button:hover {
  cursor: pointer;
}
section#nav .mobile button:focus {
  outline: none;
}
section#nav .mobile button img {
  height: 20px !important;
  width: auto !important;
}
@media (max-width: 767px) {
  section#nav .mobile {
    display: block;
  }
}
section#nav .mobile .bottom {
  width: 150%;
}
@media (max-width: 500px) {
  section#nav .mobile .bottom {
    width: 250%;
  }
}
section#nav .top {
  padding: 22px 0 13px;
  height: 124px;
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
}
@media (max-width: 991px) {
  section#nav .top {
    height: 95px;
  }
}
@media (max-width: 767px) {
  section#nav .top {
    padding: 10px 0 5px 0;
    height: 85px;
  }
}
section#nav .top .top_nav {
  display: flex;
  justify-content: center;
  column-gap: 80px;
}
@media (max-width: 991px) {
  section#nav .top .top_nav {
    column-gap: 50px;
  }
}
section#nav .top .logo {
  text-align: center;
}
section#nav .top .logo img {
  height: 89px;
}
@media (max-width: 991px) {
  section#nav .top .logo img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 767px) {
  section#nav .top .logo img {
    margin: 0;
    height: 60px;
    width: auto;
  }
}
@media (max-width: 321px) {
  section#nav .top .logo img {
    height: 45px;
  }
}
section#nav .top ul {
  padding-left: 0;
  margin: 0;
}
@media (max-width: 991px) {
  section#nav .top ul {
    column-gap: 50px;
  }
}
section#nav .top ul.nav_left {
  justify-content: right;
  display: flex;
  align-items: center;
  column-gap: 80px;
  width: 400px;
}
section#nav .top ul.nav_right {
  justify-content: left;
  display: flex;
  align-items: center;
  column-gap: 80px;
  width: 400px;
}
section#nav .top ul li {
  list-style: none;
}
@media (max-width: 767px) {
  section#nav .top ul li {
    margin-right: 0;
  }
  section#nav .top ul li.right {
    margin-right: 0;
    margin-left: 0px;
  }
  section#nav .top ul li.right i {
    font-size: 23px;
    vertical-align: middle;
  }
}
section#nav .top ul li button {
  padding: 0;
}
section#nav .top ul li#dropdown .menu {
  display: none;
  background-color: #fff;
  padding: 30px 15px;
  position: absolute;
  margin-left: -30px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.2);
  max-width: 1000px;
  text-align: left;
}
section#nav .top ul li#dropdown .menu li {
  text-align: left;
  margin: 0;
}
section#nav .top ul li#dropdown .menu li a {
  color: #1a2d40;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 15px;
}
section#nav .top ul li#dropdown .menu li .subs {
  margin-top: 15px;
  padding: 0;
}
section#nav .top ul li#dropdown .menu li .subs li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
section#nav .top ul li#dropdown .menu li .subs li a {
  color: #1a2d40;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
section#nav .top ul li#dropdown .menu li .subs li a:hover {
  text-decoration: underline;
}
section#nav .top ul li a {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
section#nav .top ul a:hover {
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  section#nav .top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
section#nav .bottom {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  background-image: url('../images/header-background.png');
  background-position: top center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  margin-top: 124px;
}
@media (max-width: 991px) {
  section#nav .bottom {
    margin-top: 95px;
  }
}
@media (max-width: 767px) {
  section#nav .bottom {
    margin-top: 85px;
    padding-bottom: 20px;
  }
}
section#nav .bottom .hundred_years {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
section#nav .bottom .hundred_years img {
  height: 68px;
}
@media (max-width: 767px) {
  section#nav .bottom .categories {
    position: static;
    width: 100%;
    overflow-x: scroll;
  }
  section#nav .bottom .categories ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  section#nav .bottom .categories .row {
    overflow-x: scroll;
    width: 200%;
    padding: 0 25px;
  }
  section#nav .bottom .categories .left {
    height: 69px;
    width: 40px;
    background-color: #1a2d40;
    opacity: 0.6;
    position: absolute;
    left: 0;
    z-index: 3;
  }
  section#nav .bottom .categories .right {
    height: 69px;
    width: 40px;
    background-color: #1a2d40;
    opacity: 0.6;
    position: absolute;
    right: 0;
    z-index: 3;
  }
}
section#nav .bottom .categories .button {
  display: block;
  text-align: center;
  padding-top: 10px;
  margin: 0;
  height: 40px;
  max-width: 360px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #3f4c59;
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section#nav .bottom .categories .button:focus {
  outline: none;
}
section#nav .bottom .breadcrumb_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 10px 0 12px;
}
@media (max-width: 767px) {
  section#nav .bottom .breadcrumb_search {
    flex-direction: column;
    row-gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
section#nav .bottom .breadcrumb_search .breadcrumbs {
  color: #fff;
}
section#nav .bottom .breadcrumb_search .breadcrumbs .breadcrumb {
  margin: 0;
  background-color: transparent;
  padding: 0;
}
section#nav .bottom .breadcrumb_search .breadcrumbs .breadcrumb &gt; li + li:before {
  content: "&gt;";
  color: #fff;
  font-size: 12px;
  padding: 0 8px 0 5px;
}
section#nav .bottom .breadcrumb_search .breadcrumbs .breadcrumb li {
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
}
section#nav .bottom .breadcrumb_search .breadcrumbs .breadcrumb li a {
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
}
section#nav .bottom .breadcrumb_search .breadcrumbs .breadcrumb li a:hover {
  cursor: pointer;
}
section#nav .bottom .breadcrumb_search .breadcrumbs .breadcrumb li i {
  margin-right: 5px;
}
section#nav .bottom .breadcrumb_search .search {
  width: 360px;
}
@media (max-width: 1199px) {
  section#nav .bottom .breadcrumb_search .search {
    width: 293px;
  }
}
@media (max-width: 767px) {
  section#nav .bottom .breadcrumb_search .search {
    width: 100%;
  }
}
section#nav .bottom .breadcrumb_search .search .search_fields {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
section#nav .bottom .breadcrumb_search .search .search_fields .term {
  position: relative;
  width: 272px;
}
@media (max-width: 1199px) {
  section#nav .bottom .breadcrumb_search .search .search_fields .term {
    width: 205px;
  }
}
@media (max-width: 767px) {
  section#nav .bottom .breadcrumb_search .search .search_fields .term {
    width: 100%;
  }
}
section#nav .bottom .breadcrumb_search .search .search_fields .term .clear_search {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
  display: none;
}
section#nav .bottom .breadcrumb_search .search .search_fields input {
  width: 100%;
  background: #ECECEC;
  border-radius: 3px;
  border: 0;
  font-size: 11px;
  padding: 12px;
}
section#nav .bottom .breadcrumb_search .search .search_fields button {
  background: #d6a941;
  padding: 5px 4px;
  width: 80px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
}
section#nav .bottom .breadcrumb_search .search .search_fields button span {
  display: block;
  padding: 8px;
  border: 1px solid #fff;
}
section#nav .bottom a {
  color: #d6a941;
}
section#nav .bottom a:hover {
  cursor: pointer;
}
section#nav .bottom a:focus {
  outline: none;
}
section#mobile_nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
section#mobile_nav .nav {
  width: 90%;
  height: 100%;
  background-color: #fff;
  padding: 100px 25px;
}
section#mobile_nav .nav .pages ul {
  padding-left: 0;
}
section#mobile_nav .nav .pages ul li {
  list-style: none;
}
section#mobile_nav .nav .pages ul li a {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section#mobile_nav .nav .pages ul li i {
  float: right;
  font-size: 20px;
  color: #a0a0a0;
}
section#mobile_nav .nav .pages ul li i:hover {
  cursor: pointer;
}
section#mobile_nav .nav .pages ul .mobile_drop {
  display: none;
  padding-left: 30px;
}
section#mobile_nav .nav .pages ul .mobile_drop li {
  margin: 15px 0;
}
section#mobile_nav .nav .social {
  margin: 75px 0 0 0;
}
section#mobile_nav .nav .social h5 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 200;
  color: #a0a0a0;
  font-size: 13px;
}
section#mobile_nav .nav .social .icons i {
  color: #1a2d40;
  font-size: 25px;
  margin-right: 18px;
}
section#mobile_nav .nav .cross {
  text-align: center;
}
section#mobile_nav .nav .cross:hover {
  cursor: pointer;
}
section#mobile_nav .nav .cross i {
  color: #a0a0a0;
  font-size: 25px;
}
section#footer {
  padding: 62px 0 0 0;
}
@media (max-width: 767px) {
  section#footer {
    padding: 25px 0 0 0;
  }
}
section#footer .sections h5 {
  font-size: 15px;
  color: #1a2d40;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
}
section#footer .sections h5.contact {
  margin-bottom: 30px;
}
section#footer .sections hr {
  background-color: #eeeeee;
  height: 1px;
  width: 100%;
}
section#footer .sections ul {
  padding-left: 0;
}
section#footer .sections ul li {
  list-style: none;
  margin-bottom: 10px;
}
section#footer .sections ul li a {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 13px;
}
section#footer .sections ul li a:hover {
  cursor: pointer;
}
section#footer .sections address {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 13px;
}
section#footer .sections p {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Libre Franklin', sans-serif;
}
section#footer .sections p i {
  margin-right: 10px;
}
section#footer .sections p a {
  color: #a0a0a0;
}
section#footer .sections p a:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  section#footer .sections .hide_mobile {
    display: none;
  }
}
section#footer .sections .show_mobile h5 {
  display: inline-block;
}
section#footer .sections .show_mobile img {
  display: none;
}
@media (max-width: 767px) {
  section#footer .sections .show_mobile img {
    display: inline-block;
    float: right;
    margin: 15px 0;
  }
  section#footer .sections .show_mobile:hover {
    cursor: pointer;
  }
}
section#footer .sections .social_media {
  margin-top: 40px;
}
section#footer .sections .social_media a:hover {
  text-decoration: none;
  cursor: pointer;
}
section#footer .sections .social_media a:focus {
  outline: none;
  text-decoration: none;
}
section#footer .sections .social_media i {
  margin-right: 15px;
  color: #1a2d40;
  font-size: 25px;
}
section#footer .sections .social_media i.last {
  margin-right: 0;
}
section#footer .legals {
  padding-top: 96px;
  padding-bottom: 30px;
  text-align: center;
}
section#footer .legals .logo {
  margin: 0 0 30px 0;
}
section#footer .legals .row {
  margin: 0;
}
section#footer .legals ul {
  padding-left: 0;
}
section#footer .legals ul li {
  list-style: none;
  display: inline-block;
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 767px) {
  section#footer .legals ul li {
    display: block;
    margin-bottom: 20px;
  }
}
section#footer .legals ul li a {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
section#footer .legals ul li a:hover {
  cursor: pointer;
}
section#footer .legals ul li span {
  margin: 0 5px 0 10px;
}
@media (max-width: 767px) {
  section#footer .legals ul li span {
    display: none;
  }
}
section#footer .legals .links {
  margin-bottom: 25px;
}
section#footer .legals p {
  color: #a0a0a0;
  font-size: 12px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
}
section#footer .legals .calm {
  margin-left: 5px;
}
section#contact_btn_right {
  position: fixed;
  right: -45px;
  top: 50%;
  z-index: 20;
}
section#contact_btn_right .button {
  height: 58px;
  width: 130px;
  background-color: #a0a0a0;
  border: 3px solid #a0a0a0;
  border-radius: 5px;
  padding-top: 15px;
  color: #1a2d40;
  box-shadow: inset 0 0 0 1px #c8c8c8;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
section#contact_btn_right .button:hover {
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  section#contact_btn_right {
    display: none;
  }
}
section#banner {
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
section#banner .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.2);
  z-index: 1;
}
section#banner .overlay.story {
  background-color: #d6a941;
  opacity: 0.8;
}
section#banner .content {
  width: 60%;
  margin: 13% auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  section#banner .content {
    width: 95%;
  }
}
section#banner .content p {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  color: #1a2d40;
  font-size: 38px;
}
@media (max-width: 767px) {
  section#banner .content p {
    font-size: 22px;
  }
}
section#banner .text {
  width: 50%;
  margin: 0 auto;
  padding: 15% 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  section#banner .text {
    width: 70%;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  section#banner .text {
    width: 100%;
    padding: 100px 0;
  }
}
section#banner .text p {
  color: #f2f2f2;
  font-family: 'Gambarino', serif;
  font-weight: 400;
  font-size: 32px;
}
@media (max-width: 767px) {
  section#banner .text p {
    font-size: 22px;
  }
}
section#banner .text hr {
  height: 1px;
  width: 30px;
  background-color: #000;
  border: none;
}
section#banner .button {
  border: 5px solid #d6a941;
  background-color: #d6a941;
  color: #1a2d40;
  margin: 50px auto;
}
section#tripple_row .section {
  padding: 50px 0;
}
section#tripple_row .section .content {
  margin-top: 40%;
}
@media (max-width: 991px) {
  section#tripple_row .section .content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section#tripple_row .section .content {
    margin-top: 15%;
  }
}
section#tripple_row .section .content h4 {
  color: #d6a941;
  font-family: 'Gambarino', serif;
  font-weight: 700;
  font-size: 30px;
}
section#tripple_row .section .content p {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
section#tripple_row .section .content .button {
  border: 5px solid #d6a941;
  background-color: #d6a941;
  color: #1a2d40;
}
section#tripple_row .section .image {
  text-align: center;
  width: 100%;
}
section#tripple_row .section .image img {
  width: auto;
  height: 600px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  section#tripple_row .section .image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  section#tripple_row .section .image img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}
section#why {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  section#why {
    padding: 50px 0;
  }
}
section#why h2 {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 1px;
}
section#why hr {
  background-color: #d6a941;
  height: 1px;
  width: 26px;
}
section#why .reasons {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  section#why .reasons {
    margin-top: 40px;
  }
}
section#why .reasons h3 {
  color: #d6a941;
  font-family: 'Gambarino', serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
section#why .reasons p {
  font-size: 14px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  color: #a0a0a0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section#why .reasons p {
    margin-bottom: 60px;
    letter-spacing: 1px;
  }
}
section#story {
  background-color: #d6a941;
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  section#story {
    background-position: -250px;
    height: auto;
    min-height: 700px;
  }
}
section#story .text {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 100px auto 0 auto;
}
@media (max-width: 767px) {
  section#story .text {
    width: 90%;
    margin: 80px auto 50px auto;
  }
}
section#story .text h2 {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  font-size: 32px;
  color: #1a2d40;
}
section#story .text hr {
  width: 26px;
  height: 1px;
  background-color: #fff;
}
section#story .text p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 24px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  section#story .text p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 15px;
    letter-spacing: 1px;
  }
}
section#story .text .button {
  background-color: #1a2d40;
  border: 5px solid #1a2d40;
  color: #fff;
  padding-top: 10px;
  margin: 50px auto 0 auto;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  box-shadow: inset 0 0 0 1px #405a73, 0 10px 50px 1px rgba(0, 0, 0, 0.47);
  width: 165px;
}
section#popular {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  section#popular {
    padding: 50px 0;
  }
}
section#popular h2 {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  color: #1a2d40;
  font-size: 32px;
}
section#popular hr {
  width: 26px;
  height: 1px;
  background-color: #d6a941;
}
section#popular .products {
  margin-top: 60px;
}
section#popular .products .border {
  background-image: url(/static/images/border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 440px;
  width: 100%;
  max-width: 360px;
  padding: 30px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  section#popular .products .border {
    height: auto;
  }
  section#popular .products .border img {
    height: 180px;
    width: auto;
  }
}
@media (max-width: 991px) {
  section#popular .products .border img {
    height: 100px;
    width: auto;
  }
}
@media (max-width: 767px) {
  section#popular .products .border {
    max-width: 360px;
    width: 100%;
    height: 440px;
  }
  section#popular .products .border img {
    height: auto;
    width: auto;
  }
}
@media (max-width: 380px) {
  section#popular .products .border img {
    height: 150px;
    width: auto;
  }
}
section#popular .products .border hr {
  height: 1px;
  width: 26px;
  background-color: #1a2d40;
}
section#popular .products .border a.title {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  color: #1a2d40;
  font-size: 24px;
}
section#popular .products .border p {
  margin-top: 10px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  color: #d6a941;
  font-size: 16px;
}
section#popular .products ol {
  bottom: -50px;
}
section#popular .products ol li {
  background-color: #a0a0a0;
}
section#popular .products ol li.active {
  background-color: #1a2d40;
}
section#popular a {
  color: #1a2d40;
}
section#popular a .button {
  background-color: #d6a941;
  border: 5px solid #d6a941;
  width: 226px;
  margin: 50px auto;
}
@media (max-width: 767px) {
  section#popular a .button {
    margin-top: 75px;
  }
}
section#carousel .glyphicon-chevron-left::before {
  font-family: FontAwesome;
  content: '\f104';
}
section#carousel .glyphicon-chevron-right::before {
  font-family: FontAwesome;
  content: '\f105';
}
section#carousel .carousel-control.left,
section#carousel .carousel-control.right {
  background-image: none;
}
@media (max-width: 767px) {
  section#carousel .left.carousel-control {
    top: auto;
    width: 50%;
    bottom: 0;
    height: 20%;
  }
  section#carousel .glyphicon-chevron-right {
    right: 95%;
  }
  section#carousel .right.carousel-control {
    top: auto;
    width: 50%;
    bottom: 0;
    height: 20%;
  }
  section#carousel .glyphicon-chevron-left {
    left: 95%;
  }
}
section#carousel .background {
  height: 500px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  section#carousel .background {
    height: 600px;
  }
}
section#carousel .background .left {
  display: inline-block;
  vertical-align: middle;
  margin-top: -15%;
  margin-right: 150px;
}
section#carousel .background .left button {
  background-color: transparent;
  border: none;
}
section#carousel .background .left button:focus {
  outline: none;
}
section#carousel .background .left button i {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  section#carousel .background .left {
    margin-right: 75px;
    margin-top: -30%;
  }
}
@media (max-width: 767px) {
  section#carousel .background .left {
    display: none;
  }
}
section#carousel .background .content {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
}
section#carousel .background .content h2 {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 42px;
  color: #fff;
}
@media (max-width: 767px) {
  section#carousel .background .content h2 {
    font-size: 30px;
    line-height: 40px;
    padding: 0 35px;
  }
}
section#carousel .background .content .by {
  color: #d6a941;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 0;
}
section#carousel .background .content .company {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 767px) {
  section#carousel .background .content {
    width: 100%;
  }
}
section#carousel .background .left_mobile {
  display: none;
  vertical-align: middle;
  margin-top: 50px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  section#carousel .background .left_mobile {
    display: inline-block;
  }
}
section#carousel .background .left_mobile button {
  background-color: transparent;
  border: none;
}
section#carousel .background .left_mobile button:focus {
  outline: none;
}
section#carousel .background .left_mobile button i {
  font-size: 30px;
  color: #fff;
}
section#carousel .background .right {
  display: inline-block;
  vertical-align: middle;
  margin-top: -15%;
  margin-left: 150px;
}
section#carousel .background .right button {
  background-color: transparent;
  border: none;
}
section#carousel .background .right button:focus {
  outline: none;
}
section#carousel .background .right button i {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  section#carousel .background .right {
    margin-top: -30%;
    margin-left: 75px;
  }
}
@media (max-width: 767px) {
  section#carousel .background .right {
    margin-top: 50px;
    margin-left: 20px;
  }
}
section#blog {
  padding: 75px 0;
}
@media (max-width: 767px) {
  section#blog {
    padding: 50px 0;
  }
}
section#blog .date {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  color: #d6a941 !important;
  margin-bottom: 15px;
  font-size: 14px !important;
}
section#blog .main {
  margin-bottom: 30px;
}
section#blog .main .image {
  width: 100%;
  margin-bottom: 20px;
}
section#blog .main .image img {
  width: 100%;
  height: auto;
}
section#blog .main .content {
  padding-left: 50px;
}
@media (max-width: 767px) {
  section#blog .main .content {
    padding-left: 0;
  }
}
section#blog .main .content a {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
section#blog .main .content a:hover {
  cursor: pointer;
  text-decoration: none;
}
section#blog .main .content a:focus {
  text-decoration: none;
}
section#blog .main .content .title {
  display: block;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Gambarino', serif;
  color: #1a2d40;
  margin-top: 0;
}
section#blog .main .content .date {
  display: block;
  padding: 10px 0;
}
section#blog .main .content p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
}
section#blog .main .content .read_more {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a0a0a0;
}
section#blog .post {
  margin: 30px 0;
}
section#blog .post .image {
  width: 100%;
}
section#blog .post .image img {
  width: 100%;
  height: auto;
}
section#blog .post .content a {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 16px;
  display: block;
}
section#blog .post .content a:hover {
  cursor: pointer;
  text-decoration: none;
}
section#blog .post .content a:focus {
  text-decoration: none;
}
section#blog .post .content .title {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  font-size: 24px;
  color: #1a2d40;
  margin-bottom: 10px;
  margin-top: 10px;
}
section#blog .post .content p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
}
section#blog .post .content .read_more {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a0a0a0;
}
section#blog .allPosts {
  display: none;
}
section#blog .load {
  text-align: center;
}
section#blog .load .button {
  text-transform: uppercase;
  border: 5px solid #d6a941;
  background-color: #d6a941;
  color: #1a2d40;
  width: 340px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  section#blog .load .button {
    max-width: 340px;
    width: 100%;
  }
}
section#post .image {
  width: 100%;
}
section#post .image img {
  width: 100%;
  height: auto;
}
section#post .back {
  padding: 20px 0;
}
section#post .back a {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #a0a0a0;
}
section#post .back a i {
  color: #d6a941;
}
section#post .content {
  margin-top: -150px;
  padding: 30px 50px;
}
@media (max-width: 767px) {
  section#post .content {
    margin-top: 0;
    padding: 30px 15px;
  }
}
section#post .content h2 {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  font-size: 36px;
}
section#post .content .date {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  color: #d6a941;
  margin-bottom: 30px;
  font-size: 14px;
}
section#post .content .text p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  color: #a0a0a0;
  font-size: 16px;
}
section#post .content .share {
  margin: 50px 0;
}
section#post .content .share h5 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1a2d40;
}
section#post .content .share a i {
  font-size: 20px;
  margin-right: 10px;
  color: #1a2d40;
}
section#post .content .share a:hover {
  cursor: pointer;
  text-decoration: none;
}
section#post .content .share a:focus {
  text-decoration: none;
}
section#post .content .pagination {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0;
  border-radius: 0;
}
section#post .content .pagination a {
  color: #1a2d40;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
section#post .content .pagination a:hover {
  cursor: pointer;
}
section#post .content .pagination .left {
  text-align: left;
}
section#post .content .pagination .left a i {
  padding-right: 5px;
}
section#post .content .pagination .right {
  text-align: right;
}
section#post .content .pagination .right a i {
  padding-left: 5px;
}
section#contact {
  text-align: center;
}
section#contact .content {
  padding: 50px 0 25px 0;
}
section#contact .content h2 {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  font-size: 32px;
  color: #1a2d40;
}
section#contact .content hr {
  height: 1px;
  width: 30px;
  background-color: #d6a941;
  margin-bottom: 50px;
}
section#contact .content p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #a0a0a0;
}
section#contact .form {
  text-align: center;
}
section#contact .form .thanks .box h3 {
  font-size: 20px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  color: #1a2d40;
}
section#contact .form ul {
  padding: 0;
  width: 420px;
  margin: 0 auto 15px auto;
}
section#contact .form ul li {
  color: red;
  list-style: none;
  text-align: left;
}
section#contact .form label {
  width: 100%;
  max-width: 420px;
  margin: 30px 30px 15px 30px;
  text-align: left;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1a2d40;
}
section#contact .form label.required::after {
  content: '*';
}
@media (max-width: 1199px) {
  section#contact .form label {
    margin: 30px 0 15px 15px;
  }
}
@media (max-width: 991px) {
  section#contact .form label {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  section#contact .form label {
    margin-right: 0;
  }
}
section#contact .form input {
  width: 420px;
  height: 60px;
  background-color: #f8f8f8;
  border: none;
  padding-left: 15px;
}
section#contact .form input:focus {
  outline: none;
}
@media (max-width: 767px) {
  section#contact .form input {
    width: 100%;
    max-width: 420px;
  }
}
section#contact .form select {
  width: 100%;
  width: 420px;
  height: 60px;
  background-color: #f8f8f8;
  background-image: url(/static/images/arrow_form.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #1a2d40;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-right: 10px solid #f8f8f8;
  border-left: 10px solid #f8f8f8;
  border-radius: 0;
  -webkit-appearance: none;
}
section#contact .form select:focus {
  outline: none;
}
section#contact .form textarea {
  width: 420px;
  height: 220px;
  resize: none;
  background-color: #f8f8f8;
  border: none;
  padding: 15px;
}
section#contact .form textarea:focus {
  outline: none;
}
@media (max-width: 767px) {
  section#contact .form textarea {
    width: 100%;
    max-width: 420px;
  }
}
section#contact .form .button {
  background-color: #d6a941;
  border: 5px solid #d6a941;
  margin: 30px auto 0 auto;
  padding: 2px 0 3px 0;
}
@media (max-width: 767px) {
  section#contact .form .button {
    display: block;
    margin: 50px auto;
  }
}
section#contact .form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1a2d40;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section#contact .form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a2d40;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section#contact .form :-ms-input-placeholder {
  /* IE 10+ */
  color: #1a2d40;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section#contact .form :-moz-placeholder {
  /* Firefox 18- */
  color: #1a2d40;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section#contact .form .g-recaptcha {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: 30px auto;
}
section#contact .form .g-recaptcha &gt; :first-child {
  height: auto !important;
  width: auto !important;
}
section#mapsection {
  margin-top: 75px;
  height: 500px;
}
@media (max-width: 767px) {
  section#mapsection {
    height: auto;
  }
}
section#mapsection .row {
  margin: 0;
}
section#mapsection #map {
  height: 500px;
  width: 100%;
}
section#mapsection .info {
  height: 500px;
  padding: 50px 0 50px 75px;
}
@media (max-width: 991px) {
  section#mapsection .info {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  section#mapsection .info {
    padding-left: 15px;
  }
}
section#mapsection .info h5 {
  color: #a0a0a0;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#mapsection .info h5 i {
  color: #d6a941;
  margin-right: 5px;
}
section#mapsection .info address {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
section#mapsection .info a {
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
section#mapsection .info .address {
  margin-bottom: 30px;
}
section#mapsection .info .phone {
  margin-bottom: 30px;
}
section#timeline {
  padding: 50px 0;
}
section#timeline .intro {
  width: 55%;
  margin: 0 auto 100px auto;
  text-align: center;
}
@media (max-width: 991px) {
  section#timeline .intro {
    width: 80%;
  }
}
@media (max-width: 767px) {
  section#timeline .intro {
    width: 100%;
    padding: 0 15px;
  }
}
section#timeline .intro h2 {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  color: #1a2d40;
  font-size: 32px;
}
section#timeline .intro hr {
  background-color: #d6a941;
  border: none;
  height: 1px;
  width: 30px;
  margin-bottom: 50px;
}
section#timeline .intro p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 200;
  color: #a0a0a0;
  font-size: 18px;
}
section#timeline .text {
  margin-bottom: 50px;
}
section#timeline .text .date {
  padding: 100px 100px 0 0;
}
section#timeline .text .date i {
  color: #d6a941;
  margin-right: 15px;
}
section#timeline .text .date h5 {
  font-family: 'Gambarino', serif;
  font-weight: 700;
  font-style: italic;
  color: #1a2d40;
  font-size: 18px;
}
section#timeline .text .date p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 200;
  color: #a0a0a0;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 1199px) {
  section#timeline .text .date {
    padding: 50px 100px 0 0;
  }
}
@media (max-width: 991px) {
  section#timeline .text .date {
    padding: 15px 100px 0 0;
  }
}
@media (max-width: 767px) {
  section#timeline .text .date {
    padding: 20px 0 0 0;
  }
}
section#timeline .text .visible-xs {
  padding: 0 15px;
}
section#timeline .text .image {
  max-width: 480px;
  width: 100%;
  height: auto;
  background-color: #a0a0a0;
}
@media (max-width: 991px) {
  section#timeline .text .image {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
}
section#timeline .text .image img {
  width: 100%;
  height: 100%;
}
section#terms,
section#policy {
  padding: 50px 0;
}
section#terms h1,
section#policy h1 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #1a2d40;
  margin-bottom: 50px;
  text-align: center;
}
section#terms p,
section#policy p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1a2d40;
}
section#sitemap {
  padding: 50px 0;
}
section#sitemap h1 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #1a2d40;
  text-align: center;
}
section#sitemap ul li {
  padding-bottom: 10px;
}
section#sitemap ul li a {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  color: #1a2d40;
  font-size: 16px;
}
</pre></body></html>