/*alex colours*/
.widget_manifest_widget {
  float: right;
  background: url(../img/cartheader.png) no-repeat 7px 5px #17181c;
  border-left: 1px solid #767a8b;
  border-top: 1px solid #767a8b;
  border-bottom: 1px solid #767a8b;
  border-right: 1px solid #767a8b;
  padding: 7px 7px 7px 30px;
  line-height: 1em;
  color: #17181c;
  text-align: right;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  text-transform: none;
  margin-top: 6px;
}
.widget_manifest_widget a {
  color: #767a8b;
}
.widget_manifest_widget a:hover {
  color: #f47721;
  text-decoration: none;
}
.widget_manifest_widget .manifest-cart {
  display: inline-block;
}
.widget_manifest_widget .manifest-cart .manifest-cart-items .manifest-cart-cost {
  color: #fff;
}
.affix-nav.affix .widget_manifest_widget {
  position: absolute;
  right: 15px;
  top: 0;
}
.bookingarea {
  padding: 30px 0;
}
.bookingarea th,
.bookingarea label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.bookingarea td,
.bookingarea select,
.bookingarea .form-control,
.bookingarea .btn {
  font-size: 14px;
}
.bookingarea .notavailble {
  opacity: 0.5;
}
.bookingarea .notavailble td.price {
  color: #999;
}
.bookingarea td.product {
  font-weight: 700;
  text-transform: uppercase;
}
.bookingarea td.description {
  font-style: italic;
}
.bookingarea td.description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bookingarea td.description ul li {
  margin: 0;
  padding: 0 0 0 20px;
  background: url(../img/check.png) no-repeat 0px 5px;
}
.bookingarea td.price {
  font-weight: 700;
  text-transform: uppercase;
  color: #f47721;
}
.bookingarea td.price .pax {
  width: 140px;
  float: left;
  display: inline-block;
}
.bookingarea td.price .pax .fare {
  clear: both;
  display: inline-block;
  line-height: 1em;
}
.bookingarea td.price .pax .fare .farename {
  color: #333333;
  clear: both;
  display: block;
  font-size: 10px;
}
.bookingarea td.price .pax .fare .fareprice {
  clear: both;
  display: block;
  font-size: 14px;
}
.bookingarea td.price input[type=number] {
  clear: both;
  text-transform: none;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  border: 2px solid #dfdfdf;
  background: #efefef;
  width: 60px;
  display: block;
}
.bookingarea td.booking .btn {
  background: url(../img/cart.png) no-repeat 10px 8px #f47721;
  padding-left: 35px;
}
.bookingarea td.booking .btn:hover,
.bookingarea td.booking .btn:focus {
  background: url(../img/cart.png) no-repeat 10px 8px #252731;
}
.bookingarea td.booking .btn.disabled {
  background: url(../img/cart.png) no-repeat 10px 8px #999 !important;
  border: 1px solid #999;
}
.bookingarea h4 {
  font-weight: bold;
}
.bookingarea table.table {
  background: #fff;
  border: 1px solid #252731;
}
.bookingarea table.table > thead > tr > th {
  background: #252731;
  color: #9b9ca0;
  vertical-align: bottom;
  border-bottom: 0;
}
.initialfields {
  padding: 8px;
  background: #fff;
  border: 1px solid #252731;
}
.initialfields .form-group {
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.initialfields .form-group .btn {
  margin-top: 31px;
  outline: none;
}
.initialfields .form-group .form-control {
  border: 2px solid #dfdfdf;
  background: #efefef;
}
.initialfields .form-group .form-control:focus,
.initialfields .form-group .form-control.picker__input--active {
  border-color: #f47721;
  background: #fff;
}
.qtranxs_widget {
  display: block;
  clear: both;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  background: #252731;
}
.qtranxs_widget h2 {
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: inline;
  color: #4d87b4;
  padding: 0 10px;
}
.qtranxs_widget ul.language-chooser {
  display: inline-block;
}
.qtranxs_widget ul.language-chooser li {
  display: inline;
}
.qtranxs_widget ul.language-chooser li a {
  line-height: 1em;
  color: #fff;
  padding: 0 10px 0 20px;
}
.qtranxs_widget ul.language-chooser li a:hover,
.qtranxs_widget ul.language-chooser li a:focus {
  color: #fff;
}
.qtranxs_widget ul.language-chooser li.lang-en a {
  background: url('../img/au.png') no-repeat 0px 3px;
}
.qtranxs_widget ul.language-chooser li.lang-zh a {
  background: url('../img/cn.png') no-repeat 0px 3px;
}
.qtranxs_widget ul.language-chooser li.active {
  opacity: 1;
}
#wpadminbar {
  bottom: 0 !important;
  top: auto !important;
}
html.js {
  margin-top: 0px !important;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: none;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #f47721 0%, #ce5a0a 100%);
  background-image: -o-linear-gradient(top, #f47721 0%, #ce5a0a 100%);
  background-image: linear-gradient(to bottom, #f47721 0%, #ce5a0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#ffce5a0a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #c4560a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #ce5a0a;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #ce5a0a;
  border-color: #c4560a;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #ce5a0a;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #252731 0%, #0b0b0e 100%);
  background-image: -o-linear-gradient(top, #252731 0%, #0b0b0e 100%);
  background-image: linear-gradient(to bottom, #252731 0%, #0b0b0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff252731', endColorstr='#ff0b0b0e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #060708;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #0b0b0e;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #0b0b0e;
  border-color: #060708;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #0b0b0e;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #e31e26 0%, #ae161c 100%);
  background-image: -o-linear-gradient(top, #e31e26 0%, #ae161c 100%);
  background-image: linear-gradient(to bottom, #e31e26 0%, #ae161c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe31e26', endColorstr='#ffae161c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #a5151a;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #ae161c;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #ae161c;
  border-color: #a5151a;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #ae161c;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #f47721 0%, #f0690c 100%);
  background-image: -o-linear-gradient(top, #f47721 0%, #f0690c 100%);
  background-image: linear-gradient(to bottom, #f47721 0%, #f0690c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#fff0690c', GradientType=0);
  background-color: #f0690c;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3b3e4e 0%, #252731 100%);
  background-image: -o-linear-gradient(top, #3b3e4e 0%, #252731 100%);
  background-image: linear-gradient(to bottom, #3b3e4e 0%, #252731 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3e4e', endColorstr='#ff252731', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(6, 6, 6, 0) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(6, 6, 6, 0) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(6, 6, 6, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00060606', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #f47721 0%, #f0690c 100%);
    background-image: -o-linear-gradient(top, #f47721 0%, #f0690c 100%);
    background-image: linear-gradient(to bottom, #f47721 0%, #f0690c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#fff0690c', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #f47721 0%, #d75e0b 100%);
  background-image: -o-linear-gradient(top, #f47721 0%, #d75e0b 100%);
  background-image: linear-gradient(to bottom, #f47721 0%, #d75e0b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#ffd75e0b', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #252731 0%, #0f1014 100%);
  background-image: -o-linear-gradient(top, #252731 0%, #0f1014 100%);
  background-image: linear-gradient(to bottom, #252731 0%, #0f1014 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff252731', endColorstr='#ff0f1014', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #e31e26 0%, #b7171d 100%);
  background-image: -o-linear-gradient(top, #e31e26 0%, #b7171d 100%);
  background-image: linear-gradient(to bottom, #e31e26 0%, #b7171d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe31e26', endColorstr='#ffb7171d', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #d75e0b;
  background-image: -webkit-linear-gradient(top, #f47721 0%, #e3630b 100%);
  background-image: -o-linear-gradient(top, #f47721 0%, #e3630b 100%);
  background-image: linear-gradient(to bottom, #f47721 0%, #e3630b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#ffe3630b', GradientType=0);
  border-color: #e3630b;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f47721 0%, #f0690c 100%);
  background-image: -o-linear-gradient(top, #f47721 0%, #f0690c 100%);
  background-image: linear-gradient(to bottom, #f47721 0%, #f0690c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47721', endColorstr='#fff0690c', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*
NEW
*/
.caption-inner {
  max-width: 600px;
  color: #fff;
}
.caption-inner h1 {
  text-shadow: 1px 1px 0 #000;
}
.caption-inner h3 {
  font-family: 'JennaSue', Helvetica, Arial, sans-serif;
  font-size: 57px;
  text-transform: none;
  text-shadow: 1px 1px 0px #000;
  font-weight: 500;
}
body {
  background: url(../img/bedge_grunge.jpg) repeat center top #cecac2;
  color: #252731;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.no-gutter {
  margin: 0 !important;
  padding: 0 !important;
}
h1,
h2,
h3 {
  font-weight: 800;
}
a {
  color: #f47721;
}
a:hover {
  color: #252731;
}
.headinghome {
  margin: 0 auto;
  text-align: center;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
/*fix for responsive tables in firefox*/
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
/*book button fixed*/
.bookbutton {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
}
.collapse.navbar-collapse {
  padding: 0;
  font-weight: 800;
}
/*main nav*/
.navbar.navbar-inverse {
  background: url(../img/wave_header.png) repeat #252731;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: auto;
  background: none;
  border: 0;
  margin: 0;
}
.navbar.navbar-inverse .navbar-brand {
  padding: 0px;
}
.navbar.navbar-inverse .navbar-brand img {
  /* width: 100%; */
}
.navbar.navbar-inverse .fa-youtube,
.navbar.navbar-inverse .fa-facebook {
  font-size: 18px;
}
.img-responsive {
  /* other definitions */
 /* width: 100%; */
}
/*topbar*/
.topnav {
  color: #b8b9bb;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 34px 0 0 0;
  display: inline-block;
  float: left;
}
.topnav > li {
  display: inline;
  margin: 0;
}
.topnav > li > a {
  display: inline-block;
  color: #b8b9bb !important;
  margin: 0;
  padding: 10px;
  font-size: 14px !important;
}
.topnav > li > a:hover,
.topnav > li > a:focus {
  color: #fff !important;
  text-decoration: none;
  background: none;
}
.topnav > li.open > a {
  color: #fff !important;
  background: #373944;
}
.topnav > li.open > a:hover,
.topnav > li.open > a:focus {
  background: #373944;
}
.dropdown-menu {
  padding: 0;
  margin: 10px 0 0 0;
  border: 1px solid #373944 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #373944 !important;
  border-radius: 0px !important;
}
.dropdown-menu > li > a {
  padding: 12px 10px 10px 10px !important;
  color: #b8b9bb !important;
  border-radius: 0px !important;
  line-height: 1em;
  font-size: 12px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #f47721;
  color: #fff !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff !important;
  background: #373944 !important;
}
.newsearchform,
.social {
  display: inline-block;
  float: right;
}
.newsearchform {
  position: absolute;
  right: 15px;
  top: 41px;
}
.social {
  margin-top: 10px;
}
.social a.inline-top {
  color: #f47721;
  display: inline-block;
  margin-left: 10px;
}
/*when fixed*/
.affix-nav.affix {
  position: fixed;
  background-color: #252731;
  height: 45px !important;
}
.affix-nav.affix .brand-top,
.affix-nav.affix .searchboxer {
  display: none;
}
.affix-nav.affix .brand-fixed {
  display: inline-block;
  height: auto;
  margin-top: 6px;
}
.affix-nav.affix .topnav {
  padding: 2px 0 0 0;
}
.affix-nav.affix .social {
  margin-top: 11px;
}
/*nav area fixed pos*/
.affix-nav {
  z-index: 1000;
  width: 100%;
  position: absolute;
  background: url(../img/wave_header.png) repeat #252731;
  height: 111px;
}
.affix-nav .brand-fixed {
  display: none;
}
.affix-nav .social {
  margin-top: 14px;
}
.searchboxer {
  border-radius: 30px;
  width: 100px;
  float: right;
  background: url(../img/search.png) no-repeat right center #373944;
  border: 1px solid #43454f;
  color: #b8b9bb;
  margin: 0;
  padding-right: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.searchboxer:focus {
  width: 100%;
  border: 1px solid #b8b9bb;
}
/*search results*/
.search-everything-highlight-color {
  background: #f47721 !important;
  color: #fff;
}
.sres article {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #cecdcd;
}
/*with no background image*/
/*nav area*/
.page .affix-nav {
  background-color: #252731;
}
#skipprcontainer {
  height: 650px;
}
.herohome {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  height: auto;
  top: 250px;
  width: 100%;
  z-index: 999;
  height: 1px;
}
.herohome .btn {
  margin-top: 30px;
}
.herohome .herohome-inner {
  width: 400px;
  margin: 0 auto;
}
/*bold and with border*/
.clearspan {
  clear: both;
  display: block;
}
/*forms*/
.form-control {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
/*buttons*/
.btn {
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-radius: 30px;
  background-image: none;
}
.btn-danger {
  background: #e31e26;
  border-color: #e31e26;
}
.btn-danger:hover {
  background: #f47721;
  border-color: #f47721;
}
.btn-border {
  background: none !important;
  border: 1px solid;
}
.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-blue {
  border-color: #4d87b4;
  background: #4d87b4;
  color: #fff;
}
.btn-blue:hover {
  border-color: #252731 !important;
  background: #252731 !important;
  color: #fff;
}
.btn-blue:hover {
  border-color: #4d87b4;
  background: #4d87b4;
  color: #fff;
}
.btn-red {
  border-color: #e31e26;
  color: #e31e26;
}
.btn-border:hover {
  background: #e31e26 !important;
  border: 1px solid #e31e26;
  color: #fff;
}
.scriptfont {
  font-family: 'JennaSue', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 32px;
}
.scriptfont-large {
  font-size: 57px;
}
/*banner headings*/
.tiles:nth-child(1n) .banner {
  background: url(../img/wave_orange.png) repeat #f47721 !important;
}
.tiles:nth-child(2n) .banner {
  background: url(../img/wave_medblue.png) repeat #f47721 !important;
}
.tiles:nth-child(3n) .banner {
  background: url(../img/wave_bluegrey.png) repeat #f47721 !important;
}
section.tiles {
  width: 100%;
  background: url(../img/bedge_grunge_dark.jpg) repeat;
}
section.tiles .banner {
  padding: 27px 0px 20px 0px;
}
section.tiles .banner h1 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
section.tiles .banner a {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
section.tiles .tile-slider {
  margin: 45px 0px 45px 0px;
}
/*tiles - for both home and categories*/
.tile {
  display: block;
  color: #fff;
  float: left;
  overflow: hidden;
  margin: 15px;
}
.tile .tile-content-over {
  position: absolute;
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  width: 263px;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.tile .tile-content-over p {
  padding: 40px 20px 0px 20px;
  text-align: center;
  max-height: 170px;
  overflow: hidden;
}
.tile .tile-content-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #252731;
}
.tile .tile-content-image img {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.tile .tile-header {
  color: #fff;
}
.tile .tile-header h4.tile-title,
.tile .tile-header .btn-go {
  font-size: 14px;
  height: 45px;
  padding: 15px;
  margin: 0;
  box-sizing: border-box;
  line-height: 1em;
  display: block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none !important;
}
.tile .tile-header h4.tile-title {
  display: block;
  text-align: center;
  font-weight: 400;
  background: #f47721;
}
.tile .tile-header .btn-go {
  font-weight: 800;
  float: right;
  width: 30%;
  background: #f47721;
  text-align: right;
  border-radius: 0px 0px 10px 0px ;
}
.tile .tile-header .btn-go:hover {
  background: #4d87b4;
}
.tile:hover {
  color: #fff;
  text-decoration: none;
}
.tile:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3;
}
.tile:hover .tile-content-over {
  opacity: 1;
}
.tile:hover h4.tile-title {
  background: #252731;
}
/*masterslider overides*/
/*slick overrides*/
.slick-prev {
  left: -50px !important;
  background: url(../img/slideleft.png) no-repeat center top !important;
}
.slick-next {
  right: -50px !important;
  background: url(../img/slideright.png) no-repeat center top !important;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 49px !important;
  height: 49px !important;
  margin-top: -20px !important;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-size: 0 !important;
}
/*mobile menus*/
#menu-whattodo,
#menu-wheretostay,
#menu-wheretoeatanddrink {
  top: 112px;
  box-shadow: none;
  -webkit-transition: none 0.0s ease;
  -moz-transition: none 0.0s ease;
  -ms-transition: none 0.0s ease;
  -o-transition: none 0.0s ease;
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
#menu-whattodo {
  background: #f47721;
}
#menu-wheretostay {
  background: #4d87b4;
}
#menu-wheretoeatanddrink {
  background: #4a5e71;
}
#menu {
  text-transform: uppercase;
}
#menu .menu-item-has-children > a {
  font-weight: bold;
}
/*about section*/
section.about {
  padding: 80px 0px 80px 0px;
}
section.about .about-section h3 {
  color: #4d87b4;
  margin-bottom: 25px;
}
section.about .about-section .btn {
  margin-top: 10px;
}
section.about .news-section h3 {
  color: #f47721;
  margin-bottom: 20px;
}
section.about .news-section ul.newslist {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.about .news-section ul.newslist li {
  margin: 0;
  padding: 0;
  display: block;
}
section.about .news-section ul.newslist li a {
  line-height: 1em;
  display: block;
}
section.about .news-section ul.newslist li a .news-date {
  display: block;
  float: left;
  width: 25%;
  border-bottom: 1px solid #4d87b4;
  color: #4d87b4;
  padding: 10px 0px 10px 0px;
  font-weight: bold;
}
section.about .news-section ul.newslist li a .news-title {
  display: block;
  float: left;
  width: 75%;
  border-bottom: 1px solid #f47721;
  color: #f47721;
  padding: 10px 0px 10px 0px;
}
section.about .news-section ul.newslist li a:hover .news-date {
  border-bottom: 1px solid #252731;
  color: #252731;
}
section.about .news-section ul.newslist li a:hover .news-title {
  border-bottom: 1px solid #252731;
  color: #252731;
}
.fb-page {
  margin: 0 auto;
  margin-bottom: 60px;
}
/*logos*/
.logosarea {
  padding: 50px 0px;
  background: #fff;
}
.logos {
  display: inline-block;
  margin: 30px;
}
/*logos*/
footer {
  background: url(../img/wave_header.png) repeat;
  color: #a7becb;
  padding: 60px 0px 60px 0px;
  font-size: 14px;
}
footer hr {
  border-top: 1px solid #43454f;
}
footer a {
  color: #b8b9bb;
}
footer .leftnav li > a {
  padding: 0px;
  margin: 0px 30px 0px 0px;
}
footer .rightnav li > a {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
footer .nav > li > a {
  color: #b8b9bb;
  text-transform: uppercase;
  font-size: 12px;
}
footer .nav > li > a:hover {
  color: #fff;
  background: none;
}
footer .social-footer {
  margin: 0px 0px 0px 0px;
  color: #b8b9bb;
}
footer .social-footer div {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
footer .social-footer div.email,
footer .social-footer div.address {
  clear: both;
  display: block;
}
footer .social-footer a {
  margin: 0px 0px 0px 10px;
  color: #b8b9bb;
  display: inline-block;
}
footer .social-footer a:hover {
  color: #fff;
}
/*skippr*/
#skipprcontainer2 {
  height: 700px;
}
#skipprcontainer-page {
  height: 400px;
}
/*CATEGORIES / PAGES*/
/*HERO CATEGORY AND PAGE*/
.herocategory,
.subcategorybg {
  width: 100%;
  padding: 0px 0px 0px 0px;
  height: 500px;
  box-sizing: border-box;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  background-color: rgba(37, 39, 49, 0.5);
  background: rgba(37, 39, 49, 0.5);
  color: rgba(37, 39, 49, 0.5);
  color: #fff;
}
.herocategory i,
.subcategorybg i {
  color: #f47721;
}
.herocategory h1,
.subcategorybg h1 {
  margin: 0 0 20px 0;
}
.herocategory h1 span,
.subcategorybg h1 span {
  clear: both;
  display: block;
}
.subcategorybg {
  background-size: cover;
  z-index: -1;
  background-color: #252731 !important;
}
.cat-description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cat-description h4 {
  text-transform: none;
  line-height: 1.7;
  text-align: center;
}
.headingarea {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 50px;
}
.subcategory h1 {
  margin-top: 0px;
}
/*listings subcat listings*/
.listings {
  margin: 60px 0px 30px 0px;
}
/*BREADCRUMB*/
.breadcrumb-outer {
  background: #efefef;
  border-top: 1px solid #cecdcd;
  border-bottom: 1px solid #cecdcd;
  padding: 0px 0px 0px 0px;
}
.breadcrumb-outer .btn {
  margin: 5px 0px 5px 0px;
}
.breadcrumb-outer .breadcrumbs {
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 16px 0px 5px 0px;
  padding: 0;
  background: none;
}
.breadcrumb-outer .breadcrumbs a {
  float: left;
  display: inline-block;
  padding: 0;
}
.breadcrumb-outer .breadcrumbs .trail-browse {
  display: none;
}
.breadcrumb-outer .breadcrumbs span {
  display: inline-block;
  float: left;
  padding: 0px 10px 0px 10px;
}
.breadcrumb-outer .breadcrumbs span a {
  padding: 0;
  margin: 0;
}
.breadcrumb-outer .breadcrumbs span.sep {
  text-indent: -9999px;
  overflow: hidden;
  content: url(../img/bread-arrow.png);
  padding: 0px;
  margin-top: 2px;
  width: 11px;
  height: 11px;
}
.breadcrumb-outer .breadcrumbs span:first-child {
  padding: 0px 10px 0px 0px;
}
.breadcrumb-outer .trail-items li::after {
  content: url(../img/bread-arrow.png);
}
.breadcrumb-outer span:first-child {
  padding: 0 !important;
}
#mainmap.acf-map-about {
  height: 600px;
  width: 100%;
}
#mainmap.acf-map-about #content {
  padding: 20px 0px 0px 15px;
}
.tiles-category {
  border-top: 1px solid #fff;
  margin: 0px 0px 60px 0px;
  background: none !important;
}
.tiles-category .tile {
  margin: 30px 0px 0px 0px !important;
}
/*SUBCATEGORY*/
.listingsinner {
  background: #fff;
  height: 224px;
  overflow: hidden;
}
.listingsinner .imgouter {
  width: 50%;
  float: left;
  display: block;
}
.listingsinner .imgouter .product-img {
  width: 100%;
}
.listingsinner .product-content {
  padding: 30px 30px 0px 30px;
  font-size: 14px;
  width: 50%;
  float: left;
  display: block;
}
.listingsinner .product-content h3 {
  line-height: 1em;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 16px;
}
.listingsinner .product-content p {
  line-height: 1.5;
  font-size: 12px;
}
.shadow {
  margin-bottom: 20px;
}
/*CONTENT AREA*/
.contentarea {
  margin: 30px 0px 30px 0px;
}
/*PAGINATION*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 0;
}
.pagination li a:hover,
.pagination li a:focus {
  background: #fff;
  color: #252731;
}
.pagination li.active a {
  padding: 6px 9px;
  border: 2px solid #fff;
}
.pagination > li > a {
  position: relative;
  float: left;
  line-height: 1em;
  text-decoration: none;
  color: #252731;
  background: none;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  display: block;
  padding: 8px 11px;
  margin: 0px 5px 0px 5px;
  font-weight: bold;
}
/*LISTING / PRODUCT PAGE*/
.slideshow-outer {
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 110px;
}
.slideshow-outer .skippr-nav-container {
  display: none;
}
.ms-thumb-list {
  z-index: 2;
  bottom: 20px !important;
}
.ms-thumb-list .ms-thumbs-cont {
  left: auto !important;
  right: 150px;
  float: right;
}
/*PRODUCT PAGE*/
/*contact form overides*/
.gform_body input,
.gform_body select,
.gform_body textarea {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #efefef;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.gform_body input:focus,
.gform_body select:focus,
.gform_body textarea:focus {
  border: 1px solid #f47721;
}
.ginput_container label {
  font-weight: 500;
}
.gform_button.button {
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 30px;
  color: #fff;
  background-color: #f47721;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productheading-outer .productheading {
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  height: 100px;
  margin-top: -100px !important;
  color: #252731;
  position: relative;
}
.productheading-outer .productheading .productheading-inner {
  padding: 30px 30px 0px 30px;
}
.productheading-outer .productheading .productheading-inner h3,
.productheading-outer .productheading .productheading-inner p {
  padding: 0;
  margin: 0;
}
.productheading-outer .productheading .productheading-thumbnails {
  padding: 30px 30px 0px 30px;
}
.productheading-outer .productheading .productheading-thumbnails a {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}
/*overview*/
.overview {
  font-size: 20px;
}
/*contact detail icons and content*/
.contactdetail {
  margin: 0px;
  padding: 0px 0px 5px 0px;
}
.contactdetail i {
  display: inline-block;
  width: 30px;
}
/*tabs*/
.tabs-outer {
  margin: 30px 0px 0px 0px;
}
.tabs-outer .nav-tabs li a {
  background: #222222;
  color: #fff;
  text-transform: uppercase;
  border: 0px !important;
  border-radius: 0px;
  margin-right: 1px;
}
.tabs-outer .nav-tabs li a:hover {
  background: #555555;
  color: #fff;
}
.tabs-outer .nav-tabs li.active a {
  background: #fff;
  color: #222222;
}
.tabs-outer .nav-tabs li.active a:hover {
  background: #fff;
  color: #222222;
}
.tabs-outer .tab-content {
  background: #fff;
}
.tabs-outer .tab-content .tab-pane {
  padding: 30px;
}
/*google map*/
.acf-map {
  width: 100%;
  height: 500px;
  margin: 0;
}
/*ul*/
ul.standard {
  list-style-type: circle;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 17px;
  font-style: italic;
}
/*GENERAL PAGE*/
.generalheading-outer .generalheading-inner {
  padding: 180px 0px 60px 0px;
}
.generalheading-outer .generalheading-inner h3,
.generalheading-outer .generalheading-inner p {
  padding: 0;
  margin: 0;
}
/*768 < */
@media (max-width: 767px) {
  .overview {
    font-size: 16px;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
  .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    width: 100% !important;
  }
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 0 !important;
  }
  .herocategory {
    padding: 30px 0 0;
    height: 400px;
    font-size: 14px;
  }
  .tiles.tiles-category .tile {
    margin: 0 auto !important;
    margin-top: 30px !important;
    float: none;
    max-width: 350px;
  }
  /*about section*/
  section.about .news-section ul.newslist li a .news-date {
    width: 30%;
  }
  section.about .news-section ul.newslist li a .news-title {
    width: 70%;
  }
  .ms-thumb-list {
    display: none !important;
  }
  .breadcrumb-outer {
    text-align: center;
  }
  .breadcrumb-outer .text-right {
    text-align: center;
  }
  .listingsinner .product-content,
  .listingsinner .imgouter {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }
  .listingsinner {
    height: auto;
    max-width: 400px;
    margin: 0 auto;
  }
}
/*991 < */
@media (max-width: 991px) {
  .ms-skin-contrast .ms-view.ms-fade-view,
  .ms-skin-contrast .ms-slide {
    min-height: 500px !important;
  }
  .listings {
    margin: 0px 0 30px;
  }
  .slideshow-outer {
    padding-top: 0;
  }
  .productheading-outer .productheading {
    height: auto;
    margin-top: 0px!important;
  }
  .row-product .product-content,
  .productheading-outer .productheading .productheading-inner {
    padding: 15px;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  .generalheading-outer .generalheading-inner {
    padding: 0px 0px 20px 0px;
  }
  .herocategory,
  .subcategorybg {
    padding: 0;
    height: 400px;
    font-size: 14px;
  }
  /*nav*/
  .navbar.navbar-inverse {
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    background: 0 0;
  }
  .navbar-icons {
    height: 56px;
    background: url(../img/bedge_grunge_dark.jpg);
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
  }
  .navbar-icons .navbar-icon,
  .navbar-icons .icon-mobile,
  .navbar-icons .search-mobile {
    display: inline-block;
    font-size: 24px;
    margin: 0 !important;
    padding: 10px 15px 10px 15px !important;
    color: #252731;
  }
  .navbar-icons .navbar-icon i,
  .navbar-icons .icon-mobile i,
  .navbar-icons .search-mobile i {
    line-height: 1em;
  }
  .navbar-icons .icon-mobile:hover {
    color: #4d87b4;
  }
  .navbar-icons .search-mobile {
    padding: 10px 40px 10px 15px !important;
  }
  .navbar-icons .navbar-icon-start {
    float: left;
    background: #4d87b4 !important;
    color: #fff;
    height: 56px;
    width: 56px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 56px;
  }
  .navbar-icons .navbar-icon-end {
    float: right;
    background: #4d87b4;
    color: #fff;
  }
  .navbar-icons #wtd.active {
    color: #fff;
    background: #f47721;
  }
  .navbar-icons #wtd.active i {
    line-height: 1em;
  }
  .navbar-icons .search-mobile {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: url(../img/searchright.png) no-repeat right center #f47721;
    position: absolute;
    right: 0;
    top: 56px;
    border-radius: 0;
    float: right;
    color: #fff;
    font-size: 18px;
    border: 0;
    height: 56px;
    width: 56px;
    z-index: 1;
  }
  .navbar-icons .search-mobile:focus {
    width: 100%;
    background: url(../img/searchright.png) no-repeat right center #252731;
  }
  .affix-nav,
  .affix {
    position: relative !important;
  }
  .navbar-header {
    text-align: center;
    float: none;
    display: block;
    width: 100%;
  }
  .navbar-header .brand-top {
    display: none;
  }
  .navbar-header .brand-fixed {
    text-align: center;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-left: 0 !important;
    padding: 10px 0px 0px 0px !important;
  }
  .navbar-header .brand-fixed img {
    margin: 0 auto;
    float: none;
  }
  /*home slideshow*/
  #skipprcontainer {
    height: 300px;
  }
  .herohome {
    top: 150px;
  }
  .herohome .herohome-inner {
    width: 200px;
    margin: 0 auto;
  }
  section.tiles .banner {
    padding: 17px 0 10px;
  }
  section.tiles .banner .pull-right.text-right {
    text-align: center;
    float: none !important;
  }
  section.tiles .banner h1 {
    font-size: 18px;
    text-align: center;
    float: none !important;
  }
  section.tiles .banner h1 span {
    clear: both;
    display: block;
    float: none !important;
    margin: 10px 0px 10px 0px;
  }
  section.tiles .banner .scriptfont {
    font-size: 30px;
  }
  section.tiles .tile-slider {
    margin: 30px 0px 30px 0px;
  }
  /*tiles*/
  .tile {
    margin: 5px;
  }
  .tile .tile-content-over {
    display: none;
  }
  .tile .tile-content-image {
    height: 150px;
  }
  .tile .tile-header h4.tile-title,
  .tile .tile-header .btn-go {
    font-size: 12px;
    height: 45px;
    padding: 17px 10px 17px 10px;
  }
  .tile .tile-header h4.tile-title {
    float: left;
    width: 70%;
  }
  .tile .tile-header .btn-go {
    width: 30%;
    text-align: right;
    border-radius: 0px 0px 10px 0px;
  }
  section.about {
    padding: 40px 0px;
  }
  section.about .about-section {
    padding-bottom: 30px;
  }
  section.about ul.newslist li a .news-date {
    display: block;
    float: left;
    width: 35%;
    font-size: 14px;
    height: 50px;
  }
  section.about ul.newslist li a .news-title {
    display: block;
    float: left;
    width: 65%;
    font-size: 14px;
    height: 50px;
  }
  section.about ul.newslist li a:hover .news-date {
    border-bottom: 1px solid #252731;
    color: #252731;
  }
  section.about ul.newslist li a:hover .news-title {
    border-bottom: 1px solid #252731;
    color: #252731;
  }
  /*footer*/
  footer {
    padding: 40px 0px 40px 0px;
  }
  footer img {
    margin: 0 auto;
    text-align: center;
  }
  footer .pull-right {
    float: none!important;
    text-align: center;
  }
  footer .leftnav li > a {
    margin: 0px 0px 0px 0px;
  }
  footer .nav > li {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
  }
  footer .nav > li > a {
    display: block;
    clear: both;
  }
  footer .social-footer {
    margin: 20px 0px 0px 0px;
    text-align: center;
  }
  footer .social-footer div {
    display: inline-block;
    margin: 0px 5px 0px 5px;
  }
  footer .social-footer a {
    margin: 0px 5px 0px 5px;
  }
}
/*768 > 991 */
@media (min-width: 768px) and (max-width: 991px) {
  /*tiles*/
  .tile {
    margin: 5px;
  }
  .tile .tile-content-over {
    display: none;
  }
  .tile .tile-content-image {
    height: 120px;
  }
}
/*992 > 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
  /*SUBCATEGORY*/
  .listingsinner {
    background: #fff;
    height: 183px;
    overflow: hidden;
  }
  .listingsinner .product-content {
    padding: 15px 15px 0;
  }
  .topnav {
    margin-top: 4px;
  }
  .topnav li > a {
    font-size: 12px !important;
  }
  /*tiles*/
  .tile {
    margin: 5px;
  }
  .tile .tile-content-over {
    display: none;
  }
  .tile .tile-content-image {
    height: 150px;
  }
  .tile .tile-header h4.tile-title,
  .tile .tile-header .btn-go {
    font-size: 12px;
    height: 45px;
    padding: 17px 10px 17px 10px;
  }
  .tile .tile-header h4.tile-title {
    float: left;
    width: 70%;
  }
  .tile .tile-header .btn-go {
    width: 30%;
    text-align: right;
    border-radius: 0px 0px 10px 0px;
  }
  .affix-nav {
    height: 91px;
  }
  .news-title,
  .news-date {
    height: 50px;
  }
}
/*1200+ */
