/*!
 * Bootstrap-select v1.11.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/*  =========================================================================
    Magnific Popup
    ========================================================================= */

    /* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Core CSS
   ========================================================================== */

    body {
        background: #fff;
        color: #60453c;
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        background: url(../img/bg.jpg) repeat-x top center;
    }

    #site_wrap {
      overflow: hidden;
    }

    a {
        text-decoration: none !important;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    p {
        margin-bottom: 1em;
        line-height: 1.6923em; 
    }

    p:last-child {
        margin-bottom: 0;
    }

    table {
        width: 100%;
    }

    ul,ol {
      padding-left: 1em;
    }

    .clearfix {
        display: block;
        clear: both;
    }

    .clearfix:before,.clearfix:after {
        display: block;
        clear: both;
        content: '';
    }

    .row_pad {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .row_pad_md {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .row_pad_lg {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .f1 {
      font-family: 'Lato', sans-serif;
    }

    .f2 {
      font-family: 'Lato', serif;
    }

    .c1 {
        color: #000 !important;
    }

    .c2 {
        color: #fff !important;
    }

    .c3 {
        color: #3a3c3f !important;
    }

    .c4 {
        color: #c6bdba !important;
    }


    .bg1 {
        background: #fff;
        border-color: #cfd0d0;
        color: #60453c;
    }

    .bg2 {
        background: #f3f3f3;
        border-color: #dbdbdb;
        color: #3a3c3f;
    }

    .bg3 {
        background: #60453c;
        border-color: #60453c;
        color: #fff;
    }

    .bg4 {
        background: #74b7b1;
        border-color: #222;
        color: #fff;
    }

    .bg5 {
        background: #ea563c;
        border-color: #ea563c;
        color: #fff;
    }

    .bg1 a {
        color: #000;
    }

    .bg2 a {
        color: #60453c;
    }

    .bg3 a {
        color: #fff;
    }


    .bg4 a {
        color: #222;
    }

    .bg1 a:hover {
        color: #000;
    }
    .bg2 a:hover {
        color: #60453c;
    }
    .bg3 a:hover {
        color: #000;
    }
    .bg4 a:hover {
        color: #000;
    }

    .bg1 h1, .bg1 .h1_sub,.bg1 h2, .bg1 .h2_sub,.bg1 h3, .bg3 .h3_sub,.bg1 h4, .bg1 .h4_sub,.bg1 h5, .bg1 .h5_sub,.bg1 h6, .bg1 .h6_sub {
        color: #60453c;
    }

    .bg2 h1, .bg2 .h1_sub,.bg2 h2, .bg2 .h2_sub,.bg2 h3, .bg3 .h3_sub,.bg2 h4, .bg2 .h4_sub,.bg2 h5, .bg2 .h5_sub,.bg2 h6, .bg2 .h6_sub {
        color: #60453c;
    }

    .bg3 h1, .bg3 .h1_sub,.bg3 h2, .bg3 .h2_sub,.bg3 h3, .bg3 .h3_sub,.bg3 h4, .bg3 .h4_sub,.bg3 h5, .bg3 .h5_sub,.bg3 h6, .bg3 .h6_sub {
        color: #fff;
    }

    .bg4 h1, .bg4 .h1_sub,.bg4 h2, .bg4 .h2_sub, .bg4 h2,.bg4 h3, .bg4 .h3_sub,.bg4 h4, .bg4 .h4_sub,.bg4 h5, .bg4 .h5_sub,.bg4 h6, .bg4 .h6_sub {
        color: #fff;
    }

    .pannel {
        border-width: 1px;
        border-style: solid;
    }

    .btn {
        -webkit-border-radius: 0;
        border-radius: 0;
        margin:  0;
        text-shadow: transparent  0 0 0 !important;
        font-weight: 700;
        text-transform: uppercase;
    }

    .btn-lg {
      font-size: 15px;
      padding: 10px 25px;
    }

    .btn i {
        opacity: 0.5;
        

    }

    .bg2 .btn {
        background: #00c6ff;
        border-color: #00c6ff;
        color: #000;
    }

    .bg3 .btn {
        background: #00c6ff;
        border-color: #00c6ff;
        color: #000;
    }

    .bg3 .btn:hover {
        background: #000;
        border-color: #000;
        color: #fff;
    }


    .bg5 .btn {
        background: #fff;
        border-color: #fff;
        color: #60453c;
    }

    .read_more {
      display: block;
      text-align: center;
      vertical-align: middle;
      text-transform: uppercase;
      color: #5f5f5f !important;
      font-size: 14px;
      line-height:20px;
      position: relative;
    }

    .c2 .read_more {
      color: #fff !important;
    }

/*    .read_more:before,.read_more:after {
      display: inline-block;
      position: relative;
      width: 75px;
      content: '';
      border-bottom: 1px solid #e9e6e7;
      line-height: 10px;
      height: 50%;
      margin:0 5px;
      top: -5px;
    }*/
    

    .i {
        font-style: italic;
    }

    blockquote {
      color: inherit;
    }

    nav ul {
        display: block;
        padding: 0;
        margin: 0;
    }

    nav ul>li {
        display: block;
        padding: 0;
        margin: 0;
    }

    nav ul>li>a {
        display: block;
    }

    nav.inline ul>li {
        display: inline-block;
    }

    #header {
        font-size: 13px;
        line-height: 15px;
        font-family: Lato, sans-serif;
        position: relative;
        z-index: 99999;
        
    }

    #branding h1 {
        margin: 0;
    }

/*    #branding img {
      margin: 15px 0;
    }*/

    #mob-nav {
        display: none;
    }

    .mobile #mob-nav {
        display: block;

    }

    .mobile #main-menu {
        display: none;
    }

    /* Heading Styles */

    h1,.h1_sub,h2,.h2_sub,h3,.h3_sub,h4,.h4_sub,h5,.h5_sub,h6,.h6_sub {
        margin: 15px 0 15px 0;
        display: block;
        padding: 0;
        font-family: 'Lato', sans-serif;
/*        text-transform: uppercase;*/
        font-weight: 700;
    }

    h1:first-child,.h1_sub:first-child,h2:first-child,.h2_sub:first-child,h3:first-child,.h3_sub:first-child,h4:first-child,.h4_sub:first-child,h5:first-child,.h5_sub:first-child,h6:first-child,.h6_sub:first-child {
        margin-top: 0;
    }

    h1,.h1_sub {
        font-size: 36px;
        font-weight: 400;
    }

    h2, .h2_sub {
        font-size: 20px;
        font-weight: 400;
    }

    h3, .h3_sub {
        font-size: 18px;
        font-weight: 400;
    }
/* Main Nav */
    #header>#navigation #main-menu li>div>ul>li:hover>a {
        background: rgba(0,0,0,0.1) !important;
        color: #fff !important;

    }

/* Universal mobile nav */

    #mobile_controls {
        display: none;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 25px;
    }

    .mobile #mobile_controls {
        display: block;
    }

    #mob-nav>div {
        display: none;
        position: absolute;
        width:100%;
        top: 100%;
        left: 0;
        max-width: 980px;
        padding: 10px 0 10px 0;
    }

    #mob-nav>div>ul>li {
        border-bottom: 1px solid #eceff4;
    }

    #mob-nav>div>ul>li>a {
        display: block;
        padding: 10px 15px;
        line-height: 20px;
        font-size: 18px;
    }

    #mob-nav>div>ul>li.menu-item-has-children {
        position: relative;
    }

    #mob-nav>div>ul>li.menu-item-has-children>a {
        margin-right: 40px;
    }

    #mob-nav>div>ul>li.menu-item-has-children:after {
        display: block;
        background: #222;
        width: 40px;
        height: 42px;
        border: 1px solid #eceff4;
        content: '\f078';
        line-height: 40px;
        text-align: center;
        font-family: FontAwesome;
        position: absolute;
        top: -1px;
        right: -1px;
        color: #dbdbdb;
    }

    #mob-nav>div>ul>li.menu-item-has-children.open:after {
        content: '\f077';
    }

    #mob-nav>div>ul>li.menu-item-has-children.open>a {
        border-bottom: 1px solid #eceff4;
        background: #dbdbdb;
    }


    #mob-nav>div>ul li:hover>a {
        background: #dbdbdb !important;
/*        color: #fff !important;*/
    }
    
    #mob-nav>div>ul li > a:active,
    #mob-nav>div>ul li > a:focus,
    #mob-nav>div>ul li > a:hover,
    #mob-nav>div>ul li > a.touchstart {
      background: #174988 !important;
      color:#fff !important;
    }

    #mob-nav>div>ul>li>ul {
        display: block;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.5s ease;
        -moz-transition: max-height 0.5s ease;
        -ms-transition: max-height 0.5s ease;
        -o-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;

    }

    #mob-nav>div>ul>li>ul>li a {
        padding: 5px 20px;
        font-size: 16px;
    }

    #mob-nav>div>ul>li.open>ul {
        max-height: 1000px;
    }

    .nav-open #mob-nav>div {
        display: block;
        z-index: 9999;
    }

    #mob-nav>div>ul li>a.view_all:hover {
        color: #222 !important;
    }

/* Slider Global */

    .owl-controls {
        position: absolute;
        top: 100%;
        width: 100%;
    }

    .owl-nav {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .owl-nav>* {
        position: absolute;
        width: 60px;
        height: 60px;
        background: rgba(255,255,255,0.5);
        bottom: 0;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        color: #000;
    }

    .owl-nav>.owl-next {
        right: 0px;
    }

    .owl-dots {
      text-align: center;
    }
    .owl-dot {
      width: 10px;
      height: 10px;
      border:2px solid #dbdbdb;
      display: inline-block;
      margin: 0 5px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
    }

    .owl-dot:hover {
      background-color:#dbdbdb;

    }

    .owl-dot.active {
      background: #dbdbdb;
      border-color:#dbdbdb;
    }


/* ==========================================================================
   CMS Services
   ========================================================================== */

    #services_slider .service {
        display: block;
        font-size: 13px;
        padding-bottom: 15px;
    }

    #services_slider .service .text {
        padding: 15px 15px 0 15px;
    }

    #services_slider .service .roundal {
        height: 15px;
        margin-top: 15px;
    }

    #services_slider .service .roundal i.fa {
        display: inline-block;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 15px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }


    #services_slider .service .image {
        position: relative;
    }

    #services_slider .service .image:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        bottom: 10px;
        left:10px;
        right: 10px;
        background: rgba(234, 86, 60, 0.5) !important;
        border: #ea563c solid 2px;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #services_slider .service:hover .image:after {
        opacity: 1;
    }




/* ==========================================================================
   Page
   ========================================================================== */
    .page_cta .row_pad {
        padding-bottom: 30px;
    }

    .page_cta .cta {
        display: block;
        padding: 10px;
        font-size: 34px;
        text-transform: uppercase;
        font-weight: 400;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .page_cta .cta>div {
        border: 1px solid rgba(255,255,255,0.7);
        padding: 15px;
    }

    #page_head header {
      padding: 0px;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      min-height: 195px;
    }

    #page_head h1 {
      margin: 0;
    }

    #page_head header>* {
      background-color: rgba(0, 0, 0, 0.2);
    }

    #page_head h1 span {
      font-weight: 400;
      display: block;
    }

    .extra_pad {
      padding: 30px 45px;
    }


/* ==========================================================================
   CMS Content
   ========================================================================== */    
    
    #content h2 {
        font-size: 24px;
        font-weight: 400;
    }

    #content h2 span {
        font-size: 20px;
        display: block;
        font-weight: 500;
    }

    #content h3 {
        font-size: 18px;
        font-weight: 400;
    }

    #content h4 {
      font-size: 18px;
      font-weight: 400;
    }

/*  textarea1*/
    
    .textarea1 section {
      padding: 45px 30px;
      position: relative;
      z-index: 1;
    }

    .textarea1 aside {
      margin-left: -16.66666666%;
    }
/*  textarea2*/
    
    .textarea2 article {
        padding-top: 45px;
        padding-bottom: 45px;
        line-height: 30px;

    }

/*  textarea3 with Gallery */

    #gallery_slider {
        margin-bottom: 15px;
    }

/*  textarea4 with Background Image */

    .textarea4>div>div.pannel {
        display:block;
        padding: 30px;
    }

    .textarea4>div>div.pannel {
        background: url(images/bg.jpg) no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*max-height: 315px;*/
        max-height: 387px;
    }

    .textarea4>div>div.pannel section {
        padding: 30px;
        min-height: 255px;
    }

    .js_hidden {
        padding-bottom: 15px;
    }

    .tables .description {
      margin-bottom: 30px;
    }

    .nb_table {
      font-size: 17px;
      padding-bottom: 30px;
    }

    .nb_table .th {
        border-bottom: inherit;
        margin-bottom: 30px;
    }

    .nb_table .info {
      font-size: 15px;
    }

    .home_content>div>div {
      padding: 30px;
    }

    .home_content>div>div>div>div {
      background: rgba(14, 207, 164, 0.85) !important;
      color: #fff;
    }

    .home_content>div>div>div>div h2 {
      color: #fff;
    }

    .home_content section {
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .home_content .read_more {
      display: inline-block;
      line-height: 15px;
      padding: 15px 45px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .aj_pagination {
      padding-top: 15px;
    }

    .aj_pagination>div {
      display: inline-block;
    }

    .aj_pagination>div>* {
      display: block;
      float: left;
      padding: 10px 0px;
      width: 45px;
      height: 45px;
      line-height: 25px;
      font-size: 18px;
      text-align: center;
      border-width: 1px;
      border-color: inherit;
      border-style: solid;
      vertical-align: middle;
      margin: -1px 0px -1px -1px;
    }

    .aj_pagination>* i {
      vertical-align: middle;
    }

    .aj_pagination a.page-numbers.next,.aj_pagination a.page-numbers.prev {
      background: #60453c;
    }

    .aj_pagination *.page-numbers.current {
      background: #60453c;
    }

    .aj_pagination a:hover {
      background: #222 !important;
      color: #fff !important;
    }


/* ==========================================================================
   CMS Contact Page
   ========================================================================== */
  .contact-details>* {
    display: block;
    padding-left: 30px;
    position: relative;
  }

  .contact-details>*>i.fa {
    display: block;
    position: absolute;
    left: 0;
    width: 15px;
    text-align: center;
  }

  .textarea_contact>div>div.pannel {
    display: block;
    padding: 30px;
  }

  .textarea_contact>div>div.pannel section {
    padding: 30px;
    min-height: 255px;
  }

  #map {
    position: relative;

  }

  #map-canvas {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
  }

  form .btn {
    line-height: 35px;
    padding: 5px 45px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }

  form .btn:hover {
    background: #000 !important;
    color: #fff !important;
  }

  form .privacy-policy-confirmation {
    padding-bottom:24px;
  }

  form .privacy-policy-confirmation a {
    text-decoration:underline !important;
  }
    
  .wpcf7-not-valid.form-control {
    border:3px solid #d66d6d;
  }

  span.wpcf7-not-valid-tip {
    background: #d66d6d;
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
  }

  div.wpcf7-validation-errors {
    background: #ffc425;
    border-color: #ffc425;
    line-height: 30px;
    text-align: center;
    margin: 0 0 15px 0;
  }

/* ==========================================================================
   Pre-Footer
   ========================================================================== */

/* Pre Footer CTA Banner 1 */

    #pre-footer .cta {
        display: block;
        padding: 10px;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 400;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #pre-footer .cta img {
      margin: 0 auto;
    }

    #pre-footer .cta span {
      text-decoration: underline;
      font-weight: 700;
    }

    #pre-footer .cta i {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      -webkit-border-radius: 40px;
border-radius: 40px;
font-size: 20px;
display: none;

    }

    #pre-footer .cta>div {
        /*border: 1px solid rgba(255,255,255,0.7);*/
        /*background:rgba(0,0,0,0.8);*/
        padding: 45px 15px;
    }

    #twitter {
        padding:15px 15px 15px 85px;
        min-height: 60px;
        position: relative;
    }

    #twitter:after {
        position: absolute;
        display: block;
        left: 25px;
        font-size: 45px;
        line-height: 45px;
        height: 45px;
        content: '\f099';
        top: 50%;
        margin-top: -23px;
        font-family: FontAwesome;
        opacity: 0.3;
    }

    #twitter p {
        margin: 0;
    }

    #mailchimp {
      border-left: 0;
      border-right: 0;
      line-height: 15px;
    }

    #mailchimp .title {
      padding:0;
      line-height: 15px;
      margin: 0;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
    }

    #mailchimp .sign_up {
      position: relative;
    }

    #mailchimp .sign_up input[type=email] {
      display: block;
      width: 100%;
      border: 0;
      margin: 0;
      padding: 15px 215px 15px 15px;
      font-style: italic;
      line-height: 15px;
      height: 45px;
    }

    #mailchimp .sign_up input[type=submit] {
      display: block;
      position: absolute;
      top: 0;
      width: 200px;
      right: 0;
      border: 0;
      padding: 15px 0;
      line-height: 15px;
      font-size: 16px;
      font-weight: 600;
      margin: 0;
      height: 45px;
    }

/* ==========================================================================
   Contact Form
   ========================================================================== */
   .form-group {
    margin-bottom: 30px;
   }
   .form-control {
        height: 45px;
        line-height: 25px;
        padding: 10px;
        -webkit-border-radius: 0;
        border-radius: 0;
   }

   .bg3 .form-control {
        background: #fff;
   }

/* ==========================================================================
   Footer
   ========================================================================== */
     
    #accred_slider img {
      max-height: 100px !important;
      width: auto !important;
      margin: 0 auto;
    }

    #accred_slider a {
      display: block;
    }

    #footer {
      font-weight: 500;
    }

    #footer #footer-menu a, #footer #copyright a{
        color:#fff;
/*        border-color: #cdc8bf;*/
    }



    #footer #footer-menu a:hover,#footer #copyright a:hover {
        color: #000;
    }

    #footer .social a:hover {
        background: #000;
    }


    #footer input[type="submit"] {
      background: #ea563c;
    }


/* ==========================================================================
   Slider 2 Overwrite
   ========================================================================== */
  

    #slider_2 .slide h2 {
      background:rgba(255,255,255,0.8);
      max-width: 550px;
      padding: 30px;
      font-size: 54px;
      margin: 0 auto 30px auto;
      font-family: Lato,sans-serif;
      font-weight: 700;
      color: #60453c;
    }

    #slider_2 .slide .find_out_more {
      background: #60453c !important;
      border-color: #60453c !important;
      color: #fff;
      font-weight: 700;
    }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1200px) {
    /* Style adjustments for viewports that meet the condition */
}

@media screen and (max-width:986px) {
    #menu-footer {
      margin-bottom: 15px;
    }

    #menu-footer li {
      margin-bottom: 5px;
    }

    #mailchimp .title {
      text-align: center;
    }
}

@media only screen and (max-width: 767px) {
  body {
    background: #fff;
  }
  #slider_2 .slide h2 {
    font-size: 30px;
  }

   #slider_2 .slide h2 span {
    font-size: 20px;
   }

    .textarea1 .outer {
        border-width: 1px !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .textarea1 .outer .inner {
        margin-top: -30px;
        margin-bottom: 15px;
        margin-left: -30px;
        margin-right: -30px;
        padding: 30px;
    }

    .extra_pad {
      padding: 15px 15px;
    }


    .textarea1 .js_padmiddle, .textarea1 .js_sync_heights  {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 0 !important;
    }

    .textarea1 aside {
      margin-left: 0 !important;
      text-align: center;
    }

    .textarea1 img {
        max-width: 300px;
        width: 100%;
    }

    #footer input[type=submit] {
        width: 100%;
        text-align: center;
    }

    .page_cta .cta, #pre-footer .cta {
        font-size: 24px;
    }

    .mob_nopad {
        margin:0 -15px;
    }

    .archive-post .image {
      margin-bottom: 30px;
    }

}

@media only screen and (max-width: 480px) {
    .phone a span {
        display: none;
    }

    .phone a:after {
      content: 'Contact Us';
      display: inline-block;
    }

    #header .social li:not(.phone) {
      display: none;
    }

    .col-xxs-12 {
        width: 100%;
        margin-left: 0;
    }

    .hidden-xxs {
        display: none;
    }

    table td, table tr {
        display: block;
        padding-bottom: 5px;
    }

    .textarea_contact>div>div.pannel section {
      margin-top: 400px;
    }

    .textarea4>div>div.pannel {
      padding: 150px 15px 15px 15px;
    }

    #mailchimp .sign_up input[type=text] {
      padding: 15px;
    }

    #mailchimp .sign_up input[type=submit] {
      width: 100%;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
    }

    #mailchimp .sign_up input[type=email] {
      padding-right: 15px;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Custom CSS */

.textarea_paralax {
  padding: 90px;
  background-position: center;
  background-attachment: fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header .phone {
}

@media screen and (max-width: 993px) {
  #slider_2 .slide a {
    min-height: 400px;
  }
}

#map {
  overflow: hidden;
}

#map.click .row {
  pointer-events:none;
}

#map .row section {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#map.click .row section {
    margin-left: 110%;
    margin-right: -110%;
    opacity: 0;
}

#after-footer,#after-footer a {
  color: #545457 !important;
  border-color: #545457 !important;
}


#slider_1 .slide a {
  background: rgba(14, 207, 164, 0.85);
}

#slider_1 .slide h2 {
  font-family: 'Lato', serif;
  font-weight: 400;
}

#slider_1 .slide h2 span {
  font-family: 'Lato', sans-serif;
}

#hero_slider .owl-controls > .owl-nav > * {
  background: rgba(255,255,255,0.5);
  color: #000;
}

#pre-footer .cta {
  font-family: 'Lato', sans-serif;
}

#footer #footer-menu a, #footer #copyright a {
  color: #fff !important;
  border-color: #fff !important;
}

#footer input[type="submit"] {
  background: #161615;
}

#footer .social a {
  color: #fff;
  background: #161615;
}

#navigation {
  text-transform: uppercase;
}


  @keyframes fadeIn {
      0% {opacity: 0;}
      100% {opacity: 1;}
  }

  @keyframes slideIn {
      0% {
        opacity: 0;
        -moz-transform: translateX(0px) translateY(-20px);
        -webkit-transform: translateX(0px) translateY(-20px);
        -o-transform: translateX(0px) translateY(-20px);
        -ms-transform: translateX(0px) translateY(-20px);
        transform: translateX(0px) translateY(-20px);
      }
      100% {
        opacity: 1;
        -moz-transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        -o-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
      }
  }


  #header>#navigation #main-menu>div>ul>li {
    line-height: 25px;
    text-align: center;
    width: 20%;
    margin: 0;
    position: relative;
  }    

  #header>#navigation #main-menu>div>ul>li>a {
    padding: 10px;
    color: #fff;
    font-size: 15px;
    background: transparent;
    color: #fff;
  }

  #header>#navigation #main-menu>div>ul>li>a:hover {
    background: rgba(0,0,0,0.2);
  }

  #header>#navigation #main-menu>div>ul>li ul a {
    color: #fff;
  }

  #header>#navigation #main-menu li > div {
      text-align: left;
      max-width: 100% !important;
      min-width: auto;
      width: 100%;

  }

  #header>#navigation #main-menu li:hover > div > ul {
      background-color: rgba(0,0,0,0.1);
      color: #fff;
    }


  #header_after > * {
    display: block;
    float: left;
    width: 16.66%;
    height: 5px;
  }

  #header>#navigation #main-menu>div>ul>li:nth-child(1),
  #header_after>*:nth-child(1) {
    background: #60453c;
  }

  #header>#navigation #main-menu>div>ul>li:nth-child(2),
  #header_after>*:nth-child(2) {
    background: #ea563c;
  }

  #header>#navigation #main-menu>div>ul>li:nth-child(3),
  #header_after>*:nth-child(3) {
    background: #f09400;
  }

  #header>#navigation #main-menu>div>ul>li:nth-child(4),
  #header_after>*:nth-child(4) {
    background: #aec43d;
  }

  #header>#navigation #main-menu>div>ul>li:nth-child(5),
  #header_after>*:nth-child(5) {
    background: #74b7b1;
  }

  #header>#navigation #main-menu>div>ul>li:nth-child(6),
  #header_after>*:nth-child(6) {
    background: #174988;
  }

  #contact-right > a {
    background: #174988;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
    display: block;
    text-align: center;
  }

  body:not(.mobile) #main-menu {
    width: 83.33%;
    float: left;
  }

  body:not(.mobile) #contact-right {
    float: right;
    width: 16.67%;
  }

  body.mobile #contact-right {
    float: right;
    width: 200px;
  }

  body.mobile #mobile_controls {
    padding: 10px;
    width: 45px;
    height: 45px;
  }

  #header>#navigation #main-menu li>div {
    background-color: inherit;
    line-height: 1.45em;
  }

  #footer {
    position: relative;
    margin-top: 60px;
  }

  #footer:before {
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 50px;
    background-image: url(../img/footer.gif);
    background-repeat: repeat-x;
    background-position: center;
    content: '';

  }


/* ==========================================================================
   Anchors classes
   ========================================================================== */
#side-anchor {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 9998;
  margin-top: -200px;
}

#side-anchor a.fa {
  width: 45px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  color: #ea563c;
  background: #fff;
}

#side-anchor a.phone {
  height: 200px;
  position: relative;
  width: 45px;
  text-align: center;
}

#side-anchor a.phone span {
  display: block;
  position: absolute;
  width: 200px;
  height: 45px;
  left: 0;
  bottom: -45px;
  line-height: 45px;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -ms-transform-origin: 0% 0%; /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  font-size: 18px;
  background: #ea563c;
  color: #fff;
}

.bootstrap-select {
  display: block;
  clear: both;
}

.bootstrap-select .btn {
  background: #fff;
  border:0;
  font-size: 14px;
  color: #60453c;
  text-transform: none;
  padding: 5px 30px 5px 15px;
  width: 100%;
  display: block;
  clear: both;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  display: block;
  clear: both;
}

#bookNow {
  display: none;
  background: #d03b21;
  color: #fff;
  padding: 10px;
  line-height: 25px;
  font-size: 20px;
  text-transform: uppercase;
  clear: both;
}

@media screen and (max-width: 1100px) {
  #side-anchor {
    display: none;
  }

  #bookNow {
    display: block;
  }
}

/** Added by Fixed.net **/
.bgRedOneColumn {
    background: #ea563c;
    border-color: #ea563c;
    color: #fff;
}
.bgBrownOneColumn {
    background: #60453c;
    border-color: #60453c;
    color: #fff;
}
/** End of by Fixed.net **/

