﻿/*------------------------------------------------------------------
[Table of contents]

Color Sheme / Colors, textures
Blocks
Typography / Heading, Regular
Misc Styles
Basic Styles
Buttons
Drop-down menu
Off-canvas Menu
Header Styles
Header Colors
Slider Revolution
Page Content
Hover Effects
Magmific Popup
Google Map
Footer Styles
Media Query


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color Scheme / Colors, textures]
*/
/* White Skin */
/* Blue-grey */
.fontcolor-regular, .fontcolor-regular a {
  color: #333; }

.fontcolor-invert, .fontcolor-invert a {
  color: #fff; }

.fontcolor-medium-light, .fontcolor-medium-light a {
  color: #eaeaea;
  opacity: .5; }

.hovercolor, .hovercolor a {
  color: #6F9A88 !important; }

.accent-color, .accent-color a {
  color: #4F6E61 !important; }

.accent-color a:hover {
  color: #7C5321 !important; }

.st-blue {
  color: #4F6E61 !important; }

.st-green {
  color: #6F9A88 !important; }

.st-brown {
  color: #7C5321 !important; }
  
.st-light-brown {
  color: #D4C266 !important; }
  

/** Backgrounds **/
/*------------------------------------------------------------------
[2. Blocks]
*/
.e-block {
  padding: 50px 0 50px 0; }

.e-block-ins {
  padding: 100px 0 100px 0; }

.e-block-sm {
  padding: 30px 0 30px 0; }

.e-block-null {
  margin: 0;
  padding: 0; }

.e-block-skin {
  background: #fff; }

.e-block-light {
  background: #eaeaea;
  color: #333; }
  .e-block-light p, .e-block-light h2, .e-block-light h3, .e-block-light h4, .e-block-light h5 {
    color: #333; }
  .e-block-light a, .e-block-light .infoblock a {
    color: #333; }
    .e-block-light a:hover, .e-block-light .infoblock a:hover {
      color: #7C5321;
      text-decoration: none; }

.e-block-dark {
  background-color: #202020;
  color: #fff; }
  .e-block-dark p, .e-block-dark h2, .e-block-dark h3, .e-block-dark h4, .e-block-dark h5 {
    color: #eaeaea; }
  .e-block-dark a, .e-block-dark .infoblock a {
    color: #fff; }
    .e-block-dark a:hover, .e-block-dark .infoblock a:hover {
      color: #4F6E61;
      text-decoration: none; }

.e-block-darker {
  background-color: #181818;
  color: #fff; }
  .e-block-darker p, .e-block-darker h2, .e-block-darker h3, .e-block-darker h4, .e-block-darker h5 {
    color: #eaeaea; }
  .e-block-darker a, .e-block-darker .infoblock a {
    color: #fff; }
    .e-block-darker a:hover, .e-block-darker .infoblock a:hover {
      color: #4F6E61;
      text-decoration: none; }

.e-block-darkest {
  background-color: #131313;
  color: #fff; }
  .e-block-darkest p, .e-block-darkest h2, .e-block-darkest h3, .e-block-darkest h4, .e-block-darkest h5 {
    color: #eaeaea; }
  .e-block-darkest a, .e-block-darkest .infoblock a {
    color: #fff; }
    .e-block-darkest a:hover, .e-block-darkest .infoblock a:hover {
      color: #4F6E61;
      text-decoration: none; }

.e-block-accent {
  background-color: #7C5321;
  color: #fff; }
  .e-block-accent p, .e-block-accent h2, .e-block-accent h3, .e-block-accent h4, .e-block-accent h5 {
    color: #fff; }
  .e-block-accent a, .e-block-accent .infoblock a {
    color: #fff; }
    .e-block-accent a:hover, .e-block-accent .infoblock a:hover {
      color: #7C5321;
      text-decoration: none; }

.e-block-centered {
  text-align: center; }

.border-bot-3 {
  border-bottom: 3px solid #202020; }

.border-top-3 {
  border-top: 3px solid #202020; }

.texture-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/grid.png); }

/* Clearfix */
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both; }

/* Block Background Classes */
.e-bg-skin {
  background-color: #fff; }

.e-bg-light {
  background-color: #eaeaea; }

.e-bg-light-texture {
  background: #eaeaea url("../images/backgrounds/contrast/bg-light.png"); }

.e-bg-medium {
  background-color: #808080; }

.e-bg-dark {
  background-color: #202020;
  color: #fff; }

.e-bg-darker {
  background-color: #181818;
  color: #fff; }

.e-bg-darkest {
  background-color: #131313;
  color: #fff; }

.e-bg-dark-texture {
  background: #202020 url("../images/backgrounds/contrast/bg-dark.png"); }

.e-bg-accent {
  background-color: #7C5321;
  color: #fff; }

.e-bg-section {
  overflow: hidden;
  position: relative; }
  .e-bg-section:before, .e-bg-section:after {
    content: "";
    display: table; }
  .e-bg-section:after {
    clear: both; }
  .e-bg-section::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #eaeaea;
    background: url("../images/section-bg01.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }

/* Hero Image */
.boxed-hero::before {
  max-width: 1300px !important;
  margin-right: auto;
  margin-left: auto;
  left: auto !important; }

.heroimage-wrap {
  position: relative;
  top: 0;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat; }

.hero-text-wrap {
  width: 100%;
  position: absolute;
  top: 40%;
  text-transform: uppercase;
  text-align: center; }

.hero-text-wrap ul {
  list-style: none;
  display: inline-block;
  width: 100%; }

.hero-text-wrap ul li {
  display: none;
  padding: 0 20px; }

.hero-text-wrap ul.single li:first-child {
  display: block; }

.hero-text-wrap ul.border li {
  border: 1px solid #fff;
  padding: 20px 40px 10px; }

.hero-text-wrap ul.border-top-bottom li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 40px 10px; }

.hero-text-wrap .hero-subtitle {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 12px;
  margin-bottom: 30px; }

.hero-text-wrap .hero-title {
  font-size: 70px;
  letter-spacing: 8px;
  line-height: 90px;
  color: #fff;
  font-weight: 800; }

/*------------------------------------------------------------------
[Typography]
*/

@font-face {
  font-family: 'ChaletLondonNineteenSixty';
  src: url('../fonts/ChaletLondonNineteenSixty.woff2') format('woff2'),
       url('../fonts/ChaletLondonNineteenSixty.woff') format('woff'),
       url('../fonts/ChaletLondonNineteenSixty.ttf') format('truetype');
}

@font-face {
  font-family: 'ArcherProBook';
  src: url('../fonts/ArcherPro-Book.woff2') format('woff2'),
       url('../fonts/ArcherPro-Book.woff') format('woff'),
       url('../fonts/ArcherPro-Book.ttf') format('truetype');
}

/* Headings Fonts variables */
/* Heading font one */
.font-accident-one-bold {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-weight: 700;
  font-style: normal; }

.font-accident-one-normal {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-weight: 400;
  font-style: normal; }

/* Heading font two */
.font-accident-two-normal {
  font-family: "ArcherProBook", sans-serif;
  font-weight: 200; }

.font-accident-two-bold {
  font-family: "ArcherProBook", sans-serif;
  font-weight: 500; }

.font-accident-two-extrabold {
  font-family: "ArcherProBook", sans-serif;
  font-weight: 700; }

/* Regular font */
.font-regular-light {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-normal {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-bold {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-weight: 700;
  font-style: normal; }

/* Headings */
h2 {
  font-size: 48px; }

h3 {
  line-height: 1.5em;
  font-size: 40px; }

h4 {
  letter-spacing: 1px; 
  font-size: 28px; }

h5 {
  font-size: 18px;
  color: #4F6E61;
  font-weight: 700; }

h6 {
  font-size: 11px;
  letter-spacing: 3px; }

h4 a, h5 a, h6 a {
  color: #7C5321; }

.title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: initial; }

.title-light {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: initial; }

/* Paragraphs */
.small {
  font-size: 12px; }

.extrasmall {
  font-size: 10px; }

.superheading {
  font-size: 48px; }

/*------------------------------------------------------------------
[4. Basic Styles]
*/
body {
  display: block;
  background-color: #181818;
  overflow-x: hidden;
  overflow-y: auto;
  color: #333;
  font: 14px/1.7 "ChaletLondonNineteenSixty", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.boxed {
  display: block;
  background-color: #676767;
  background-image: url("../images/patterns/swirl_pattern.png");
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 4px; }

a:focus {
  outline: none; }

ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0px; }
  ul li {
    padding: 0px; }
    ul li a {
      cursor: pointer;
      color: #999; }

ul.list-o {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.list-o li {
    padding-left: 1em;
    text-indent: -.7em; }
    ul.list-o li:before {
      padding-right: 4px;
      content: "O";
      color: #4F6E61; }

ul.list-dash {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.list-dash li {
    padding-left: 2em;
    text-indent: -1.7em; }
    ul.list-dash li:before {
      padding-right: 16px;
      content: "-";
      color: #4F6E61; }

/* No Padding elements */
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

/* Dividers */
.dividewhite1 {
  height: 10px; }

.dividewhite2 {
  height: 20px; }

.dividewhite3 {
  height: 30px; }

.dividewhite4 {
  height: 40px; }

.dividewhite6 {
  height: 60px; }

.dividewhite8 {
  height: 80px; }

.dividewhite9 {
  height: 90px; }

.dividewhite10 {
  height: 100px; }

.divider-dynamic {
  height: 10px; }

hr {
  width: 100%;
  border: 2px solid #202020; }

/* Heights */
.height-500 {
  min-height: 500px; }

.height-400 {
  min-height: 400px; }

.height-300 {
  min-height: 300px; }

.height-200 {
  min-height: 200px; }

.height-100 {
  min-height: 100px; }

/* Position */
.e-absolute {
  position: absolute !important; }

.e-relative {
  position: relative !important; }

.e-fixed {
  position: fixed !important; }

/*------------------------------------------------------------------
[Misc Styles]
*/
.initial a img {
  opacity: .7;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
.initial a:hover img {
  opacity: 1; }

/* Progress Tracker */
.indicators .indicator-item.active {
  background-color: #7C5321 !important; }

.progress-tracker {
  z-index: 9999;
  right: 18px; }
  .progress-tracker ul li {
    border: none;
    width: 4px;
    height: 24px;
    border-radius: 0px;
    background-color: rgba(100, 100, 100, 0.3); }
    .progress-tracker ul li .pt-description {
      top: -2px; }
      .progress-tracker ul li .pt-description span {
        background-color: #7C5321 !important;
        color: #fff;
        padding: 3px 14px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px; }
  .progress-tracker .active {
    background-color: #7C5321 !important;
    border-color: #7C5321 !important; }

/* Content */
#content {
  min-height: 600px; }

#back-top a {
  background: #181818 url(../images/back_top.png) no-repeat 50% 50%;
  border: 1px solid #fff;
  bottom: 60px;
  display: block;
  height: 40px;
  position: fixed;
  right: 30px;
  width: 40px;
  z-index: 10;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  #back-top a:hover {
    background: #4F6E61 url(../images/back_top.png) no-repeat 50% 50%;
    border-color: #4F6E61; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.e-centered {
  margin: 0 auto; }

.uppercase {
  text-transform: uppercase; }

i {
  color: #eaeaea; }

.hidden {
  display: none; }

.respon-wrap img {
  max-width: 100% !important;
  height: auto;
  display: block; }

.white {
  color: #fff; }

.color-333 {
  color: #333; }

.color-666 {
  color: #666666 !important; }
  .color-666 a {
    color: #666666; }
    .color-666 a:hover {
      color: #7C5321; }

.color-999 {
  color: #999 !important; }
  .color-999 a {
    color: #999; }
    .color-999 a:hover {
      color: #7C5321; }

.hovercolor-box {
  padding: 0 12px !important;
  margin-bottom: 12px !important;
  background-color: #6F9A88;
  color: #fff; }

.fullwidth {
  width: 100% !important; }

.width-90 {
  width: 90%; }

.width-80 {
  width: 80%; }

.width-70 {
  width: 70%; }

.width-60 {
  width: 60%; }

.width-50 {
  width: 50%; }

/* Forms */
input, textarea {
  border: 0;
  background: none !important;
  border: 1px solid #999;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 5px;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

input:focus, textarea:focus {
  border-color: #007EA7; }

input, textarea, button {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif; }

button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  font-size: 100%; }

:focus {
  outline: 0; }

/*------------------------------------------------------------------
[5. Buttons]
*/
/* Button Sizes */
.btn-lg {
  font-size: 15px; }

.btn-default {
  font-size: 13px; }

.btn-sm {
  font-size: 12px; }

.btn-xs {
  font-size: 11px;
  padding: 3px 9px; }

/* Button Types */
.btn-darker,
.btn-blk,
.btn-gr,
.btn-lgr,
.btn-lgr-str,
.btn-grey-str,
.btn-light,
.btn-wh,
.btn-wh-str,
.btn-rd,
.btn-rd-str {
  border-radius: 24px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }

.btn-darker {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  border: 1px solid #6F9A88;
  background: #6F9A88;
  color: #fff !important; }
  .btn-darker:hover {
    border: 1px solid #4F6E61;
    background: #4F6E61;
    color: #fff !important; }

.btn-blk {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  border: 1px solid #353535;
  background: #353535;
  color: #fff !important; }
  .btn-blk:hover {
    border: 1px solid #4F6E61;
    background: #4F6E61;
    color: #fff !important; }
  .btn-blk:focus {
    border: 1px solid #4F6E61;
    background: #4F6E61;
    color: #fff !important; }

.btn-gr {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  border: 1px solid #505050;
  color: #fff !important;
  background: #505050; }
  .btn-gr:hover {
    border: 1px solid #7C5321;
    background: #7C5321;
    color: #fff !important; }

.btn-lgr {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  border: 1px solid #999999;
  background: #999999;
  color: #fff !important; }
  .btn-lgr:hover {
    border: 1px solid #7C5321;
    background: #7C5321;
    color: #fff !important; }

.btn-lgr-str {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 2px solid #999;
  color: #999 !important; }
  .btn-lgr-str:hover {
    background: none;
    border: 2px solid #7C5321;
    color: #7C5321 !important; }

.btn-grey-str {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  background: none !important;
  margin-right: 12px;
  border: 2px solid #333;
  color: #333 !important; }
  .btn-grey-str:hover {
    background: none;
    border: 2px solid #7C5321;
    color: #7C5321 !important; }

.btn-light {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  background: #eaeaea;
  margin-right: 12px;
  border: 1px solid #eaeaea;
  color: #181818 !important; }
  .btn-light:hover {
    background: #7C5321;
    border: 1px solid #7C5321;
    color: #fff !important; }

.btn-wh-str {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 2px solid #eaeaea;
  color: #eaeaea !important; }
  .btn-wh-str:hover {
    background: none;
    border: 2px solid #7C5321;
    color: #7C5321 !important; }

.btn-wh {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  background: #fff;
  margin-right: 12px;
  border: 2px solid #fff;
  color: #333 !important; }
  .btn-wh:hover {
    background: #7C5321;
    border: 2px solid #7C5321;
    color: #fff !important; }

.btn-rd {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  border: 1px solid #7C5321;
  color: #fff !important;
  background: #7C5321; }
  .btn-rd:hover {
    border: 1px solid #ec1717;
    background: #ec1717;
    color: #fff !important; }

.btn-rd-str {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 2px solid #7C5321;
  color: #7C5321 !important; }
  .btn-rd-str:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff !important; }

/*------------------------------------------------------------------
[7. Drop-down menu]
*/
/* Superfish Drop Down menu */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li.menu-item a:before {
  position: absolute;
  content: " ";
  bottom: 7px;
  width: 0;
  border-bottom: 2px solid #6F9A88;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s; }
.sf-menu li.menu-item:hover a:before {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
.sf-menu li {
  position: relative;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  border: none;
  text-align: left; }
  .sf-menu li a {
    border: none;
    text-align: left; }
  .sf-menu li:hover, .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none; }
    .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
      display: inline-block; }
.sf-menu > li {
  display: inline-block; }
.sf-menu ul {
  position: absolute;
  display: none;
  top: 132%;
  left: 0;
  z-index: 99999;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }
  .sf-menu ul li ul {
    top: 0;
    left: 100%; }
.sf-menu a {
  display: block;
  font-size: 12px;
  position: relative;
  border-left: 1px solid #fff;
  /*border-top: 1px solid #dFeEFF;*/
  /* fallback colour must use full shorthand */
  /*border-top: 1px solid rgba(255,255,255,.5);*/
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu > li:hover, .sf-menu > li.sfHover {
  background: none; }

ul.sf-menu > li, .sf-menu > li > a {
  border: none;
  text-align: left; }

.submenu a {
  color: #c0c0c0 !important; }
  .submenu a:hover {
    color: #fff !important; }

/*** mega menu dropdown ***/
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block; }

.sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-mega {
  background-color: #CFDEFF;
  padding: 1em;
  box-sizing: border-box;
  width: 100%; }

.sf-mega-section {
  float: left;
  width: 8em;
  /* optional */
  padding: 0 1em 1em 0;
  margin-right: 1em;
  border-right: 1px solid #b4c8f5; }

.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  /* allow long menu items to determine submenu width */ }

.mega-item {
  position: static; }

/*** arrows (for all except IE7) **/
.sf-arrows {
  /* styling for right-facing arrows */ }
  .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */ }
    .sf-arrows .sf-with-ul::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.5em;
      margin-top: -1px;
      height: 0;
      width: 0;
      /* order of following 3 rules important for fallbacks to work */
      border: 4px solid transparent;
      /*border-top-color: #333; */
      /* edit this to suit design (no rgba in IE8) */
      border-top-color: rgba(10, 10, 10, 0.5); }
  .sf-arrows > li > .sf-with-ul:focus:after,
  .sf-arrows > li:hover > .sf-with-ul:after,
  .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #333;
    /* IE8 fallback colour */ }
  .sf-arrows ul .sf-with-ul:after {
    margin-top: -4px;
    margin-right: -5px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, 0.5); }
  .sf-arrows ul li > .sf-with-ul:focus:after,
  .sf-arrows ul li:hover > .sf-with-ul:after,
  .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white; }

/*------------------------------------------------------------------
[Off-canvas menu]
*/
.menu-wrap a {
  color: #fff; }
  .menu-wrap a:hover, .menu-wrap a:focus {
    color: #6F9A88;
    text-decoration: none; }

.content-wrap {
  -webkit-overflow-scrolling: touch; }

.content {
  position: relative;
  background: #b4bad2; }
  .content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* Menu */
.menu-wrap {
  position: fixed;
  right: 0;
  z-index: 10001;
  width: 300px;
  height: 100%;
  background: #4F6E61;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.menu, .icon-list {
  height: 100%; }

.icon-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  .icon-list a {
    display: block;
    padding: 0.5em;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); }
  .icon-list .socials {
    margin-top: 32px; }
    .icon-list .socials li {
      list-style: none;
      display: inline-block;
      padding: 0px; }
      .icon-list .socials li i:before {
        color: #999;
        font-size: 24px !important;
        margin-left: 0 !important;
        line-height: 30px;
        transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out; }
      .icon-list .socials li:hover i:before {
        color: #6F9A88; }

.icon-list, .icon-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.icon-list a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0); }

.icon-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0); }

.icon-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0); }

.icon-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0); }

.icon-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0); }

.icon-list a span {
  margin-left: 10px;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list,
.show-menu .icon-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s; }

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.icon-list {
  padding-left: 0px; }
  .icon-list li {
    padding: 0;
    overflow: hidden; }
  .icon-list li:hover i {
    color: #6F9A88; }
  .icon-list li.menu-item a:before {
    position: absolute;
    content: " ";
    bottom: 3px;
    width: 0;
    border-bottom: 1px solid #6F9A88;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transition-delay: 0.1s; }
  .icon-list li.menu-item:hover a:before {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .icon-list li .m-usermenu {
    background: #202020;
    padding: 20px 15px 0px 15px;
    border-left: 1px solid #6F9A88; }
    .icon-list li .m-usermenu .article-author-userpic {
      display: inline-block; }
      .icon-list li .m-usermenu .article-author-userpic img {
        max-width: 40px; }
    .icon-list li .m-usermenu .article-author-name {
      display: inline-block;
      margin: 0 0 20px 0;
      padding-left: 8px; }
    .icon-list li .m-usermenu h4 {
      letter-spacing: 1px;
      margin: 8px 0 0 0;
      padding: 0; }
      .icon-list li .m-usermenu h4 a {
        font-size: 16px; }
    .icon-list li .m-usermenu a {
      display: inline-block;
      padding: 0; }

.menu-wrap-light {
  background: #4F6E61; }
  .menu-wrap-light .icon-list a:hover, .menu-wrap-light .icon-list a:focus {
    color: #6F9A88; }
  .menu-wrap-light .icon-list li:hover i {
    color: #6F9A88; }
  .menu-wrap-light .icon-list li.menu-item a:before {
    border-color: #6F9A88; }
  .menu-wrap-light .icon-list .m-usermenu {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .menu-wrap-light .icon-list .socials li i:before {
    color: #fff; }
  .menu-wrap-light .icon-list .socials li:hover i:before {
    color: #6F9A88; }

/*------------------------------------------------------------------
[6. Header Styles]
*/
/* Small Top with Contacts and Shop Features */
#sub-top-dark, #sub-top-light {
  height: 40px;
  font-size: 12px; }
  #sub-top-dark i, #sub-top-light i {
    margin-right: 4px;
    font-size: 14px; }
  #sub-top-dark .top-contacts, #sub-top-dark .top-shop, #sub-top-light .top-contacts, #sub-top-light .top-shop {
    padding-top: 10px; }
  #sub-top-dark .top-contacts, #sub-top-light .top-contacts {
    float: left; }
    #sub-top-dark .top-contacts div, #sub-top-light .top-contacts div {
      display: inline;
      margin-right: 12px; }
  #sub-top-dark .top-shop, #sub-top-light .top-shop {
    float: right; }

/* Site Title for Main Page */
#header-wrapper-mp {
  /* Main menu for Main Page */ }
  #header-wrapper-mp #site-title {
    float: left; }
  #header-wrapper-mp #site-title img {
    display: none;}
    #header-wrapper-mp #site-title a {
	  display : initial;
      text-decoration: none; }
      #header-wrapper-mp #site-title a h1 {
        font-size: 44px;
        margin-top: 37px;
        text-transform: none; }
        #header-wrapper-mp #site-title a h1 i {
          margin-right: 14px;
          font-weight: normal !important; }
          #header-wrapper-mp #site-title a h1 i::before {
            font-size: 42px;
            margin-left: 0px; }
  #header-wrapper-mp #main-menu {
    float: right;
    border: none;
    margin-top: 38px; }
    #header-wrapper-mp #main-menu ul {
      list-style: none;
      margin-bottom: 12px;
      margin-right: 60px; }
    #header-wrapper-mp #main-menu > li {
      display: inline-block;
      margin-right: 24px;
      border: none; }
    #header-wrapper-mp #main-menu li:last-child {
      margin-right: 0; }
    #header-wrapper-mp #main-menu a {
      font-weight: 400;
      font-size: 16px; }
    #header-wrapper-mp #main-menu > ul > li > a {
      font-weight: 700;
      font-size: 16px; }

/* Sticky Header */
.sticky-overlay .sticky-wrapper {
  position: relative;
  z-index: 999; }

.head-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

#header-wrapper-mp .sticky-header {
  height: 120px; }
#header-wrapper-mp #site-title h1, #header-wrapper-mp #site-title h1 i::before, #header-wrapper-mp #main-menu {
  transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  -webkit-transition: margin 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out;
  -ms-transition: margin 0.5s ease-in-out;
  transition-delay: 0.5s; }

#header-wrapper-mp {
  width: 100%;
  text-align: center;
  box-sizing: border-box; }

.sticky-header {
  position: relative;
  top: 40;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box; }

#header-wrapper-mp .is-sticky .sticky-header {
  filter: alpha(opacity=90);
  height: 80px;
  top: 0;
  -webkit-transition: width 0.5s, height 0.5s, background-color 0.1s, -webkit-transform 0.5s;
  transition: width 0.5s, height 0.5s, background-color 0.1s, transform 0.5s;
  transition-delay: 0.1s; }
#header-wrapper-mp .is-sticky > .sticky-header > .mp-nav {
  border-bottom: none; }
#header-wrapper-mp .is-sticky #site-title {
  float: left; }
#header-wrapper-mp .is-sticky #site-title img {
    display: initial;
    height : 80px;
    padding: 5px 0 5px 0; }
#header-wrapper-mp .is-sticky #site-title a {
  display : none;}
#header-wrapper-mp .is-sticky #site-title h1 {
  font-size: 28px;
  margin-top: 24px; }
  #header-wrapper-mp .is-sticky #site-title h1 i::before {
    font-size: 30px; }
#header-wrapper-mp .is-sticky #site-title h1 a {
  text-decoration: none; }
#header-wrapper-mp .is-sticky #main-menu {
  float: right;
  border: none;
  margin-top: 18px; }
  #header-wrapper-mp .is-sticky #main-menu > ul > li > a {
    font-weight: 700;
    font-size: 16px; }

/* Header and Initial menu Colors -------------------------------------------------
*/
#sub-top-dark {
  background-color: #181818;
  color: #eaeaea; }
  #sub-top-dark a, #sub-top-dark i {
    color: #eaeaea; }

#sub-top-light {
  background-color: #f2f2f2;
  color: #333; }
  #sub-top-light a, #sub-top-light i {
    color: #333; }

#header-wrapper-mp .header-dark {
  background: #202020; }
  #header-wrapper-mp .header-dark .nav-icon div {
    background-color: #fff; }
  #header-wrapper-mp .header-dark .nav-icon::before, #header-wrapper-mp .header-dark .nav-icon::after {
    background-color: #fff; }
  #header-wrapper-mp .header-dark .nav-icon:hover:before, #header-wrapper-mp .header-dark .nav-icon:hover:after, #header-wrapper-mp .header-dark .nav-icon:hover div {
    background-color: #6F9A88; }
  #header-wrapper-mp .header-dark #site-title a {
    color: #fff; }
    #header-wrapper-mp .header-dark #site-title a h1 {
      color: #fff }
      #header-wrapper-mp .header-dark #site-title a h1 i {
        color: #fff; }
  #header-wrapper-mp .header-dark #mobnav-btn i {
    color: #fff; }
  #header-wrapper-mp .header-dark #main-menu a > i {
    color: #eaeaea; }
  #header-wrapper-mp .header-dark #main-menu a:hover {
    color: #fff; }
  #header-wrapper-mp .header-dark #main-menu > ul > li > a {
    color: #BFD7CD;
    letter-spacing: 3px; }
  #header-wrapper-mp .header-dark #main-menu > ul > li > .sf-with-ul:after {
    border-top-color: #fff; }
  #header-wrapper-mp .header-dark .overlay-border {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 72px;
    margin-top: 64px;
    padding: 4px 0 6px 0;
    text-align: left;
    color: #333; }
    #header-wrapper-mp .header-dark .overlay-border .overlay-content {
      padding: 0 42px 0 42px; }
    #header-wrapper-mp .header-dark .overlay-border input, #header-wrapper-mp .header-dark .overlay-border textarea {
      border: 1px solid #202020;
      border-radius: 1px;
      color: #202020; }
    #header-wrapper-mp .header-dark .overlay-border:hover {
      background: white; }
    #header-wrapper-mp .header-dark .overlay-border:hover i::before {
      color: #4F6E61; }
    #header-wrapper-mp .header-dark .overlay-border a {
      color: #333; }
      #header-wrapper-mp .header-dark .overlay-border a:hover, #header-wrapper-mp .header-dark .overlay-border a:focus {
        color: #333;
        text-decoration: none; }
    #header-wrapper-mp .header-dark .overlay-border i::before {
      font-size: 18px; }
    #header-wrapper-mp .header-dark .overlay-border .label-click {
      top: -50px;
      left: auto;
      right: -50px;
      position: absolute;
      z-index: auto;
      padding-top: 80px;
      width: 100px;
      height: 100px;
      background: #202020;
      color: #fff;
      text-align: center;
      font-weight: bold;
      font-size: 16px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      #header-wrapper-mp .header-dark .overlay-border .label-click i::before {
        font-size: 22px;
        top: 64px;
        left: 40px;
        margin: 0;
        position: absolute;
        color: #fff; }
    #header-wrapper-mp .header-dark .overlay-border i::before {
      font-size: 72px;
      color: #202020;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out; }
    #header-wrapper-mp .header-dark .overlay-border h4 {
      color: #202020;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "ChaletLondonNineteenSixty", sans-serif;
      display: inline-block;
      letter-spacing: normal; }
    #header-wrapper-mp .header-dark .overlay-border p {
      font-size: 12px;
      color: #202020; }
    #header-wrapper-mp .header-dark .overlay-border .overlay-description {
      margin-top: 21px; }
      #header-wrapper-mp .header-dark .overlay-border .overlay-description ul {
        padding: 0px; }
        #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li {
          list-style: none;
          display: inline-block;
          padding: 0px; }
          #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li i, #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li i::before {
            color: #202020;
            font-size: 24px !important;
            margin-left: 0 !important;
            line-height: 30px; }
          #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li a:hover i::before {
            color: #4F6E61; }
#header-wrapper-mp .header-light {
  background: #fff; }
  #header-wrapper-mp .header-light .nav-icon div {
    background-color: #202020; }
  #header-wrapper-mp .header-light .nav-icon::before, #header-wrapper-mp .header-light .nav-icon::after {
    background-color: #202020; }
  #header-wrapper-mp .header-light .nav-icon:hover:before, #header-wrapper-mp .header-light .nav-icon:hover:after, #header-wrapper-mp .header-light .nav-icon:hover div {
    background-color: #4F6E61; }
  #header-wrapper-mp .header-light #site-title a {
    color: #202020; }
    #header-wrapper-mp .header-light #site-title a h1 {
      color: #202020 !important; }
      #header-wrapper-mp .header-light #site-title a h1 i {
        color: #202020; }
  #header-wrapper-mp .header-light #mobnav-btn i {
    color: #202020; }
  #header-wrapper-mp .header-light #main-menu a > i {
    color: #333; }
  #header-wrapper-mp .header-light #main-menu a:hover {
    color: #4F6E61; }
  #header-wrapper-mp .header-light #main-menu > ul > li > a {
    color: #6F9A88;
    letter-spacing: 3px; }
  #header-wrapper-mp .header-light #main-menu > ul > li > .sf-with-ul:after {
    border-top-color: #202020; }
  #header-wrapper-mp .header-light .overlay-border {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 72px;
    margin-top: 64px;
    padding: 4px 0 6px 0;
    text-align: left;
    color: #333; }
    #header-wrapper-mp .header-light .overlay-border .overlay-content {
      padding: 0 42px 0 42px; }
    #header-wrapper-mp .header-light .overlay-border input, #header-wrapper-mp .header-light .overlay-border textarea {
      border: 1px solid #202020;
      border-radius: 1px;
      color: #202020; }
    #header-wrapper-mp .header-light .overlay-border:hover {
      background: white; }
    #header-wrapper-mp .header-light .overlay-border:hover i::before {
      color: #4F6E61; }
    #header-wrapper-mp .header-light .overlay-border a {
      color: #333; }
      #header-wrapper-mp .header-light .overlay-border a:hover, #header-wrapper-mp .header-light .overlay-border a:focus {
        color: #333;
        text-decoration: none; }
    #header-wrapper-mp .header-light .overlay-border i::before {
      font-size: 18px; }
    #header-wrapper-mp .header-light .overlay-border .label-click {
      top: -50px;
      left: auto;
      right: -50px;
      position: absolute;
      z-index: auto;
      padding-top: 80px;
      width: 100px;
      height: 100px;
      background: #202020;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      #header-wrapper-mp .header-light .overlay-border .label-click i::before {
        font-size: 22px;
        top: 64px;
        left: 40px;
        margin: 0;
        position: absolute;
        color: #fff; }
    #header-wrapper-mp .header-light .overlay-border i::before {
      font-size: 72px;
      color: #6F9A88;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out; }
    #header-wrapper-mp .header-light .overlay-border h4 {
      color: #202020;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "ChaletLondonNineteenSixty", sans-serif;
      display: inline-block;
      letter-spacing: normal; }
    #header-wrapper-mp .header-light .overlay-border p {
      font-size: 12px;
      color: #6F9A88; }
    #header-wrapper-mp .header-light .overlay-border .overlay-description {
      margin-top: 21px; }
      #header-wrapper-mp .header-light .overlay-border .overlay-description ul {
        padding: 0px; }
        #header-wrapper-mp .header-light .overlay-border .overlay-description ul li {
          list-style: none;
          display: inline-block;
          padding: 0px; }
          #header-wrapper-mp .header-light .overlay-border .overlay-description ul li i, #header-wrapper-mp .header-light .overlay-border .overlay-description ul li i::before {
            color: #6F9A88;
            font-size: 24px !important;
            margin-left: 0 !important;
            line-height: 30px; }
          #header-wrapper-mp .header-light .overlay-border .overlay-description ul li a:hover i::before {
            color: #4F6E61; }

#header-wrapper-mp .nobg {
  background: none; }

#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li > .sf-with-ul:focus:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li:hover > .sf-with-ul:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #fff; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a > i {
  color: #fff !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a > i {
  color: #eaeaea !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a:hover {
  color: #fff; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu > ul > li > a {
  color: #eaeaea; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #fff !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .overlay-border {
  display: none; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon div {
  background-color: #202020; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon::before, #header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon::after {
  background-color: #fff; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon:hover:before, #header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon:hover:after, #header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon:hover div {
  background-color: #4F6E61; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #site-title a {
  color: #fff !important; }
  #header-wrapper-mp.sticky-menu-dark .is-sticky #site-title a h1 {
    color: #fff !important; }
    #header-wrapper-mp.sticky-menu-dark .is-sticky #site-title a h1 i {
      color: #fff !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .sticky-header {
  background: #202020;
  opacity: 1; }
#header-wrapper-mp.sticky-menu-dark .sf-menu ul li {
  background: #181818;
  opacity: 1; }
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li ul li {
    background: #181818;
    opacity: 1; }
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li:hover, #header-wrapper-mp.sticky-menu-dark .sf-menu ul li.sfHover {
    background: #202020; }

#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a > i {
  color: #6F9A88; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #333; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a {
  color: #eaeaea; }
  #header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover {
    color: #fff; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a > i {
  color: #333; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a:hover {
  color: #4F6E61; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a {
  color: #6F9A88; }
  #header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover {
    color: #4F6E61; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #202020; }
#header-wrapper-mp.sticky-menu-light .is-sticky .overlay-border {
  display: none; }
#header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon div {
  background-color: #202020; }
#header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon::before, #header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon::after {
  background-color: #333; }
#header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon:hover:before, #header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon:hover:after, #header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon:hover div {
  background-color: #4F6E61; }
#header-wrapper-mp.sticky-menu-light .is-sticky #site-title a {
  color: #333 !important; }
  #header-wrapper-mp.sticky-menu-light .is-sticky #site-title a h1 {
    color: #333 !important; }
    #header-wrapper-mp.sticky-menu-light .is-sticky #site-title a h1 i {
      color: #333 !important; }
#header-wrapper-mp.sticky-menu-light .is-sticky .sticky-header {
  background: #fff;
  opacity: 1; }
#header-wrapper-mp.sticky-menu-light .sf-menu ul li {
  background: #202020;
  opacity: 1; }
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li ul li {
    background: #202020;
    opacity: 1; }
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li:hover, #header-wrapper-mp.sticky-menu-light .sf-menu ul li.sfHover {
    background: #202020; }

/* Menu Top Button */
.menu-button {
  position: absolute !important;
  top: -41px;
  right: -55px;
  z-index: 10000;
  margin-left: 2em;
  margin-right: 0px;
  padding: 0 !important;
  cursor: pointer; }

.nav-icon {
  margin: 1em 0 1em 1em;
  width: 30px; }

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  content: '';
  display: block;
  height: 2px;
  margin: 10px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.nav-icon:hover:before {
  transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
  -webkit-transform: translateY(12px) rotate(135deg); }

.nav-icon:hover:after {
  transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -webkit-transform: translateY(-12px) rotate(-135deg); }

.nav-icon:hover div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Close Button */
.close-button {
  position: absolute;
  right: 1em;
  top: 0em;
  border: none;
  background: transparent; }

.nav-icon2 {
  margin: 1em;
  width: 30px;
  cursor: pointer; }

.nav-icon2:after,
.nav-icon2:before,
.nav-icon2 div {
  background-color: #eaeaea;
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  content: '';
  display: block;
  height: 2px;
  margin: 10px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.nav-icon2:before {
  transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
  -webkit-transform: translateY(12px) rotate(135deg); }

.nav-icon2:after {
  transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -webkit-transform: translateY(-12px) rotate(-135deg); }

.nav-icon2 div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.nav-icon2:hover:before {
  background-color: #6F9A88;
  transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -webkit-transform: translateY(0px) rotate(0deg); }

.nav-icon2:hover:after {
  background-color: #6F9A88;
  transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -webkit-transform: translateY(0px) rotate(0deg); }

.nav-icon2:hover div {
  background-color: #6F9A88;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

/*------------------------------------------------------------------
[8. Page Content]
*/
#progress {
  background: url("../images/backgrounds/dark_wood.png"); }

#progress-01 {
  background: url("../images/backgrounds/garden03.jpg"); }

.progressbar {
  display: inline-block;
  width: 200px;
  margin: 25px; }

.home {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;  
  background-image: url('../images/acd-1.jpg');
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      color: white;
}

.home .home-inner {
  position: relative;
  padding: 200px 150px 50px;
  width: 100%;
}

.home .home-inner .home-text {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.home-text img {
  height : 400px;
}

.home .home-inner .home-text h1 {
  font-size: 50px;
  font-family: "ChaletLondonNineteenSixty", sans-serif;
}

.quote-container {
  position: relative;
  padding : 50px;
  width: 100%;
  min-height: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../images/backg.jpg');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
  color: white;
}

.quote-container p {
  font-size: 20px;
  text-align: right;
}

.carousel-inner {
   margin-bottom:30px;
}
.carousel-indicators {
  bottom:-30px; 
}

.carousel-indicators li {
  border:1px solid #7C5321; 
}

.carousel-indicators .active {
  border:0px; 
  background-color: #6F9A88;
}

#contact {
  padding-top : 80px;
  padding-bottom : 30px;
}

.contact-logo-left img {
  height : 180px;
}

.contact-logo-right img {
  height : 75px;
}

.contact-blue p {
 color: #4F6E61;
}

.contact-blue p i {
 color: #4F6E61;
}

.contact-blue p a {
 color: #4F6E61;
}

.contact-blue .contact-icon-social {
	  display: inline-block;
	  background: #4F6E61;
	  height: 28px;
	  width: 28px;
	  border-radius: 18px;
	  color: #fff;
	  text-align: center;
	  vertical-align: middle;
	  line-height: 28px;
	  margin: 6px 8px 6px 0;
}

.testimonials {
  min-height: 600px;
}


#blog .post-author {
  font-family: "ChaletLondonNineteenSixty", sans-serif; }
#blog .comment-baloon {
  background: #202020;
  border-right: 1px dotted #808080;
  border-radius: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #999; }
#blog .post-date2 {
  font-family: "ChaletLondonNineteenSixty", sans-serif;
  font-style: oblique;
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted #7C5321; }

.infoblock {
  margin: 0 0 24px 0; }
  .infoblock hr {
    margin-top: 18px;
    border-top: 3px solid #202020; }
  .infoblock img {
	padding: 0px;
	margin-top: 10px;}
  .infoblock a {
    text-decoration: none;
    color: #333; }
    .infoblock a:hover {
      text-decoration: none;
      color: #7C5321; }

/* Features */
.features-block a, .features-block a:hover, .features-block a:focus {
  text-decoration: none; }

/* Articles */
.author-userpic {
  display: inline-block; }

/* Details */
.m-details i::before {
  font-size: 32px;
  color: #7C5321;
  line-height: 32px; }

/* Customer's Review Mainpage Block */
.customer-review .review-container {
  width: 80%;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }
  .customer-review .review-container .review-author {
    display: inline-block;
    text-align: center;
    margin-bottom: 40px; }
    .customer-review .review-container .review-author span {
      color: #666; }
  .customer-review .review-container .review-content {
    display: inline-block;
    text-align: left; }

/* Feedback Block */
.feedback .wpcf7-form span.wpcf7-form-control-wrap {
  position: relative; }
.feedback .wpcf7-form .left-field {
  float: left; }
.feedback .wpcf7-form .right-field {
  float: right; }
.feedback .wpcf7-form .left-field, .feedback .wpcf7-form .right-field {
  width: calc(50% - 5px); }
.feedback .wpcf7-form input[type="text"], .feedback .wpcf7-form input[type="email"], .feedback .wpcf7-form input[type="password"], .feedback .wpcf7-form input[type="search"], .feedback .wpcf7-form input[type="url"], .feedback .wpcf7-form textarea {
  padding: 12px 15px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 0 0 2px transparent inset;
  box-sizing: border-box;
  margin: 0 0 10px;
  max-width: 100%;
  vertical-align: baseline;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.feedback .wpcf7-form input[type="submit"] {
  width: auto; }
.feedback #form-messages .alert {
  border-radius: 0; }

.feedback-dark input[type="text"], .feedback-dark input[type="email"], .feedback-dark input[type="password"], .feedback-dark input[type="search"], .feedback-dark input[type="url"], .feedback-dark textarea {
  color: #fff;
  background-color: #202020 !important; }

.feedback-light, .feedback-dark {
  background-image: linear-gradient(rgba(127, 176, 155, 0.5), rgba(127, 176, 155, 0.5));
  }
  .feedback-light input[type="text"], .feedback-light input[type="email"], .feedback-light input[type="password"], .feedback-light input[type="search"], .feedback-light input[type="url"], .feedback-light textarea {
    color: #333;
    background-color: #eaeaea !important; }


/* Blog */
.post-attrib {
  /* Post attributes in line */
  display: inline-block;
  vertical-align: middle;
  min-height: 60px; }

.post-data, .post-data0, .post-data1, .post-data2 {
  display: inline-block; }

.post-date {
  font-family: 'ChaletLondonNineteenSixty', sans-serif;
  font-style: oblique;
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
  color: #666; }

.post-title {
  line-height: 24px;
  letter-spacing: 2px;
  margin-top: 4px; }

.post-author {
  font-family: "ArcherProBook", sans-serif;
  font-size: 14px;
  font-style: oblique;
  margin-bottom: 5px; }
  .post-author a {
    color: #333; }

.comment-baloon {
  display: inline-block;
  background: #202020;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  margin: 6px 8px 24px 0; }

.comment-baloon-01 {
  display: inline-block;
  background: #808080;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  margin: 6px 8px 24px 0; }

.comment-baloon-01 {
  display: inline-block;
  background: #808080;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  margin: 6px 8px 24px 0; }

/* Vertical Timeline */
#coaching-programs > div > div .btn-lgr-str {
  margin-right: 0 !important; }
#coaching-programs .timeline-vert {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }
  #coaching-programs .timeline-vert:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    opacity: .3;
    left: 50%;
    margin-left: -0.5px; }
  #coaching-programs .timeline-vert li {
    margin-bottom: 20px;
    position: relative; }
    #coaching-programs .timeline-vert li:before, #coaching-programs .timeline-vert li:after {
      content: " ";
      display: table; }
    #coaching-programs .timeline-vert li:after {
      clear: both; }
    #coaching-programs .timeline-vert li .timeline-photo {
      min-height: 250px; }
    #coaching-programs .timeline-vert li .timeline-time {
      padding: 6px 30px;
      position: absolute;
      z-index: 9;
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    #coaching-programs .timeline-vert li:hover .timeline-photo {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      filter: url(grayscale.svg);
      /* Firefox 4+ */
      filter: gray;
      /* IE 6-9 */ }
  #coaching-programs .timeline-vert li.timeline-inverted > .timeline-panel {
    float: right; }
  #coaching-programs .timeline-vert li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  #coaching-programs .timeline-vert li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
  #coaching-programs .timeline-vert .timeline-badge {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    #coaching-programs .timeline-vert .timeline-badge i:before {
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      font-size: 18px;
      left: -10px;
      top: -3px;
      position: relative; }
  #coaching-programs .timeline-vert .timeline-panel {
    width: 46%;
    float: left;
    border-radius: 0px;
    padding: 30px;
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    #coaching-programs .timeline-vert .timeline-panel:before {
      position: absolute;
      top: 26px;
      right: -15px;
      display: inline-block;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      content: " ";
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    #coaching-programs .timeline-vert .timeline-panel:after {
      position: absolute;
      top: 27px;
      right: -14px;
      display: inline-block;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      content: " ";
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    #coaching-programs .timeline-vert .timeline-panel h3 {
      line-height: 1.3em; }
    #coaching-programs .timeline-vert .timeline-panel h6 {
      padding-left: 14px;
      margin-bottom: 12px; }

.timeline-dark:before {
  background-color: #eaeaea; }
.timeline-dark .timeline-badge {
  color: #181818;
  background: #808080;
  border: 3px solid #181818; }
  .timeline-dark .timeline-badge i:before {
    color: #181818; }
.timeline-dark .timeline-panel {
  background: #2d2d2d; }
  .timeline-dark .timeline-panel:before {
    border-left: 15px solid #2d2d2d;
    border-right: 0 solid #2d2d2d; }
  .timeline-dark .timeline-panel:after {
    border-left: 14px solid #2d2d2d;
    border-right: 0 solid #2d2d2d; }
  .timeline-dark .timeline-panel h6 {
    border-left: 1px solid #E84855; }
.timeline-dark li .timeline-time {
  background-color: #808080; }
  .timeline-dark li .timeline-time i {
    color: #fff; }
.timeline-dark li:hover .timeline-badge {
  background: #E84855 !important; }
  .timeline-dark li:hover .timeline-badge i:before {
    color: #fff; }
.timeline-dark li:hover .timeline-time {
  background-color: #E84855; }
.timeline-dark li:hover .timeline-panel {
  background: #393939; }
.timeline-dark li:hover .timeline-panel:before {
  border-top: 15px solid transparent;
  border-left: 15px solid #393939;
  border-right: 0 solid #393939; }
.timeline-dark li:hover .timeline-panel:after {
  border-top: 14px solid transparent;
  border-left: 14px solid #393939;
  border-right: 0 solid #393939; }

.timeline-light:before {
  background-color: #808080; }
.timeline-light .timeline-badge {
  color: #181818;
  background: #f2f2f2;
  border: 3px solid #fff; }
  .timeline-light .timeline-badge i:before {
    color: #181818; }
.timeline-light .timeline-panel {
  background: #f2f2f2; }
  .timeline-light .timeline-panel:before {
    border-left: 15px solid #f2f2f2;
    border-right: 0 solid #f2f2f2; }
  .timeline-light .timeline-panel:after {
    border-left: 14px solid #f2f2f2;
    border-right: 0 solid #f2f2f2; }
  .timeline-light .timeline-panel h6 {
    border-left: 1px solid #E84855; }
.timeline-light li .timeline-time {
  background-color: #c4c4c4; }
  .timeline-light li .timeline-time i {
    color: #fff; }
.timeline-light li:hover .timeline-badge {
  background: #6F9A88 !important; }
  .timeline-light li:hover .timeline-badge i:before {
    color: #fff; }
.timeline-light li:hover .timeline-time {
  background-color: #6F9A88; }
.timeline-light li:hover .timeline-panel {
  background: #DFEBE6; }
.timeline-light li:hover .timeline-panel:before {
  border-top: 15px solid transparent;
  border-left: 15px solid #DFEBE6;
  border-right: 0 solid #DFEBE6; }
.timeline-light li:hover .timeline-panel:after {
  border-top: 14px solid transparent;
  border-left: 14px solid #DFEBE6;
  border-right: 0 solid #DFEBE6; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.timeline-bg01,
.timeline-bg01-01,
.timeline-bg02,
.timeline-bg02-01,
.timeline-bg03,
.timeline-bg03-01,
.timeline-bg04,
.timeline-bg04-01 {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.timeline-bg01 {
  background: url("../images/timeline-1.jpg");
  background-position: center;
  background-size: cover; }

.timeline-bg01-01 {
  background: url("../images/timeline-1-01.jpg");
  background-position: center;
  background-size: cover; }

.timeline-bg02 {
  background: url("../images/timeline-2.jpg");
  background-position: center;
  background-size: cover; }

.timeline-bg02-01 {
  background: url("../images/timeline-2-01.jpg");
  background-position: center;
  background-size: cover; }

.timeline-bg03 {
  background: url("../images/timeline-3.jpg");
  background-position: center;
  background-size: cover; }

.timeline-bg03-01 {
  background: url("../images/timeline-3-01.jpg");
  background-position: center;
  background-size: cover; }

.timeline-bg04 {
  background: url("../images/timeline-4.jpg");
  background-position: center;
  background-size: cover; }

.timeline-bg04-01 {
  background: url("../images/timeline-4-01.jpg");
  background-position: center;
  background-size: cover; }

@media (max-width: 992px) {
  ul.timeline-vert:before {
    left: 40px !important; }

  ul.timeline-vert > li > .timeline-panel {
    width: calc(100% - 90px) !important;
    width: -moz-calc(100% - 90px) !important;
    width: -webkit-calc(100% - 90px) !important; }

  ul.timeline-vert > li > .timeline-badge {
    left: 15px !important;
    margin-left: 0 !important;
    top: 16px !important; }

  ul.timeline-vert > li > .timeline-panel {
    float: right !important; }

  ul.timeline-vert > li > .timeline-panel:before {
    border-left-width: 0 !important;
    border-right-width: 15px !important;
    left: -15px !important;
    right: auto !important; }

  ul.timeline-vert > li > .timeline-panel:after {
    border-left-width: 0 !important;
    border-right-width: 14px !important;
    left: -14px !important;
    right: auto !important; } }


/*------------------------------------------------------------------
[10. Hover Effects]
*/
.item-wrap {
  margin-bottom: 10px; }

figure {
  position: relative;
  overflow: hidden;
  text-align: center; }
  figure img {
    position: relative;
    opacity: 1.0; }
  figure figcaption {
    padding: 1.0em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    figure figcaption > .fig-description a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0; }
    figure figcaption:before, figure figcaption:after {
      pointer-events: none; }
  figure figcaption,
  figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  figure h3 {
    word-spacing: -0.15em;
    font-family: "ChaletLondonNineteenSixty", sans-serif; }
    figure h3 span {
      font-family: "ChaletLondonNineteenSixty", sans-serif; }
  figure h3, figure p {
    margin: 0; }
  figure p {
    letter-spacing: 1px;
    font-size: 68.5%; }


/*------------------------------------------------------------------
[Magmific Popup]
*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/*------------------------------------------------------------------
[Footer]
*/
footer {
  color: #999;
  font-size: 12px;
  position: relative; }
  footer h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 24px; }
  footer p {
    margin-bottom: 10px; }
  footer a {
    font-size: 12px;
    text-decoration: underline; }
  footer i {
    color: #999; }
  footer .contact {
    display: table; }
  footer .footer-addr {
    width: 100%;
    margin-bottom: 24px;
    display: table-row; }
  footer .footer-icon {
    width: 10%;
    display: table-cell;
    float: left;
    font-size: 16px; }
  footer .addr-text {
    width: 90%;
    display: table-cell;
    float: right;
    padding-top: 4px; }
  footer #footer-wrapper {
    padding: 48px 0 48px 0; }

/* Follow us */
.follow {
  margin-top: 7px; }
  .follow ul {
    padding: 0px; }
    .follow ul li {
      list-style: none;
      display: inline-block;
      padding: 0px;
      margin-right: 8px; }
      .follow ul li i, .follow ul li i::before {
        color: #999;
        font-size: 24px !important;
        margin-left: 0 !important;
        line-height: 30px; }
      .follow ul li a {
        text-decoration: none !important; }
        .follow ul li a:hover i::before {
          color: #7C5321; }

.partners {
  opacity: .4;
  margin: 72px 0; }

#copyrights-wrapper {
  padding: 24px 0; }
  #copyrights-wrapper .copyright {
    display: inline-block !important;
    font-size: 12px;
    line-height: 24px;
    color: #999; }
    #copyrights-wrapper .copyright a {
      color: #999;
      text-decoration: none; }
      #copyrights-wrapper .copyright a:hover {
        color: #eaeaea;
        text-decoration: underline; }
  #copyrights-wrapper .copy-attrs {
    float: left;
    margin-right: 30px; }
  #copyrights-wrapper .copy-link {
    float: left;
    margin-right: 30px; }

/*------------------------------------------------------------------
[13. Media Query]
*/
@media (max-width: 992px) {
  .divider-dynamic {
    height: 60px; }

  .overlay-border {
    display: none; }

  .infoblock {
    margin-bottom: 40px; }

  #header-wrapper-mp #site-title,
  #header-wrapper-mp .is-sticky #site-title {
    float: left; }
    #header-wrapper-mp #site-title h1,
    #header-wrapper-mp .is-sticky #site-title h1 {
      font-size: 28px;
      margin-top: 24px; }
  #header-wrapper-mp .sticky-wrapper, #header-wrapper-mp .sticky-header,
  #header-wrapper-mp .is-sticky .sticky-wrapper,
  #header-wrapper-mp .is-sticky .sticky-header {
    height: 80px !important; }

  .m-desktop {
    display: none !important; }

  .menu-button {
    margin: 23px 0 0 0; }
	
	.home .home-inner {
	  padding: 150px 50px 50px;
	}

  figure {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0; }

  .hp-block .hp-categories-menu {
    text-align: center; }
    .hp-block .hp-categories-menu ul {
      text-align: center;
      padding-left: 0px;
      white-space: normal;
      width: 100%; }
      .hp-block .hp-categories-menu ul li {
        width: 100%; } 
}
@media (max-width: 768px) {
  .progress-tracker {
    display: none; }

  .title {
    padding-bottom: 0px;
    border-bottom: none; }

	.home {
	  background-image: linear-gradient(rgba(127, 176, 155, 0.5), rgba(127, 176, 155, 0.5)), url('../images/acd-2.jpg');
	}

	.home .home-inner {
	  padding: 100px 0px 10px;
	}
	.home-text img {
	  height : 200px;
	  margin: 0px;
	}

  .digit {
    font-size: 38px;
    line-height: 24px; }

  .port-filter ul li {
    display: block;
    margin-bottom: 24px;
    width: 100%; }
    .port-filter ul li a {
      width: 100%; }

  #header-wrapper-mp #site-title a h1 {
    font-size: 32px;
    margin-top: 42px; }
    #header-wrapper-mp #site-title a h1 i::before {
      font-size: 32px;
      margin-top: 112px; } }
@media (max-width: 400px) {
  .overlay-divide {
    display: none; }

  .sticky-wrapper {
    height: 80px; } }

/*# sourceMappingURL=style.css.map */
