@charset "UTF-8";

.transition_none {
  -ms-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.transition_all {
  -ms-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.transition_all_slow {
  -ms-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.transition_all_styles_slow {
  -ms-transition: background-color 400ms ease-in-out, color 400ms ease-in-out, border 400ms ease-in-out;
  -webkit-transition: background-color 400ms ease-in-out, color 400ms ease-in-out, border 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out, color 400ms ease-in-out, border 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, color 400ms ease-in-out, border 400ms ease-in-out; }

.transition_all_styles {
  -ms-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 250ms ease-in-out;
  -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 250ms ease-in-out; }

.easeInOut {
  -ms-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.easeInOutQuint {
  -ms-transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1); }

body {
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #112430;
  background: #798C97; }

h1 {
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  color: #112430;
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 10px; }

h2 {
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  color: #112430;
  font-size: 23px;
  line-height: 35px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px; }

h2 div.line {
  background: url("../images/seperator.jpg") repeat-x left center; }

h2 div.text {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff; }

h2 div.text-inner {
  background: url("../images/notice_text.jpg") repeat-x top left;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 35px;
  display: inline-block;
  *display: inline; }

h3 {
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  color: #112430;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

h4 {
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  color: #112430;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px; }

/**************************
** Classes
***************************/
.clear-right {
  clear: right; }

.left {
  float: left; }

.right {
  float: right; }

.center-align {
  text-align: center; }

.seperator {
  height: 2px;
  background: url("../images/seperator.jpg") repeat-x top left;
  margin-bottom: 15px; }

.seperator.with-hanger {
  margin-bottom: 0px; }

.seperator.top-margin {
  margin-top: 25px; }

.hanger {
  width: 69px;
  height: 29px;
  margin: 0px auto 15px auto;
  background: url("../images/hanger.png") no-repeat center center; }

.box-feature {
  background: url("../images/feature_bottom.jpg") repeat-x left bottom white;
  border: 1px solid #cccccc;
  overflow: hidden;
  padding: 20px 25px; }

.box-feature .top {
  background: url("../images/feature_top.jpg") repeat-x top left;
  position: absolute;
  height: 73px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0; }

.feature-text {
  font-style: italic;
  line-height: 18px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold; }

.box-feature {
  margin-top: 30px;
  margin-bottom: 20px; }

.box-feature ul,
.box-feature .box-feature-title,
.box-feature h3 {
  z-index: 100 !important;
  display: block; }

.box-feature ul li {
  float: left;
  clear: none;
  width: 164px;
  padding-left: 20px;
  line-height: 16px;
  background: url("../images/orange_tick.png") no-repeat left 2px;
  margin-bottom: 3px; }

ul.tick-list li {
  text-align: left;
  padding-left: 20px;
  line-height: 16px;
  background: url("../images/orange_tick.png") no-repeat left 2px;
  margin-bottom: 3px; }

.box-feature ul li.odd {
  margin-right: 25px; }

.shadow-bottom {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 10px;
  background: url("../images/shadow_bottom.png") repeat-x; }

.shadow-bottom-right {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 10px;
  height: 10px;
  background: url("../images/shadow_bottom_right.png") no-repeat; }

.shadow-bottom-left {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 10px;
  height: 10px;
  background: url("../images/shadow_bottom_left.png") no-repeat; }

/**************************
** Layout
***************************/
#wrapper {
  width: 100%; }

#wrapper-header {
  width: 100%;
  height: 186px;
  background: url("../images/header.jpg") repeat-x top left;
  z-index: 20; }

#header {
  width: 960px;
  margin: 0 auto;
  padding-left: 18px; }

#wrapper-content-top {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -490px;
  padding-right: 10px;
  padding-left: 10px;
  width: 960px;
  background: url("../images/shadow.png") repeat-y top left; }

#content-top {
  width: 960px;
  height: 34px;
  background: #fff; }

#wrapper-content {
  background: #798c97;
  width: 100%;
  z-index: 10;
  padding-bottom: 50px; }

#wrapper-content-inner {
  width: 960px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  background: url("../images/shadow.png") repeat-y top left; }

#content {
  width: 960px;
  padding-top: 0px;
  padding-bottom: 10px;
  background: #fff;
  z-index: 300 !important; }

#content #content-inner {
  padding-left: 30px;
  padding-right: 30px;
  width: 910px; }

/**************************
** Header
***************************/
#logo a,
#logo a:visited {
  display: block;
  width: 206px;
  height: 113px;
  background: url("../images/logo_white.png") no-repeat top left;
  margin-top: 26px;
  text-indent: -10000px; }

/**************************
** FOOTER
***************************/
#wrapper-footer {
  width: 960px;
  background: url("../images/footer_bottom.png") no-repeat bottom left;
  padding: 0px 10px 20px 10px;
  margin: 0 auto; }

#footer {
  background: #63717c;
  padding-left: 30px;
  padding-right: 30px;
  padding: 5px 30px 0px 30px; }

#footer .pipe {
  margin-left: 5px;
  margin-right: 5px; }

#footer a,
#footer a:visited {
  color: #fff;
  text-decoration: none; }

#copyright {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  white-space: nowrap; }

#footer-menu {
  line-height: 17px; }

.ico {
  display: inline-block;
  *display: inline;
  line-height: 17px; }

.ico-mail {
  display: inline-block;
  *display: inline;
  line-height: 17px;
  vertical-align: middle;
  width: 24px;
  height: 17px;
  background: url("../images/mail.png") no-repeat; }

.ico-phone {
  display: inline-block;
  *display: inline;
  line-height: 17px;
  vertical-align: middle;
  width: 12px;
  height: 17px;
  background: url("../images/phone.png") no-repeat; }

.ico-phone-dark {
  background: url("../images/phone_dark.png") no-repeat;
  width: 12px;
  height: 17px; }

.ico-house-dark {
  background: url("../images/house_dark.png") no-repeat;
  width: 24px;
  height: 21px; }

.ico-mail-dark {
  background: url("../images/mail_dark.png") no-repeat;
  width: 24px;
  height: 17px; }

#footer .contact-text {
  display: inline-block;
  *display: inline;
  line-height: 17px;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  margin-left: 8px; }

#footer #contact-details {
  vertical-align: middle;
  line-height: 17px; }

#content-inner a,
#content-inner a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #112430; }

#content-inner a:hover {
  color: #63717C; }

/**************************
** MENU
***************************/
#menu {
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 40px;
  top: 120px; }

#menu #wrapper-nav {
  font-weight: normal;
  height: 25px; }

#wrapper-nav > ul {
  overflow: visible !important;
  float: right; }

#wrapper-nav > ul > li {
  float: left;
  overflow: visible !important;
  white-space: nowrap; }

#wrapper-nav li {
  white-space: nowrap;
  margin-left: 40px;
  padding-bottom: 8px;
  white-space: nowrap; }

#wrapper-nav a.level-1,
#wrapper-nav a.level-1:visited {
  font-weight: bold;
  display: block;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
  z-index: 1000 !important; }

#wrapper-nav .highlight {
  display: none;
  width: 165px;
  height: 65px;
  position: absolute;
  left: 50%;
  margin-left: -82px;
  bottom: -10px;
  z-index: -2 !important; }

/**************************
** PAGE
***************************/
#content-inner {
  margin-bottom: 30px; }

#content-inner .column1 {
  width: 410px;
  float: left;
  margin-right: 45px; }

.home.page #content-inner .column1 {
  width: 445px !important;
  float: left !important; }

#content-inner .column2 {
  width: 445px;
  float: left;
  margin-right: 0px; }

.home.page #content-inner .column2 {
  width: 410px !important;
  float: left !important; }

/**************************
** CONTACT PAGE - 14
***************************/
.page.page-id-14 .column2 {
  margin-top: 18px; }

.contact-info {
  padding-left: 110px;
  width: 180px;
  margin: 0 auto 5px auto;
  font-size: 15px;
  line-height: 20px; }

.contact-info .last {
  margin-bottom: 0px; }

.contact-info label {
  position: absolute;
  line-height: 20px;
  font-weight: bold;
  left: 40px;
  font-weight: bold;
  font-size: 16px; }

.contact-info .ico {
  position: absolute;
  left: 0px;
  line-height: 17px; }

.contact-info .ico.ico-phone-dark {
  background-position: center center !important;
  width: 24px; }

/**************************
** FORMS
***************************/
.page input[type=text],
.page textarea {
  border: 1px solid #DFDFDF !important;
  width: 250px !important;
  padding: 3px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  margin: 0px !important; }

.page input[type=text].datepicker {
  width: 150px !important; }

.page .gfield img.ui-datepicker-trigger {
  padding-top: 3px; }

.page .gform_body .gfield_label {
  line-height: 24px !important; }

/**************************
** PAGE IMAGES
***************************/
#content-inner .page-image {
  width: 400px;
  height: 274px; }

#content-inner .page-image .image-container {
  width: 400px;
  height: 274px;
  overflow: hidden; }

#content-inner .page-image img {
  display: block; }

/**************************
** Availability Calendar
***************************/
#wp-availability {
  overflow: hidden;
  clear: both; }

.wp-availability-month {
  border: 1px solid #f5f5f5;
  padding: 2px;
  float: left;
  margin: 0 3px 3px 0; }

.wp-availability-month table {
  color: #333333;
  /*width: 164px;*/
  width: 218px;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed; }

.wp-availability-month table thead th {
  padding: 3px;
  font-size: 13px;
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: url("../images/cal_gr.jpg") repeat-x;
  padding: 5px;
  color: white; }

.wp-availability-month table tbody th,
.wp-availability-month table tbody td {
  padding: 3px 5px;
  color: #333;
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  font-size: 12px; }

.wp-availability-month table tbody td {
  border: 1px solid white;
  background: #f5f5f5; }

.wp-availability-month table tbody td.wp-availability-booked {
  color: #fff !important;
  background-color: #a50a09; }

.wp-availability-month table tbody td.wp-availability-booked a,
.wp-availability-month table tbody td.wp-availability-booked a:visited {
  color: #fff !important; }

.wp-availability-month table tbody td.wp-availability-disabled {
  visibility: hidden;
  background-color: #e4e4e4; }

.next-year {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }

.next-year a,
.next-year a:visited {
  color: #112430;
  font-weight: bold;
  text-decoration: none; }

.next-year.yr-prev {
  text-align: left; }

.legend {
  margin-top: 10px; }

.legend-text {
  float: left;
  font-size: 12px; }

.legend-red {
  width: 15px;
  height: 15px;
  background: #A50A09;
  float: left;
  margin-right: 10px; }

.star-widget {
  background: #c2c8ce;
  color: #2d2d2d;
  font-size: 15px;
  padding: 13px 20px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  margin-right: 10px; }

.stars {
  clear: both;
  text-align: center; }

.star-full {
  width: 21px;
  height: 19px;
  background: url("../images/star.png") no-repeat;
  display: inline-block;
  *display: inline; }

.star-empty {
  width: 21px;
  height: 19px;
  background: url("../images/star_empty.png") no-repeat;
  display: inline-block;
  *display: inline; }

.star-full.last, .star-empty.last {
  margin-right: 0px; }

.top-image, .bottom-image {
  overflow: hidden;
  width: 400px;
  height: 274px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 4px; }

.google-map {
  height: 350px !important;
  width: 443px !important;
  overflow: hidden;
  border: 1px solid #CCC;
  margin-bottom: 10px; }

h1 .back-to {
  font-weight: normal;
  font-size: 13px;
  float: right;
  line-height: 1;
  vertical-align: bottom;
  display: inline-block; }

/**************************
** Theming
***************************/
.light {
  background-color: #f8f9fa;
  color: #122430; }
  .light h4 {
    color: #122430; }

.medium {
  background-color: #798c97;
  color: #ffffff; }
  .medium h4 {
    color: #ffffff; }

.dark {
  background-color: #122430;
  color: #fff; }
  .dark h4 {
    color: #fff; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?58850630");
  src: url("../fonts/fontello/fontello.eot?58850630#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff?58850630") format("woff"), url("../fonts/fontello/fontello.ttf?58850630") format("truetype"), url("../fonts/fontello/fontello.svg?58850630#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?58850630#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-music-outline:before {
  content: '\e800'; }

/* '' */
.icon-vimeo:before {
  content: '\e933'; }

/* '' */
.icon-search-outline:before {
  content: '\e803'; }

/* '' */
.icon-search:before {
  content: '\e804'; }

/* '' */
.icon-mail:before {
  content: '\e805'; }

/* '' */
.icon-heart:before {
  content: '\e806'; }

/* '' */
.icon-heart-filled:before {
  content: '\e807'; }

/* '' */
.icon-star:before {
  content: '\e808'; }

/* '' */
.icon-star-filled:before {
  content: '\e809'; }

/* '' */
.icon-user-outline:before {
  content: '\e80a'; }

/* '' */
.icon-user:before {
  content: '\e80b'; }

/* '' */
.icon-users-outline:before {
  content: '\e80c'; }

/* '' */
.icon-users:before {
  content: '\e80d'; }

/* '' */
.icon-user-add-outline:before {
  content: '\e80e'; }

/* '' */
.icon-user-add:before {
  content: '\e80f'; }

/* '' */
.icon-user-delete-outline:before {
  content: '\e810'; }

/* '' */
.icon-user-delete:before {
  content: '\e811'; }

/* '' */
.icon-video:before {
  content: '\e812'; }

/* '' */
.icon-videocam-outline:before {
  content: '\e813'; }

/* '' */
.icon-videocam:before {
  content: '\e814'; }

/* '' */
.icon-picture-outline:before {
  content: '\e815'; }

/* '' */
.icon-picture:before {
  content: '\e816'; }

/* '' */
.icon-camera-outline:before {
  content: '\e817'; }

/* '' */
.icon-camera:before {
  content: '\e818'; }

/* '' */
.icon-th-outline:before {
  content: '\e819'; }

/* '' */
.icon-th:before {
  content: '\e81a'; }

/* '' */
.icon-th-large-outline:before {
  content: '\e81b'; }

/* '' */
.icon-th-large:before {
  content: '\e81c'; }

/* '' */
.icon-th-list-outline:before {
  content: '\e81d'; }

/* '' */
.icon-th-list:before {
  content: '\e81e'; }

/* '' */
.icon-ok-outline:before {
  content: '\e81f'; }

/* '' */
.icon-ok:before {
  content: '\e820'; }

/* '' */
.icon-cancel-outline:before {
  content: '\e821'; }

/* '' */
.icon-cancel:before {
  content: '\e822'; }

/* '' */
.icon-cancel-alt:before {
  content: '\e823'; }

/* '' */
.icon-cancel-alt-filled:before {
  content: '\e824'; }

/* '' */
.icon-cancel-circled-outline:before {
  content: '\e825'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e826'; }

/* '' */
.icon-plus-outline:before {
  content: '\e827'; }

/* '' */
.icon-plus:before {
  content: '\e828'; }

/* '' */
.icon-minus-outline:before {
  content: '\e829'; }

/* '' */
.icon-minus:before {
  content: '\e82a'; }

/* '' */
.icon-divide-outline:before {
  content: '\e82b'; }

/* '' */
.icon-divide:before {
  content: '\e82c'; }

/* '' */
.icon-eq-outline:before {
  content: '\e82d'; }

/* '' */
.icon-eq:before {
  content: '\e82e'; }

/* '' */
.icon-info-outline:before {
  content: '\e82f'; }

/* '' */
.icon-info:before {
  content: '\e830'; }

/* '' */
.icon-home-outline:before {
  content: '\e831'; }

/* '' */
.icon-home:before {
  content: '\e8db'; }

/* '' */
.icon-link-outline:before {
  content: '\e801'; }

/* '' */
.icon-link:before {
  content: '\e832'; }

/* '' */
.icon-attach-outline:before {
  content: '\e833'; }

/* '' */
.icon-attach:before {
  content: '\e834'; }

/* '' */
.icon-lock:before {
  content: '\e835'; }

/* '' */
.icon-lock-filled:before {
  content: '\e836'; }

/* '' */
.icon-lock-open:before {
  content: '\e837'; }

/* '' */
.icon-lock-open-filled:before {
  content: '\e838'; }

/* '' */
.icon-pin-outline:before {
  content: '\e839'; }

/* '' */
.icon-pin:before {
  content: '\e83a'; }

/* '' */
.icon-eye-outline:before {
  content: '\e83b'; }

/* '' */
.icon-eye:before {
  content: '\e83c'; }

/* '' */
.icon-tag:before {
  content: '\e83d'; }

/* '' */
.icon-tags:before {
  content: '\e83e'; }

/* '' */
.icon-bookmark:before {
  content: '\e83f'; }

/* '' */
.icon-flag:before {
  content: '\e840'; }

/* '' */
.icon-flag-filled:before {
  content: '\e841'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e842'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e843'; }

/* '' */
.icon-download-outline:before {
  content: '\e844'; }

/* '' */
.icon-download:before {
  content: '\e845'; }

/* '' */
.icon-upload-outline:before {
  content: '\e846'; }

/* '' */
.icon-upload:before {
  content: '\e847'; }

/* '' */
.icon-upload-cloud-outline:before {
  content: '\e848'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e849'; }

/* '' */
.icon-reply-outline:before {
  content: '\e84a'; }

/* '' */
.icon-reply:before {
  content: '\e84b'; }

/* '' */
.icon-forward-outline:before {
  content: '\e84c'; }

/* '' */
.icon-forward:before {
  content: '\e84d'; }

/* '' */
.icon-code-outline:before {
  content: '\e84e'; }

/* '' */
.icon-code:before {
  content: '\e84f'; }

/* '' */
.icon-export-outline:before {
  content: '\e850'; }

/* '' */
.icon-export:before {
  content: '\e851'; }

/* '' */
.icon-pencil:before {
  content: '\e852'; }

/* '' */
.icon-pen:before {
  content: '\e853'; }

/* '' */
.icon-feather:before {
  content: '\e854'; }

/* '' */
.icon-edit:before {
  content: '\e855'; }

/* '' */
.icon-print:before {
  content: '\e856'; }

/* '' */
.icon-comment:before {
  content: '\e857'; }

/* '' */
.icon-chat:before {
  content: '\e858'; }

/* '' */
.icon-chat-alt:before {
  content: '\e859'; }

/* '' */
.icon-bell:before {
  content: '\e85a'; }

/* '' */
.icon-attention:before {
  content: '\e85b'; }

/* '' */
.icon-attention-filled:before {
  content: '\e85c'; }

/* '' */
.icon-warning-empty:before {
  content: '\e85d'; }

/* '' */
.icon-warning:before {
  content: '\e85e'; }

/* '' */
.icon-contacts:before {
  content: '\e85f'; }

/* '' */
.icon-vcard:before {
  content: '\e860'; }

/* '' */
.icon-address:before {
  content: '\e861'; }

/* '' */
.icon-location-outline:before {
  content: '\e862'; }

/* '' */
.icon-location:before {
  content: '\e863'; }

/* '' */
.icon-map:before {
  content: '\e864'; }

/* '' */
.icon-direction-outline:before {
  content: '\e865'; }

/* '' */
.icon-direction:before {
  content: '\e866'; }

/* '' */
.icon-compass:before {
  content: '\e867'; }

/* '' */
.icon-trash:before {
  content: '\e868'; }

/* '' */
.icon-doc:before {
  content: '\e869'; }

/* '' */
.icon-doc-text:before {
  content: '\e86a'; }

/* '' */
.icon-doc-add:before {
  content: '\e86b'; }

/* '' */
.icon-doc-remove:before {
  content: '\e86c'; }

/* '' */
.icon-news:before {
  content: '\e86d'; }

/* '' */
.icon-folder:before {
  content: '\e86e'; }

/* '' */
.icon-folder-add:before {
  content: '\e86f'; }

/* '' */
.icon-folder-delete:before {
  content: '\e870'; }

/* '' */
.icon-archive:before {
  content: '\e871'; }

/* '' */
.icon-box:before {
  content: '\e872'; }

/* '' */
.icon-rss-outline:before {
  content: '\e873'; }

/* '' */
.icon-rss:before {
  content: '\e874'; }

/* '' */
.icon-phone-outline:before {
  content: '\e875'; }

/* '' */
.icon-phone:before {
  content: '\e876'; }

/* '' */
.icon-menu-outline:before {
  content: '\e877'; }

/* '' */
.icon-menu:before {
  content: '\e878'; }

/* '' */
.icon-cog-outline:before {
  content: '\e879'; }

/* '' */
.icon-cog:before {
  content: '\e87a'; }

/* '' */
.icon-wrench-outline:before {
  content: '\e87b'; }

/* '' */
.icon-wrench:before {
  content: '\e87c'; }

/* '' */
.icon-basket:before {
  content: '\e87d'; }

/* '' */
.icon-calendar-outlilne:before {
  content: '\e87e'; }

/* '' */
.icon-calendar:before {
  content: '\e87f'; }

/* '' */
.icon-mic-outline:before {
  content: '\e880'; }

/* '' */
.icon-mic:before {
  content: '\e881'; }

/* '' */
.icon-volume-off:before {
  content: '\e882'; }

/* '' */
.icon-volume-low:before {
  content: '\e883'; }

/* '' */
.icon-volume-middle:before {
  content: '\e884'; }

/* '' */
.icon-volume-high:before {
  content: '\e885'; }

/* '' */
.icon-headphones:before {
  content: '\e886'; }

/* '' */
.icon-clock:before {
  content: '\e887'; }

/* '' */
.icon-wristwatch:before {
  content: '\e888'; }

/* '' */
.icon-stopwatch:before {
  content: '\e889'; }

/* '' */
.icon-lightbulb:before {
  content: '\e88a'; }

/* '' */
.icon-block-outline:before {
  content: '\e88b'; }

/* '' */
.icon-block:before {
  content: '\e88c'; }

/* '' */
.icon-resize-full-outline:before {
  content: '\e88d'; }

/* '' */
.icon-resize-full:before {
  content: '\e88e'; }

/* '' */
.icon-resize-normal-outline:before {
  content: '\e88f'; }

/* '' */
.icon-resize-normal:before {
  content: '\e890'; }

/* '' */
.icon-move-outline:before {
  content: '\e891'; }

/* '' */
.icon-move:before {
  content: '\e892'; }

/* '' */
.icon-popup:before {
  content: '\e893'; }

/* '' */
.icon-zoom-in-outline:before {
  content: '\e894'; }

/* '' */
.icon-zoom-in:before {
  content: '\e895'; }

/* '' */
.icon-zoom-out-outline:before {
  content: '\e896'; }

/* '' */
.icon-zoom-out:before {
  content: '\e897'; }

/* '' */
.icon-popup-1:before {
  content: '\e898'; }

/* '' */
.icon-music:before {
  content: '\e802'; }

/* '' */
.icon-left-open:before {
  content: '\e89a'; }

/* '' */
.icon-right-open-outline:before {
  content: '\e89b'; }

/* '' */
.icon-right-open:before {
  content: '\e89c'; }

/* '' */
.icon-down:before {
  content: '\e89d'; }

/* '' */
.icon-left:before {
  content: '\e89e'; }

/* '' */
.icon-right:before {
  content: '\e89f'; }

/* '' */
.icon-up:before {
  content: '\e8a0'; }

/* '' */
.icon-down-outline:before {
  content: '\e8a1'; }

/* '' */
.icon-left-outline:before {
  content: '\e8a2'; }

/* '' */
.icon-right-outline:before {
  content: '\e8a3'; }

/* '' */
.icon-up-outline:before {
  content: '\e8a4'; }

/* '' */
.icon-down-small:before {
  content: '\e8a5'; }

/* '' */
.icon-left-small:before {
  content: '\e8a6'; }

/* '' */
.icon-right-small:before {
  content: '\e8a7'; }

/* '' */
.icon-up-small:before {
  content: '\e8a8'; }

/* '' */
.icon-cw-outline:before {
  content: '\e8a9'; }

/* '' */
.icon-cw:before {
  content: '\e8aa'; }

/* '' */
.icon-arrows-cw-outline:before {
  content: '\e8ab'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e8ac'; }

/* '' */
.icon-loop-outline:before {
  content: '\e8ad'; }

/* '' */
.icon-loop:before {
  content: '\e8ae'; }

/* '' */
.icon-loop-alt-outline:before {
  content: '\e8af'; }

/* '' */
.icon-loop-alt:before {
  content: '\e8b0'; }

/* '' */
.icon-shuffle:before {
  content: '\e8b1'; }

/* '' */
.icon-play-outline:before {
  content: '\e8b2'; }

/* '' */
.icon-play:before {
  content: '\e8b3'; }

/* '' */
.icon-stop-outline:before {
  content: '\e8b4'; }

/* '' */
.icon-stop:before {
  content: '\e8b5'; }

/* '' */
.icon-pause-outline:before {
  content: '\e8b6'; }

/* '' */
.icon-pause:before {
  content: '\e8b7'; }

/* '' */
.icon-fast-fw-outline:before {
  content: '\e8b8'; }

/* '' */
.icon-fast-fw:before {
  content: '\e8b9'; }

/* '' */
.icon-rewind-outline:before {
  content: '\e8ba'; }

/* '' */
.icon-rewind:before {
  content: '\e8bb'; }

/* '' */
.icon-record-outline:before {
  content: '\e8bc'; }

/* '' */
.icon-record:before {
  content: '\e8bd'; }

/* '' */
.icon-eject-outline:before {
  content: '\e8be'; }

/* '' */
.icon-eject:before {
  content: '\e8bf'; }

/* '' */
.icon-eject-alt-outline:before {
  content: '\e8c0'; }

/* '' */
.icon-eject-alt:before {
  content: '\e8c1'; }

/* '' */
.icon-bat1:before {
  content: '\e8c2'; }

/* '' */
.icon-bat2:before {
  content: '\e8c3'; }

/* '' */
.icon-bat3:before {
  content: '\e8c4'; }

/* '' */
.icon-bat4:before {
  content: '\e8c5'; }

/* '' */
.icon-bat-charge:before {
  content: '\e8c6'; }

/* '' */
.icon-plug:before {
  content: '\e8c7'; }

/* '' */
.icon-target-outline:before {
  content: '\e8c8'; }

/* '' */
.icon-target:before {
  content: '\e8c9'; }

/* '' */
.icon-wifi-outline:before {
  content: '\e8ca'; }

/* '' */
.icon-wifi:before {
  content: '\e8cb'; }

/* '' */
.icon-desktop:before {
  content: '\e8cc'; }

/* '' */
.icon-laptop:before {
  content: '\e8cd'; }

/* '' */
.icon-tablet:before {
  content: '\e8ce'; }

/* '' */
.icon-mobile:before {
  content: '\e8cf'; }

/* '' */
.icon-contrast:before {
  content: '\e8d0'; }

/* '' */
.icon-globe-outline:before {
  content: '\e8d1'; }

/* '' */
.icon-globe:before {
  content: '\e8d2'; }

/* '' */
.icon-globe-alt-outline:before {
  content: '\e8d3'; }

/* '' */
.icon-globe-alt:before {
  content: '\e8d4'; }

/* '' */
.icon-sun:before {
  content: '\e8d5'; }

/* '' */
.icon-sun-filled:before {
  content: '\e8d6'; }

/* '' */
.icon-cloud:before {
  content: '\e8d7'; }

/* '' */
.icon-flash-outline:before {
  content: '\e8d8'; }

/* '' */
.icon-flash:before {
  content: '\e8d9'; }

/* '' */
.icon-moon:before {
  content: '\e8da'; }

/* '' */
.icon-waves-outline:before {
  content: '\e8dc'; }

/* '' */
.icon-waves:before {
  content: '\e8dd'; }

/* '' */
.icon-rain:before {
  content: '\e8de'; }

/* '' */
.icon-cloud-sun:before {
  content: '\e8df'; }

/* '' */
.icon-drizzle:before {
  content: '\e8e0'; }

/* '' */
.icon-snow:before {
  content: '\e8e1'; }

/* '' */
.icon-cloud-flash:before {
  content: '\e8e2'; }

/* '' */
.icon-cloud-wind:before {
  content: '\e8e3'; }

/* '' */
.icon-wind:before {
  content: '\e8e4'; }

/* '' */
.icon-plane-outline:before {
  content: '\e8e5'; }

/* '' */
.icon-plane:before {
  content: '\e8e6'; }

/* '' */
.icon-leaf:before {
  content: '\e8e7'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e8e8'; }

/* '' */
.icon-briefcase:before {
  content: '\e8e9'; }

/* '' */
.icon-brush:before {
  content: '\e8ea'; }

/* '' */
.icon-pipette:before {
  content: '\e8eb'; }

/* '' */
.icon-power-outline:before {
  content: '\e8ec'; }

/* '' */
.icon-power:before {
  content: '\e8ed'; }

/* '' */
.icon-check-outline:before {
  content: '\e8ee'; }

/* '' */
.icon-check:before {
  content: '\e8ef'; }

/* '' */
.icon-gift:before {
  content: '\e8f0'; }

/* '' */
.icon-temperatire:before {
  content: '\e8f1'; }

/* '' */
.icon-chart-outline:before {
  content: '\e8f2'; }

/* '' */
.icon-chart:before {
  content: '\e8f3'; }

/* '' */
.icon-chart-alt-outline:before {
  content: '\e8f4'; }

/* '' */
.icon-chart-alt:before {
  content: '\e8f5'; }

/* '' */
.icon-chart-bar-outline:before {
  content: '\e8f6'; }

/* '' */
.icon-chart-bar:before {
  content: '\e8f7'; }

/* '' */
.icon-chart-pie-outline:before {
  content: '\e8f8'; }

/* '' */
.icon-chart-pie:before {
  content: '\e8f9'; }

/* '' */
.icon-ticket:before {
  content: '\e8fa'; }

/* '' */
.icon-credit-card:before {
  content: '\e8fb'; }

/* '' */
.icon-clipboard:before {
  content: '\e8fc'; }

/* '' */
.icon-database:before {
  content: '\e8fd'; }

/* '' */
.icon-key-outline:before {
  content: '\e8fe'; }

/* '' */
.icon-key:before {
  content: '\e8ff'; }

/* '' */
.icon-flow-split:before {
  content: '\e900'; }

/* '' */
.icon-flow-merge:before {
  content: '\e901'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e902'; }

/* '' */
.icon-flow-cross:before {
  content: '\e903'; }

/* '' */
.icon-certificate-outline:before {
  content: '\e904'; }

/* '' */
.icon-certificate:before {
  content: '\e905'; }

/* '' */
.icon-scissors-outline:before {
  content: '\e906'; }

/* '' */
.icon-scissors:before {
  content: '\e907'; }

/* '' */
.icon-flask:before {
  content: '\e908'; }

/* '' */
.icon-wine:before {
  content: '\e909'; }

/* '' */
.icon-coffee:before {
  content: '\e90a'; }

/* '' */
.icon-beer:before {
  content: '\e90b'; }

/* '' */
.icon-anchor-outline:before {
  content: '\e90c'; }

/* '' */
.icon-anchor:before {
  content: '\e90d'; }

/* '' */
.icon-puzzle-outline:before {
  content: '\e90e'; }

/* '' */
.icon-puzzle:before {
  content: '\e90f'; }

/* '' */
.icon-tree:before {
  content: '\e910'; }

/* '' */
.icon-calculator:before {
  content: '\e911'; }

/* '' */
.icon-infinity-outline:before {
  content: '\e912'; }

/* '' */
.icon-infinity:before {
  content: '\e913'; }

/* '' */
.icon-pi-outline:before {
  content: '\e914'; }

/* '' */
.icon-pi:before {
  content: '\e915'; }

/* '' */
.icon-at:before {
  content: '\e916'; }

/* '' */
.icon-at-circled:before {
  content: '\e917'; }

/* '' */
.icon-looped-square-outline:before {
  content: '\e918'; }

/* '' */
.icon-looped-square-interest:before {
  content: '\e919'; }

/* '' */
.icon-sort-alphabet-outline:before {
  content: '\e91a'; }

/* '' */
.icon-sort-alphabet:before {
  content: '\e91b'; }

/* '' */
.icon-sort-numeric-outline:before {
  content: '\e91c'; }

/* '' */
.icon-sort-numeric:before {
  content: '\e91d'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\e91e'; }

/* '' */
.icon-dribbble:before {
  content: '\e91f'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e920'; }

/* '' */
.icon-facebook:before {
  content: '\e921'; }

/* '' */
.icon-flickr-circled:before {
  content: '\e922'; }

/* '' */
.icon-flickr:before {
  content: '\e923'; }

/* '' */
.icon-github-circled:before {
  content: '\e924'; }

/* '' */
.icon-github:before {
  content: '\e925'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\e926'; }

/* '' */
.icon-lastfm:before {
  content: '\e927'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\e928'; }

/* '' */
.icon-linkedin:before {
  content: '\e929'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e92a'; }

/* '' */
.icon-pinterest:before {
  content: '\e92b'; }

/* '' */
.icon-skype-outline:before {
  content: '\e92c'; }

/* '' */
.icon-skype:before {
  content: '\e92d'; }

/* '' */
.icon-tumbler-circled:before {
  content: '\e92e'; }

/* '' */
.icon-tumbler:before {
  content: '\e92f'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e930'; }

/* '' */
.icon-twitter:before {
  content: '\e931'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\e932'; }

/* '' */
.icon-left-open-outline:before {
  content: '\e899'; }

/* '' */
.home.page .ls-container {
  margin-bottom: 30px; }
.home.page .featured {
  text-align: center; }
  .home.page .featured .icon .inner {
    display: block;
    width: 90px;
    height: 90px;
    -ms-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-color: #ff6c00;
    text-align: center;
    margin: 0 auto 25px; }
    .home.page .featured .icon .inner span {
      color: #fff;
      font-size: 40px;
      line-height: 90px;
      height: 40px;
      overflow: hidden; }
.home.page .motel-details {
  overflow: hidden; }
  .home.page .motel-details .column {
    padding-bottom: 0; }
  .home.page .motel-details .content {
    padding: 20px;
    text-align: center; }
  .home.page .motel-details .find-us .content {
    position: static; }
  .home.page .motel-details .find-us iframe {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    left: 0; }
  .home.page .motel-details .find-us .content {
    padding-bottom: 150px; }
  .home.page .motel-details .testimonials .content {
    position: static;
    padding-bottom: 35px; }
  .home.page .motel-details .testimonials .controls {
    position: absolute;
    bottom: 10px;
    right: 10px; }
    .home.page .motel-details .testimonials .controls a, .home.page .motel-details .testimonials .controls a:visited {
      font-size: 24px !important;
      color: #fff !important;
      text-decoration: none; }
      .home.page .motel-details .testimonials .controls a span:before, .home.page .motel-details .testimonials .controls a:visited span:before {
        font-weight: normal;
        margin: 0; }
    .home.page .motel-details .testimonials .controls a:hover {
      color: #f76e09 !important; }
  .home.page .motel-details .testimonials h4 {
    margin-bottom: 20px; }
  .home.page .motel-details .testimonial-by {
    text-align: right;
    font-weight: bold;
    padding-right: 2px; }
  .home.page .motel-details .testimonial {
    font-style: italic; }

.page-template-template-accommodation-php .box-feature {
  margin-top: 0; }

.accommodation .feature-image a {
  display: block; }
.accommodation .feature-image img {
  display: block;
  width: 100% !important;
  height: auto !important; }
.accommodation .room-summary {
  border-top: 6px solid #798c97;
  background-color: #122430; }
.accommodation .grid-layout {
  margin-bottom: 0px; }

.room-summary {
  background-color: #122430;
  padding: 15px 15px 5px 15px; }
  .room-summary h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 18px; }
  .room-summary .accomm-meta {
    margin-bottom: 10px;
    line-height: 1;
    color: #fff;
    text-align: center; }

.room-buttons {
  margin-bottom: 20px; }
  .room-buttons a:link,
  .room-buttons a:visited {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    display: block;
    background-color: #ff6c00;
    font-size: 14px;
    color: #122430 !important;
    text-align: center;
    padding: 10px;
    line-height: 1; }
  .room-buttons a:link.more-info,
  .room-buttons a:visited.more-info {
    background-color: #798c97;
    color: #ffffff !important; }
  .room-buttons.full-width a:link, .room-buttons.full-width a:visited {
    width: 100%; }
  .room-buttons a:hover {
    color: #fff !important; }
  .room-buttons a:hover.more-info {
    color: #122430 !important; }

.single-accommodation .page-content > .images {
  float: left;
  margin-right: 35px;
  width: 520px; }
.single-accommodation .page-content > .content {
  width: 355px;
  float: left; }
.single-accommodation .images li img {
  width: 100% !important;
  height: auto !important;
  display: block; }
.single-accommodation .images ul {
  margin-bottom: 5px; }
.single-accommodation .pager a {
  display: block;
  float: left;
  border-top: 6px solid #ff6c00;
  width: 130px; }
.single-accommodation .pager a.active {
  border-top: 6px solid #7393a2; }
.single-accommodation .pager a:hover img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8; }
.single-accommodation .pager img {
  width: 100% !important;
  height: auto !important;
  display: block; }
.single-accommodation .room-features {
  margin-bottom: 20px; }
.single-accommodation .bedding .icons {
  margin-bottom: 5px; }
.single-accommodation .bedding span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px; }
.single-accommodation .bedding span.plus {
  margin-left: 5px;
  margin-right: 9px; }

.large_bed, .small_bed, .small_sofa_bed, .sofa_bed, .room-man, .room-man-white {
  background: url(../images/sprites.png) no-repeat; }

.large_bed {
  background-position: 0 0;
  width: 44px;
  height: 30px; }

.small_bed {
  background-position: -98px 0;
  width: 30px;
  height: 30px; }

.small_sofa_bed {
  background-position: -129px 0;
  width: 30px;
  height: 30px; }

.sofa_bed {
  background-position: -45px 0;
  width: 52px;
  height: 30px; }

.room-man {
  background-position: -160px 0;
  width: 8px;
  height: 18px; }

.room-man-white {
  background-position: -169px 0;
  width: 8px;
  height: 18px; }

.large_bed,
.small_bed,
.small_sofa_bed,
.room-man,
.room-man-white,
.sofa_bed {
  display: inline-block;
  vertical-align: middle; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bxslider/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/bxslider/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/bxslider/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.ls-container .feature-text {
  display: inline-block !important;
  padding: 5px 5px 3px 5px !important;
  font-size: 32px !important;
  color: #fff !important;
  background: #ff6c00 !important;
  line-height: 1 !important;
  font-style: normal; }

.grid-layout {
  margin-bottom: 20px; }

.grid-layout > .column {
  -webkit-backface-visibility: hidden;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 2%; }

.grid-layout .row-group.last-row > .column {
  padding-bottom: 0; }

.grid-layout.no-bottom {
  margin-bottom: 0; }
  .grid-layout.no-bottom > .column {
    padding-bottom: 0; }

.grid-layout.grid-2 > .column:nth-child(n+0) {
  padding-left: 1%;
  padding-right: 1%;
  width: 50%;
  clear: none; }
.grid-layout.grid-2 > .column:nth-child(2n+1) {
  padding-left: 0;
  width: 50%;
  clear: both; }
.grid-layout.grid-2 > .column:nth-child(2n+0) {
  padding-right: 0;
  width: 50%; }

.grid-layout.grid-2.nogap > .column:nth-child(n+0) {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  clear: none; }
.grid-layout.grid-2.nogap > .column:nth-child(2n+1) {
  padding-left: 0;
  width: 50%;
  clear: both; }
.grid-layout.grid-2.nogap > .column:nth-child(2n+0) {
  padding-right: 0;
  width: 50%; }

.grid-layout.grid-2.gap-2 > .column:nth-child(n+0) {
  clear: none;
  width: 50%;
  padding-left: 2%;
  padding-right: 2%; }
.grid-layout.grid-2.gap-2 > .column:nth-child(2n+0) {
  width: 50%;
  padding-right: 0; }
.grid-layout.grid-2.gap-2 > .column:nth-child(2n+1) {
  width: 50%;
  padding-left: 0;
  clear: both; }

.grid-layout.grid-3 > .column:nth-child(n+0) {
  width: 34%;
  padding-right: 1%;
  padding-right: 1%; }
.grid-layout.grid-3 > .column:nth-child(3n+1) {
  padding-left: 0;
  width: 33%;
  clear: both; }
.grid-layout.grid-3 > .column:nth-child(3n+0) {
  padding-right: 0;
  width: 33%; }

.grid-layout.grid-3.nogap > .column:nth-child(n+0) {
  width: 33.33333%;
  padding-left: 0;
  padding-right: 0; }
.grid-layout.grid-3.nogap > .column:nth-child(3n+1) {
  padding-left: 0;
  width: 33.33333%;
  clear: both; }
.grid-layout.grid-3.nogap > .column:nth-child(3n+0) {
  padding-right: 0;
  width: 33.33333%; }

.grid-layout.grid-3.gap-2 > .column:nth-child(n+0) {
  clear: none;
  width: 34.666666666667%;
  padding-left: 2%;
  padding-right: 2%; }
.grid-layout.grid-3.gap-2 > .column:nth-child(3n+0) {
  width: 32.666666666667%;
  padding-right: 0; }
.grid-layout.grid-3.gap-2 > .column:nth-child(3n+1) {
  width: 32.666666666667%;
  padding-left: 0;
  clear: both; }

.grid-layout.grid-3.nogap > .column:nth-child(n+0) {
  width: 33.33333%;
  padding-left: 0;
  padding-right: 0; }
.grid-layout.grid-3.nogap > .column:nth-child(3n+1) {
  padding-left: 0;
  width: 33.33333%;
  clear: both; }
.grid-layout.grid-3.nogap > .column:nth-child(3n+0) {
  padding-right: 0;
  width: 33.33333%; }

.clearfix, .grid-layout {
  display: block;
  zoom: 1; }

.clearfix:before, .grid-layout:before,
.clearfix:after,
.grid-layout:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after, .grid-layout:after {
  clear: both; }

