.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: -80px;
  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;
  padding-left:0px !important;
}
#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: 17px;
  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 .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: 550px;
  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;
}
.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-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-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-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: 0 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 #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-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;
  }
}


#sp-component-wrapper{
	padding-left: 15px;
  padding-right: 15px;
	}
	
div#sp-menu.span8{
	background:rgba(0,0,0,0.6);
	padding-left:10px;
	}	
	



div#sp-menu.span10 {
	
	background:rgba(0,0,0,0.6);
	padding-left:10px;
	
	}	
	
	/*----------------------------------------------------------------------
	Common Elements
----------------------------------------------------------------------*/

/* --- Basic typography --- */
a:active,
a:focus {outline:0;}
img {border:none;}

/* --- Global K2 container --- */
#k2Container {padding:0 0 24px 0;}
body.contentpane #k2Container {padding:16px;} /* used in popups */

/* --- General padding --- */
.k2Padding {padding:4px;}

/* --- Clearing --- */
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}

/* --- Zebra rows --- */
.even {}
.odd {background:#fff;}

/* --- RSS feed icon --- */
div.k2FeedIcon {padding:4px 8px;}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {display:block;float:right;margin:0;padding:0;width:16px;height:16px;background:url(../images/fugue/feed.png) no-repeat 50% 50%;}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {display:none;}

/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:transparent url(../../../components/com_k2/images/system/transparent_star.gif) left -1000px repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}
span.siteRoot {display:none;}

/* --- CSS added with Javascript --- */
.smallerFontSize {font-size:100%;line-height:inherit;}
.largerFontSize {font-size:150%;line-height:140%;}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {background-color:#fff !important;}
#recaptcha_table {border-color: #ccc !important;}
#recaptcha_response_field {border-color: #ccc !important;background-color:#fff !important;}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {} /* Example CSS: padding:0;margin:0;list-style:none;*/

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {} /* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc;*/

.clearList {display:none;float:none;clear:both;} /* this class is used to clear all previous floating list elements */
.lastItem {border:none;} /* class appended on last list item */

/* --- Avatars --- */
.k2Avatar img {display:block;float:left;background:#fff;border:1px solid #ccc;padding:2px;margin:2px 4px 4px 0;}

/* --- Read more --- */
a.k2ReadMore {}
a.k2ReadMore:hover {}

/* --- Pagination --- */
div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}

/* --- Pagination (additional styling for Joomla! 1.6+) --- */
div.k2Pagination ul {text-align:center;}
div.k2Pagination ul li {display:inline;}

/* --- Extra fields: CSV data styling --- */
table.csvData {}
table.csvData tr th {}
table.csvData tr td {}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {background:url(../images/system/featuredItem.png) no-repeat 100% 0;}



/*----------------------------------------------------------------------
	Component: Item view
----------------------------------------------------------------------*/
a.itemPrintThisPage {display:block;width:160px;margin:4px auto 16px;padding:4px;background:#F7FAFE;border:1px solid #ccc;text-align:center;color:#555;font-size:13px;}
a.itemPrintThisPage:hover {background:#eee;text-decoration:none;}

div.itemView {padding:8px 0 24px 0;} /* this is the item container for this view */
div.itemIsFeatured {} /* Attach a class for each featured item */

span.itemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.itemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.itemEditLink a:hover {background:#ffffcc;}

div.itemHeader {text-align: center;}
	div.itemHeader span.itemDateCreated {color:#999;font-size:11px;}
	div.itemHeader h2.itemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:36px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
	div.itemHeader h2.itemTitle span {}
	div.itemHeader h2.itemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Featured" presented in superscript */
	div.itemHeader span.itemAuthor {display:block;padding:0;margin:0;}
	div.itemHeader span.itemAuthor a {}
	div.itemHeader span.itemAuthor a:hover {}

div.itemToolbar {padding:10px 0;margin:25px 0 25px 0;background:#f7fafe;}
	div.itemToolbar ul {;list-style:none;padding:0;margin:0;}
	div.itemToolbar ul li {display:inline;list-style:none;padding:0 4px 0 8px;margin:0;border-left:1px solid #ccc;text-align:center;background:none;font-size:12px;}
	div.itemToolbar ul > li:first-child {border:none;} /* remove the first CSS border from the left of the toolbar */
	div.itemToolbar ul li a {font-size:12px;font-weight:normal;}
	div.itemToolbar ul li a:hover {}
	div.itemToolbar ul li a span {}
	div.itemToolbar ul li a.itemPrintLink {}
	div.itemToolbar ul li a.itemPrintLink span {}
	div.itemToolbar ul li a.itemEmailLink {}
	div.itemToolbar ul li a.itemEmailLink span {}
	div.itemToolbar ul li a.itemVideoLink {}
	div.itemToolbar ul li a.itemVideoLink span {}
	div.itemToolbar ul li a.itemImageGalleryLink {}
	div.itemToolbar ul li a.itemImageGalleryLink span {}
	div.itemToolbar ul li a.itemCommentsLink {}
	div.itemToolbar ul li a.itemCommentsLink span {}
	div.itemToolbar ul li a img {vertical-align:middle;}
	div.itemToolbar ul li span.itemTextResizerTitle {}
	div.itemToolbar ul li a#fontDecrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontDecrease img {width:13px;height:13px;background:url(../../../components/com_k2/images/system/font_decrease.gif) no-repeat;}
	div.itemToolbar ul li a#fontIncrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontIncrease img {width:13px;height:13px;background:url(../../../components/com_k2/images/system/font_increase.gif) no-repeat;}
	div.itemToolbar ul li a#fontDecrease span,
	div.itemToolbar ul li a#fontIncrease span {display:none;}

div.itemRattingWrapper{text-align: center;}
div.itemRatingBlock {padding:8px 0 18px; display: inline-block;}
	div.itemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#000; font-weight: 400;}

div.itemBody {padding:8px 0;margin:0;}

div.itemImageBlock {margin:0 0 16px 0;}
	span.itemImage {display:-webkit-inline-box;text-align:center;margin:0 0 30px 0;}
	span.itemImage img {max-height: 500px;}
	span.itemImageCaption {color:#000;display:block;font-size:18px;font-weight: bold;}
	span.itemImageCredits {color:#999;float:right;display:block;font-style:italic;font-size:11px;}

div.itemIntroText {color:#444;line-height:24px;}
	div.itemIntroText img {}

div.itemFullText {}
	div.itemFullText h3 {margin:0;padding:16px 0 4px 0;}
	div.itemFullText p {}
	div.itemFullText img {}

div.itemExtraFields {}
	div.itemExtraFields h3 {margin:0 0 20px 0;padding:0;line-height:normal !important;color: #000; font-size: 18px; font-weight: bold; text-transform: capitalize;}
	div.itemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.itemExtraFields ul li {display:block;margin-bottom: 25px;}
	div.itemExtraFields ul li span.itemExtraFieldsLabel {font-weight:bold;padding:0 4px 0 0;width:40%;float:left;box-sizing:border-box;}
	div.itemExtraFields ul li span.itemExtraFieldsValue {width:60%; display: inline-block;}

div.itemContentFooter {display:block;text-align:left;padding:4px !important;margin:16px 0 4px 0;}
	span.itemHits {float:left;}
	span.itemDateModified {}

div.itemSocialSharing {padding:8px 0;}
	div.itemTwitterButton {float:left;margin:2px 24px 0 0;}
	div.itemFacebookButton {float:left;margin-right:24px;width:200px;}
	div.itemGooglePlusOneButton {}

div.itemLinks {margin:16px 0;padding:0; line-height: 24px;}

div.itemCategory {}
	div.itemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemCategory a {}
div.itemTagsBlock {}
	div.itemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemTagsBlock ul.itemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.itemTagsBlock ul.itemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.itemTagsBlock ul.itemTags li a {}
	div.itemTagsBlock ul.itemTags li a:hover {}

div.itemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.itemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemAttachmentsBlock ul.itemAttachments {list-style:none;padding:0;margin:0;display:inline;}
	div.itemAttachmentsBlock ul.itemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.itemAttachmentsBlock ul.itemAttachments li a {}
	div.itemAttachmentsBlock ul.itemAttachments li a:hover {}
	div.itemAttachmentsBlock ul.itemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

/* Author block */
div.itemAuthorBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;}
	div.itemAuthorBlock img.itemAuthorAvatar {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails {margin:0;padding:4px 0 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName {margin:0 0 4px 0;padding:0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {font-family:Georgia, "Times New Roman", Times, serif;font-size:16px;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover {}
	div.itemAuthorBlock div.itemAuthorDetails p {}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {font-weight:bold;color:#555;border-right:1px solid #ccc;padding:0 8px 0 0;margin:0 4px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {font-weight:bold;color:#555;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {font-weight:normal;}

/* Author latest */
div.itemAuthorLatest {margin-bottom:16px;padding:0;}
	div.itemAuthorLatest h3 {color:#000;font-size: 18px;font-weight: bold;}
	div.itemAuthorLatest ul {margin: 0;padding: 0;list-style: none;}
		div.itemAuthorLatest ul li {background: none;border-bottom: none;line-height: 22px;display: inline-block;margin-right: 20px;}
			div.itemAuthorLatest ul li a {color:#32aad6; font-weight: 400; text-transform: capitalize;}
			div.itemAuthorLatest ul li a:hover {}

/* Related by tag */
div.itemRelated {margin-bottom:16px;padding:0;} /* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
	div.itemRelated h3 {color:#000;font-size: 18px;font-weight: bold;}
	div.itemRelated ul {margin: 0;padding: 0;list-style: none;}
		div.itemRelated ul li {float: left; width: 33.33%; padding-right: 20px;position: relative; box-sizing: border-box;}
		
		div.itemRelated ul li.k2ScrollerElement {float:left;overflow:hidden;border:1px solid #ccc;padding:4px;margin:0 4px 4px 0;background:#fff;} /* you need to insert this class in the related li element in item.php for this styling to take effect */
		div.itemRelated ul li.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}
			a.itemRelTitle {font-size: 14px; color: #fff !important;}
			div.itemRelCat {}
				div.itemRelCat a {}
			div.itemRelAuthor {}
				div.itemRelAuthor a {}
			img.itemRelImg {}
			div.itemRelIntrotext {}
			div.itemRelFulltext {}
			div.itemRelMedia {}
			div.itemRelImageGallery {}

/* Video */
div.itemVideoBlock {}
div.itemVideoBlock .itemVideoTitle{border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 10px; line-height: 100%;}

	div.itemVideoBlock div.itemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.itemVideoBlock span.itemVideo {display:block;overflow:hidden;}
	div.itemVideoBlock span.itemVideoCaption {color:#eee;float:left;display:block;font-size:11px;font-weight:bold;width:60%;}
	div.itemVideoBlock span.itemVideoCredits {color:#eee;float:right;display:block;font-style:italic;font-size:11px;width:35%;text-align:right;}

/* Image Gallery */
div.itemImageGallery {margin:0 0 16px 0;padding:0;}

/* Article navigation */
div.itemNavigation {padding:10px 0;margin:0 0 24px 0;}
	div.itemNavigation span.itemNavigationTitle {color:#000;font-weight: bold;}
	div.itemNavigation a.itemPrevious {padding:0 12px;}
	div.itemNavigation a.itemNext {padding:0 12px;}

/* Comments */
div.itemComments {border:1px solid #ddd;padding:16px;}

	div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}
	div.itemComments ul.itemCommentsList li {padding:4px;margin:0;border-bottom:1px dotted #ddd;}
	div.itemComments ul.itemCommentsList li.authorResponse {background:url(../images/system/stripes.png) repeat;}
	div.itemComments ul.itemCommentsList li.unpublishedComment {background:#ffeaea;}
	div.itemComments ul.itemCommentsList li img {float:left;margin:4px 4px 4px 0;padding:4px;background:#fff;border-bottom:1px solid #d7d7d7;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;}
	div.itemComments ul.itemCommentsList li span.commentDate {padding:0 4px 0 0;margin:0 8px 0 0;border-right:1px solid #ccc;font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li span.commentAuthorName {font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li p {padding:4px 0;}
	div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}
	div.itemComments ul.itemCommentsList li span.commentLink {float:right;margin-left:8px;}
	div.itemComments ul.itemCommentsList li span.commentLink a {font-size:11px;color:#999;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentLink a:hover {font-size:11px;color:#555;text-decoration:underline;}

	div.itemComments ul.itemCommentsList li span.commentToolbar {display:block;clear:both;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a {font-size:11px;color:#999;text-decoration:underline;margin-right:4px;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {font-size:11px;color:#555;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentToolbarLoading {background:url(../images/system/searchLoader.gif) no-repeat 100% 50%;}

div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
	div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}

div.itemCommentsForm h3 {margin:0;padding:0; color: #000; font-size: 18px; font-weight: bold;}
	div.itemCommentsForm p.itemCommentsFormNotes {}
	div.itemCommentsForm form {}
	div.itemCommentsForm form label.formComment {display:block;margin:12px 0 10px 2px;}
	div.itemCommentsForm form label.formName {display:block;margin:12px 0 10px 2px;}
	div.itemCommentsForm form label.formEmail {display:block;margin:12px 0 10px 2px;}
	div.itemCommentsForm form label.formUrl {display:block;margin:12px 0 10px 2px;}
	div.itemCommentsForm form label.formRecaptcha {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form textarea.inputbox {display:block;width:99%;height:160px;margin:0;}
	div.itemCommentsForm form input.inputbox {display:block;width:99%;margin:0;}
	div.itemCommentsForm form input#submitCommentButton {display:block;margin:16px 0 0 0;padding:10px 15px;background:#2c2c2c;font-size:16px; color: #fff;line-height: 14px;}
	div.itemCommentsForm form input#submitCommentButton:hover{background: #32aad6; transition: 400ms;}
	div.itemCommentsForm form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.itemCommentsForm form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}

/* "Report comment" form */
div.k2ReportCommentFormContainer {padding:8px;width:480px;margin:0 auto;}
	div.k2ReportCommentFormContainer blockquote {width:462px;background:#f7fafe;border:1px solid #ddd;padding:8px;margin:0 0 8px 0;}
	div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:left;}
	div.k2ReportCommentFormContainer blockquote span.quoteIconRight {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:right;}
	div.k2ReportCommentFormContainer blockquote span.theComment {font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;font-size:12px;font-weight:normal;color:#000;padding:0 4px;}
	div.k2ReportCommentFormContainer form label {display:block;font-weight:bold;}
	div.k2ReportCommentFormContainer form input,
	div.k2ReportCommentFormContainer form textarea {display:block;border:1px solid #ddd;font-size:12px;padding:2px;margin:0 0 8px 0;width:474px;}
	div.k2ReportCommentFormContainer form #recaptcha {margin-bottom:24px;}
	div.k2ReportCommentFormContainer form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.k2ReportCommentFormContainer form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}

/* Back to top link */
div.itemBackToTop {text-align:right;margin-top: 40px;}
	div.itemBackToTop a {text-transform: capitalize;}
	div.itemBackToTop a:hover {text-decoration:underline;}



/*----------------------------------------------------------------------
	Component: Itemlist view (category)
----------------------------------------------------------------------*/

/* ** Page Title ** */
h3.k2-item-list-wrapper.header{
	margin-bottom: 65px;
}

div.itemListCategoriesBlock {}

/* --- Category block --- */
div.itemListCategory {background:#f7fafe;border:1px solid #ddd;margin:4px 0;padding:8px;}
	span.catItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
	span.catItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
	span.catItemAddLink a:hover {background:#ffffcc;}
	div.itemListCategory img {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.itemListCategory h2 {}
	div.itemListCategory p {}

/* --- Sub-category block --- */
div.itemListSubCategories {}
	div.itemListSubCategories h3 {}
		div.subCategoryContainer {float:left;}
		div.subCategoryContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
			div.subCategory {background:#f7fafe;border:1px solid #ddd;margin:4px;padding:8px;}
				div.subCategory a.subCategoryImage,
				div.subCategory a.subCategoryImage:hover {text-align:center;display:block;}
				div.subCategory a.subCategoryImage img,
				div.subCategory a.subCategoryImage:hover img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
				div.subCategory h2 {}
				div.subCategory h2 a {}
				div.subCategory h2 a:hover {}
				div.subCategory p {}

/* --- Item groups --- */
div.itemList {}

	div#itemListLeading {margin: -15px;}
	div#itemListPrimary {}
	div#itemListSecondary {}
	div#itemListLinks {background:#f7fafe;border:1px solid #ddd;margin:8px 0;padding:8px;}

		div.itemContainer {float:left;}
		div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */

/* --- Item block for each item group --- */
div.catItemView {padding: 15px} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other */

	/* Additional class appended to the element above for further styling per group item */
	div.groupLeading {}
	div.groupPrimary {}
	div.groupSecondary {}
	div.groupLinks {padding:0;margin:0;}

	div.catItemIsFeatured {} /* Attach a class for each featured item */

span.catItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.catItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.catItemEditLink a:hover {background:#ffffcc;}

div.catItemHeader {position: absolute;bottom: 0;padding: 25px;color:#fff; z-index: 999;}
	div.catItemHeader span.catItemDateCreated {color:#999;font-size:11px;}
	div.catItemHeader h3.catItemTitle {font-size:26px;font-weight:600;line-height:110%;}
	div.catItemHeader h3.catItemTitle span {}
	div.catItemHeader h3.catItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* superscript */
	div.catItemHeader span.catItemAuthor {display:block;padding:0;margin:0;}
	div.catItemHeader span.catItemAuthor a {}
	div.catItemHeader span.catItemAuthor a:hover {}

div.catItemRatingBlock {padding:8px 0;}
	div.catItemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

div.catItemBody {padding: 0;margin:0;}

div.catItemImageBlock {position: relative;}
div.catItemBlankImage {position: relative; min-height: 247px; background: #666;}
	span.catItemImage {display:block;}
	span.catItemImage img {}

div.catItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit; padding-bottom: 15px;}
	div.catItemIntroText img {}

div.catItemExtraFields, div.genericItemExtraFields {}
	div.catItemExtraFields h4, div.genericItemExtraFields h4 {margin:20px 20px 20px 0;padding:0 0 8px 0;line-height:normal !important;font-weight: 400;font-size: 18px;border-bottom: solid 1px #ccc;}
	div.catItemExtraFields ul, div.genericItemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.catItemExtraFields ul li, div.genericItemExtraFields ul li {display:block;clear: both;}
	div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;font-weight: 500;}
	div.catItemExtraFields ul li span.catItemExtraFieldsValue {display: flex;}

div.catItemLinks {margin:0 0 5px 0;padding:0;line-height: 30px;}

div.catItemHitsBlock {}
	span.catItemHits {}

div.catItemCategory {}
	div.catItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemCategory a {}

div.catItemTagsBlock {}
	div.catItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemTagsBlock ul.catItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemTagsBlock ul.catItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.catItemTagsBlock ul.catItemTags li a {}
	div.catItemTagsBlock ul.catItemTags li a:hover {}

div.catItemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.catItemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemAttachmentsBlock ul.catItemAttachments {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemAttachmentsBlock ul.catItemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.catItemAttachmentsBlock ul.catItemAttachments li a {}
	div.catItemAttachmentsBlock ul.catItemAttachments li a:hover {}
	div.catItemAttachmentsBlock ul.catItemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

/* Video */
div.catItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.catItemVideoBlock div.catItemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.catItemVideoBlock span.catItemVideo {display:block;}

/* Image Gallery */
div.catItemImageGallery {margin:0 0 16px 0;padding:0;}

/* Anchor link to comments */
div.catItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #666;}
	div.catItemCommentsLink a {color: #666;}
	div.catItemCommentsLink a:hover {}

/* Read more link */
div.catItemReadMore {display:inline;}
	div.catItemReadMore a {color: #666;}
	div.catItemReadMore a:hover {}

/* Modified date */
span.catItemDateModified {display:block;color:#666; margin: 10px 0;}



/*----------------------------------------------------------------------
	Component: Itemlist view (user)
----------------------------------------------------------------------*/

/* User info block */
div.userView {}
	div.userBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:10px;clear:both;}

		span.userItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #ccc;text-align:right;}
		span.userItemAddLink a {padding:4px 16px;border:1px solid #ccc;background:#eee;text-decoration:none;}
		span.userItemAddLink a:hover {background:#ffffcc;}

		div.userBlock img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
		div.userBlock h2 {font-size: 20px;font-weight: 400;line-height: normal;}
		div.userBlock div.userDescription {padding:4px 0;}
		div.userBlock div.userAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
			span.userURL {font-weight:bold;color:#555;display:block;}
			span.userEmail {font-weight:bold;color:#555;display:block;}

		div.userItemList {}

/* User items */
div.userItemView {} /* this is the item container for this view */
div.userItemIsFeatured {} /* Attach a class for each featured item */

div.userItemViewUnpublished {opacity:0.9;border:4px dashed #ccc;background:#fffff2;padding:8px;margin:8px 0;}

span.userItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
	span.userItemEditLink a {padding:2px 12px;border:1px solid #ccc;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
	span.userItemEditLink a:hover {background:#ffffcc;}

div.userItemHeader {line-height: 30px;}
	div.userItemHeader span.userItemDateCreated {color:#999;font-size:14px;}
	div.userItemHeader h3.userItemTitle {font-size:24px;font-weight:normal;line-height:110%;padding:0;margin:0;}
	div.userItemHeader h3.userItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Unpublished" presented in superscript */

div.userItemBody {padding:8px 0;margin:0;}

div.userItemImageBlock {padding:0;margin:0;float:left;}
	span.userItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.userItemImage img {}
div.userItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:0;text-align: justify;}
	div.userItemIntroText img {}

div.userItemLinks {margin:0;padding:0;}

div.userItemCategory {display: inline-block;margin-right: 10px;}
	div.userItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.userItemCategory a {}

div.userItemTagsBlock {display: inline-block;}
	div.userItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.userItemTagsBlock ul.userItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.userItemTagsBlock ul.userItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.userItemTagsBlock ul.userItemTags li a {text-transform: capitalize;}
	div.userItemTagsBlock ul.userItemTags li a:hover {}

/* Anchor link to comments */
div.userItemCommentsLink {display:block;margin:0;padding:0;font-weight: bold;}
	div.userItemCommentsLink a {}
	div.userItemCommentsLink a:hover {}

/* Read more link */
div.userItemReadMore {display:block;margin-top: 15px;}
	div.userItemReadMore a {}
	div.userItemReadMore a:hover {}



/*----------------------------------------------------------------------
	Component: Itemlist view (tag)
----------------------------------------------------------------------*/
div.tagView {}

div.tagItemList {}

div.tagItemView {} /* this is the item container for this view */

div.tagItemHeader {line-height: 30px;}
	div.tagItemHeader span.tagItemDateCreated {color:#999;font-size:14px;}
	div.tagItemHeader h2.tagItemTitle {font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.tagItemBody {padding:8px 0;margin:0;}

div.tagItemImageBlock {padding:0;margin:0;float:left;}
	span.tagItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.tagItemImage img {}

div.tagItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;text-align: justify;}
	div.tagItemIntroText img {}

	div.tagItemExtraFields {}
		div.tagItemExtraFields h4 {}
		div.tagItemExtraFields ul {}
			div.tagItemExtraFields ul li {}
				div.tagItemExtraFields ul li span.tagItemExtraFieldsLabel {}
				div.tagItemExtraFields ul li span.tagItemExtraFieldsValue {}

	div.tagItemCategory {display:block}
		div.tagItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
		div.tagItemCategory a {}

/* Read more link */
div.tagItemReadMore {display:block;margin-top: 15px;}
	div.tagItemReadMore a {}
	div.tagItemReadMore a:hover {}



/*----------------------------------------------------------------------
	Component: Itemlist view (generic)
----------------------------------------------------------------------*/
div.genericView {}

div.genericItemList {}

div.genericItemView {border-bottom:1px dotted #ccc;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.genericItemHeader {}
	div.genericItemHeader span.genericItemDateCreated {color:#999;font-size:11px;}
	div.genericItemHeader h2.genericItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.genericItemBody {padding:8px 0;margin:0;}

div.genericItemImageBlock {padding:0;margin:0;float:left;}
	span.genericItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.genericItemImage img {border:1px solid #ccc;padding:8px;}

div.genericItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.genericItemIntroText img {}

	div.genericItemExtraFields {}
		div.genericItemExtraFields h4 {}
		div.genericItemExtraFields ul {}
			div.genericItemExtraFields ul li {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsValue {}

	div.genericItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
		div.genericItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
		div.genericItemCategory a {}

/* Read more link */
div.genericItemReadMore {display:inline;}
	div.genericItemReadMore a {}
	div.genericItemReadMore a:hover {}

/* No results found message */
div#genericItemListNothingFound {padding:40px;text-align:center;}
	div#genericItemListNothingFound p {font-size:20px;color:#999;}

/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */
#k2GoogleSearchContainer .gsc-control {width:auto !important;}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {display:none !important;} /* Hide unneeded elements of the results page */



/*----------------------------------------------------------------------
	Component: Latest view
----------------------------------------------------------------------*/

div.latestItemsContainer {float:left;}

/* Category info block */
div.latestItemsCategory {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;}
	div.latestItemsCategoryImage {text-align:center;}
	div.latestItemsCategoryImage img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
div.latestItemsCategory h2 {}
div.latestItemsCategory p {}

/* User info block */
div.latestItemsUser {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;clear:both;}
	div.latestItemsUser img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.latestItemsUser h2 {}
	div.latestItemsUser p.latestItemsUserDescription {padding:4px 0;}
	div.latestItemsUser p.latestItemsUserAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
		span.latestItemsUserURL {font-weight:bold;color:#555;display:block;}
		span.latestItemsUserEmail {font-weight:bold;color:#555;display:block;}

/* Latest items list */
div.latestItemList {padding:0 8px 8px 0;}

div.latestItemView {} /* this is the item container for this view */

div.latestItemHeader {}
	div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

span.latestItemDateCreated {color:#999;font-size:11px;}

div.latestItemBody {padding:8px 0;margin:0;}

div.latestItemImageBlock {padding:0;margin:0;float:left;}
	span.latestItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.latestItemImage img {border:1px solid #ccc;padding:8px;}

div.latestItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.latestItemIntroText img {}

div.latestItemLinks {margin:0 0 16px 0;padding:0;}

div.latestItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.latestItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.latestItemCategory a {}

div.latestItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.latestItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.latestItemTagsBlock ul.latestItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.latestItemTagsBlock ul.latestItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.latestItemTagsBlock ul.latestItemTags li a {}
	div.latestItemTagsBlock ul.latestItemTags li a:hover {}

/* Video */
div.latestItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.latestItemVideoBlock span.latestItemVideo {display:block;}

/* Anchor link to comments */
div.latestItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.latestItemCommentsLink a {}
	div.latestItemCommentsLink a:hover {}

/* Read more link */
div.latestItemReadMore {display:inline;}
	div.latestItemReadMore a {}
	div.latestItemReadMore a:hover {}

/* Items presented in a list */
h2.latestItemTitleList {font-size:14px;padding:2px 0;margin:8px 0 2px 0;font-family:Arial, Helvetica, sans-serif;border-bottom:1px dotted #ccc;line-height:normal;}



/*----------------------------------------------------------------------
	Component: Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage {}
.k2AccountPage table {}
.k2AccountPage table tr th {}
.k2AccountPage table tr td {}
.k2AccountPage table tr td label {white-space:nowrap;}
img.k2AccountPageImage {border:4px solid #ddd;margin:10px 0;padding:0;display:block;}
.k2AccountPage div.k2AccountPageNotice {padding:8px;}
.k2AccountPage div.k2AccountPageUpdate {border-top:1px dotted #ccc;margin:8px 0;padding:8px;text-align:right;}

.k2AccountPage th.k2ProfileHeading {text-align:left;font-size:18px;padding:8px;background:#f6f6f6;/*border-bottom:1px solid #e9e9e9;*/}
.k2AccountPage td#userAdminParams {padding:0;margin:0;}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {background:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:bold;text-align:right;font-size:11px;width:140px;}

/* Profile edit */
.k2AccountPage table.admintable {}
.k2AccountPage table.admintable tr td {}
.k2AccountPage table.admintable tr td span {}
.k2AccountPage table.admintable tr td span label {}



/*----------------------------------------------------------------------
	Modules: mod_k2_comments
----------------------------------------------------------------------*/

/* Latest Comments */
div.k2LatestCommentsBlock {}
div.k2LatestCommentsBlock ul {}
div.k2LatestCommentsBlock ul li {}
div.k2LatestCommentsBlock ul li.lastItem {}
div.k2LatestCommentsBlock ul li a.lcAvatar img {}
div.k2LatestCommentsBlock ul li a {}
div.k2LatestCommentsBlock ul li a:hover {}
div.k2LatestCommentsBlock ul li span.lcComment {}
div.k2LatestCommentsBlock ul li span.lcUsername {}
div.k2LatestCommentsBlock ul li span.lcCommentDate {color:#999;}
div.k2LatestCommentsBlock ul li span.lcItemTitle {}
div.k2LatestCommentsBlock ul li span.lcItemCategory {}

/* Top Commenters */
div.k2TopCommentersBlock {}
div.k2TopCommentersBlock ul {}
div.k2TopCommentersBlock ul li {}
div.k2TopCommentersBlock ul li.lastItem {}
div.k2TopCommentersBlock ul li a.tcAvatar img {}
div.k2TopCommentersBlock ul li a.tcLink {}
div.k2TopCommentersBlock ul li a.tcLink:hover {}
div.k2TopCommentersBlock ul li span.tcUsername {}
div.k2TopCommentersBlock ul li span.tcCommentsCounter {}
div.k2TopCommentersBlock ul li a.tcLatestComment {}
div.k2TopCommentersBlock ul li a.tcLatestComment:hover {}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {color:#999;}



/*----------------------------------------------------------------------
	Modules: mod_k2_content
----------------------------------------------------------------------*/

div.k2ItemsBlock {}

div.k2ItemsBlock p.modulePretext {}

div.k2ItemsBlock ul {}
div.k2ItemsBlock ul li {}
div.k2ItemsBlock ul li a {}
div.k2ItemsBlock ul li a:hover {}
div.k2ItemsBlock ul li.lastItem {}

div.k2ItemsBlock ul li a.moduleItemTitle {}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {}

div.k2ItemsBlock ul li div.moduleItemAuthor {}
div.k2ItemsBlock ul li div.moduleItemAuthor a {}
div.k2ItemsBlock ul li div.moduleItemAuthor a:hover {}

div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {}

div.k2ItemsBlock ul li div.moduleItemIntrotext {}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {float:right;margin:2px 0 4px 4px;padding:0;border:2px solid #ddd;}

div.k2ItemsBlock ul li div.moduleItemExtraFields {}
	div.moduleItemExtraFields ul {}
	div.moduleItemExtraFields ul li {}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsValue {}

div.k2ItemsBlock ul li div.moduleItemVideo {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCaption {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCredits {}

div.k2ItemsBlock ul li span.moduleItemDateCreated {}

div.k2ItemsBlock ul li a.moduleItemCategory {}

div.k2ItemsBlock ul li div.moduleItemTags {}
div.k2ItemsBlock ul li div.moduleItemTags b {}
div.k2ItemsBlock ul li div.moduleItemTags a {padding:0 2px;}
div.k2ItemsBlock ul li div.moduleItemTags a:hover {}

div.k2ItemsBlock ul li div.moduleAttachments {}

div.k2ItemsBlock ul li a.moduleItemComments {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemComments:hover {}
div.k2ItemsBlock ul li span.moduleItemHits {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemReadMore {}
div.k2ItemsBlock ul li a.moduleItemReadMore:hover {}

div.k2ItemsBlock a.moduleCustomLink {}
div.k2ItemsBlock a.moduleCustomLink:hover {}



/*----------------------------------------------------------------------
	Modules: mod_k2_user (mod_k2_login will be removed in v2.6)
----------------------------------------------------------------------*/

div.k2LoginBlock {}
	div.k2LoginBlock p.preText {}

	div.k2LoginBlock fieldset.input {margin:0;padding:0 0 8px 0;}
	div.k2LoginBlock fieldset.input p {margin:0;padding:0 0 4px 0;}
	div.k2LoginBlock fieldset.input p label {display:block;}
	div.k2LoginBlock fieldset.input p input {display:block;}
	div.k2LoginBlock fieldset.input p#form-login-remember label,
	div.k2LoginBlock fieldset.input p#form-login-remember input {display:inline;}
	div.k2LoginBlock fieldset.input input.button {}

	div.k2LoginBlock ul {}
	div.k2LoginBlock ul li {}

	div.k2LoginBlock p.postText {}

div.k2UserBlock {}
	div.k2UserBlock p.ubGreeting {border-bottom:1px dotted #ccc;}
	div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img {}
	div.k2UserBlock div.k2UserBlockDetails span.ubName {display:block;font-weight:bold;font-size:14px;}
	div.k2UserBlock div.k2UserBlockDetails span.ubCommentsCount {}

	div.k2UserBlock ul.k2UserBlockActions {}
		div.k2UserBlock ul.k2UserBlockActions li {}
		div.k2UserBlock ul.k2UserBlockActions li a {}
		div.k2UserBlock ul.k2UserBlockActions li a:hover {}

	div.k2UserBlock ul.k2UserBlockRenderedMenu {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li a {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li a:hover {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul {} /* 2nd level ul */
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li a {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul {} /* 3rd level ul (and so on...) */
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li a {}

	div.k2UserBlock form {}
	div.k2UserBlock form input.ubLogout {}



/*----------------------------------------------------------------------
	Modules: mod_k2_tools
----------------------------------------------------------------------*/

/* --- Archives --- */
div.k2ArchivesBlock {}
div.k2ArchivesBlock ul {}
div.k2ArchivesBlock ul li {}
div.k2ArchivesBlock ul li a {}
div.k2ArchivesBlock ul li a:hover {}

/* --- Authors --- */
div.k2AuthorsListBlock {}
div.k2AuthorsListBlock ul {}
div.k2AuthorsListBlock ul li {}
div.k2AuthorsListBlock ul li a.abAuthorAvatar img {}
div.k2AuthorsListBlock ul li a.abAuthorName {}
div.k2AuthorsListBlock ul li a.abAuthorName:hover {}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {display:block;clear:both;}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover {}
div.k2AuthorsListBlock ul li span.abAuthorCommentsCount {}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock {}
div.k2BreadcrumbsBlock span.bcTitle {padding:0 4px 0 0;color:#999;}
div.k2BreadcrumbsBlock a {}
div.k2BreadcrumbsBlock a:hover {}
div.k2BreadcrumbsBlock span.bcSeparator {padding:0 4px;font-size:14px;}

/* --- Calendar --- */
div.k2CalendarBlock {height:190px;margin-bottom:8px;} /* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {background:#fff url(../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;}
table.calendar {margin:0 auto;background:#fff;border-collapse:collapse;}
table.calendar tr td {text-align:center;vertical-align:middle;padding:2px;border:1px solid #f4f4f4;background:#fff;}
table.calendar tr td.calendarNavMonthPrev {background:#f3f3f3;text-align:left;}
table.calendar tr td.calendarNavMonthPrev a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthPrev a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarCurrentMonth {background:#f3f3f3;}
table.calendar tr td.calendarNavMonthNext {background:#f3f3f3;text-align:right;}
table.calendar tr td.calendarNavMonthNext a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthNext a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarDayName {background:#e9e9e9;font-size:11px;width:14.2%;}
table.calendar tr td.calendarDateEmpty {background:#fbfbfb;}
table.calendar tr td.calendarDate {}
table.calendar tr td.calendarDateLinked {padding:0;}
table.calendar tr td.calendarDateLinked a {display:block;padding:2px;text-decoration:none;background:#eee;}
table.calendar tr td.calendarDateLinked a:hover {display:block;background:#135cae;color:#fff;padding:2px;text-decoration:none;}
table.calendar tr td.calendarToday {background:#135cae;color:#fff;}
table.calendar tr td.calendarTodayLinked {background:#135cae;color:#fff;padding:0;}
table.calendar tr td.calendarTodayLinked a {display:block;padding:2px;color:#fff;text-decoration:none;}
table.calendar tr td.calendarTodayLinked a:hover {display:block;background:#BFD9FF;padding:2px;text-decoration:none;}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock {}
div.k2CategorySelectBlock form select {width:auto;}
div.k2CategorySelectBlock form select option {}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock {}
div.k2CategoriesListBlock ul {}
div.k2CategoriesListBlock ul li {}
div.k2CategoriesListBlock ul li a {}
div.k2CategoriesListBlock ul li a:hover {}
div.k2CategoriesListBlock ul li a span.catTitle {padding-right:4px;}
div.k2CategoriesListBlock ul li a span.catCounter {}
div.k2CategoriesListBlock ul li a:hover span.catTitle {}
div.k2CategoriesListBlock ul li a:hover span.catCounter {}
div.k2CategoriesListBlock ul li.activeCategory {}
div.k2CategoriesListBlock ul li.activeCategory a {font-weight:bold;}

	/* Root level (0) */
	ul.level0 {}
	ul.level0 li {}
	ul.level0 li a {}
	ul.level0 li a:hover {}
	ul.level0 li a span {}
	ul.level0 li a:hover span {}

		/* First level (1) */
		ul.level1 {}
		ul.level1 li {}
		ul.level1 li a {}
		ul.level1 li a:hover {}
		ul.level1 li a span {}
		ul.level1 li a:hover span {}

			/* n level (n) - like the above... */

/* --- Search Box --- */
div.k2SearchBlock {position:relative;}
div.k2SearchBlock form {}
div.k2SearchBlock form input.inputbox {}
div.k2SearchBlock form input.button {}
div.k2SearchBlock form input.k2SearchLoading {background:url(../images/system/searchLoader.gif) no-repeat 100% 50%;}
div.k2SearchBlock div.k2LiveSearchResults {display:none;background:#fff;position:absolute;z-index:99;border:1px solid #ccc;margin-top:-1px;}
	/* Live search results (fetched via ajax) */
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {list-style:none;margin:0;padding:0;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {border:none;margin:0;padding:0;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {display:block;padding:1px 2px;border-top:1px dotted #eee;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {background:#fffff0;}

/* --- Tag Cloud --- */
div.k2TagCloudBlock {padding:8px 0;}
div.k2TagCloudBlock a {padding:4px;float:left;display:block;}
div.k2TagCloudBlock a:hover {padding:4px;float:left;display:block;background:#135cae;color:#fff;text-decoration:none;}

/* --- Custom Code --- */
div.k2CustomCodeBlock {}



/*----------------------------------------------------------------------
	Modules: mod_k2_users
----------------------------------------------------------------------*/

div.k2UsersBlock {}
div.k2UsersBlock ul {}
div.k2UsersBlock ul li {}
div.k2UsersBlock ul li.lastItem {}
div.k2UsersBlock ul li a.ubUserAvatar img {}
div.k2UsersBlock ul li a.ubUserName {}
div.k2UsersBlock ul li a.ubUserName:hover {}
div.k2UsersBlock ul li div.ubUserDescription {}
div.k2UsersBlock ul li div.ubUserAdditionalInfo {}
	a.ubUserFeedIcon,
	a.ubUserFeedIcon:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/feed.png) no-repeat 50% 50%;}
	a.ubUserFeedIcon span,
	a.ubUserFeedIcon:hover span {display:none;}
	a.ubUserURL,
	a.ubUserURL:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/globe.png) no-repeat 50% 50%;}
	a.ubUserURL span,
	a.ubUserURL:hover span {display:none;}
	span.ubUserEmail {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/mail.png) no-repeat 50% 50%;overflow:hidden;}
	span.ubUserEmail a {display:inline-block;margin:0;padding:0;width:16px;height:16px;text-indent:-9999px;}

div.k2UsersBlock ul li h3 {clear:both;margin:8px 0 0 0;padding:0;}
div.k2UsersBlock ul li ul.ubUserItems {}
div.k2UsersBlock ul li ul.ubUserItems li {}



/****** Custom css ******/

span.itemImage a.modal{
	position: inherit;
	top: 0;
	left: 0;
	z-index: 0;
	width: 0;
	margin-left: 0;
	background-color: none;
	border: none;
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: none;
	-moz-background-clip: none;
	background-clip: none;
}
div.options{
	margin-top: 25px;
}
.related_items_info{
	position: absolute;
	bottom: 0;
	padding: 25px;
	left: 0;
	right: 0;
}
.relatedItemsDurationPrice{
	color: #fff;
}

.span8.itemText{
	text-align: justify;
	border-right: solid 1px #e9e9e9;
	padding-right: 30px;
}
h3.catItemTitle a{
	color: #fff;
	font-size: 26px;
}
h3.catItemTitle a:hover{
	color: #fff;
}
.populer-travel-package-wrapper{
	margin-top: 50px;
	border-top: solid 1px #ccc;
}
h3.moduleTitle{
	margin: 20px 0 !important;
}
div.itemRelated h3{
	color: #000;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;

}

/* == Popular Items top == */

.populerItemsListWrapper{margin-bottom: 50px;}

.populerPackageItemslisting .populer-travel-package-wrapper{
	margin-top: 0;
}















/* --- END --- */