.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #f2f2f2;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
input[type="submit"],
input[type="button"],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 35px;
}
input.input-block-level {
  min-height: 45px;
}
.form-horizontal textarea {
  height: 130px;
  resize: none;
}
.btn.btn-primary,
.btn.btn-success,
.btn.reservation-navigate-back {
  background: #2c2c2c;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: none;
  font-weight: 500;
  border: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.btn.btn-secondary {
  color: #fff;
  padding: 8px 15px;
  text-shadow: none;
  border-radius: 3px;
  margin-right: 10px;
  border: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.btn.btn-secondary:hover {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.has-subheader #sp-main-body-wrapper > .container,
#sp-contact-map-wrapper >.container {
  background: #fff;
  margin-top: -120px;
  padding-top: 35px;
}
.has-subheader section >.container,
.has-subheader footer >.container {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.has-subheader #sp-contact-map-wrapper ~ #sp-main-body-wrapper > .container {
  margin-top: inherit;
}
.has-subheader #sp-subheader-wrapper > .container {
  padding-left: inherit;
  padding-right: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 500;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.text-medium {
  font-weight: 500;
}
p.modulePretext {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 15px;
}
h3.header {
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
  background-image: url(../images/heading-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}
h3.header:before,
h3.header:after {
  position: absolute;
  content: '';
  bottom: 2px;
  width: 215px;
  height: 1px;
  background-color: #e8e8e8;
}
h3.header:before {
  left: 50%;
  margin-left: -265px;
}
h3.header:after {
  right: 50%;
  margin-right: -265px;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.pagination {
  text-align: center;
}
.pagination ul {
  box-shadow: none;
}
.pagination ul >li >a,
.pagination ul >li >span {
  background: #f0f0f0;
  color: #333;
  border: 0;
  margin-right: 10px;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 10px 15px;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
#sp-header-wrapper {
  padding: 20px 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-subheader-wrapper {
  color: #fff;
  padding: 190px 0 165px;
  font-size: 18px;
  background: url(../images/subheader-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
#sp-subheader-wrapper #sp-subheader {
  padding-left: 50px;
}
#sp-subheader-wrapper #sp-subheader h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 53px;
  color: #fff;
  text-transform: capitalize;
}
#sp-subheader-wrapper #sp-subheader p {
  font-weight: 500;
  font-size: 18px;
}
#sp-subheader-wrapper #sp-breadcrumb {
  padding-right: 50px;
}
#sp-subheader-wrapper #sp-breadcrumb ul.breadcrumb {
  float: right;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
#sp-subheader-wrapper #sp-breadcrumb ul.breadcrumb li {
  text-shadow: none;
  font-size: 18px;
  font-weight: 300;
}
#sp-subheader-wrapper #sp-breadcrumb ul.breadcrumb li a {
  color: #fff;
}
#sp-subheader-wrapper #sp-breadcrumb ul.breadcrumb .icon-map-marker {
  display: none;
}
#sp-main-body-wrapper {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sp-slide-show-wrapper {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.sp-organic-life-layout .btn.btn-primary,
.col-to-action-wrapper .col-to-action-content .btn.btn-primary {
  background: none;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.sp-organic-life-layout .btn.btn-primary:after,
.col-to-action-wrapper .col-to-action-content .btn.btn-primary:after {
  width: 100%;
  height: 0%;
  top: 25px;
  bottom: 25px;
  left: 0;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.sp-organic-life-layout .btn.btn-primary:hover:after,
.col-to-action-wrapper .col-to-action-content .btn.btn-primary:hover:after {
  height: 100%;
  top: 0;
  bottom: 0;
}
#sp-booking-info-wrapper .container {
  position: relative;
}
#sp-booking-info-wrapper .container .solidre-advsearch-wrapper {
  margin-right: 2.7624309392265194%;
}
#booking-info {
  background-color: #fff;
  position: absolute;
  top: -200px;
  z-index: 500;
  box-sizing: border-box;
}
#booking-info #sp-search-text {
  padding: 35px;
  text-transform: capitalize;
  max-width: 195px;
  max-height: 120px;
}
#booking-info #sp-search-text h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 0;
  color: #fff;
}
#booking-info #sp-search-text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#booking-info #sp-hotel-search {
  padding: 30px 0 0;
  position: relative;
}
#booking-info #sp-hotel-search form {
  margin: 0;
}
#booking-info #sp-hotel-search .datefield {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 18px;
  padding: 7px 10px;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#booking-info #sp-hotel-search .ui-datepicker.ui-datepicker-multi {
  width: 30%;
  display: block;
  position: absolute;
  z-index: 999;
  border-radius: 0;
}
#booking-info #sp-hotel-search .checkin_datepicker_inline_module,
#booking-info #sp-hotel-search .checkout_datepicker_inline_module {
  position: absolute;
  z-index: 50;
}
#booking-info .search-location-wrapper {
  position: absolute;
  right: -9%;
  height: 120px;
  width: 50px;
  top: 0;
}
#booking-info .search-location-wrapper .action {
  display: inline;
}
#booking-info .search-location-wrapper .btn.primary {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-color: transparent;
  background-image: none;
  color: #fff;
  font-size: 24px;
  height: 100%;
  outline: none;
  width: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #fff;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ddd;
  color: #333;
  padding: 15px;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  line-height: 60px;
}
#sp-booking-info-wrapper .ui-datepicker {
  background: #F9FAFC;
  padding: 0;
  border-radius: 0;
}
#sp-booking-info-wrapper .ui-datepicker-calendar .ui-state-default {
  color: #333;
  font-weight: normal;
  text-align: center;
  border: 0;
  background: transparent;
}
#sp-booking-info-wrapper .ui-datepicker-calendar .ui-state-active {
  background: transparent;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: none;
  width: 100%;
  border: 00;
  margin: 0;
  padding: 10px 0;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:hover {
  background: transparent;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-widget-header .ui-icon {
  background-image: none !important;
  border: 0;
  position: relative;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: 0 !important;
  background: transparent !important;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
  top: 2px !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
  top: 2px !important;
}
.ui-widget-header .ui-icon {
  position: absolute;
  content: '\f054';
  top: 0;
  padding: 15px;
  border: 1px solid #ddd;
  font-family: FontAwesome;
  color: #333;
}
.ui-widget-header a {
  color: #000 !important;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.ui-widget-header a.ui-state-disabled {
  color: inherit !important;
}
.ui-datepicker .ui-datepicker-next {
  height: 100% !important;
  top: 0 !important;
}
.ui-datepicker .ui-datepicker-next:after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -10px;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-next span {
  display: none !important;
}
.ui-datepicker .ui-datepicker-prev {
  height: 100% !important;
  top: 0 !important;
}
.ui-datepicker .ui-datepicker-prev:after {
  content: "\f060";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -10px;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev span {
  display: none !important;
}
#sp-popular-packages-wrapper {
  margin: 0 0 85px;
}
.sp-popular-packages ul {
  margin: -15px;
  display: inline-block;
  list-style: none;
}
.sp-popular-packages ul li {
  float: left;
  width: 33.33%;
  border: none;
  padding: 0;
  padding: 15px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-popular-packages ul li .k2ContentItemWrapper {
  position: relative;
}
.sp-popular-packages ul li .k2ContentItemWrapper:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sp-popular-packages ul li .k2ContentItemWrapper:hover:after {
  background: rgba(0,0,0,0.5);
}
.sp-popular-packages ul li .moduleIteminfoWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  color: #fff;
  font-weight: 600;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.sp-popular-packages ul li .packageDurationPrice {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.sp-popular-packages ul li .packageDurationPrice .moduleItemPrice {
  margin-right: 10px;
}
.sp-popular-packages ul li .k2ItemsInfoWrapper a.moduleItemTitle {
  font-size: 26px;
  color: #fff;
  margin-bottom: 18px;
  display: block;
}
.col-to-action-wrapper {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.col-to-action-wrapper video#bgvid {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  background-size: cover;
}
.col-to-action-wrapper .col-to-action-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -100px;
  color: #fff;
  z-index: 999;
}
.col-to-action-wrapper .col-to-action-content h1 {
  font-size: 48px;
  margin-bottom: 35px;
  color: #fff;
  font-weight: bold;
}
.col-to-action-wrapper .col-to-action-content .btn.btn-primary {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
#sp-destinations-wrapper {
  margin: 95px 0 75px;
}
.sp-top-destinations div.k2ItemsBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -15px;
  overflow: hidden;
}
.sp-top-destinations div.k2ItemsBlock ul li {
  border-bottom: 0;
  background: none;
  float: left;
  padding: 0;
  width: 20%;
}
.sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper {
  padding: 0 15px;
}
.sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper .k2ContantImageinfo {
  background: #f5f5f5;
  padding: 0 10px 10px;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper:hover .k2ContantImageinfo a,
.sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper:hover .k2ContantImageinfo p {
  color: #fff;
}
.sp-top-destinations div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
}
.sp-top-destinations div.k2ItemsBlock ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.sp-top-destinations div.k2ContantImageinfo p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.sp-bottom-media ul.k2ContentItemsList {
  margin: 30px 0 0;
  background: url(../images/maui_front.jpg) no-repeat 100% 0;
}
.sp-bottom-media ul.k2ContentItemsList li {
  list-style: none;
  float: left;
  padding: 0;
  background: transparent;
  margin-bottom: 25px;
  text-align: left;
}
.sp-bottom-media ul.k2ContentItemsList li img {
  width: 100%;
  border: 0 !important;
  margin: 0 !important;
}
.sp-bottom-media ul.k2ContentItemsList li .k2ContentItemWrapper {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.sp-bottom-media ul.k2ContentItemsList li .k2ContentItemWrapper:hover .k2ItemsInfoWrapper {
  opacity: 1;
  bottom: 0;
}
.sp-bottom-media ul.k2ContentItemsList li .k2ContentItemWrapper:hover .moduleItemAuthor {
  margin-top: 0;
  opacity: 1;
}
.sp-bottom-media ul.k2ContentItemsList li .k2ContentItemWrapper:after {
  position: absolute;
  content: '';
  background: rgba(0,0,0,0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sp-bottom-media ul.k2ContentItemsList li .k2ContentItemWrapper:hover:after {
  background: rgba(0,0,0,0.5);
}
.sp-bottom-media ul.k2ContentItemsList li.firstItem {
  margin-bottom: 0;
}
.sp-bottom-media ul.k2ContentItemsList li.firstItem img {
  max-width: 102%;
  width: 102%;
}
.sp-bottom-media ul.k2ContentItemsList .k2ItemsInfoWrapper {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 90%;
  padding: 20px 30px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sp-bottom-media ul.k2ContentItemsList .k2ItemsInfoWrapper a {
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 1px #838e8c;
}
.sp-bottom-media ul.k2ContentItemsList .k2ItemsInfoWrapper a.moduleItemTitle {
  margin-bottom: 3px;
}
.sp-bottom-media ul.k2ContentItemsList .k2ItemsInfoWrapper .moduleItemAuthor {
  color: rgba(255,255,255,0.8);
}
.sp-bottom-media ul.k2ContentItemsList .k2ItemsInfoWrapper .moduleItemAuthor a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
}
#sp-clients-wrapper {
  margin: 70px 0;
}
#sp-clients-wrapper #sp-clients {
  background-color: #fff;
  text-align: center;
}
.sp-clients {
  padding: 35px 0 0;
}
.sp-clients ul {
  margin-left: 0;
}
.sp-clients ul li {
  display: inline-block;
  text-decoration: none;
  margin-right: 43px;
}
.sp-clients ul li a img {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sp-clients ul li a img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.sp-clients ul li:last-child {
  margin-right: 0;
}
#sp-newsletter-wrapper {
  background-color: #fcfcfc;
}
#newsletter {
  overflow: hidden;
}
#newsletter #sp-newsletter1 {
  color: #000;
  font-size: 18px;
  margin-top: 27px;
  font-weight: 700;
}
#newsletter #sp-newsletter1 i {
  margin-right: 10px;
  font-size: 24px;
}
#newsletter #sp-newsletter2 {
  margin-top: 18px;
}
#newsletter #sp-newsletter2 .acymailing_form input {
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
#sp-users-wrapper {
  padding: 30px 0;
  border-top: 1px solid #fff;
  background: #f2f2f2;
}
#sp-bottom-wrapper {
  border-top: 1px solid #ebebeb;
}
#sp-bottom-wrapper #bottom {
  padding: 60px 0;
}
#sp-bottom-wrapper .module h3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
  background-image: none;
  text-align: left;
  padding-bottom: 0;
}
#sp-bottom-wrapper .module h3:before,
#sp-bottom-wrapper .module h3:after {
  display: none;
}
#sp-bottom-wrapper #sp-bottom1 .contact-info {
  margin-top: 25px;
}
#sp-bottom-wrapper #sp-bottom1 .contact-info a {
  color: #000;
}
#sp-bottom-wrapper #sp-bottom1 .contact-info i {
  margin-right: 15px;
}
#sp-bottom-wrapper ul {
  margin: 0;
}
#sp-bottom-wrapper ul li {
  list-style: none;
  line-height: 28px;
}
#sp-bottom-wrapper ul li a {
  color: #000;
}
#sp-footer-wrapper {
  padding: 22px 0;
  position: relative;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper #sp-footer1 {
  font-size: 12px;
}
#sp-footer-wrapper a {
  color: #fff;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 20px;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .container {
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
}
#sp-footer-wrapper .container a {
  font-weight: 600;
}
#sp-footer-wrapper .container ul.social-icons li a {
  color: #fff;
  font-size: 16px;
}
#sp-right .solidre-currency-change ul {
  list-style: none;
}
#sp-right .solidre-currency-change ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#sp-right .show_location_map {
  width: 100% !important;
  height: 200px !important;
}
.twitter-right h3.header {
  text-align: left;
}
.twitter-right .sp-tweet {
  color: #7e7e7e;
}
.twitter-right .sp-tweet .sp-tweet-even {
  background: 0;
}
.twitter-right .sp-tweet .sp-tweet-item {
  border-bottom: none;
}
.twitter-right .sp-tweet .sp-tweet-item .date {
  float: none;
  margin-bottom: -15px;
}
.twitter-right .sp-tweet .sp-tweet-item .date a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.twitter-right .sp-tweet .sp-tweet-item a.tweet_url {
  color: #7e7e7e;
}
.twitter-right a.followme {
  display: none;
}
.categories-right h3.header {
  text-align: left;
}
#ezblog-categories {
  text-transform: capitalize;
}
#ezblog-categories .mod-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#ezblog-categories .mod-item:hover {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.about-us-wrapper {
  margin-bottom: 45px;
}
.about-us-wrapper .about-promise {
  margin-bottom: 75px;
}
.about-us-wrapper .about-promise h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.sp-team-members .row-fluid {
  margin-top: 75px;
  text-align: center;
}
.sp-team-members .row-fluid .sp-member .team-img-wrapper {
  margin-bottom: 17px;
  position: relative;
}
.sp-team-members .row-fluid .sp-member .team-img-wrapper .team-img-box {
  position: relative;
  border: 8px solid transparent;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sp-team-members .row-fluid .sp-member .team-img-wrapper .team-img-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  border-radius: 100%;
}
.sp-team-members .row-fluid .sp-member .team-img-wrapper img {
  width: 100%;
  border-radius: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sp-team-members .row-fluid .sp-member .sp-designation {
  font-size: 16px;
}
.sp-team-members .row-fluid .sp-member .social-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -85px;
  opacity: 0;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.sp-team-members .row-fluid .sp-member .social-icons a {
  font-size: 18px;
  color: #fff;
  padding: 12px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.sp-team-members .row-fluid .sp-member:hover .team-img-wrapper .team-img-box {
  border: 8px solid #ddd;
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.sp-team-members .row-fluid .sp-member:hover .team-img-wrapper .team-img-box:after {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sp-team-members .row-fluid .sp-member:hover .social-icons {
  opacity: 1;
}
.contact-us-wrapper .map-section {
  padding: 15px 0 75px;
}
.contact-us-wrapper .social-icons {
  list-style: none;
  margin: 25px 0 0 0;
}
.contact-us-wrapper .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
.contact-us-wrapper .social-icons li a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  color: #b9b9b9;
  font-size: 16px;
}
.contact-us-wrapper h4 {
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
  margin-bottom: 28px;
}
.contact-us-wrapper .span4 p {
  margin-bottom: 5px;
}
.contact-us-wrapper .span4 p.address {
  margin-bottom: 15px;
}
.contact-form-block {
  margin-top: -15px;
  padding-bottom: 40px;
}
.contact-form-block h3.header {
  margin-bottom: 40px;
}
.contact-form-block .btn.btn-primary {
  border-radius: 0;
  float: right;
  padding: 15px 50px;
}
#k2storeCartPopup .componentheading {
  font-size: 18px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.online-booking-button {
  float: right;
}
.catItemImageBlock {
  position: relative;
}
.catItemImageBlock .catItemHeader {
  z-index: 10;
}
.catItemImageBlock:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.catItemImageBlock:hover {
  cursor: pointer;
}
.catItemImageBlock:hover:after {
  background: rgba(0,0,0,0.5);
}
div.itemRelated ul li {
  position: relative;
}
div.itemRelated ul li .related_items_info {
  z-index: 10;
}
div.itemRelated ul li:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 94%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
div.itemRelated ul li:hover {
  cursor: pointer;
}
div.itemRelated ul li:hover:after {
  background: rgba(0,0,0,0.5);
}
#eblog-wrapper .float-r,
#eblog-wrapper .alignright {
  float: none !important;
}
#ezblog-menu .blog-navi li.toolbar-item > a {
  height: 39px;
  line-height: 39px;
}
.blog-post-in .blog-cap .blog-title a {
  font-size: 26px !important;
  color: #000 !important;
}
.blog-post-in .blog-cap .blog-meta {
  color: #787878;
}
.blog-post-in .blog-cap .blog-meta .in {
  margin-top: 15px;
}
.blog-post-in .blog-cap .blog-meta span.blog-created {
  margin-left: 10px;
}
.blog-post-in .blog-cap .blog-meta span.blog-author a {
  color: #787878;
}
.blog-post-in .blog-cap .blog-meta * {
  font-weight: 400 !important;
}
.blog-post-in div.blog-text {
  color: #737373;
}
.blog-post-in span.tag-head {
  font-size: 14px !important;
  font-weight: bold;
}
.blog-post-in div.blog-meta-bottom span.blog-hit {
  font-size: 14px;
  font-weight: bold;
}
.blog-post-in div.blog-meta-bottom span.blog-readmore a {
  background: none !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}
.blog-post-in div.blog-meta-bottom span.blog-readmore a:hover {
  transition: 400ms;
}
#ezblog-body .blog-meta {
  line-height: 30px;
}
#ezblog-body .blog-meta * {
  font-weight: 400;
}
#solidres #search-results .span3 .carousel-control.left,
#solidres #search-results .span3 .carousel-control.right {
  font-size: 30px;
  line-height: 20px;
}
#solidres #search-results .span9 h3 a {
  color: #000;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#solidres #search-results .span9 p {
  margin-bottom: 15px;
}
#solidres #search-results .span9 .room-type-row {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
#solidres #search-results .span9 .room-type-row .span4 .inner {
  margin: 10px 0 0 0;
}
#solidres .reservation_asset_item h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: capitalize;
}
#solidres .assets-info-wrapper {
  margin-bottom: 25px;
}
#availability-search .availability-search-info a .icon-remove:before {
  content: "\f021";
}
.label-info,
.badge-info,
.badge-success,
.label-success {
  padding: 5px 8px;
}
.tariff-box .room-form .btn.btn-success.btn-block {
  float: none;
}
.reservation-single-step-holder .btn.reservation-navigate-back {
  float: right;
  margin-right: 5px;
}
.reservation-single-step-holder .btn.btn-success {
  float: right;
}
.reservation-single-step-holder .btn.btn-success i {
  float: right;
  margin-left: 5px;
  margin-top: 3px;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animated {
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .6s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: .6s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: .6s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.animated2 {
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: .2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .6s;
  -moz-animation-delay: .2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: .6s;
  -ms-animation-delay: .2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: .6s;
  animation-delay: .2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.sp-bottom-media ul.k2ContentItemsList .k2ContentItemWrapper .k2ItemsInfoWrapper a.moduleItemTitle,
.sp-bottom-media ul.k2ContentItemsList .k2ContentItemWrapper .k2ItemsInfoWrapper .moduleItemAuthor {
  display: none;
}
.sp-bottom-media ul.k2ContentItemsList .k2ContentItemWrapper:hover .k2ItemsInfoWrapper a.moduleItemTitle,
.sp-bottom-media ul.k2ContentItemsList .k2ContentItemWrapper:hover .k2ItemsInfoWrapper .moduleItemAuthor {
  display: block;
}
.rtl #sp-main-menu ul.level-0 > li >a:before {
  content: "]";
}
.rtl #sp-main-menu ul.level-0 > li >a:after {
  content: "[";
}
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 !important;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-subheader-wrapper #sp-breadcrumb ul.breadcrumb {
  float: left;
}
.rtl #sp-booking-info-wrapper #booking-info .search-location-wrapper {
  right: inherit;
  left: -76px;
}
.rtl .sp-bottom-media ul.k2ContentItemsList li {
  float: right;
  text-align: right;
}
.rtl #newsletter #sp-newsletter1 i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl #sp-bottom-wrapper .module h3 {
  text-align: right;
}
.rtl #sp-bottom-wrapper #sp-bottom1 .contact-info i {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .span8.itemText {
  border-right: none;
  border-left: solid 1px #e9e9e9;
  padding-right: 0;
  padding-left: 30px;
}
.rtl div.itemExtraFields ul li span.itemExtraFieldsLabel {
  float: right;
}
.rtl div.itemTwitterButton {
  float: right;
  margin: 2px 0 0 24px;
  position: relative;
  right: -3%;
}
.rtl div.itemFacebookButton {
  float: right;
}
.rtl .related_items_info {
  right: 25px;
}
.rtl .sp-clients ul {
  margin: 0;
}
.rtl .contact-form-block .btn.btn-primary {
  float: left;
}
.rtl .wizard ul li .badge {
  margin-right: 0;
  margin-left: 8px;
}
.rtl #ezblog-body .blog-title {
  margin-right: 0;
}
.rtl .twitter-right h3.header {
  text-align: right;
}
.rtl #eblog-wrapper .float-l,
.rtl #eblog-wrapper .alignleft,
.rtl #eblog-wrapper .float-li li {
  float: right;
}
.rtl .fb_iframe_widget {
  right: -33%;
}
.rtl #eblog-wrapper .float-li li {
  float: left;
}
.rtl #ezblog-body .blog-meta > .in {
  background: transparent;
  padding: 0;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 10px 12px;
  color: #fff;
}
#sp-main-menu ul.level-0 > li >a:before {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  opacity: 0;
  position: absolute;
  content: "[";
  left: 10px;
  top: 10px;
  font-size: 20px;
}
#sp-main-menu ul.level-0 > li >a:after {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  opacity: 0;
  position: absolute;
  content: "]";
  right: 10px;
  top: 10px;
  font-size: 20px;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  position: relative;
}
#sp-main-menu ul.level-0 > li:hover >a:before,
#sp-main-menu ul.level-0 > li.active >a:before {
  opacity: 1;
  left: 0;
}
#sp-main-menu ul.level-0 > li:hover >a:after,
#sp-main-menu ul.level-0 > li.active >a:after {
  opacity: 1;
  right: 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.sp-main-menu-toggler {
  z-index: 999;
  background: transparent !important;
  top: 65px;
  font-size: 15px;
  box-shadow: none;
  border: 1px solid #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sp-main-menu-toggler:hover {
  background: transparent;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border: 1px solid rgba(255,255,255,0.6);
  color: rgba(255,255,255,0.6);
}
.sp-mobile-menu {
  top: 105px;
  z-index: 999;
}
.sp-mobile-menu > ul {
  margin: 0 10px;
  background: transparent;
  border: 1px solid #f2f2f2;
  border-top: 0;
}
.sp-mobile-menu > ul > li {
  background: rgba(255,255,255,0.9);
  padding: 0 15px;
}
.sp-mobile-menu > ul > li a,
.sp-mobile-menu > ul > li i {
  color: #000;
}
.sp-mobile-menu > ul > li ul li {
  background-color: transparent;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media only screen and (max-width: 1200px) {
  .responsive #sp-smart-slider.sp-organic-life-layout,
  .responsive .sp-organic-life-layout .sp-slider-item {
    height: 550px;
  }
  .responsive #sp-main-menu ul.level-0 > li {
    margin: 0 10px 0 0;
  }
  .responsive .sp-clients ul li {
    margin-right: 14px;
  }
  .responsive .contact-us-wrapper .span11.offset1 {
    margin-left: 0;
  }
  .responsive .checkout-content .k2store .row-fluid .span5 {
    margin: 25px;
  }
  .responsive .checkout-content .k2store select {
    width: 104%;
  }
  .responsive div#itemListLeading h3.catItemTitle a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .responsive #sp-smart-slider.sp-organic-life-layout,
  .responsive .sp-organic-life-layout .sp-slider-item {
    height: 550px;
  }
  .responsive .sp-main-menu-toggler {
    top: 54px;
  }
  .responsive .online-booking-button {
    position: absolute;
    top: 50px;
    right: 85px;
  }
  .responsive #sp-booking-info-wrapper #booking-info #sp-search-text {
    padding: 35px 20px;
  }
  .responsive .sp-popular-packages ul li {
    width: 100%;
    float: left;
  }
  .responsive #sp-destinations-wrapper .sp-top-destinations div.k2ItemsBlock ul li {
    width: 33.33%;
    margin-bottom: 25px;
  }
  .responsive .sp-bottom-media ul.k2ContentItemsList .k2ItemsInfoWrapper {
    padding: 20px 15px;
  }
  .responsive .sp-clients ul li {
    width: 15%;
    margin-right: 0;
  }
  .responsive .sp-team-members .row-fluid .sp-member .social-icons {
    margin-left: -50px;
  }
  .responsive .sp-team-members .row-fluid .sp-member .social-icons a {
    font-size: 16px;
    padding: 3px;
  }
  .responsive .contact-us-wrapper .span11.offset1 {
    margin-left: 0;
  }
  .responsive .sp-popular-packages ul li {
    width: 50%;
    float: left;
  }
  .responsive div.itemRelated ul li:after {
    width: 90%;
  }
  .responsive .span8.itemText {
    width: 100%;
    border: 0;
  }
  .responsive .span4.itemRight {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 25px;
  }
  .responsive .k2store h2 {
    font-size: 24px;
  }
  .responsive .checkout-content .k2store .row-fluid .span5 {
    margin: 15px;
  }
  .responsive .checkout-content .k2store select {
    width: 104%;
    height: 32px;
  }
  .responsive .checkout-content .k2store .row-fluid .span5 {
    margin: 25px;
  }
  .responsive div#itemListLeading .itemContainer {
    width: 50% !important;
    float: left;
  }
  .responsive #search-results h3 {
    font-size: 24px;
  }
  .responsive #search-results .room-type-row .inner .align-right {
    float: right;
    padding-bottom: 5px;
  }
  .responsive #solidres .main-photo {
    width: 100%;
  }
  .responsive #solidres .main-photo img {
    width: 100%;
    max-height: 250px;
  }
  .responsive #solidres .other-photos {
    width: 100%;
    margin: 0;
  }
  .responsive #solidres .other-photos a {
    float: left;
    width: 16.16%;
    margin: -1px 1px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive {
    padding: 0;
  }
  .responsive #sp-smart-slider.sp-organic-life-layout,
  .responsive .sp-organic-life-layout .sp-slider-item {
    height: 550px;
  }
  .responsive .itemFullText {
    margin-left: 10px;
    margin-right: 10px;
  }
  .responsive .jxtc_jcwwall_tmp22_item {
    margin-left: 20px;
    position: center;
  }
  .responsive #templateColumns {
    width: 100% !important;
  }
  .responsive .templateColumnContainer {
    display: block !important;
    width: 100% !important;
  }
  .responsive .columnImage {
    height: auto !important;
    max-width: 480px !important;
    width: 100% !important;
  }
  .responsive .leftColumnContent {
    font-size: 16px !important;
    line-height: 125% !important;
  }
  .responsive .rightColumnContent {
    font-size: 16px !important;
    line-height: 125% !important;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin-left: 15px;
  }
  .responsive .sp-main-menu-toggler {
    top: 25px;
  }
  .responsive #sp-booking-info-wrapper #booking-info {
    position: inherit;
    top: inherit;
  }
  .responsive .online-booking-button {
    position: absolute;
    top: 25px;
    right: 85px;
  }
  .responsive .online-booking-button .btn.btn-secondary {
    padding: 4px 10px;
    font-size: 12px;
  }
  .responsive #sp-subheader-wrapper {
    padding: 100px 0;
  }
  .responsive.has-subheader #sp-main-body-wrapper > .container,
  .responsive #sp-contact-map-wrapper >.container {
    padding-top: 15px;
    margin-top: 0;
  }
  .responsive #sp-slide-show-wrapper {
    margin: 0 0 25px !important;
  }
  .responsive section#sp-slide-show-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .body-innerwrapper > section,
  .responsive #sp-main-body-wrapper,
  .responsive header#sp-header-wrapper,
  .responsive footer#sp-footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .responsive #sp-smart-slider.sp-organic-life-layout,
  .responsive .sp-organic-life-layout .sp-slider-item {
    max-height: 500px;
  }
  .responsive #sp-header-wrapper {
    padding: 15px 0 !important;
  }
  .responsive .sp-organic-life-layout h1.sp-title {
    font-size: 30px;
    line-height: 30px;
  }
  .responsive .sp-organic-life-layout h2.sp-posttitle {
    font-size: 20px;
  }
  .responsive .sp-organic-life-layout .sp-slider-content .sp-introtext {
    font-size: 14px;
  }
  .responsive .sp-organic-life-layout .sp-slider-item .container .sp-slider-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .responsive .sp-organic-life-layout .btn-primary {
    padding: 10px 30px;
    font-size: 14px;
  }
  .responsive .sp-organic-life-layout .sp-slider-content .sp-introtext {
    margin: 0 0 20px;
  }
  .responsive .sp-organic-life-layout .controller-prev i,
  .responsive .sp-organic-life-layout .controller-next i {
    height: 65px;
    line-height: 65px;
    font-size: 24px;
  }
  .responsive #sp-booking-info-wrapper #booking-info #sp-search-text {
    max-width: inherit;
  }
  .responsive #sp-booking-info-wrapper #booking-info .search-location-wrapper {
    right: inherit;
    height: auto;
    width: 100%;
    top: inherit;
    bottom: -30px;
  }
  .responsive #sp-booking-info-wrapper #booking-info .search-location-wrapper {
    right: inherit;
    height: auto;
    top: inherit;
  }
  .responsive #sp-booking-info-wrapper #booking-info .search-location-wrapper .btn.primary {
    height: 38px;
    font-size: 16px;
  }
  .responsive #sp-booking-info-wrapper #booking-info #sp-hotel-search {
    margin-bottom: 75px;
  }
  .responsive #sp-destinations-wrapper .sp-top-destinations div.k2ItemsBlock ul li {
    width: 50%;
    float: left;
  }
  .responsive .sp-popular-packages ul li {
    width: 100%;
  }
  .responsive .sp-popular-packages ul li .k2ItemsInfoWrapper a.moduleItemTitle {
    font-size: 20px;
  }
  .responsive .module h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .responsive #sp-popular-packages-wrapper {
    margin: 0 0 50px;
  }
  .responsive p.modulePretext {
    margin-bottom: 30px;
  }
  .responsive .populerPackageItemslisting .k2ContentItemsList .moduleItemImage img {
    width: 100%;
  }
  .responsive .itemList {
    margin: 0 15px;
  }
  .responsive div#itemListLeading .itemContainer {
    width: 100% !important;
  }
  .responsive #sp-call-to-action-wrapper {
    padding: 0;
  }
  .responsive .col-to-action-wrapper .col-to-action-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .responsive .col-to-action-wrapper {
    max-height: 375px;
  }
  .responsive .col-to-action-wrapper .col-to-action-content {
    margin-top: -120px;
  }
  .responsive .col-to-action-wrapper .col-to-action-content .btn.btn-primary {
    padding: 10px 30px;
    font-size: 14px;
  }
  .responsive #sp-destinations-wrapper {
    margin: 50px 0 35px;
    padding: 0 15px;
  }
  .responsive #sp-destinations-wrapper .sp-top-destinations div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    margin: 0 0 15px;
    width: 100%;
  }
  .responsive #sp-destinations-wrapper .sp-top-destinations div.k2ItemsBlock ul li .k2ContentItemWrapper {
    margin-bottom: 30px;
  }
  .responsive .sp-bottom-media ul.k2ContentItemsList li.firstItem {
    margin-bottom: 25px;
  }
  .responsive #sp-clients-wrapper {
    margin: 35px 0;
  }
  .responsive .sp-clients ul li {
    float: left;
    width: 50%;
    margin-bottom: 25px;
    margin-right: inherit;
  }
  .responsive #newsletter p {
    text-align: center;
  }
  .responsive #sp-bottom-wrapper .module h3 {
    margin-bottom: 20px;
  }
  .responsive #sp-bottom-wrapper #bottom {
    padding: 30px 0;
  }
  .responsive #bottom .span3 {
    margin-bottom: 25px;
    width: 50%;
    float: left;
  }
  .responsive #sp-footer-wrapper {
    font-size: 12px;
    text-align: center;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: center;
  }
  .responsive #sp-footer-wrapper #sp-footer2 ul.social-icons {
    margin: 15px 0 0 -20px;
    padding: 0;
  }
  .responsive #sp-subheader-wrapper #sp-subheader {
    padding-left: 15px;
  }
  .responsive #sp-subheader-wrapper #sp-subheader h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .responsive #sp-subheader-wrapper #sp-breadcrumb ul.breadcrumb {
    float: left;
  }
  .responsive.has-subheader section >.container,
  .responsive.has-subheader footer >.container {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .about-us-wrapper .about-promise {
    margin-bottom: 10px;
  }
  .responsive .about-us-wrapper .about-promise .span4 {
    margin-bottom: 25px;
  }
  .responsive .sp-team-members .span3 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .responsive .sp-team-members .sp-member h3 {
    margin-bottom: 5px;
  }
  .responsive.contact.has-subheader section >.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive .contact-us-wrapper .map-section {
    padding: 15px 0 30px;
  }
  .responsive .contact-us-wrapper .span4 {
    margin-bottom: 25px;
    width: 50%;
    float: left;
  }
  .responsive .contact-us-wrapper h4 {
    margin-bottom: 10px;
  }
  .responsive .contact-us-wrapper .social-icons {
    margin: 10px 0 0 0;
  }
  .responsive .contact-form-block .btn.btn-primary {
    width: 100%;
  }
  .responsive .ask_qus_wrapper a.btn-primary {
    padding: 7px;
  }
  .responsive div.itemRelated ul li {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .responsive div.itemRelated ul li:after {
    width: 90%;
  }
  .responsive #k2Container {
    padding: 0;
  }
  .responsive .k2store .row-fluid .span5 {
    width: 96%;
  }
  .responsive #login input[type="text"],
  .responsive #login input[type="password"] {
    width: 96%;
    max-width: 250px;
  }
  .responsive .checkout-content .k2store input[type="password"],
  .responsive .checkout-content .k2store input[type="text"] {
    width: 97%;
  }
  .responsive .k2store h2 {
    font-size: 24px;
  }
  .responsive .k2store h1 {
    font-size: 32px;
  }
  .responsive .checkout-content .k2store select {
    width: 100%;
  }
  .responsive .checkout-content .k2store .row-fluid .span5 {
    margin: 0;
  }
  .responsive .populer-travel-package-wrapper span.catItemImage img {
    width: 100%;
  }
  .responsive #itemListLeading .itemContainer {
    width: 100% !important;
  }
  .responsive #itemListLeading .itemContainer div.catItemView {
    padding: 10px 0px 20px 0;
  }
  .responsive #itemListLeading .itemContainer img {
    width: 100% !important;
  }
  .responsive #itemListLeading .itemContainer h3.catItemTitle a {
    font-size: 20px;
  }
  .responsive #solidres .navbar-inner {
    background: transparent;
    border: 1px solid #ddd;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive #solidres .navbar .nav>li>a {
    font-weight: 300;
  }
  .responsive #solidres .other-photos {
    width: 100%;
    margin: 0;
  }
  .responsive #solidres .other-photos a {
    float: left;
    width: 33.33%;
    margin: -1px 1px;
  }
  .responsive #search-results h3 {
    font-size: 22px;
  }
  .responsive #search-results .room-type-row .inner .align-right {
    float: left;
    padding-bottom: 5px;
  }
  .responsive #search-results .carousel-inner img {
    width: 100%;
  }
  .responsive .col-to-action-wrapper {
    background: url(../images/call-to-action-bg.png) no-repeat 50% 0;
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
  .responsive #sp-smart-slider.sp-organic-life-layout,
  .responsive .sp-organic-life-layout .sp-slider-item {
    height: 550px;
  }
  .responsive .logo-wrapper img {
    max-width: 80%;
  }
  .responsive .itemFullText {
    margin-left: 10px;
    margin-right: 10px;
  }
  .responsive .jxtc_jcwwall_tmp22_item {
    margin-left: 30px;
  }
  .responsive #bottom .span3 {
    width: 100%;
    float: inherit;
  }
  .responsive .online-booking-button {
    display: none;
  }
  .responsive .sp-main-menu-toggler {
    top: 17px;
  }
  .responsive #sp-contact-map-wrapper >.container {
    padding-top: 20px;
    margin-top: -60px;
  }
  .responsive .contact-us-wrapper .map-section {
    padding: 0px 0 30px;
  }
  .responsive .contact-us-wrapper {
    text-align: center;
  }
  .responsive .contact-us-wrapper h4 {
    text-align: center;
  }
  .responsive #solidres .other-photos {
    width: 100%;
    margin: 0;
  }
  .responsive #solidres .other-photos a {
    float: left;
    width: 19%;
    margin: 2px;
  }
}
@media only screen and (max-width: 320px) {
  .responsive #sp-smart-slider.sp-organic-life-layout,
  .responsive .sp-organic-life-layout .sp-slider-item {
    height: 550px;
  }
  .responsive .logo-wrapper img {
    max-width: 80%;
  }
  .responsive .itemFullText {
    margin-left: 10px;
    margin-right: 10px;
  }
  .responsive .jxtc_jcwwall_tmp22_item {
    margin-left: 20px;
    position: center;
  }
  .responsive .sp-team-members .span3,
  .responsive .contact-us-wrapper .span4 {
    width: 100%;
    float: inherit;
  }
  .responsive div.itemRelated ul li {
    width: 100%;
    padding-right: 0;
  }
  .responsive div.itemRelated ul li:after {
    width: 100%;
  }
  .responsive .sp-popular-packages ul li,
  .responsive #sp-destinations-wrapper .sp-top-destinations div.k2ItemsBlock ul li {
    width: 100%;
    float: inherit;
  }
  .responsive .span8.itemText {
    border-right: 0;
    padding-right: 0;
  }
  .responsive .k2store .row-fluid .span5,
  .responsive .k2store input[type="text"],
  .responsive .k2store input[type="password"] {
    width: 96%;
  }
  .responsive .checkout-content .k2store input[type="password"] {
    width: 98%;
  }
  .responsive .checkout-content .k2store input[type="text"] {
    width: 96%;
  }
  .responsive .continue-shopping .btn.btn-secondary {
    margin-right: 0;
  }
  .responsive #solidres .other-photos {
    width: 100%;
    margin: 0;
  }
  .responsive #solidres .other-photos a {
    float: left;
    width: 24%;
    margin: -1px 1px;
  }
}
