* {
  outline: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #969696;
  font-weight: 400;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

p {
  font-size: 14px;
  color: #969696;
  font-weight: 400;
  line-height: 21px;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #262a2e;
  margin-top: 0;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  margin-bottom: 25px;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.mb-30 {
  margin-bottom: 30px;
}


.container {
  width: 100%;
}

@media (min-width: 320px) {
  .container {
    width: 320px;
  }
}

@media (min-width: 480px) {
  .container {
    width: 450px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

body.bodyColor.wrapper {
  margin: 0 auto;
}

@media (min-width: 320px) {
  body.bodyColor.wrapper {
    max-width: 320px;
  }
}

@media (min-width: 480px) {
  body.bodyColor.wrapper {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  body.bodyColor.wrapper {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  body.bodyColor.wrapper {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.bodyColor.wrapper {
    max-width: 1170px;
  }
}

@media (min-width: 320px) {
  body.bodyColor .header {
    max-width: 320px;
  }
}

@media (min-width: 480px) {
  body.bodyColor .header {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  body.bodyColor .header {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  body.bodyColor .header {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.bodyColor .header {
    max-width: 1170px;
  }
}

body.bodyColor .navbar-fixed-top {
  right: auto;
  left: auto;
}

.btn {
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 9px 0;
}

@media (min-width: 480px) {
  .btn {
    font-size: 15px;
    padding: 13px 0;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 12px;
    padding: 8px 0;
  }
}

@media (min-width: 992px) {
  .btn {
    font-size: 14px;
    padding: 12px 0;
  }
}

@media (min-width: 1200px) {
  .btn {
    font-size: 15px;
    padding: 13px 0;
  }
}

a {
  color: #ff891e;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

.main-wrapper {
  position: relative;
}

.form-control:focus {
  box-shadow: none;
}



.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.buttonCustomPrimary {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  background-color: #ff891e;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

.buttonTransparent, .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:last-child a, .isotopeFilters ul.filter > li a {
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  border-color: #dedede;
  padding: 0 20px;
  color: #969696;
  text-transform: uppercase;
  outline: 0;
}

.buttonTransparent:hover, .paginationCenter .pagination li:first-child a:hover, .paginationCenter .pagination li:last-child a:hover, .isotopeFilters ul.filter > li a:hover {
  background-color: #ff891e;
  border-color: #ff891e;
  color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  outline: 0;
}

.buttonTransparentfocus {
  outline: 0;
}


.sectionTitle {
  text-align: center;
}

@media (max-width: 767px) {
  .sectionTitle {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .sectionTitle {
    margin-bottom: 48px;
  }
}

.sectionTitle h2 {
  position: relative;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .sectionTitle h2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .sectionTitle h2 {
    font-size: 26px;
  }
}

.sectionTitle h2 span {
  padding-left: 38px;
  padding-right: 38px;
  z-index: 5;
  position: relative;
  background-color: #ffffff;
}

.sectionTitle h2 span.lightBg {
  background-color: whitesmoke;
}

.sectionTitle h2:before {
  background-color: #e5e5e5;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 1;
}

.sectionTitle p {
  color: #969696;
  font-weight: 400;
  /*text-transform: capitalize;*/
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sectionTitle p {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .sectionTitle p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sectionTitleDouble {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .sectionTitleDouble {
    background-image: url("../img/home/devider.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8px 45px;
  }
}

.sectionTitleDouble p, .sectionTitleDouble h2 {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (min-width: 992px) {
  .sectionTitleDouble p, .sectionTitleDouble h2 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .sectionTitleDouble p, .sectionTitleDouble h2 {
    font-size: 20px;
  }
}

.sectionTitleDouble h2 {
  font-weight: 700;
}

@media (min-width: 992px) {
  .sectionTitleDouble h2 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .sectionTitleDouble h2 {
    font-size: 26px;
  }
}

.sectionTitleDouble h2 span {
  color: #ff891e;
}

.sectionTitle2 h2 {
  font-size: 26px;
  color: #222222;
  line-height: 26px;
  margin: 25px 0;
  font-weight: 400;
}

.sectionTitle2 p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}

.sub-title h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #222222;
}


.form .form-group .form-control, .commentsForm .form-group .form-control, .modal.bookingModal .modal-dialog .modal-content .modal-body .form-group .form-control {
  height: 45px;
  /*background-color: whitesmoke;*/
  box-shadow: none;
  border-color: #e5e5e5;
  /*color: #969696;*/
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
}

.form .form-group .form-control:focus, .commentsForm .form-group .form-control:focus, .modal.bookingModal .modal-dialog .modal-content .modal-body .form-group .form-control:focus {
  outline: 0;
}

.form .form-group textarea.form-control, .commentsForm .form-group textarea.form-control, .modal.bookingModal .modal-dialog .modal-content .modal-body .form-group textarea.form-control {
  height: 150px;
}

.form .buttonCustomPrimary, .commentsForm .buttonCustomPrimary, .modal.bookingModal .modal-dialog .modal-content .modal-body .buttonCustomPrimary {
  padding: 0 20px;
}

.contactForm .form-control {
  border: none;
}

.contactForm .buttonCustomPrimary {
  float: right;
}

header {
  position: relative;
  z-index: 999;
}


.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}

.navbar-default.navbar-fixed-top {
  position: fixed;
}

.navbar-nav > li.open a, .navbar-nav > li.open a:hover, .navbar-nav > li.open a:focus {
  background-color: transparent !important;
  color: #ff891e !important;
}

.navbar-nav > li.open a:after, .navbar-nav > li.open a:hover:after, .navbar-nav > li.open a:focus:after {
  width: 30%;
}

@media (max-width: 767px) {
  .navbar-nav {
    background-color: #ffffff;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    background-color: transparent !important;
  }
}

.navbar-nav > li > a {
  text-transform: uppercase;
}

.navbar-nav > li > a:after {
  content: "";
  height: 3px;
  left: 0;
  bottom: -3px;
  width: 0px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: #ff891e;
}

.navbar-nav > li > a:hover {
  color: #ff891e !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (max-width: 767px) {
  .navbar-nav > li > a:hover:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a:hover:after {
    width: 100%;
  }
}

.navbar-nav > li > a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .navbar-nav > li > a {
    color: #000000 !important;
    padding: 12px;
    border-bottom: 1px solid white;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    margin: 0 5px 29px 5px;
    font-size: 10px;
    color: #ffffff !important;
    padding: 38px 0 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 992px) {
  .navbar-nav > li > a {
    margin: 0 8px 29px 8px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav > li > a {
    margin: 0 15px 29px 15px;
  }
}

.navbar-nav > li.active a, .navbar-nav > li.active a:hover {
  color: #ff891e !important;
  background-color: transparent !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (max-width: 767px) {
  .navbar-nav > li.active a:after, .navbar-nav > li.active a:hover:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.active a:after, .navbar-nav > li.active a:hover:after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-nav > li.active a:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.active a:after {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .navbar-nav > li.open a:hover:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.open a:hover:after {
    width: 100%;
  }
}

.navbar-nav > li.dropdown .dropdown-menu {
  box-shadow: none;
}

.navbar-nav > li.dropdown .dropdown-menu a {
  padding: 3px 20px;
  margin-bottom: 0;
}

.navbar-nav > li.dropdown.searchBox a {
  border: none;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.searchBox a {
    padding: 12px;
    margin-bottom: 10px;
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.searchBox a {
    padding-top: 42px;
    margin-bottom: 25px;
    display: block;
  }
}

.navbar-nav > li.dropdown.searchBox a .searchIcon {
  padding: 10px 12px;
  background-color: #ff891e;
  border-radius: 4px;
  color: #ffffff !important;
}

.navbar-nav > li.dropdown.searchBox a:hover .searchIcon {
  color: #ffffff !important;
}

.navbar-nav > li.dropdown.searchBox a:hover:after {
  display: none;
}

.navbar-nav > li.dropdown.searchBox a:after {
  display: none;
}

.navbar-nav > li.dropdown.searchBox .dropdown-menu {
  margin: 0 10px 0 0;
  padding: 10px 15px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.searchBox .dropdown-menu {
    width: 100%;
    position: relative;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.searchBox .dropdown-menu {
    width: 350px;
  }
}

.navbar-nav > li.dropdown.searchBox .dropdown-menu li .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #e5e5e5;
}

.navbar-nav > li.dropdown.searchBox .dropdown-menu li .input-group-addon {
  background-color: #ff891e;
  border-color: #ff891e;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-nav > li.dropdown.megaDropMenu {
  position: static;
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
  margin: -1px auto 0 auto;
  right: 15px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    left: 0;
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    left: 15px;
    padding: 10px 5px 0;
    width: 720px;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    width: 1140px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 15px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #222222;
  float: left;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px 10px 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
  color: #969696 !important;
  font-size: 12px;
  float: left;
  width: 100%;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 12px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
  background-color: whitesmoke !important;
  color: #ff891e !important;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu {
  border-radius: 5px;
  min-width: 270px;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
  color: #969696 !important;
  font-size: 12px;
  float: none;
  width: 100%;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
    padding: 6px 12px 6px 24px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
    padding: 10px 12px;
  }
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li a:hover {
  background-color: whitesmoke !important;
  color: #ff891e !important;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
    padding: 6px 12px 6px 36px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
    padding: 10px 12px;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a i {
  float: right;
  margin-top: 4px;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  margin-top: 0 !important;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

@media (min-width: 480px) {
  .dropdown-submenu > .dropdown-menu {
    left: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-submenu > .dropdown-menu {
    left: 100%;
  }
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) {
  .navbar-nav > li.open a:after, .navbar-nav > li.open a:hover:after, .navbar-nav > li.open a:focus:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.open a:after, .navbar-nav > li.open a:hover:after, .navbar-nav > li.open a:focus:after {
    width: 100%;
  }
}

.navbar-nav.searchBox a:after {
  display: none;
}

.navbar-toggle {
  margin-top: 20px;
}

.navbar-toggle {
  background-color: #ffffff;
}

.navbar-collapse {
  border-color: #ffffff;
}

.navbar-collapse li.dropdown .dropdown-menu {
  box-shadow: none;
}

@media (max-width: 767px) {
  .navbar-collapse li.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-collapse li.dropdown .dropdown-menu {
    position: absolute;
    float: left;
    display: none;
  }
}

.navbar-collapse li.dropdown.open .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
    position: absolute;
    float: left;
    display: none;
  }
}

.navbar-collapse li.dropdown.dropdown-submenu.open .dropdown-menu {
  display: block;
}

.navbar-brand {
  float: left;
  background-position: 15px 19px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 15px 19px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 235px;
  height: 95px;
  background-color: transparent;
  padding: 24px 15px 24px 15px;
}

@media (max-width: 767px) {
  .navbar-brand {
    background-size: 152px 40px !important;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    background-size: 203px 54px !important;
  }
}

.static .navbar-right {
  margin-right: -30px !important;
}


.lightHeader {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .lightHeader {
    height: 83px;
  }
}

@media (min-width: 768px) {
  .lightHeader {
    height: 95px;
  }
}

.lightHeader .navbar-brand {
  background-position: 15px 19px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .lightHeader .navbar-brand {
    background-size: 152px 40px !important;
    margin-top: 0;
    height: 83px;
  }
}

@media (min-width: 768px) {
  .lightHeader .navbar-brand {
    background-size: 203px 54px !important;
    height: 95px;
  }
}

.lightHeader .navbar-nav > li > a {
  color: #000000 !important;
}

.lightHeader .navbar-nav > li > a:hover {
  color: #ff891e !important;
  border-color: #ff891e;
}

@media (max-width: 767px) {
  .lightHeader .navbar-nav > li > a {
    border-bottom: 1px solid #ffffff;
  }
}

@media (min-width: 768px) {
  .lightHeader .navbar-nav > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}


.darkHeader {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #262a2e;
}

@media (max-width: 767px) {
  .darkHeader {
    height: 83px;
  }
}

@media (min-width: 768px) {
  .darkHeader {
    height: 95px;
  }
}

.darkHeader .navbar-brand {
  background-position: 15px 19px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .darkHeader .navbar-brand {
    background-size: 152px 40px !important;
    margin-top: 0;
    height: 83px;
  }
}

@media (min-width: 768px) {
  .darkHeader .navbar-brand {
    background-size: 203px 54px !important;
    height: 95px;
  }
}

.darkHeader .navbar-nav > li > a:hover {
  color: #ff891e !important;
  border-color: #ff891e;
}

@media (max-width: 767px) {
  .darkHeader .navbar-nav > li > a {
    border-bottom: 1px solid #ffffff;
    color: #000000 !important;
  }
}

@media (min-width: 768px) {
  .darkHeader .navbar-nav > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
}

.headerTop {
  display: none;
  background-color: #f5f5f5;
  height: 40px;
  color: #969696;
}

@media (min-width: 768px) {
  .headerTop {
    display: block;
  }
}

.headerTop .headerTopNav {
  padding: 7px 0;
}

.headerTop .headerTopNav .headerTopNavbar {
  float: left;
}

.headerTop .headerTopNav .headerTopNavbar li {
  display: inline-block;
  padding: 0 15px;
}

.headerTop .headerTopNav .headerTopNavbar li a {
  color: #969696;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.headerTop .headerTopNav .headerTopNavbar li a i {
  margin-right: 7px;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
  border: none;
}

@media (max-width: 767px) {
  .headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
    padding: 12px;
    margin-bottom: 10px;
    display: none;
  }
}

@media (min-width: 768px) {
  .headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
    display: block;
  }
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:hover .searchIcon {
  color: #ffffff !important;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:hover:after {
  display: none;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:after {
  display: none;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
  margin: 0 10px 0 0;
  padding: 10px 0 5px 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
    width: 100%;
    position: relative;
    display: block;
  }
}

@media (min-width: 768px) {
  .headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
    width: 350px;
  }
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu li .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #e5e5e5;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu li .input-group-addon {
  background-color: #ff891e;
  border-color: #ff891e;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}


.navbar .navbar-btn {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .navbar .navbar-btn {
    margin-top: 34px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-btn {
    margin-top: 29px;
  }
}

.navbar .navbar-btn .btn-nav {
  text-transform: uppercase;
  width: 127px;
  height: 40px;
  background-color: #ff891e;
  color: #ffffff;
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .navbar .navbar-btn .btn-nav {
    width: 100px;
    height: 33px;
    font-size: 10px;
    line-height: 13px;
    padding: 10px 0px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-btn .btn-nav {
    width: 127px;
    height: 40px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 0;
  }
}


.footer {
  width: 100%;
  display: block;
  background-color: #262a2e;
  padding: 80px 0;
}

.foo .footer-logo {
  display: block;
  margin-bottom: 25px;
}

.footerContent h5 {
  font-size: 15px;
  color: #ffffff;
  line-height: 21px;
  margin-top: 25px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
}

.footerContent p {
  margin-top: 30px;
  color: #929497;
}

@media (min-width: 768px) {
  .footerContent p {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .footerContent p {
    font-size: 14px;
  }
}

.footerContent .list-unstyled li {
  color: #929497;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .footerContent .list-unstyled li {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .footerContent .list-unstyled li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footerContent .list-unstyled li i {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .footerContent .list-unstyled li i {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .footerContent .list-unstyled li i {
    margin-right: 14px;
  }
}

.footerContent .list-unstyled li a {
  color: #929497;
}

.footerContent .list-unstyled li a:hover {
  color: #ff891e;
}

@media (min-width: 480px) {
  .footerContent.imgGallery .row {
    width: auto;
  }
}

@media (min-width: 480px) {
  .footerContent.imgGallery .row {
    width: 100%;
  }
}

.footerContent.imgGallery .row .col-xs-4 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .footerContent.imgGallery .row .col-xs-4 {
    padding: 0 15px 0 15px;
  }
}

@media (min-width: 768px) {
  .footerContent.imgGallery .row .col-xs-4 {
    padding: 0 0 0 15px;
  }
}

.footerContent.imgGallery .row .col-xs-4 a {
  display: block;
  border-radius: 4px;
}

.footerContent.imgGallery .row .col-xs-4 a img {
  width: 100%;
}

.footerContent .input-group {
  border: 1px solid #4a4e52;
  border-radius: 5px;
  margin-bottom: 30px;
}

.footerContent .input-group .form-control {
  background-color: transparent;
  border: 0;
  color: #929497;
}

.footerContent .input-group .input-group-addon {
  border-radius: 4px;
  background-color: #565b61;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.footerContent .input-group .input-group-addon i {
  color: #ffffff;
}

.footerContent .input-group .input-group-addon:hover {
  background-color: #ff891e;
  border-color: #ff891e;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (min-width: 768px) {
  .footerContent .list-inline li {
    padding: 2px;
  }
}

@media (min-width: 992px) {
  .footerContent .list-inline li {
    padding: 0 2px;
  }
}

@media (min-width: 1200px) {
  .footerContent .list-inline li {
    padding: 0 5px;
  }
}

.footerContent .list-inline li a {
  display: block;
  text-align: center;
  border: 1px solid #4a4e52;
  border-radius: 100%;
  color: #ffffff;
}

.footerContent .list-inline li a:hover {
  background-color: #ff891e;
  border-color: #ff891e;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (max-width: 767px) {
  .footerContent .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .footerContent .list-inline li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .footerContent .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

.copyRight {
  display: block;
  background-color: #232629;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .copyRight .list-inline {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  .copyRight .list-inline {
    float: right;
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}

.copyRight .list-inline li a {
  font-size: 13px;
  color: #929497;
}

.copyRight .list-inline li a:hover {
  color: #ff891e;
}

.copyRightText p {
  margin-bottom: 0;
  color: #929497;
}

.copyRightText p a {
  color: #929497;
}

.copyRightText p a:hover {
  color: #ff891e;
}

@media (max-width: 767px) {
  .copyRightText p {
    font-size: 11px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .copyRightText p {
    font-size: 13px;
    text-align: left;
  }
}

.footer-light {
  background-color: transparent;
}

.footer-light .footerContent .footer-logo img {
  width: auto;
}

@media (min-width: 768px) {
  .footer-light .footerContent .footer-logo img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-light .footerContent .footer-logo img {
    width: auto;
  }
}

.footer-light .footerContent h5 {
  color: #222222;
}

.footer-light .footerContent .list-inline li a {
  color: #969696;
  border-color: #969696;
}

.footer-light .footerContent .list-inline li a:hover {
  color: #ffffff;
  border-color: #ff891e;
}

.footer-light .footerContent .list-item li {
  margin-bottom: 17px;
}

.footer-light .footerContent .list-item li a {
  color: #969696;
}

.footer-light .footerContent .list-item li a:hover {
  color: #ff891e;
}

/*================= 5. SECTION ==================*/

.static .pageTitle {
  margin-top: 0;
}

.mainContentSection, .whiteSection, .lightSection {
  width: 100%;
  padding: 100px 0 70px 0;
  background-color: #ffffff;
  display: block;
}


.darkSection {
  width: 100%;
  padding: 42px 0;
  background-color: #262a2e;
  display: block;
}

.darkSection.citiesPage {
  padding: 36px 30px;
  border-radius: 4px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .gridResize > .col-sm-3 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .gridResize > .col-sm-3 {
    width: 21%;
  }
}

@media (max-width: 767px) {
  .gridResize > .col-sm-7 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .gridResize > .col-sm-7 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .gridResize > .col-sm-7 {
    width: 68%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .gridResize > .col-sm-2 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .gridResize > .col-sm-2 {
    width: 11%;
  }
}

.gridResize .buttonCustomPrimary {
  margin-top: 4px;
}


.destinations {
  background-color: #262a2e;
  border-radius: 5px;
}

.destinations a img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.destinations .media-left {
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  .destinations .media-left {
    width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .destinations .media-left {
    width: 50%;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .destinations .media-left {
    width: auto;
  }
}

.destinations .media-left img {
  width: 100%;
}

@media (max-width: 767px) {
  .destinations .media-body {
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .destinations .media-body {
    padding: 15px 23px 0 23px;
  }
}

@media (min-width: 992px) {
  .destinations .media-body {
    padding: 80px 23px 0 23px;
  }
}

@media (min-width: 1200px) {
  .destinations .media-body {
    padding: 80px 45px 0 45px;
  }
}

.destinations .media-body .media-heading {
  color: #ffffff;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .destinations .media-body .media-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .destinations .media-body .media-heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .destinations .media-body p {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 17px;
  }
}

@media (min-width: 992px) {
  .destinations .media-body p {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 21px;
  }
}

@media (min-width: 1200px) {
  .destinations .media-body p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  .destinations .media-body .list-unstyled {
    margin-bottom: 15px;
    width: 100%;
    display: block;
    float: none;
  }
}

@media (min-width: 768px) {
  .destinations .media-body .list-unstyled {
    margin-bottom: 5px;
    width: 33%;
    display: inline-block;
    float: left;
  }
}

@media (min-width: 992px) {
  .destinations .media-body .list-unstyled {
    margin-bottom: 24px;
  }
}

.destinations .media-body .list-unstyled li {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
}

.destinations .media-body .list-unstyled li i {
  color: #ff891e;
  margin-right: 10px;
}

.destinations .media-body .list-unstyled li a {
  text-transform: capitalize;
  color: #929497;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .destinations .media-body .list-unstyled li a {
    font-size: 11px;
    line-height: 17px;
  }
}

@media (min-width: 992px) {
  .destinations .media-body .list-unstyled li a {
    font-size: 14px;
    line-height: 21px;
  }
}

.destinations .media-body .list-unstyled li a i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 8px;
  color: #929497;
}

.destinations .media-body .list-unstyled li a:hover {
  color: #ff891e;
}

.destinations .media-body .list-unstyled li a:hover i {
  color: #ff891e;
}

@media (min-width: 768px) {
  .destinations .media-body .list-unstyled li:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .destinations .media-body .list-unstyled li:first-child {
    margin-bottom: 16px;
  }
}

.destinations .media-body .media-btn {
  display: block;
  width: 100%;
}

.filter-container {
  padding: 0 20px 30px 20px;
}

@media (max-width: 767px) {
  .isotopeFilters ul.filter > li {
    padding: 2px;
  }
}

@media (min-width: 768px) {
  .isotopeFilters ul.filter > li {
    padding: 0;
  }
}

.isotopeFilters ul.filter > li a {
  font-size: 14px;
  line-height: 35px;
  color: #929497;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
}

.isotopeFilters ul.filter > li.active a {
  background-color: #ff891e;
  color: #ffffff;
  border-color: #ff891e;
}

.fancybox-lock .fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

.isotopeSelector figure {
  border-radius: 4px;
}

.isotopeSelector figure:hover {
  border-radius: 4px;
}

.isotopeSelector img {
  width: 100%;
  border-radius: 4px;
}

.isotopeSelector:hover img {
  -webkit-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
  border-radius: 5px;
}

.overlay-background {
  border-radius: 4px;
}

.isotopeSelector figure {
  position: relative;
  margin-bottom: 30px;
}

.isotopeSelector h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 100%;
  text-align: center;
}

.isotopeSelector .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.isotopeSelector .overlay .fancybox-pop {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 1000;
  border-radius: 4px;
}

.isotopeSelector .overlay .fancybox-pop .overlayInfo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}

.isotopeSelector .overlay .fancybox-pop .overlayInfo h5 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 55px;
  margin-top: 0;
}

.isotopeSelector .overlay .fancybox-pop .overlayInfo h5 span {
  color: #ff891e;
}

.isotopeSelector .overlay .fancybox-pop .overlayInfo p {
  color: #ffffff;
  margin-bottom: 0;
}

.isotopeSelector .overlay .fancybox-pop .overlayInfo p i {
  margin-right: 5px;
}

.isotopeSelector:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border-radius: 4px;
}

.isotopeSelector:hover .overlay .overlayInfo {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.isotopeSelector:hover h4 {
  color: #ff891e;
}

.isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo h2 {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo p {
  color: #ffffff;
  margin-bottom: 25px;
}

.isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .buttonTransparent, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:first-child .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .paginationCenter .pagination li:last-child a, .paginationCenter .pagination li:last-child .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .isotopeFilters ul.filter > li a, .isotopeFilters ul.filter > li .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a {
  color: #ffffff;
  background-color: transparent;
}

.isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .buttonTransparent:hover, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .paginationCenter .pagination li:first-child a:hover, .paginationCenter .pagination li:first-child .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a:hover, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .paginationCenter .pagination li:last-child a:hover, .paginationCenter .pagination li:last-child .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a:hover, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .isotopeFilters ul.filter > li a:hover, .isotopeFilters ul.filter > li .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a:hover {
  background-color: #ff891e;
}


.pageTitle {
  background-image: url("../img/pages/page-title-bg.jpg");
  width: 100%;
  background-size: cover;
  background-position: center top;
  color: #ffffff;
  height: 200px;
}

@media (max-width: 767px) {
  .pageTitle {
    margin-top: 83px;
  }
}

@media (min-width: 768px) {
  .pageTitle {
    margin-top: 135px;
  }
}

.pageTitle .titleTable {
  display: table;
  height: 200px;
  width: 100%;
}

.pageTitle .titleTable .titleTableInner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.pageTitle .titleTable .titleTableInner .pageTitleInfo {
  text-align: center;
}

.pageTitle .titleTable .titleTableInner .pageTitleInfo h1 {
  color: #ffffff;
  font-size: 30px;
}

.pageTitle .titleTable .titleTableInner .pageTitleInfo p {
  color: #ffffff;
  font-size: 15px;
}

.under-border {
  width: 60px;
  height: 3px;
  background-color: #ffffff;
  margin: 16px auto 0;
}


.packagesSection, .lightSection {
  background-color: whitesmoke;
}

/*================= 6. HOME ==================*/

header {
  position: relative;
  z-index: 999;
}


.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}

.navbar-default.navbar-fixed-top {
  position: fixed;
}

.navbar-nav > li.open a, .navbar-nav > li.open a:hover, .navbar-nav > li.open a:focus {
  background-color: transparent !important;
  color: #ff891e !important;
}

.navbar-nav > li.open a:after, .navbar-nav > li.open a:hover:after, .navbar-nav > li.open a:focus:after {
  width: 30%;
}

@media (max-width: 767px) {
  .navbar-nav {
    background-color: #ffffff;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    background-color: transparent !important;
  }
}

.navbar-nav > li > a {
  text-transform: uppercase;
}

.navbar-nav > li > a:after {
  content: "";
  height: 3px;
  left: 0;
  bottom: -3px;
  width: 0px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: #ff891e;
}

.navbar-nav > li > a:hover {
  color: #ff891e !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (max-width: 767px) {
  .navbar-nav > li > a:hover:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a:hover:after {
    width: 100%;
  }
}

.navbar-nav > li > a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .navbar-nav > li > a {
    color: #000000 !important;
    padding: 12px;
    border-bottom: 1px solid white;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    margin: 0 5px 29px 5px;
    font-size: 10px;
    color: #ffffff !important;
    padding: 38px 0 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 992px) {
  .navbar-nav > li > a {
    margin: 0 8px 29px 8px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav > li > a {
    margin: 0 15px 29px 15px;
  }
}

.navbar-nav > li.active a, .navbar-nav > li.active a:hover {
  color: #ff891e !important;
  background-color: transparent !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (max-width: 767px) {
  .navbar-nav > li.active a:after, .navbar-nav > li.active a:hover:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.active a:after, .navbar-nav > li.active a:hover:after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-nav > li.active a:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.active a:after {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .navbar-nav > li.open a:hover:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.open a:hover:after {
    width: 100%;
  }
}

.navbar-nav > li.dropdown .dropdown-menu {
  box-shadow: none;
}

.navbar-nav > li.dropdown .dropdown-menu a {
  padding: 3px 20px;
  margin-bottom: 0;
}

.navbar-nav > li.dropdown.searchBox a {
  border: none;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.searchBox a {
    padding: 12px;
    margin-bottom: 10px;
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.searchBox a {
    padding-top: 42px;
    margin-bottom: 25px;
    display: block;
  }
}

.navbar-nav > li.dropdown.searchBox a .searchIcon {
  padding: 10px 12px;
  background-color: #ff891e;
  border-radius: 4px;
  color: #ffffff !important;
}

.navbar-nav > li.dropdown.searchBox a:hover .searchIcon {
  color: #ffffff !important;
}

.navbar-nav > li.dropdown.searchBox a:hover:after {
  display: none;
}

.navbar-nav > li.dropdown.searchBox a:after {
  display: none;
}

.navbar-nav > li.dropdown.searchBox .dropdown-menu {
  margin: 0 10px 0 0;
  padding: 10px 15px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.searchBox .dropdown-menu {
    width: 100%;
    position: relative;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.searchBox .dropdown-menu {
    width: 350px;
  }
}

.navbar-nav > li.dropdown.searchBox .dropdown-menu li .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #e5e5e5;
}

.navbar-nav > li.dropdown.searchBox .dropdown-menu li .input-group-addon {
  background-color: #ff891e;
  border-color: #ff891e;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-nav > li.dropdown.megaDropMenu {
  position: static;
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
  margin: -1px auto 0 auto;
  right: 15px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    left: 0;
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    left: 15px;
    padding: 10px 5px 0;
    width: 720px;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    width: 1140px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 15px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #222222;
  float: left;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px 10px 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
  color: #969696 !important;
  font-size: 12px;
  float: left;
  width: 100%;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 12px;
  }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
  background-color: whitesmoke !important;
  color: #ff891e !important;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu {
  border-radius: 5px;
  min-width: 270px;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
  color: #969696 !important;
  font-size: 12px;
  float: none;
  width: 100%;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
    padding: 6px 12px 6px 24px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
    padding: 10px 12px;
  }
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li a:hover {
  background-color: whitesmoke !important;
  color: #ff891e !important;
}

@media (max-width: 767px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
    padding: 6px 12px 6px 36px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
    padding: 10px 12px;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a i {
  float: right;
  margin-top: 4px;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  margin-top: 0 !important;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

@media (min-width: 480px) {
  .dropdown-submenu > .dropdown-menu {
    left: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-submenu > .dropdown-menu {
    left: 100%;
  }
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) {
  .navbar-nav > li.open a:after, .navbar-nav > li.open a:hover:after, .navbar-nav > li.open a:focus:after {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li.open a:after, .navbar-nav > li.open a:hover:after, .navbar-nav > li.open a:focus:after {
    width: 100%;
  }
}

.navbar-nav.searchBox a:after {
  display: none;
}

.navbar-toggle {
  margin-top: 20px;
}

.navbar-toggle {
  background-color: #ffffff;
}

.navbar-collapse {
  border-color: #ffffff;
}

.navbar-collapse li.dropdown .dropdown-menu {
  box-shadow: none;
}

@media (max-width: 767px) {
  .navbar-collapse li.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-collapse li.dropdown .dropdown-menu {
    position: absolute;
    float: left;
    display: none;
  }
}

.navbar-collapse li.dropdown.open .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
    position: absolute;
    float: left;
    display: none;
  }
}

.navbar-collapse li.dropdown.dropdown-submenu.open .dropdown-menu {
  display: block;
}

.navbar-brand {
  float: left;
  background-position: 15px 19px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 15px 19px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 235px;
  height: 95px;
  background-color: transparent;
  padding: 24px 15px 24px 15px;
}

@media (max-width: 767px) {
  .navbar-brand {
    background-size: 152px 40px !important;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    background-size: 203px 54px !important;
  }
}

.static .navbar-right {
  margin-right: -30px !important;
}


.lightHeader {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .lightHeader {
    height: 83px;
  }
}

@media (min-width: 768px) {
  .lightHeader {
    height: 95px;
  }
}

@media (max-width: 767px) {
  .lightHeader .navbar-brand {
    background-size: 152px 40px !important;
    margin-top: 0;
    height: 83px;
  }
}

@media (min-width: 768px) {
  .lightHeader .navbar-brand {
    background-size: 203px 54px !important;
    height: 95px;
  }
}

.lightHeader .navbar-nav > li > a {
  color: #000000 !important;
}

.lightHeader .navbar-nav > li > a:hover {
  color: #ff891e !important;
  border-color: #ff891e;
}

@media (max-width: 767px) {
  .lightHeader .navbar-nav > li > a {
    border-bottom: 1px solid #ffffff;
  }
}

@media (min-width: 768px) {
  .lightHeader .navbar-nav > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}


.darkHeader {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #262a2e;
}

@media (max-width: 767px) {
  .darkHeader {
    height: 83px;
  }
}

@media (min-width: 768px) {
  .darkHeader {
    height: 95px;
  }
}

.darkHeader .navbar-brand {
  background-image: url("../img/logo-dark.png");
  background-position: 15px 19px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .darkHeader .navbar-brand {
    background-size: 152px 40px !important;
    margin-top: 0;
    height: 83px;
  }
}

@media (min-width: 768px) {
  .darkHeader .navbar-brand {
    background-size: 203px 54px !important;
    height: 95px;
  }
}

.darkHeader .navbar-nav > li > a:hover {
  color: #ff891e !important;
  border-color: #ff891e;
}

@media (max-width: 767px) {
  .darkHeader .navbar-nav > li > a {
    border-bottom: 1px solid #ffffff;
    color: #000000 !important;
  }
}

@media (min-width: 768px) {
  .darkHeader .navbar-nav > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
}


.headerTop {
  display: none;
  background-color: #f5f5f5;
  height: 40px;
  color: #969696;
}

@media (min-width: 768px) {
  .headerTop {
    display: block;
  }
}

.headerTop .headerTopNav {
  padding: 7px 0;
}

.headerTop .headerTopNav .headerTopNavbar {
  float: left;
}

.headerTop .headerTopNav .headerTopNavbar li {
  display: inline-block;
  padding: 0 15px;
}

.headerTop .headerTopNav .headerTopNavbar li a {
  color: #969696;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.headerTop .headerTopNav .headerTopNavbar li a i {
  margin-right: 7px;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
  border: none;
}

@media (max-width: 767px) {
  .headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
    padding: 12px;
    margin-bottom: 10px;
    display: none;
  }
}

@media (min-width: 768px) {
  .headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
    display: block;
  }
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:hover .searchIcon {
  color: #ffffff !important;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:hover:after {
  display: none;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:after {
  display: none;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
  margin: 0 10px 0 0;
  padding: 10px 0 5px 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
    width: 100%;
    position: relative;
    display: block;
  }
}

@media (min-width: 768px) {
  .headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
    width: 350px;
  }
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu li .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #e5e5e5;
}

.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu li .input-group-addon {
  background-color: #ff891e;
  border-color: #ff891e;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}


.navbar .navbar-btn {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .navbar .navbar-btn {
    margin-top: 34px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-btn {
    margin-top: 29px;
  }
}

.navbar .navbar-btn .btn-nav {
  text-transform: uppercase;
  width: 127px;
  height: 40px;
  background-color: #ff891e;
  color: #ffffff;
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .navbar .navbar-btn .btn-nav {
    width: 100px;
    height: 33px;
    font-size: 10px;
    line-height: 13px;
    padding: 10px 0px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-btn .btn-nav {
    width: 127px;
    height: 40px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 0;
  }
}


.footer {
  width: 100%;
  display: block;
  background-color: #262a2e;
  padding: 80px 0;
}

.foo .footer-logo {
  display: block;
  margin-bottom: 25px;
}

.footerContent h5 {
  font-size: 15px;
  color: #ffffff;
  line-height: 21px;
  margin-top: 25px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
}

.footerContent p {
  margin-top: 30px;
  color: #929497;
}

@media (min-width: 768px) {
  .footerContent p {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .footerContent p {
    font-size: 14px;
  }
}

.footerContent .list-unstyled li {
  color: #929497;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .footerContent .list-unstyled li {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .footerContent .list-unstyled li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footerContent .list-unstyled li i {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .footerContent .list-unstyled li i {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .footerContent .list-unstyled li i {
    margin-right: 14px;
  }
}

.footerContent .list-unstyled li a {
  color: #929497;
}

.footerContent .list-unstyled li a:hover {
  color: #ff891e;
}

@media (min-width: 480px) {
  .footerContent.imgGallery .row {
    width: auto;
  }
}

@media (min-width: 480px) {
  .footerContent.imgGallery .row {
    width: 100%;
  }
}

.footerContent.imgGallery .row .col-xs-4 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .footerContent.imgGallery .row .col-xs-4 {
    padding: 0 15px 0 15px;
  }
}

@media (min-width: 768px) {
  .footerContent.imgGallery .row .col-xs-4 {
    padding: 0 0 0 15px;
  }
}

.footerContent.imgGallery .row .col-xs-4 a {
  display: block;
  border-radius: 4px;
}

.footerContent.imgGallery .row .col-xs-4 a img {
  width: 100%;
}

.footerContent .input-group {
  border: 1px solid #4a4e52;
  border-radius: 5px;
  margin-bottom: 30px;
}

.footerContent .input-group .form-control {
  background-color: transparent;
  border: 0;
  color: #929497;
}

.footerContent .input-group .input-group-addon {
  border-radius: 4px;
  background-color: #565b61;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.footerContent .input-group .input-group-addon i {
  color: #ffffff;
}

.footerContent .input-group .input-group-addon:hover {
  background-color: #ff891e;
  border-color: #ff891e;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (min-width: 768px) {
  .footerContent .list-inline li {
    padding: 2px;
  }
}

@media (min-width: 992px) {
  .footerContent .list-inline li {
    padding: 0 2px;
  }
}

@media (min-width: 1200px) {
  .footerContent .list-inline li {
    padding: 0 5px;
  }
}

.footerContent .list-inline li a {
  display: block;
  text-align: center;
  border: 1px solid #4a4e52;
  border-radius: 100%;
  color: #ffffff;
}

.footerContent .list-inline li a:hover {
  background-color: #ff891e;
  border-color: #ff891e;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (max-width: 767px) {
  .footerContent .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .footerContent .list-inline li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .footerContent .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

.copyRight {
  display: block;
  background-color: #232629;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .copyRight .list-inline {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  .copyRight .list-inline {
    float: right;
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}

.copyRight .list-inline li a {
  font-size: 13px;
  color: #929497;
}

.copyRight .list-inline li a:hover {
  color: #ff891e;
}

.copyRightText p {
  margin-bottom: 0;
  color: #929497;
}

.copyRightText p a {
  color: #929497;
}

.copyRightText p a:hover {
  color: #ff891e;
}

@media (max-width: 767px) {
  .copyRightText p {
    font-size: 11px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .copyRightText p {
    font-size: 13px;
    text-align: left;
  }
}

.footer-light {
  background-color: transparent;
}

.footer-light .footerContent .footer-logo img {
  width: auto;
}

@media (min-width: 768px) {
  .footer-light .footerContent .footer-logo img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-light .footerContent .footer-logo img {
    width: auto;
  }
}

.footer-light .footerContent h5 {
  color: #222222;
}

.footer-light .footerContent .list-inline li a {
  color: #969696;
  border-color: #969696;
}

.footer-light .footerContent .list-inline li a:hover {
  color: #ffffff;
  border-color: #ff891e;
}

.footer-light .footerContent .list-item li {
  margin-bottom: 17px;
}

.footer-light .footerContent .list-item li a {
  color: #969696;
}

.footer-light .footerContent .list-item li a:hover {
  color: #ff891e;
}

.contactInfo h2 {
  color: #222222;
  margin-bottom: 13px;
}

.contactInfo p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .contactInfo p {
    font-size: 10px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .contactInfo p {
    font-size: 14px;
    line-height: 21px;
  }
}

.contactInfo .media {
  margin-bottom: 20px;
}

.contactInfo .media .media-left {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background-color: #ff891e;
  color: #ffffff;
  padding-right: 0;
  margin-right: 25px;
  font-size: 35px;
  float: left;
}

.contactInfo .media p {
  margin-bottom: 0;
}

.contactInfo .media p a {
  color: #969696;
}

.contactInfo .media .media-body h4 {
  font-weight: 400;
}

.mapArea {
  width: 100%;
  display: block;
}

.mapArea iframe {
  width: 100%;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  padding: 10px;
}