@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:    Grassington House
Date: 11/03/2016
-------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);
@import "font-awesome.css";
@import "socialuttons.css";
/* ==============================
   Common styles
   ============================== */
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.relative {
  position: relative;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.white {
  color: #fff !important;
}
.black {
  color: #000 !important;
}
.color {
  color: #695a4b !important;
}
.stick-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.round {
  border-radius: 2px !important;
}
.round10 {
  border-radius: 10px !important;
}
::-moz-selection {
  color: #fff;
  background: #000;
}
::-webkit-selection {
  color: #fff;
  background: #000;
}
::selection {
  color: #fff;
  background: #000;
}
.animate,
.animate * {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.no-animate,
.no-animate * {
  transition: 0 none !important;
}
.white-shadow {
  box-shadow: 0px 0px 200px rgba(255, 255, 255, 0.2);
}
.shadow {
  border: 5px solid white;
  box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
.full-wrapper {
  margin: 0 2%;
}
html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: white;
}
.page {
  overflow: hidden;
}
.body-masked {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff url(../images/ui/loader.gif) no-repeat center center;
  z-index: 100000;
}
.mask-delay {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.mask-speed {
  -webkit-animation-duration: 0.25s !important;
  animation-duration: 0.25s !important;
}
iframe {
  border: none;
}
a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}
a:focus,
a:active {
  -moz-outline: none;
  outline: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
/* 
 * CSS Vertical Spacing
 * Author - Teardrop Design
 */
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .mb-xxs-10 {
    margin-bottom: 10px;
  }
  .mb-xxs-20 {
    margin-bottom: 20px;
  }
}
/* ==============================
   Colours
   ============================== */
.colour-1 {
  color: #f8f3ea;
}
.colour-2 {
  color: #c8b28c;
}
.colour-3 {
  color: #695a4b;
}
.colour-4 {
  color: #39342D;
}
.colour-5 {
  color: #39342D;
}
.colour-white {
  color: #fff !important;
}
.colour-red {
  color: #c93957 !important;
}
.colour-blue {
  color: #5e6c9b !important;
}
.colour-purple {
  color: #5b423b !important;
}
.colour-ebony {
  color: #242424 !important;
}
.colour-gold {
  color: #808285 !important;
}
.colour-orange {
  color: #e5e2dd !important;
}
.bg-colour-1 {
  background-color: #f8f3ea;
}
.bg-colour-2 {
  background-color: #047876;
}
.bg-colour-3 {
  background-color: #b7a695;
}
.bg-colour-4 {
  background-color: #39342D;
}
.bg-colour-5 {
  background-color: #39342D;
}
/* ==============================
   Page loader
   ============================== */
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==============================
   Typography
   ============================== */
body {
  color: #808285;
  font-size: 14px;
  font-family: "Open sans", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #808285;
  text-decoration: none;
}
a:hover {
  color: #888;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #a1824d;
  margin-bottom: 1.3em;
  line-height: 1.4;
  font-weight: 400;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h6 {
  font-weight: 700;
}
p {
  margin: 0 0 2em 0;
}
ul,
ol {
  margin: 0 0 1.5em 0;
}
blockquote {
  margin: 3em 0 3em 0;
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.7;
  color: #444;
}
blockquote p {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  blockquote p {
    font-size: 20px;
  }
}
blockquote footer {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  blockquote footer {
    margin-top: 0;
    font-size: 12px;
  }
}
dl dt {
  margin-bottom: 5px;
}
dl dd {
  margin-bottom: 15px;
}
pre {
  background-color: #f9f9f9;
  border-color: #ddd;
}
hr {
  background-color: #808285;
  border-color: #c8b28c;
}
hr.white {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.35);
}
hr.black {
  border-color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.85);
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.font-alt {
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
}
.font-alt2 {
  font-family: "Open sans", sans-serif !important;
  letter-spacing: 0px !important;
  text-transform: uppercase;
}
.serif {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}
.normal {
  font-weight: normal;
}
.strong {
  font-weight: 700 !important;
}
.lead {
  margin: 1em 0 2em 0;
  font-size: 140%;
  line-height: 1.6;
}
.text {
  font-size: 16px;
  font-weight: 300;
  color: #5f5f5f;
  line-height: 1.8;
}
@media only screen and (max-width: 480px) {
  .text {
    line-height: 1.7;
  }
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  color: #a1824d;
}
.big-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 88px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.97);
  border-radius: 50%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.big-icon .fa-play {
  position: relative;
  left: 4px;
}
.big-icon.big-icon-rs {
  border: none;
  width: auto;
  height: auto;
  font-size: 96px;
}
.big-icon-link {
  display: inline-block;
  text-decoration: none;
}
.big-icon-link:hover {
  border-color: transparent !important;
}
.big-icon-link:hover .big-icon {
  border-color: #fff;
  color: #fff;
  transition: 0 none !important;
}
.big-icon-link:active .big-icon {
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}
.wide-heading {
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: center;
  text-transform: uppercase;
  opacity: .9;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.big-icon-link:hover,
.big-icon-link:hover .wide-heading {
  color: #fff;
  text-decoration: none;
}
.sub-heading {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 480px) {
  .sub-heading {
    font-size: 15px;
  }
}
.big-icon.black {
  color: #000;
  border-color: rgba(0, 0, 0, 0.75);
}
.big-icon-link:hover .big-icon.black {
  color: #000;
  border-color: #000;
}
.wide-heading.black {
  color: rgba(0, 0, 0, 0.87);
}
.big-icon-link.black:hover,
.big-icon-link:hover .wide-heading.black {
  color: #000;
  text-decoration: none;
}
.sub-heading.black {
  color: rgba(0, 0, 0, 0.75);
}
/* ==============================
   Buttons
   ============================== */
.btn-mod,
a.btn-mod {
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: #047876;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.btn-mod:hover,
a.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:focus {
  font-weight: 400;
  color: #fff;
  background: #f7941d;
  text-decoration: none;
  outline: none;
}
.btn-mod:active {
  cursor: pointer !important;
}
.btn-mod.btn-small {
  padding: 6px 17px;
  font-size: 11px;
  letter-spacing: 1px;
}
.btn-mod.btn-min {
  padding: 1px 14px;
  font-size: 11px;
  letter-spacing: 0px;
}
.btn-mod.btn-medium {
  padding: 8px 37px;
  font-size: 12px;
}
.btn-mod.btn-medium:hover,
.btn-mod.btn-medium:focus {
  color: white;
  background: #f7941d;
}
.btn-mod.btn-large {
  padding: 12px 45px;
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .btn-mod.btn-large {
    padding: 8px 15px;
    font-size: 13px;
  }
}
.btn-mod.btn-glass {
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.4);
}
.btn-mod.btn-glass:hover,
.btn-mod.btn-glass:focus {
  color: #ffffff;
  background: #000000;
}
.btn-mod.btn-border {
  color: #c8b28c;
  border: 2px solid #c8b28c;
  background: transparent;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus {
  color: #fff;
  border-color: transparent;
  background: #c8b28c;
}
.btn-mod.btn-style-1 {
  color: #fff;
  border: 1px solid #231f20;
  background: #231f20;
}
.btn-mod.btn-style-1:hover,
.btn-mod.btn-style-1:focus {
  color: #808285;
  border-color: #808285;
  background: transparent;
}
.btn-mod.btn-style-2 {
  color: #fff;
  border: 1px solid #808285;
  background: #808285;
}
.btn-mod.btn-style-2:hover,
.btn-mod.btn-style-2:focus {
  color: #808285;
  border-color: #808285;
  background: transparent;
}
.btn-mod.btn-style-3 {
  color: #808285;
  border: 1px solid #808285;
  background: #047876;
}
.btn-mod.btn-style-3:hover,
.btn-mod.btn-style-3:focus {
  color: #fff;
  border-color: #808285;
  background: #808285;
}
.btn-mod.btn-style-4 {
  color: #fff;
  border: 1px solid #8babac;
  background: #8babac;
}
.btn-mod.btn-style-4:hover,
.btn-mod.btn-style-4:focus {
  color: #808285;
  border-color: #808285;
  background: transparent;
}
.btn-mod.btn-style-5 {
  color: #fff;
  border: 1px solid #a1824d;
  background: #a1824d;
}
.btn-mod.btn-style-5:hover,
.btn-mod.btn-style-5:focus {
  color: #808285;
  border-color: #808285;
  background: transparent;
}
.btn-mod.btn-style-6 {
  color: #fff;
  border: 1px solid #e5e2dd;
  background: #e5e2dd;
}
.btn-mod.btn-style-6:hover,
.btn-mod.btn-style-6:focus {
  color: #808285;
  border-color: #808285;
  background: transparent;
}
.btn-mod.btn-border-c {
  color: #695a4b;
  border: 2px solid #695a4b;
  background: transparent;
}
.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus {
  color: #fff;
  border-color: transparent;
  background: #695a4b;
}
.btn-mod.btn-border-w {
  color: #695a4b;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}
.btn-mod.btn-w {
  color: #695a4b;
  text-transform: uppercase;
  background: #f8f3ea;
}
.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus {
  color: #111;
  background: #fff;
}
.btn-mod.btn-w-color {
  color: #695a4b;
  background: #fff;
}
.btn-mod.btn-w-color:hover,
.btn-mod.btn-w-color:focus {
  color: #695a4b;
  background: #fff;
}
.btn-mod.btn-circle {
  border-radius: 30px;
}
.btn-mod.btn-round {
  border-radius: 7px;
  color: white;
}
.btn-mod.btn-gray {
  color: white;
  background: #047876;
}
.btn-mod.btn-gray:hover,
.btn-mod.btn-gray:focus {
  color: white;
  background: #a1824d;
}
.btn-mod.btn-orange {
  color: white;
  background: #f7941d;
}
.btn-mod.btn-orange:hover,
.btn-mod.btn-orange:focus {
  color: white;
  background: #047876;
}
.btn-mod.btn-blue {
  color: white;
  background: #5e6c9b;
}
.btn-mod.btn-blue:hover,
.btn-mod.btn-blue:focus {
  color: white;
  background: #5e6c9b;
}
.btn-mod.btn-color {
  color: #fff;
  background: #695a4b;
}
.btn-mod.btn-color:hover,
.btn-mod.btn-color:focus {
  color: #fff;
  background: #695a4b;
  opacity: .85;
}
.btn-icon {
  position: relative;
  border: none;
  overflow: hidden;
}
.btn-icon.btn-small {
  overflow: hidden;
}
.btn-icon > span {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #444;
  font-size: 48px;
  opacity: .2;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.btn-icon > span.white {
  color: #fff;
}
.btn-icon > span.black {
  color: #000;
}
.btn-icon > span.bc-3 {
  color: #695a4b;
}
.btn-icon:hover > span {
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.btn-full {
  width: 100%;
}
/* ==============================
   Forms fields
   ============================== */
.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
@media only screen and (max-width: 480px) {
  .form input[type="text"].input-lg,
  .form input[type="email"].input-lg,
  .form input[type="number"].input-lg,
  .form input[type="url"].input-lg,
  .form input[type="search"].input-lg,
  .form input[type="tel"].input-lg,
  .form input[type="password"].input-lg,
  .form input[type="date"].input-lg,
  .form input[type="color"].input-lg,
  .form select.input-lg {
    height: 38px;
  }
}
.form select {
  font-size: 12px;
}
.form select[multiple] {
  height: auto;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="number"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="color"]:hover,
.form select:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="number"].input-lg,
.form input[type="url"].input-lg,
.form input[type="search"].input-lg,
.form input[type="tel"].input-lg,
.form input[type="password"].input-lg,
.form input[type="date"].input-lg,
.form input[type="color"].input-lg,
.form select.input-lg {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}
.form input[type="text"].input-md,
.form input[type="email"].input-md,
.form input[type="number"].input-md,
.form input[type="url"].input-md,
.form input[type="search"].input-md,
.form input[type="tel"].input-md,
.form input[type="password"].input-md,
.form input[type="date"].input-md,
.form input[type="color"].input-md,
.form select.input-md {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}
.form input[type="text"].input-sm,
.form input[type="email"].input-sm,
.form input[type="number"].input-sm,
.form input[type="url"].input-sm,
.form input[type="search"].input-sm,
.form input[type="tel"].input-sm,
.form input[type="password"].input-sm,
.form input[type="date"].input-sm,
.form input[type="color"].input-sm,
.form select.input-sm {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}
.form textarea {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  border-color: rgba(0, 0, 0, 0.1);
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.form textarea:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.form textarea:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(21, 21, 21, 0.3);
}
.form .form-group {
  margin-bottom: 10px;
}
.form input.error {
  border-color: #695a4b;
}
.form div.error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
}
.form div.success {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
}
.form-tip {
  font-size: 12px;
  color: #39342D;
}
.form-tip .fa {
  font-size: 14px;
  color: #5e6c9b;
}
.has-feedback .form-control-feedback {
  top: 30px !important;
  right: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
/*! Forms Plus: CSS.1.4 - ' + '2016-02-21 */
.p-form-modern-purple .progress-bar-fp {
  background-color: #808285;
}
.p-form-modern-purple .btn {
  background-color: #808285;
}
.p-form-modern-purple .btn.p-active-btn,
.p-form-modern-purple .btn:hover,
.p-form-modern-purple .btn:focus {
  background-color: #808285;
}
.p-form-modern-purple .radio label a,
.p-form-modern-purple .checkbox label a,
.p-form-modern-purple .p-switch label a,
.p-form-modern-purple .p-radioswitch label a,
.p-form-modern-purple .p-show-block-heading label a {
  color: #808285;
}
.p-form-modern-purple .p-check-active-icon {
  color: #808285;
}
.p-form-modern-purple .p-check-block:after {
  background-color: #808285;
  border-color: #808285;
}
.p-form-modern-purple .p-switch-icon:after,
.p-form-modern-purple .p-check-point:after {
  background-color: #808285;
  border-color: #808285;
}
.p-form-modern-purple .p-check-next:checked ~ .p-check-container .p-check-icon .p-check-middle,
.p-form-modern-purple:checked ~ .p-check-icon .p-check-middle {
  color: #808285;
}
.p-form-modern-purple .p-check-next:checked ~ .p-check-container .p-check-icon .p-check-block,
.p-form-modern-purple:checked ~ .p-check-icon .p-check-block {
  border-color: #808285;
}
.p-form-modern-purple .p-check-next:checked ~ .p-check-container .p-switch-icon,
.p-form-modern-purple:checked ~ .p-switch-icon {
  border-color: #808285;
}
.p-form-modern-purple .p-check-next:checked ~ .p-check-container .p-switch-icon:before,
.p-form-modern-purple:checked ~ .p-switch-icon:before {
  color: #808285;
}
.p-form-modern-purple .p-check-next:checked ~ .p-check-container .p-check-highlight,
.p-form-modern-purple:checked ~ .p-check-highlight {
  background-color: #f3d8ec;
}
.p-form-modern-purple .p-check-next:checked ~ .p-check-container .p-check-bordered,
.p-form-modern-purple:checked ~ .p-check-bordered {
  border-color: #d57dc0;
}
.p-form-modern-purple label:hover .p-check-active-icon,
.p-form-modern-purple .p-check-next ~ .p-check-container:hover .p-check-active-icon,
.p-form-modern-purple label:hover .p-check-icon .p-check-middle,
.p-form-modern-purple .p-check-next ~ .p-check-container:hover .p-check-icon .p-check-middle {
  color: #cc5eb1;
}
.p-form-modern-purple label:hover .p-switch-icon,
.p-form-modern-purple .p-check-next ~ .p-check-container:hover .p-switch-icon,
.p-form-modern-purple label:hover .p-check-icon .p-check-block,
.p-form-modern-purple .p-check-next ~ .p-check-container:hover .p-check-icon .p-check-block {
  border-color: #cc5eb1;
}
.p-form-modern-purple label:hover .p-check-highlight,
.p-form-modern-purple .p-check-next ~ .p-check-container:hover .p-check-highlight {
  background-color: #f8e8f4;
}
.p-form-modern-purple label:hover .p-check-bordered,
.p-form-modern-purple .p-check-next ~ .p-check-container:hover .p-check-bordered {
  border-color: #808285;
}
.p-form-modern-purple .p-picture-pick .p-preview-name {
  background-color: rgba(0, 0, 0, 0.7);
}
.p-form-modern-purple .p-picture-pick:checked ~ .p-preview-name {
  background-color: rgba(148, 47, 124, 0.7);
}
.p-form-modern-purple .p-picture-pick:hover .p-preview-name {
  background-color: rgba(179, 57, 150, 0.7);
}
.p-form-modern-purple .p-show-block:checked + .p-show-block-heading:hover,
.p-form-modern-purple .p-show-block-heading:hover {
  color: #cc5eb1;
}
.p-form-modern-purple .p-show-block:checked + .p-show-block-heading {
  color: #808285;
}
.p-form-modern-purple .p-radio-color [type="checkbox"]:checked ~ .p-color-block,
.p-form-modern-purple .p-radio-color [type="radio"]:checked ~ .p-color-block {
  border-color: #808285;
}
.p-form-modern-purple .p-colored-text {
  color: #808285;
}
.p-form-modern-purple .p-alt-colored-text {
  color: #808285;
}
.p-form-modern-purple .p-colored-link {
  color: #808285;
}
.p-form-modern-purple .p-colored-link:hover {
  color: #808285;
}
.p-form-modern-purple .p-action-link:hover {
  color: #808285;
}
.p-form-modern-purple .form-control:focus,
.p-form-modern-purple .form-control:hover,
.p-form-modern-purple .input-group:hover .form-control,
.p-form-modern-purple .p-file-wrap [type="file"]:hover ~ .input-group .form-control {
  border-color: #808285;
}
.p-form-modern-purple .form-control:focus ~ .input-group-icon,
.p-form-modern-purple .form-control:hover ~ .input-group-icon,
.p-form-modern-purple .input-group:hover .input-group-icon,
.p-form-modern-purple .p-file-wrap [type="file"]:hover ~ .input-group .input-group-icon,
.p-form-modern-purple .form-control:focus ~ .p-select-arrow,
.p-form-modern-purple .form-control:hover ~ .p-select-arrow,
.p-form-modern-purple .input-group:hover .p-select-arrow,
.p-form-modern-purple .p-file-wrap [type="file"]:hover ~ .input-group .p-select-arrow,
.p-form-modern-purple .form-control:focus ~ .input-group-addon .p-addon-bg,
.p-form-modern-purple .form-control:hover ~ .input-group-addon .p-addon-bg,
.p-form-modern-purple .input-group:hover .input-group-addon .p-addon-bg,
.p-form-modern-purple .p-file-wrap [type="file"]:hover ~ .input-group .input-group-addon .p-addon-bg {
  border-color: #808285;
  background-color: #808285;
}
.p-form-modern-purple .form-control:focus ~ .p-field-cb,
.p-form-modern-purple .form-control:hover ~ .p-field-cb,
.p-form-modern-purple .input-group:hover .p-field-cb,
.p-form-modern-purple .p-file-wrap [type="file"]:hover ~ .input-group .p-field-cb {
  border-color: #808285;
}
.p-form-modern-purple .input-group-btn .btn:hover,
.p-form-modern-purple .input-group-btn .btn:focus,
.p-form-modern-purple .p-file-wrap [type="file"]:hover ~ .input-group .input-group-btn .btn {
  background-color: #808285;
}
.p-form-modern-purple .p-rating .p-rating-active-icon {
  color: #808285;
}
.p-form-modern-purple .p-rating input[type="radio"] ~ label:hover .p-rating-icon,
.p-form-modern-purple .p-rating input[type="radio"] ~ label:hover ~ label .p-rating-icon,
.p-form-modern-purple .p-rating [type="radio"]:checked ~ label .p-rating-icon {
  color: #808285;
}
.p-form-modern-purple .p-rating input[type="radio"] ~ label.p-field-cancel:hover {
  color: #808285;
}
.p-form-modern-purple .p-rating input[type="radio"] ~ label.p-field-cancel:hover ~ label .p-rating-icon,
.p-form-modern-purple .p-rating .p-rating-cancel:checked ~ label .p-rating-icon,
.p-form-modern-purple .p-rating *:hover [type="radio"] ~ label .p-rating-icon {
  color: #999;
}
.p-form-modern-purple .p-form-steps > li.active .p-step:before {
  background-color: #852a6f;
}
.p-form-modern-purple .p-step {
  color: #c74eaa;
}
.p-form-modern-purple .p-step .p-step-text {
  background-color: #852a6f;
}
.p-form-modern-purple .nav-tabs > li > label {
  color: #808285;
}
.p-form-modern-purple .nav-tabs > li > label:hover,
.p-form-modern-purple .nav-tabs > li > label:focus {
  background-color: #c74eaa;
}
.p-form-modern-purple .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label,
.p-form-modern-purple .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label,
.p-form-modern-purple .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label,
.p-form-modern-purple .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label,
.p-form-modern-purple .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label,
.p-form-modern-purple .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:hover,
.p-form-modern-purple .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:hover,
.p-form-modern-purple .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:hover,
.p-form-modern-purple .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:hover,
.p-form-modern-purple .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:hover,
.p-form-modern-purple .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:focus,
.p-form-modern-purple .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:focus,
.p-form-modern-purple .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:focus,
.p-form-modern-purple .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:focus,
.p-form-modern-purple .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:focus {
  background-color: #808285;
}
.p-form-modern-purple .p-title,
.p-form-modern-purple .p-subtitle {
  color: #808285;
}
.p-form-modern-purple .p-title-line,
.p-form-modern-purple .p-title-step-line,
.p-form-modern-purple .p-title-side {
  background-color: #808285;
}
.p-form-modern-purple .p-tooltip .p-tooltip-content {
  background-color: #852a6f;
}
.p-form-modern-purple .p-tooltip .p-tooltip-content:after {
  border-color: rgba(133, 42, 111, 0);
  border-top-color: #852a6f;
}
.p-form-modern-purple .p-tooltip.p-tooltip-bottom .p-tooltip-content:after,
.p-form-modern-purple .p-tooltip.p-tooltip-bottom-left .p-tooltip-content:after,
.p-form-modern-purple .p-tooltip.p-tooltip-bottom-right .p-tooltip-content:after {
  border-top-color: rgba(133, 42, 111, 0);
  border-bottom-color: #852a6f;
}
.p-form-modern-purple .p-tabs-offset > .nav-tabs > li > label {
  background-color: #c74eaa;
}
.p-form-modern-purple .p-tabs-offset > .nav-tabs > li > label:hover,
.p-form-modern-purple .p-tabs-offset > .nav-tabs > li > label:focus {
  background-color: #808285;
}
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:hover,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:hover,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:hover,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:hover,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:hover,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:focus,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:focus,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:focus,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:focus,
.p-form-modern-purple .p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:focus {
  color: #808285;
}
.p-form-modern-purple .p-alt-back,
.p-form-modern-purple .p-alt-back .p-form-bg {
  background-color: #fdf7fb;
}
.p-form-modern-purple .p-alt-back.p-tabs-offset > .nav-tabs + .tab-content {
  background-color: #fdf7fb;
}
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:hover,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:hover,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:hover,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:hover,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:hover,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:focus,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:focus,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:focus,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:focus,
.p-form-modern-purple .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:focus {
  background-color: #fdf7fb;
}
.p-form-modern-purple .p-alt-back .p-table.table-striped > tbody > tr:nth-of-type(even),
.p-form-modern-purple .p-alt-back .p-table.table-striped > thead {
  background-color: #f9ecf6;
}
.p-form-modern-purple .p-alt-back .panel-fp > .panel-heading {
  background-color: #f9ecf6;
}
.p-form-modern-purple .p-alt-back .panel-fp > .panel-body {
  background-color: #fdf7fb;
}
.p-form-modern-purple .p-alt-back hr.p-flat {
  border-color: #f9ecf6;
}
/* ==============================
   Home sections
   ============================== */
/*
 * Header common styles
 */
.home-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.home-content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* ==============================
   Font Sizes
   ============================== */
.f-30 {
  font-size: 1.2em;
  font-weight: 300;
}
/* 
 * Headings styles
 */
.hs-line-1 {
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 51px;
  color: #fff;
  opacity: .9;
}
@media only screen and (max-width: 992px) {
  .hs-line-1 {
    letter-spacing: 23px;
  }
}
@media only screen and (max-width: 1200px) {
  .hs-line-1 {
    letter-spacing: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .hs-line-1 {
    letter-spacing: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hs-line-1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .hs-line-1 {
    font-size: 20px;
    letter-spacing: 18px;
  }
}
.hs-line-15 {
  margin-top: 0;
  position: relative;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 4px rgba(38, 38, 40, 0.9);
}
.no-transp {
  opacity: 1 !important;
}
.fullwidth-galley-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
}
.hilite {
  margin-bottom: 10px;
  margin-top: 10px;
  color: white;
  padding: 10px;
  background-color: #f7941d;
}
/* ==============================
   Classic menu bar
   ============================== */
/* Logo (in navigation panel)*/
.nav-logo-wrap {
  position: absolute;
  top: 0px;
}
@media only screen and (max-width: 991px) {
  .nav-logo-wrap {
    display: none;
  }
}
.nav-logo-wrap .logo {
  display: table-cell;
  height: 86px;
}
@media screen and (max-width: 768px) {
  .nav-logo-wrap .logo {
    max-width: 140px;
  }
}
.nav-logo-wrap .logo img {
  max-height: 100%;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after {
  display: none;
}
/*
 * Desktop nav
 */
.main-nav {
  width: 100%;
  height: 55px !important;
  position: relative;
  top: 0px;
  left: 0;
  text-align: left;
  background-color: #047876;
  box-shadow: none;
  z-index: 201;
}
@media only screen and (max-width: 991px) {
  .main-nav {
    top: 90px;
  }
}
.main-nav .inner-nav {
  display: inline-block;
  position: relative;
  float: right;
  margin-right: 20px;
}
.main-nav .inner-nav ul {
  font-family: 'Cinzel', serif;
  float: right;
  margin: auto;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}
.main-nav .inner-nav ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .main-nav .inner-nav ul li {
    margin-left: 20px;
  }
}
.main-nav .inner-nav ul li a {
  color: #fff;
  letter-spacing: .2px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.main-nav .inner-nav ul li a:hover,
.main-nav .inner-nav ul li a.active {
  color: #8babac;
}
.pagelogo img {
  display: block;
  margin: 0 auto;
}
.toplogo {
  padding: 5px;
  display: block;
  position: fixed;
  width: 100%;
  top: 0px;
  background: #047876;
  z-index: 200;
  height: 90px;
  border-bottom: 1px solid #047876;
}
.toplogo img {
  display: none;
}
@media only screen and (max-width: 991px) {
  .toplogo img {
    padding: 5px;
    display: block;
    margin: 0 auto;
    height: 80px;
  }
}
.sueblock {
  background: #047876;
  height: 30px;
  color: white;
  font-size: 14px;
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  margin-top: 0px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .sueblock {
    position: fixed;
    top: 94px;
  }
}
@media only screen and (max-width: 480px) {
  .sueblock {
    position: fixed;
    top: 98px;
  }
}
.sueblock .suemail {
  padding-right: 20px;
  display: inline;
}
@media only screen and (max-width: 991px) {
  .sueblock .suemail {
    display: block;
    float: none;
    padding-right: 0px;
    margin-left: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .sueblock .suemail {
    font-size: 12px;
    display: block;
    float: none;
    padding-right: 0px;
    margin-left: 10px;
    text-align: left;
  }
}
/*
 * Mobile nav
 */
.mobile-on .full-wrapper .desktop-nav {
  padding: 0;
}
.mobile-on .desktop-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 15px;
  z-index: 100;
}
.mobile-on .desktop-nav ul {
  width: 100%;
  float: none;
  background: rgba(18, 18, 18, 0.97);
  position: relative;
  overflow-x: hidden;
}
.mobile-on .desktop-nav ul li {
  display: block;
  float: none !important;
  overflow: hidden;
}
.mobile-on .desktop-nav ul li a {
  display: block;
  width: 100%;
  height: 38px !important;
  line-height: 38px !important;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: left;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: #808285;
  letter-spacing: 1px;
  cursor: pointer;
}
.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active {
  background: rgba(255, 255, 255, 0.6);
  color: #231f20;
}
.mobile-on .desktop-nav ul li ul {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-on .desktop-nav > ul {
  overflow-y: auto;
}
/* This is the clickable top right icon to open the mobile menu */
.mobile-nav {
  background-color: #047876;
  color: rgba(255, 255, 255, 0.9);
  height: 55px;
  display: none;
  float: right;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.mobile-nav:hover,
.mobile-nav.active {
  color: #231f20;
  background-color: #047876;
}
.mobile-nav:active {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05) inset;
}
.mobile-nav .fa {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
}
.no-js .mobile-nav {
  width: 55px;
  height: 55px;
}
.mobile-on .mobile-nav {
  display: table;
}
/* ==============================
   Sections styles
   ============================== */
/*
 * Common
 */
.page-section,
.small-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 140px 0;
  background-attachment: scroll;
}
.small-section {
  padding: 70px 0;
}
@media only screen and (max-width: 1024px) {
  .small-section {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .small-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 480px) {
  .small-section {
    padding: 30px 0;
  }
}
.min-section {
  padding-top: 20px;
  padding-bottom: 0;
}
.tiny-section {
  padding: 50px 0;
}
.tiny-section h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.small-title {
  padding: 0;
  color: white;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 768px) {
  .small-title {
    font-size: 18px;
  }
}
.section-icon {
  margin-bottom: 7px;
  text-align: center;
  font-size: 32px;
}
.small-title .serif {
  text-transform: none;
  font-weight: 400;
}
.small-title.white {
  color: #fff;
}
.bg-scroll {
  background-attachment: scroll !important;
}
.bg-pattern {
  background-repeat: repeat;
  background-size: auto;
}
.bg-pattern-over:before,
.bg-pattern-over .YTPOverlay:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: auto;
  background-image: url(../images/ui/pattern-bg-2.png);
}
.bg-gray {
  background-color: #c8b28c;
}
.bg-gray-lighter {
  background-color: white;
}
.bg-dark,
.bg-dark-lighter,
.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90,
.bg-dark-alfa,
.bg-color,
.bg-color-lighter,
.bg-color-alfa-30,
.bg-color-alfa-50,
.bg-color-alfa-70,
.bg-color-alfa-90,
.bg-color-alfa {
  color: #fff;
}
.bg-dark a,
.bg-dark-lighter a,
.bg-dark-alfa-30 a,
.bg-dark-alfa-50 a,
.bg-dark-alfa-70 a,
.bg-dark-alfa-90 a,
.bg-dark-alfa a,
.bg-color a,
.bg-colorlighter a,
.bg-color-alfa-30 a,
.bg-color-alfa-50 a,
.bg-color-alfa-70 a,
.bg-color-alfa-90 a,
.bg-color-alfa a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.bg-dark a:hover,
.bg-dark-lighter a:hover,
.bg-dark-alfa-30 a:hover,
.bg-dark-alfa-50 a:hover,
.bg-dark-alfa-70 a:hover,
.bg-dark-alfa-90 a:hover,
.bg-dark-alfa a:hover,
.bg-color a:hover,
.bg-color-lighter a:hover,
.bg-color-alfa-30 a:hover,
.bg-color-alfa-50 a:hover,
.bg-color-alfa-70 a:hover,
.bg-color-alfa-90 a:hover,
.bg-color-alfa a:hover {
  color: #ffffff;
  text-decoration: none;
}
.bg-color .text,
.bg-color-lighter .text,
.bg-color-alfa-30 .text,
.bg-color-alfa-50 .text,
.bg-color-alfa-70 .text,
.bg-color-alfa-90 .text,
.bg-color-alfa .text,
.bg-color .section-text,
.bg-color-lighter .section-text,
.bg-color-alfa-30 .section-text,
.bg-color-alfa-50 .section-text,
.bg-color-alfa-70 .section-text,
.bg-color-alfa-90 .section-text,
.bg-color-alfa .section-text {
  color: rgba(255, 255, 255, 0.75);
}
.bg-color .white,
.bg-color-lighter .whitet,
.bg-color-alfa-30 .white,
.bg-color-alfa-50 .white,
.bg-color-alfa-70 .white,
.bg-color-alfa-90 .white,
.bg-color-alfa .white {
  color: #fff;
}
.bg-dark {
  background-color: #808285;
}
.bg-dark-lighter {
  background-color: #39342D;
}
.bg-dark-alfa:before,
.bg-dark-alfa .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.97);
}
.bg-dark-alfa-30:before,
.bg-dark-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}
.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
}
.bg-dark-alfa-70:before,
.bg-dark-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 117, 116, 0.7);
}
.bg-dark-alfa-90:before,
.bg-dark-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 117, 116, 0.9);
}
.bg-light-alfa:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.97);
}
.bg-light-alfa-30:before,
.bg-light-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.3);
}
.bg-light-alfa-50:before,
.bg-light-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.5);
}
.bg-light-alfa-70:before,
.bg-light-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.7);
}
.bg-light-alfa-90:before,
.bg-light-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.9);
}
.bg-color {
  background-color: #695a4b;
}
.bg-colort-alfa:before,
.bg-colort-alfa .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #695a4b;
  opacity: .97;
}
.bg-color-alfa-30:before,
.bg-color-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #695a4b;
  opacity: .3;
}
.bg-color-alfa-50:before,
.bg-color-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #695a4b;
  opacity: .5;
}
.bg-color-alfa-70:before,
.bg-color-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #39342D;
  opacity: .7;
}
.bg-color-alfa-90:before,
.bg-color-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #695a4b;
  opacity: .9;
}
.bg-orange {
  background-color: #f47631 !important;
}
.bg-yellow {
  background-color: #ffce02 !important;
}
.bg-cyan {
  background-color: #27c5c3 !important;
}
.bg-green {
  background-color: #58bf44 !important;
}
.bg-blue {
  background-color: #43a5de !important;
}
.bg-purple {
  background-color: #375acc !important;
}
.bg-red {
  background-color: #e13939 !important;
}
.section-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 480px) {
  .section-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.section-more {
  margin-top: 7px;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.section-more:hover {
  text-decoration: none;
  color: #000;
}
.section-more .fa {
  font-size: 12px;
}
.section-heading {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .section-heading {
    font-size: 15px;
  }
}
.section-line {
  width: 55px;
  height: 1px;
  margin: 30px auto;
  background: #111;
}
.section-text {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  line-height: 1.7;
}
@media only screen and (max-width: 480px) {
  .section-text {
    font-size: 15px;
    line-height: 1.7;
  }
}
.section-text blockquote {
  margin-top: -5px;
}
/* ==============================
   Team
   ============================== */
@media only screen and (max-width: 767px) {
  .team-item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team-item-image {
  position: relative;
  overflow: hidden;
}
.team-item-image img {
  width: 100%;
}
.team-item-descr {
  color: #444;
  text-align: center;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.team-item-detail-fixed p {
  font-weight: 300;
  text-align: center;
  color: #444;
}
.team-item-name {
  margin-top: 23px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 992px) {
  .team-item-name {
    font-size: 13px;
  }
}
.team-item-role {
  margin-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaa;
  margin-bottom: 10px;
}
.team-social-links {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.team-social-links a {
  display: inline-block;
  padding: 3px 7px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* ==============================
   Index
   ============================== */
.index-section-title {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4em;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .index-section-title {
    font-size: 22px;
  }
}
.index-section-title span {
  font-size: 18px;
}
.index-title {
  background: none repeat scroll 0% 0% #047876;
  color: white;
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 13px;
  z-index: 10;
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.45);
  text-shadow: 1px 1px 2px #000;
  padding: 8px 22px;
  border: 1px solid white;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .index-title {
    top: -9px;
    left: 13px;
  }
}
.index-item {
  margin: 10px;
  padding-bottom: 40px;
}
.index-item-image {
  position: relative;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.75);
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 300px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.index-item-image:hover {
  opacity: .8;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
@media only screen and (max-width: 768px) {
  .index-item-image {
    height: 300px;
  }
}
.index-item-image img {
  width: 100%;
  height: auto;
}
.index-item-detail {
  display: block;
  background: #a1824d;
  width: 100%;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.index-item-detail p {
  margin: 0px 0px .5em;
}
.index-item-descr {
  color: #444;
  text-align: center;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* ==============================
   Portfolio
   ============================== */
/*
 * Works filter
 */
.works-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #808285;
  cursor: default;
  font-weight: 700;
}
.works-filter a {
  display: inline-block;
  margin: 0 27px;
  color: #808285;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .works-filter a {
    padding-left: 10px;
    padding-right: 10px;
    margin: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .works-filter a {
    padding-left: 10px;
    padding-right: 10px;
    margin: 4px;
    width: 46%;
    font-size: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .works-filter a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.works-filter a:hover {
  color: #111;
  text-decoration: none;
}
.works-filter a.active {
  color: Black;
  cursor: default;
}
.works-filter a.active:hover {
  color: #111;
}
/*
 * Works grid 
 */
.works-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.work-item {
  width: 25%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .work-item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .work-item {
    width: 100%;
  }
}
.work-grid-2 .work-item {
  width: 50%;
}
.work-grid-3 .work-item {
  width: 33.333%;
}
.container .work-grid-3 .work-item {
  width: 33.2%;
}
.work-grid-5 .work-item {
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  .work-grid-5 .work-item {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .work-grid-5 .work-item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .work-grid-5 .work-item {
    width: 100%;
  }
}
.work-grid-8 .work-item {
  width: 12.5%;
}
@media only screen and (max-width: 1200px) {
  .work-grid-8 .work-item {
    width: 16.66%;
  }
}
@media only screen and (max-width: 992px) {
  .work-grid-8 .work-item {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .work-grid-8 .work-item {
    width: 100%;
  }
}
.work-item-detail {
  display: block;
  background: #a1824d;
  width: 100%;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 2px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.work-item-detail p {
  text-transform: uppercase;
  margin: 3px 2px .2em;
  line-height: 1.1em;
}
div[class*='stack'] {
  float: left;
  position: relative;
  margin: 50px;
}
div[class*='stack'],
div[class*='stack']:before,
div[class*='stack']:after {
  border: 6px solid #fff;
  height: 200px;
  width: 200px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
div[class*='stack']:before,
div[class*='stack']:after {
  background: #768590;
  content: "";
  position: absolute;
  z-index: -1;
}
div[class*='stack']:before {
  background: #eff4de;
}
.works-grid.work-grid-gut {
  margin: 0 0 0 -10px;
}
.works-grid.work-grid-gut .work-item {
  padding: 0 0 10px 10px;
}
.work-item > a {
  display: block;
  padding: 0 0 84px 0;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}
.work-item a,
.work-item a:hover {
  color: #111;
  border: none;
}
.work-img {
  border: 2px solid white;
  box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
  position: relative;
  overflow: hidden;
}
.work-img a {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.work-img a:hover {
  opacity: .85;
}
.work-img img {
  width: 100%;
  display: block;
  overflow: hidden;
}
/* ==============================
   Testimonial
   ============================== */
.testimonial {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  opacity: .85;
}
.testimonial p {
  font-size: 18px;
}
.testimonial-author {
  color: white;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*
 * Logotypes
 */
.logo-item {
  height: 80px;
  text-align: center;
  opacity: .75;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.logo-item:hover {
  opacity: 1;
}
.logo-item img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ==============================
   Post previews
   ============================== */
.post-prev-img {
  margin-bottom: 16px;
  position: relative;
}
.post-prev-img a {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.post-prev-img a:hover {
  opacity: .85;
}
.post-prev-img img {
  width: 100%;
  border: 3px solid #FFF;
  box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.75);
}
.post-prev-title {
  font-size: 17px;
  font-weight: 400;
  color: #a1824d;
  text-transform: uppercase;
  line-height: 1.2;
}
.post-prev-title a {
  color: white;
  text-decoration: none;
}
.post-prev-title a:hover {
  color: #111;
}
.post-prev-info,
.post-prev-info a {
  margin-top: 5px;
  font-size: 12px;
  text-decoration: none;
}
.post-prev-info a:hover {
  color: #111;
}
.post-prev-text {
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
.post-prev-text .pricedat {
  border-left: 4px solid #047876;
  padding-left: 10px;
}
.post-prev-text p {
  margin: 0px 0px .7em;
}
.post-prev-text ul {
  margin-bottom: .7em;
  padding-left: 1.2em;
}
.post-prev-more {
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
.post-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 64px;
  text-align: center;
  padding-top: 7px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
}
.post-date span {
  display: block;
  font-size: 15px;
  margin-top: 3px;
}
/* ==============================
   Newsletter
   ============================== */
.newsletter-label {
  color: white;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.form input.newsletter-field {
  width: 293px;
}
.form input.newsletter-field::-webkit-input-placeholder {
  color: #444;
}
.form input.newsletter-field:focus::-webkit-input-placeholder {
  color: #111;
}
.form input.newsletter-field:-moz-placeholder {
  color: #444;
}
.form input.newsletter-field:focus:-moz-placeholder {
  color: #111;
}
.form input.newsletter-field::-moz-placeholder {
  color: #444;
}
.form input.newsletter-field:focus::-moz-placeholder {
  color: #111;
}
.form input.newsletter-field:-ms-input-placeholder {
  color: #444;
}
.form input.newsletter-field:focus:-ms-input-placeholder {
  color: #111;
}
/* ==============================
   Newsletter Sidebar
   ============================== */
.newslettersb-label {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.form input.newslettersb-field {
  width: 293px;
}
.form input.newslettersb-field::-webkit-input-placeholder {
  color: #444;
}
.form input.newslettersb-field:focus::-webkit-input-placeholder {
  color: #111;
}
.form input.newslettersb-field:-moz-placeholder {
  color: #444;
}
.form input.newslettersb-field:focus:-moz-placeholder {
  color: #111;
}
.form input.newslettersb-field::-moz-placeholder {
  color: #444;
}
.form input.newslettersb-field:focus::-moz-placeholder {
  color: #111;
}
.form input.newslettersb-field:-ms-input-placeholder {
  color: #444;
}
.form input.newslettersb-field:focus:-ms-input-placeholder {
  color: #111;
}
/* ==============================
   Contact section
   ============================== */
.contact-item {
  position: relative;
  padding-left: 44px;
  color: #444;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.contact-item a {
  color: #444;
  text-decoration: none;
}
.contact-item a:hover {
  color: #000;
  text-decoration: none;
}
.ci-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 4px;
  left: 3px;
  color: #fff;
  text-align: center;
  line-height: 23px;
}
.ci-icon:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #808285;
  border-radius: 2px;
}
.ci-icon i,
.ci-icon span {
  position: relative;
}
.ci-title {
  margin-bottom: 1px;
  color: #808285;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.ci-text {
  font-size: 12px;
}
/*
 * Contact form
 */
.cf-left-col {
  width: 49.4%;
  float: left;
  margin-right: 1.2%;
}
@media only screen and (max-width: 767px) {
  .cf-left-col {
    width: auto;
    margin-right: 0;
    float: none;
  }
}
.cf-right-col {
  width: 49.4%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .cf-right-col {
    width: auto;
    margin-right: 0;
    float: none;
  }
}
.contact-form .form-group {
  margin-bottom: 10px;
}
/* ==============================
   Google maps 
   ============================== */
.google-map {
  position: relative;
  background: #111;
}
#map-canvas {
  height: 410px;
  position: relative;
  background-color: #111 !important;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #map-canvas {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  #map-canvas {
    height: 300px;
  }
}
.gm-style-cc {
  display: none !important;
}
.gm-style-iw div {
  color: #444;
}
.map-section {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 !important;
  background: rgba(17, 17, 17, 0.93);
  z-index: 2;
  cursor: pointer;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.map-section:hover {
  background: rgba(17, 17, 17, 0.9);
}
.map-toggle {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -100px;
  color: #fff;
  text-align: center;
}
.mt-icon {
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin: 6px auto 25px;
  position: relative;
  color: #111;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.mt-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mt-icon i,
.mt-icon span {
  position: relative;
}
.mt-text {
  margin-left: 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.75);
}
.mt-close {
  display: none;
}
/* Map opened */
.map-section.js-active {
  height: 50px;
  background: rgba(17, 17, 17, 0.75);
}
.map-section.js-active:hover {
  background: rgba(17, 17, 17, 0.85);
}
.map-section.js-active .mt-icon {
  opacity: 0;
}
.map-section.js-active .mt-text {
  position: relative;
  top: -20px;
}
/*
 * Sidebar
 */
.sidebar {
  margin-top: 10px;
}
.widget {
  margin-bottom: 0px;
}
.widget .img-left {
  margin: 0 10px 10px 0;
}
.widget .img-right {
  margin: 0 0 10px 10px;
}
.widget-body {
  font-size: 13px;
}
.widget-text {
  line-height: 1.7;
}
/* ==============================
   Shortcodes
   ============================== */
.margin-block {
  margin-bottom: 30px;
}
/*
 * Owl Carousel
 */
.owl-carousel {
  overflow: hidden;
}
.owl-buttons {
  position: static;
}
.owl-prev,
.owl-next {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
  z-index: 6;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
@media only screen and (max-width: 480px) {
  .owl-prev,
  .owl-next {
    display: none;
  }
}
.owl-prev {
  left: -50px;
}
.owl-next {
  right: -50px;
}
.owl-prev:before,
.owl-next:before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.owl-next:before {
  left: auto;
  right: 0;
}
.owl-prev .fa,
.owl-next .fa {
  position: relative;
}
.owl-prev:hover,
.owl-next:hover {
  transition: 0 none !important;
}
.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 0.87;
}
.owl-prev:active:before,
.owl-next:active:before {
  opacity: 0.6;
}
.owl-carousel:hover .owl-prev {
  opacity: 1;
  left: -35px;
}
.owl-carousel:hover .owl-next {
  opacity: 1;
  right: -35px;
}
.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .owl-pagination {
    bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .owl-pagination {
    bottom: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .owl-pagination {
    bottom: 10px;
  }
}
.owl-page {
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}
.owl-page span {
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1000 !important;
  border-radius: 4px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.owl-page:hover span {
  background: #ffffff;
}
.owl-page.active span {
  background: transparent;
  bordeR: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1.3333333);
  -ms-transform: scale(1.3333333);
  transform: scale(1.3333333);
}
@media only screen and (max-width: 480px) {
  .owl-page {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.item-carousel .owl-prev {
  left: -125px;
}
.item-carousel .owl-next {
  right: -125px;
}
section:hover .item-carousel.owl-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}
section:hover .item-carousel.owl-carousel .owl-next {
  opacity: 1;
  right: -80px;
}
.item-carousel {
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.item-carousel .owl-pagination {
  bottom: 0;
}
.work-full-slider .owl-pagination,
.content-slider .owl-pagination {
  bottom: 15px;
}
.single-carousel,
.small-item-carousel {
  margin-bottom: 35px;
}
.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination {
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}
.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span {
  background: rgba(0, 0, 0, 0.4);
}
.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span {
  background: rgba(0, 0, 0, 0.4);
}
.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover {
  color: rgba(0, 0, 0, 0.35);
}
.single-carousel .owl-prev,
.small-item-carousel .owl-prev {
  left: -125px;
}
.single-carousel .owl-next,
.small-item-carousel .owl-next {
  right: -125px;
}
section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}
section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next {
  opacity: 1;
  right: -80px;
}
/*
 * Tabs
 */
.tpl-tabs {
  border-color: #e5e5e5;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .tpl-tabs > li {
    display: block;
    float: none;
    width: 100%;
  }
}
.tpl-tabs > li > a {
  font-weight: bold;
  text-decoration: none;
  color: #695a4b;
  border-radius: 0;
}
.tpl-tabs > li > a:hover {
  background-color: white;
}
.tpl-tabs li.active a,
.tpl-tabs li.active > a:hover,
.tpl-tabs li.active > a:focus {
  color: #808285;
  background-color: white;
}
@media only screen and (max-width: 480px) {
  .tpl-tabs li.active a,
  .tpl-tabs li.active > a:hover,
  .tpl-tabs li.active > a:focus {
    background: #f5f5f5 !important;
  }
}
.tpl-tabs-cont {
  padding: 0, 1em, 1em, 1em;
  color: #444;
  line-height: 1.8;
}
/*
 * Alert messages
 */
.alert {
  margin: 0 auto 10px;
  padding: 14px 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444;
  border-radius: 0;
}
.success {
  border-color: #695a4b;
  color: #695a4b;
}
.info {
  border-color: #c8b28c;
  color: #c8b28c;
}
.notice {
  background-color: #e9a00a;
  border-color: #f9ce75;
  font-weight: bold;
  color: white;
}
.error {
  border-color: #ffbbbb;
  color: #e33131;
  background-color: white;
}
/*
 * Toggle
 */
.toggle > dt {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.toggle > dt > a {
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.toggle > dt > a:hover {
  text-decoration: none;
  border-color: #ddd;
  background-color: #fcfcfc;
  color: #444;
}
.toggle > dt > a.active {
  color: #000;
  border-color: #ddd;
  background-color: #fcfcfc;
}
.toggle > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
  content: "\f106";
  color: #111;
}
.toggle > dt > a:hover:after {
  color: #444;
}
.toggle > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}
/* ==============================
   Bootstrap multicolumn grid 
   ============================== */
/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
  clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
  clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
  clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
  clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
  clear: left;
}
@media (min-width: 768px) {
  /* reset previous grid */
  .multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }
  /* clear first in row for small columns */
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
}
@media (min-width: 992px) {
  /* reset previous grid */
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }
  /* clear first in row for medium columns */
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  /* reset previous grid */
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: none;
  }
  /* clear first in row for large columns */
  .multi-columns-row .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
}
/* ==============================
  TOP FOOTER
   ============================== */
#top-footer {
  background: #e5e2dd;
  color: #808285;
  padding: 30px 0 60px;
  text-decoration: none;
}
#top-footer h4 {
  text-align: left;
  font-size: 1.4em;
  color: #047876;
  margin-bottom: .7em;
}
#top-footer .footer-box {
  border-left: 1px solid #047876;
  padding: 0 10px;
  min-height: 210px;
}
#top-footer .footer-box p {
  margin-bottom: 20px;
  font: 1em/1.3em "Open sans", sans-serif;
  font-weight: 300;
}
#top-footer .footer-box img {
  float: left;
  height: 70px;
  width: auto;
  margin: 0;
  margin-right: 4px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  #top-footer .footer-box {
    border-bottom: 1px solid #808285;
    border-left: 0;
    min-height: 0;
    padding-bottom: 2em;
    padding-left: 0;
  }
}
#top-footer .footer-box a:link,
#top-footer .footer-box a:hover,
#top-footer .footer-box a:active,
#top-footer .footer-box a:visited {
  color: #808285;
}
#top-footer .footer-box ul {
  list-style: none;
  padding-left: 0;
}
#top-footer .footer-box li a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  color: white;
}
#top-footer .footer-box li a:hover {
  color: #047876;
  padding-left: 12px;
}
#top-footer .footer-box .fa {
  display: inline-block;
  margin-right: .7em;
}
@media (max-width: 480px) {
  #top-footer .footer-box .fa.fa-phone-square,
  #top-footer .footer-box .fa.fa-envelope-o {
    display: block;
  }
}
/* Socicon letters */
a.socialuttons[data-socialuttons='twitter']:before {
  content: "a";
}
a.socialuttons[data-socialuttons='facebook']:before {
  content: "b";
}
a.socialuttons[data-socialuttons='google']:before {
  content: "c";
}
.socialuttons:before,
.socialuttons:after {
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.socialuttons:before {
  top: 0;
}
.socialuttons:hover:before {
  top: -100%;
}
.socialuttons:after {
  top: 100%;
}
.socialuttons:hover:after {
  top: 0;
}
a.socialuttons:after {
  color: #fff;
}
a.socialuttons[data-socialuttons='twitter']:after {
  background: #4da7de;
}
a.socialuttons[data-socialuttons='facebook']:after {
  background: #3e5b98;
}
a.socialuttons[data-socialuttons='google']:after {
  background: #d93e2d;
}
.social-buttons {
  margin-left: -5px;
}
.social-buttons a {
  float: left;
  margin: 5px;
}
.social-buttons a.socialuttons:before {
  background: #047876;
  color: #FFF;
}
a.socialuttons,
a.socialuttons:before,
a.socialuttons:after {
  border-radius: 15%;
}
a.socialuttons {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
/* ==============================
  BOTTOM FOOTER
   ============================== */
#footer {
  background: #047876;
  color: white;
  text-align: center;
  padding: 20px 0;
  line-height: 30px;
  position: relative;
  text-decoration: none;
}
#footer .footer-menu {
  text-align: center;
  margin: 10px auto;
}
#footer .footer-menu li {
  display: inline-block;
  position: relative;
}
#footer .footer-menu li:after {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: white;
  position: absolute;
  right: 0;
  top: 3px;
}
#footer .footer-menu li:last-child:after {
  display: none;
}
#footer .footer-menu li a {
  display: block;
  padding: 0 10px;
  color: white;
  text-decoration: none;
  line-height: 1em;
  transition: all 0.3s ease;
}
#footer .footer-menu li a:hover {
  color: #8babac;
}
#footer .copyright {
  font-size: .9em;
  line-height: 1em;
}
/* ==============================
  Promo Grid
   ============================== */
.promo-outer {
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.promo-box {
  background: #e5e2dd;
  padding: 10px;
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) and (max-width: 992px) {
  .promo-box {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .promo-box {
    text-align: center;
  }
}
.promo-pic {
  z-index: 10;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .promo-pic {
    padding: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .promo-pic {
    padding: 0;
    padding-bottom: 10px;
  }
}
.promo-pic img {
  max-width: 100%;
  border: 2px solid #c8b28c;
}
.promo-bottom {
  position: relative;
  padding: 0;
  min-height: 70px;
}
.promo-bottom .name {
  color: #047876;
  font-size: 1.5em;
  line-height: 1.3;
}
.promo-bottom .title {
  font: 1em "Open sans", sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
  color: #695a4b;
}
.promo-bottom .link {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  border-radius: 7px;
  padding: 1px 14px;
  font-size: 11px;
  letter-spacing: 0px;
  background: #047876;
}
.promo-bottom .link:hover,
.promo-bottom .link:focus {
  color: #fff;
  background: #f7941d;
  text-decoration: none;
  outline: none;
}
.promo-bottom p {
  line-height: 1.4;
  margin: 0px 0px .7em;
}
.promo-bottom .warning {
  color: white;
  display: inline-block;
  background: #c93957;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 1px 14px;
}
.promo-bottom ul {
  padding-left: 16px;
  margin: 0px 0px .7em;
}
.promo-bottom .promo-address {
  margin-top: 5px;
  font-size: .9em;
  line-height: 1.2;
  color: #695a4b;
}
.promo-bottom .description {
  line-height: 1.4;
  color: #666666;
}
@media (min-width: 768px) and (max-width: 992px) {
  .promo-bottom .description {
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .promo-bottom .description {
    min-height: 70px;
  }
}
.bg-1 {
  background-color: #f8f3ea;
}
.bg-2 {
  background-color: #c8b28c;
}
.bg-3 {
  background-color: #695a4b;
}
.bg-4 {
  background-color: #39342D;
}
.bg-5 {
  background-color: #39342D;
}
.bg-6 {
  background-color: rgba(246, 145, 145, 0.05);
}
/* ==============================
 Rev Slider Text blocks
   ============================== */
.headpic {
  position: relative;
  margin: 0 auto;
  background: #047876;
  padding-top: 68px;
}
.headpic img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .headpic {
    padding-top: 123px;
  }
}
.caption-box {
  background-color: rgba(2, 117, 116, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 45px;
  z-index: 100;
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  font-size: 50px;
  letter-spacing: .2em;
  text-shadow: 1px 1px 2px rgba(38, 38, 40, 0.7);
  text-transform: uppercase;
}
.caption-box h1 {
  margin: 5px;
  color: white;
}
.overlaybox {
  background-color: rgba(30, 27, 22, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.overlaybox h1 {
  color: white;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
  letter-spacing: .2em;
  text-shadow: 1px 1px 2px rgba(38, 38, 40, 0.7);
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .overlaybox h1 {
    margin-top: 20px;
    font-size: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .overlaybox h1 {
    margin-top: 20px;
    font-size: 18px;
  }
}
.boxit {
  color: white;
  text-align: center;
  background-color: rgba(4, 120, 118, 0.9);
  padding: 5px 30px;
  border-radius: 10px;
}
.boxit h1 {
  color: white;
  font-size: 50px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 2px rgba(38, 38, 40, 0.7);
  text-transform: uppercase;
}
/* ==============================
  Rooms
   ============================== */
.palert {
  color: #695a4b;
  font-weight: 700;
  line-height: 1.3;
}
.goldtop {
  border-top: 15px solid #a1824d;
}
.goldbottom {
  border-bottom: 15px solid #a1824d;
}
.bluebottom {
  border-bottom: 15px solid #695a4b;
}
.bluetop {
  border-top: 15px solid #695a4b;
}
.room p {
  margin-top: 0px;
  margin-bottom: .7em;
}
.room ul {
  margin-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
}
.gold {
  background-color: white;
  padding: 1em;
  color: #695a4b;
}
.p7 p {
  margin-bottom: .4em;
  line-height: 1.4em;
}
.small-print {
  font-size: .8em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1em;
}
.goldhead {
  color: #39342D;
}
.mytable > tbody > tr > td {
  padding: 5px;
  line-height: .9;
  vertical-align: top;
  border-top: 0;
}
.indent {
  padding-left: 14px;
}
/* ==============================
  Carousel
   ============================== */
.carousel-item {
  margin: 10px;
  padding-bottom: 40px;
}
.carousel-title {
  background: none repeat scroll 0% 0% #047876;
  color: white;
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 4px;
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.45);
  text-shadow: 1px 1px 2px #000;
  padding: 8px 22px;
  border: 1px solid white;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 7;
}
.carousel-item-image {
  position: relative;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.75);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.carousel-item-image:hover {
  opacity: .8;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.carousel-item-image:hover img {
  width: 100%;
}
.carousel-item-detail {
  display: block;
  background: #047876;
  opacity: .9;
  width: 100%;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.carousel-item-detail p {
  margin: 0px 0px .5em;
}
@media (min-width: 992px) {
  .sectiontitle {
    margin-top: 0;
  }
}
/* ==============================
  Rest Grid
   ============================== */
.rest_tab {
  display: inline-block;
  list-style: none;
  text-align: center;
}
.rest_tab li {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #8babac;
  color: #111;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
@media (max-width: 480px) {
  .rest_tab li {
    float: none !important;
    border-bottom: 1px dotted #39342D;
    border-right: none;
    display: block;
    padding-bottom: 2px;
  }
}
.rest_tab li.active,
.rest_tab li:hover {
  border: 1px solid #8babac;
  color: white;
  background-color: #8babac;
}
.rest_tab li.active a,
.rest_tab li:hover a {
  color: white;
}
.rest_tab a {
  text-decoration: none;
}
/*
 * Tabs minimal
 */
.rest-tabs {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border: none;
  text-align: center;
}
.rest-tabs > li {
  margin: 0 4px 5px 0;
  background: none !important;
}
.rest-tabs > li > a {
  padding: 5px 7px;
  text-decoration: none;
  color: #111;
  background: none;
  border: 1px solid #8babac;
}
.rest-tabs > li > a:hover {
  background: #8babac;
  border-color: #8babac;
  color: white;
}
.rest-tabs li.active a,
.rest-tabs li.active a:hover {
  background-color: #8babac !important;
  border-color: #8babac !important;
  color: white !important;
  cursor: default;
}
.best-tabs {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border: none;
  text-align: center;
}
.best-tabs > li {
  margin: 0 4px 5px 0;
  background: none !important;
}
.best-tabs > li > a {
  padding: 5px 7px;
  text-decoration: none;
  color: #111;
  background: none;
  border: 1px solid #8babac;
}
.best-tabs > li > a:hover,
.best-tabs > li > a.active {
  background: #8babac;
  border-color: #8babac;
  color: white;
}
.rest_tab_content {
  text-align: center;
  white-space: normal;
  font-family: "Open sans", sans-serif;
  font-size: 13px;
  line-height: 1.1;
}
.rest_tab_content p {
  margin: 3px 0px;
  font-style: italic;
  font-weight: 300;
}
.rest_tab_content .menu-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #a1824d;
}
.rest_tab_content .menu-desc {
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #231f20;
}
.rest_tab_content .menu-price {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #a1824d;
}
.rest_tab_content .menu-date {
  padding-top: 2px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #808285;
}
.rest_tab_content .dish-a {
  line-height: 1.1;
  font-weight: 700;
  display: block;
  font-style: normal;
  padding-top: 10px;
  color: #808285;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0px;
}
.rest_tab_content .dish-b {
  display: block;
  margin: 2px 0px;
  font-style: italic;
  font-weight: 300;
}
.rest_tab_content .dish-price {
  display: block;
  margin: 0 0 10px 0;
  padding-top: 0px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-transform: capitalize;
}
.rest_tab_content .dish-sub {
  display: block;
  font-style: normal;
  color: black;
  font-weight: 300;
}
.rest_tab_content .divider {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rest-table {
  line-height: 1.3em;
}
.times li {
  padding-top: -2px;
  line-height: 1.4;
  margin-bottom: 10px;
}
/* ==============================
   REVIEWS and TESTIMONIALs
   ============================== */
.review {
  margin: 0 20px;
  margin-top: 20px;
  background: #e5e2dd;
  padding: 10px 60px;
  position: relative;
  font-family: "Open sans", sans-serif;
  font-weight: 300;
  color: #666;
  border-radius: 5px;
}
.review:before,
.review:after {
  font-family: times;
  content: "\201C";
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #999;
  font-style: normal;
}
.review:before {
  top: 0;
  left: 10px;
}
.review:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}
.review p {
  font-weight: 300;
  margin-bottom: 10px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e5e2dd;
  margin: 0 0 0 25px;
}
.review-author {
  margin: 0 0 0 25px;
  color: white;
  text-align: left;
}
.review-author span {
  font-size: 12px;
  color: #666;
}
/* ==============================
   Blog
   ============================== */
.blog-item {
  margin-bottom: 40px;
  position: relative;
}
.blog-item .question {
  font-weight: bold;
  margin-bottom: 0px !important;
  color: #808285;
}
.blog-item .answer {
  margin-left: 20px;
  margin-top: 0px !important;
}
.blog-item ul {
  margin-top: 10px;
}
.blog-item li {
  color: #808285;
  line-height: 24px;
}
.blog-item-date {
  width: 100px;
  padding: 10px;
  position: absolute;
  top: 0px;
  left: -130px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  border-right: 1px solid #eee;
}
.date-num {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  color: #555;
}
.blog-media {
  margin-bottom: 30px;
}
.blog-media img,
.blog-media .video,
.blog-media iframe {
  width: 100%;
}
.blog-item-title {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-item-title a {
  color: #111;
  text-decoration: none;
}
.blog-item-title a:hover {
  color: #777;
  text-decoration: none;
}
.blog-item-data {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaa;
}
.blog-item-data a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.blog-item-data a:hover {
  color: #000;
  text-decoration: none;
}
.separator {
  margin: 0 5px;
}
.blog-post-data {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaa;
}
.blog-item-body {
  font-size: 16px;
  font-weight: 300;
  color: #5f5f5f;
  line-height: 1.8;
}
.blog-item-body h1,
.blog-item-body h2,
.blog-item-body h3,
.blog-item-body h4,
.blog-item-body h5,
.blog-item-body h6 {
  margin: 1.3em 0 0.5em 0;
}
.blog-item-body h3 {
  font-family: "Open sans", sans-serif;
  font-weight: 700;
}
.blog-item-body .blogmenu {
  text-align: center;
  color: #a1824d;
  margin: 0;
  padding: 0;
}
.blog-item-more {
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #047876;
  color: white;
  letter-spacing: 1px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.blog-item-more:hover {
  text-decoration: none;
  border-color: #111;
}
a.blog-item-more {
  color: white;
  text-decoration: none;
}
a.blog-item-more:hover {
  color: white;
  background-color: #f7941d;
}
.blog-item-q {
  background: none;
  border: none;
  padding: 0;
  margin: 1em 0;
}
.blog-item-q p {
  position: relative;
  background: #f8f8f8;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}
.blog-item-q p a {
  color: #555;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.blog-item-q:hover a,
.blog-item-q p a:hover {
  text-decoration: none;
  color: #777;
}
.blog-item-q p:before,
.blog-item-q p:after {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.blog-item-q p:before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 10px;
}
.blog-item-q p:after {
  content: '"';
}
.blog-item-q p:hover:before,
.blog-item-q p:hover:after {
  color: #777;
}
.blog-page-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.lead {
  margin: 1em 0 -1em 0;
  font-size: 140%;
  line-height: 1.6;
}
/*
 * Pagination
 */
.pagination {
  font-size: 13px;
  font-family: "Open Sans", arial, sans-serif;
}
.pagination a {
  display: inline-block;
  min-width: 30px;
  box-sizing: border-box;
  padding: 7px 14px;
  border: 1px solid #eaeaea;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pagination a:hover {
  text-decoration: none;
  border-color: #bbb;
  color: #444;
}
.pagination.active,
.pagination.active:hover {
  border-color: #bbb;
  color: #444;
  cursor: default;
}
.pagination.no-active,
.pagination.no-active:hover {
  border-color: #efefef;
  color: #bbb;
  cursor: default;
}
.pagination .fa {
  margin-top: 1px;
  font-size: 16px;
}
/*
 * Comments
 */
.comment-item {
  padding-top: 30px !important;
  border-top: 1px dotted #e9e9e9;
  font-size: 14px;
  overflow: hidden;
}
.comment-item:first-child {
  padding-top: 0;
  border-top: none;
}
.media-body {
  overflow: hidden;
}
.comment-avatar {
  width: 50px;
  margin-right: 10px;
  border-radius: 50%;
}
.comment-item-data {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
}
.comment-item-data a {
  color: #444;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.comment-item-data a:hover {
  color: #000;
  text-decoration: none;
}
.comment-author {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  font-weight: 700;
}
.comment-author a {
  color: #999;
}
/* Search widget */
.search-wrap {
  position: relative;
}
.search-field {
  width: 100% !important;
  height: 40px !important;
  box-sizing: border-box;
}
.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
}
.search-button:hover {
  color: #111;
}
.search-button:hover + .search-field {
  border-color: #ccc;
}
/* Widget menu */
.widget-menu {
  font-size: 13px;
}
.widget-menu li {
  padding: 5px 0;
}
.widget-menu li a {
  color: #555;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.widget-menu li a:hover,
.widget-menu li a.active {
  color: #999;
}
.widget-menu li small {
  font-size: 11px;
  color: #aaa;
}
/* Widget tags */
.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #a1824d;
  color: #111;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.tags a:hover {
  text-decoration: none;
  border-color: #8babac;
  color: #777;
}
/* Comments */
.widget-comments {
  color: white;
}
.widget-comments li {
  padding: 12px 0;
  border-bottom: 1px dotted #eaeaea;
}
.widget-comments li a {
  color: #555;
  text-decoration: none;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.widget-comments li a:hover {
  color: #999;
}
/* Posts */
.widget-posts {
  color: #aaa;
}
.widget-posts li {
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px dotted #eaeaea;
}
.widget-posts li a {
  font-size: 13px;
  display: block;
  color: white;
  text-decoration: none;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.widget-posts li a:hover,
.widget-posts li a:focus {
  color: #231f20;
}
.widget-posts-img {
  float: left;
  margin: 0 7px 0 0;
}
.widget-posts-descr {
  overflow: hidden;
}
.widget-posts-descr a {
  line-height: 1.2em;
}
.panel {
  background-color: #929496;
}
.menhead {
  text-align: center;
  margin-bottom: 30px;
}
.menhead h4 {
  font-family: "Open sans", sans-serif;
  font-size: 20px;
  color: white;
}
.menhead p {
  font-weight: 700;
}
.men > tbody > tr > td {
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  color: #808285;
  text-transform: uppercase;
  border-top: none;
}
.men > tbody > tr > td .small {
  text-transform: none;
  color: #231f20;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
}
.men > thead > tr > th {
  padding-left: 0;
  padding-bottom: 4px;
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 20px;
  font-style: normal;
  color: #a1824d;
  text-transform: uppercase;
  vertical-align: bottom;
  border-bottom: 1px dotted #a1824d;
}
.men .small {
  text-transform: none;
  font-size: 16px;
}
.men .price {
  font-weight: 700;
  text-transform: none;
  color: #a1824d;
}
.btp {
  border-bottom: 1px solid #808285;
}
.tariff-table {
  background-color: #f8f3ea;
}
.tariff-table td {
  border: 1px solid #047876;
}
/**********************************************
	-	REV SIDER OVERIDES FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
@media only screen and (max-width: 991px) {
  .fullscreen-container {
    margin-top: 110px;
  }
}
/**********************************************
	-	File List	-
**********************************************/
.prettyFileList {
  margin-left: 40px;
}
.prettyFileList .float_right {
  float: right;
}
.prettyFileList .float_left {
  float: left;
}
a.prettylink:after {
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  margin-right: 2px;
  position: absolute;
  top: 11px;
  width: 20px;
}
a:active.prettylink {
  /*Inset drop-shadow*/
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
/*Set icons*/
.prettyFileList a.pdf:after {
  background: transparent url(../images/silk_icons/page_white_acrobat.png) no-repeat 0 0;
}
.prettyFileList a.doc:after {
  background: transparent url(../images/silk_icons/page_white_word.png) no-repeat 0 0;
}
.prettyFileList a.zip:after {
  background: transparent url(../images/silk_icons/page_white_zip.png) no-repeat 0 0;
}
.prettyFileList a.xls:after {
  background: transparent url(../images/silk_icons/page_white_excel.png) no-repeat 0 0;
}
.prettyFileList a.ppt:after {
  background: transparent url(../images/silk_icons/page_white_powerpoint.png) no-repeat 0 0;
}
.prettyFileList a.img:after {
  background: transparent url(../images/silk_icons/picture.png) no-repeat 0 0;
}
.prettyFileList a.mp3:after {
  background: transparent url(../images/silk_icons/ipod.png) no-repeat 0 0;
}
.prettyFileList a.mp4:after {
  background: transparent url(../images/silk_icons/film.png) no-repeat 0 0;
}
/*Message*/
.prettyFileList .catagory {
  color: #808285;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
}
/*.prettyFileList .prettyListItems{min-height:50px;}*/
/***************************/
/* Colours                 */
/***************************/
a.prettylink .fileTitle {
  color: #331e0f;
}
a.prettylink,
a.prettylink:visited {
  /*Drop shadow*/
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  margin: 10px 0;
  padding: 10px 10px 10px 35px;
  *padding: 10px;
  /*ie6/7 don't support pseudo elements so no need to make space for the icon*/
  position: relative;
  text-decoration: none;
  zoom: 1;
}
a.prettylink:after {
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  margin-right: 2px;
  position: absolute;
  top: 11px;
  width: 20px;
}
.prettyFileList .corePrettyStyle {
  /*Gradient background*/
  background: #f8f3ea;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
  /*Rounded corners*/
  border-radius: 5px;
  /*Text shadow*/
  text-shadow: 0px 2px 0px #fff;
  border: solid 1px #ccc;
  color: #555;
}
.prettyFileList .corePrettyStyle:hover {
  background-color: # ccc;
  border-color: #aaa;
  color: #D54E21;
}
.prettyFileList .corePrettyStyle:active {
  /*Inset drop-shadow*/
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background-color: #ededed;
  background-position: 0 -10px;
  background-repeat: repeat-x;
  border-color: #aaa;
}
.tablewhite {
  color: white;
  font-weight: 700;
}
#maincontent.cartpage {
  background-color: #fff;
  padding: 0 10000px;
}
.accountpage h1,
.cartpage h1 {
  font: normal 2.25em/1.111 gibsonsemibold, helvetica, arial, sans-serif;
}
.account-download {
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  background-color: #047876;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  padding: 9px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: gibsonsemibold, helvetica, arial, sans-serif;
  cursor: pointer;
}
.account-download:hover,
.account-download:active,
.account-download:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #f7941d;
}
.product-individual .account-download {
  font-size: 0.666667em;
  padding: 7px 0 6px;
}
.product-description {
  margin: 0 auto 14px;
  overflow: auto;
}
.product-description .account-download {
  width: 49%;
  float: left;
}
.product-description .account-download.last {
  float: right;
}
.product-description .account-download.full {
  width: 100%;
}
.product-description .account-download.view-files {
  width: 100%;
  max-width: 254px;
}
@media (max-width: 960px) {
  .product-description .account-download {
    width: 100%;
    float: none;
  }
}
