/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
html {
  height: 100%; }

body {
  height: 100%;
  font-family: "Catamaran", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: .03em;
  color: black;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }

a:link, a:visited {
  text-decoration: none; }

a:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Cinzel", serif;
  line-height: 1.3em;
  letter-spacing: .12em;
  color: black;
  padding: 0;
  margin: 0; }

h1 {
  font-size: 65px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h6 {
  font-size: 16px; }

p {
  margin-bottom: 18px; }
  p:last-of-type {
    margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

#wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative; }

.slick-slider .slick-slide {
  outline: none; }

.custom-container {
  padding: 100px 400px;
  position: relative;
  margin: auto; }
  .custom-container.full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .custom-container.small-width-layout {
    max-width: 545px;
    padding-left: 0;
    padding-right: 0; }

section {
  position: relative; }

#content-wrapper section {
  background: #eeefea; }
#content-wrapper .common-inverse {
  background: #0e0f10; }
  #content-wrapper .common-inverse p, #content-wrapper .common-inverse ul li, #content-wrapper .common-inverse ol li, #content-wrapper .common-inverse a {
    color: #fff; }
  #content-wrapper .common-inverse .section-title h2 {
    color: #dcb361; }
    #content-wrapper .common-inverse .section-title h2:after {
      background: #dcb361; }

.section-title {
  text-align: center; }
  .section-title h2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1.03em;
    letter-spacing: .2em;
    margin-bottom: 40px;
    color: black; }
    .section-title h2:after {
      content: '';
      height: 1px;
      width: 55px;
      background: black;
      position: absolute;
      bottom: -11px;
      left: 0;
      right: 0;
      margin: auto; }

.j-btn {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #b1904e;
  border: 1px solid #b1904e;
  padding: 10px 40px 7px;
  margin-top: 20px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  .j-btn:hover {
    color: #fff;
    background: #dcb361;
    border: 1px solid #dcb361;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease; }

/*# sourceMappingURL=global.css.map */
