* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  zoom: 1; }

body {
  font-size: 16px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #838383;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  oveflow-y: scroll; }

iframe, img {
  border: 0; }

a {
  text-decoration: none;
  color: inherit; }

a:hover, a:focus {
  color: #28537f;
  text-decoration: none; }

a:focus {
  outline: none; }

p {
  line-height: 1.6666;
  margin-bottom: 15px; }

dt {
  font-weight: normal; }

span.active, a.active, h2.active, h3.active, h4.active, h5.active, h6.active {
  color: #28537f; }

.info-primary, .info-success {
  color: #fff;
  padding: 2px 5px;
  line-height: 1em; }

.info-success {
  background: #98ce44; }

.info-primary {
  background: #2d3e52; }

/* 2) Heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-weight: normal;
  color: #28537f; }

h1 {
  font-size: 2em;
  line-height: 1.25em;
  /*24px, 30px*/ }

h2 {
  font-size: 1.6667em;
  line-height: 1.25em;
  /*20px, 35px*/ }

h3 {
  font-size: 1.5em;
  line-height: 1.2222em;
  /*18px, 22px*/ }

h4 {
  font-size: 1.3333em;
  line-height: 1.25em;
  /*16px, 20px*/ }

h5 {
  font-size: 1.1666em;
  line-height: 1.1428em;
  /*14px, 16px*/ }

h6 {
  font-size: 1em; }

h1.fourty-space {
  font-size: 1.3333em;
  line-height: 1.25em;
  letter-spacing: .04em; }

h2.fourty-space {
  font-size: 1.1666em;
  line-height: 1.1428em;
  letter-spacing: .04em; }

h3.fourty-space {
  font-size: 1.0833em;
  line-height: 1.1428em;
  letter-spacing: .04em; }

h4.fourty-space {
  font-size: 1em;
  line-height: 1.1em;
  letter-spacing: .04em; }

h5.fourty-space {
  font-size: 0.9166;
  line-height: 1.1em;
  letter-spacing: .04em; }

h6.fourty-space {
  font-size: 0.8333em;
  line-height: 1.1em;
  letter-spacing: .04em; }

/* 3) Lists */
ol, ul {
  list-style: none;
  margin: 0; }

/* 4) Contents */
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #f5f5f5; }

/* 5) Table */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 6) HTML5 & CSS3 Styles for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 7) Tools */
.clearer {
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important; }

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.no-display {
  display: none; }

.no-float {
  float: none !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-lpadding {
  padding-left: 0 !important; }

.no-rpadding {
  padding-right: 0 !important; }

.no-border {
  border: none !important; }

.full-width {
  width: 100% !important; }

img.full-width {
  height: auto; }

.uppercase {
  text-transform: uppercase; }

.fourty-space {
  letter-spacing: .04em !important; }

.underline {
  text-decoration: underline !important; }

.inline-block {
  display: inline-block !important; }

.visible-sms {
  display: none; }

.overflow-hidden {
  overflow: hidden; }

.no-letter-spacing {
  letter-spacing: normal !important; }

/* 8) Colors */
.blue-color {
  color: #28537f
 !important; }

.light-blue-color {
  color: #7692b4; }

.yellow-color {
  color: #fdb714 !important; }

.red-color {
  color: #e01a33 !important; }

.green-color {
  color: #7db921 !important; }

.white-color {
  color: #fff !important; }

.dark-blue-color {
  color: #2d3e52 !important; }

.skin-color {
  color: #28537f; }

.default-color {
  color: inherit !important; }

.gray-color {
  color: #9e9e9e !important; }

.hotel-color {
  color: #28537f; }

.select-color {
  color: #fdb714; }

.blue-bg {
  background-color: #28537f
 !important; }

.yellow-bg {
  background-color: #fdb714 !important; }

.red-bg {
  background-color: #e01a33 !important; }

.green-bg {
  background-color: #98ce44 !important; }

.white-bg {
  background-color: #fff !important; }

.dark-blue-bg {
  background-color: #2d3e52 !important; }

.skin-bg {
  background-color: #28537f
 !important; }

.gray-bg {
  background-color: #f5f5f5 !important; }


/* 2.13. Image Box Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.image-box .box, .image-box.box {
  text-align: left;
  background: #fff;
  margin-bottom: 30px; }
  .image-box .box img, .image-box.box img {
    width: 100%;
    height: auto; }
  .image-box .box > .details, .image-box.box > .details {
    padding: 12px 15px; }
    .image-box .box > .details > *:last-child, .image-box.box > .details > *:last-child {
      margin-bottom: 0; }
  .image-box .box .box-title, .image-box.box .box-title {
    margin-bottom: 10px;
    color: #2d3e52; }
.image-box.style1 .box-title, .image-box.style10 .box-title {
  margin-bottom: 0; }
.image-box.style6 figure, .image-box.style14 figure {
  padding: 0; }
.image-box.style6 .details, .image-box.style14 .details {
  margin-bottom: 0 !important;
  padding: 50px 30px;
  line-height: 1.7em; }
.image-box.style6 .box:after, .image-box.style6.box:after, .image-box.style14 .box:after, .image-box.style14.box:after {
  display: table;
  content: "";
  clear: both; }
  .image-style {
  padding: 0;
  position: relative;
  background: #fff;
  padding: 30px 0 30px 30px; }
  .image-style.large-font {
    font-size: 1.2307em; }
  .image-style.style1 {
    margin-right: 60px; }
    .image-style.style1 .image-block {
      margin-right: 25px; }
    .image-style.style1 .title {
      font-size: 1.875em;
      margin-bottom: 30px; }
    .image-style.style1 ul li {
      margin: 0 10px 10px 0;
      width: 80px;
      height: 80px; }
      .image-style.style1 ul li a {
        overflow: hidden;
        display: block; }
        .image-style.style1 ul li a img {
          max-width: none;
          height: 100%; }
    .image-style.style1:before {
      display: block;
      content: "";
      width: 60px;
      background-color: #fff;
      position: absolute;
      right: -60px;
      bottom: 60px;
      top: 0; }
    .image-style.style1:after {
      display: block;
      content: "";
      position: absolute;
      right: -60px;
      bottom: 0;
      border-top: 60px solid #d9d9d9;
      border-right: 60px solid transparent; }

/* 1.2. Layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#page-wrapper {
  position: relative;
  overflow: visible; }

.gray-area {
  background: #f5f5f5; }

.global-map-area {
  background: url("http://placehold.it/2080x1000") no-repeat; }
  .global-map-area .description p {
    color: #7c9abd; }
  .global-map-area .description h1, .global-map-area .description h2, .global-map-area .description h3, .global-map-area .description h4, .global-map-area .description h5, .global-map-area .description h6 {
    color: #fff; }

section#content {
  min-height: 400px;
  padding-top: 40px;
  text-align: left;
  background: #f5f5f5; }
  section#content:after {
    display: table;
    content: "";
    clear: both; }

.sm-section {
  padding-top: 30px;
  padding-bottom: 20px; }

.md-section {
  padding-top: 40px;
  padding-bottom: 30px; }

.section {
  padding-top: 80px;
  padding-bottom: 70px; }

.small-box {
  margin-bottom: 20px; }

.box {
  margin-bottom: 30px; }

.block {
  margin-bottom: 40px; }

.large-block {
  margin-bottom: 70px; }

article {
  margin-bottom: 20px; }

#main {
  margin-bottom: 40px; }

.body-blank {
  display: table;
  height: 100%;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  width: 100%; }

.wrapper-blank {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 100%; }

/* 2. Global Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.table-wrapper {
  display: table; }
  .table-wrapper .table-row {
    display: table-row;
    float: none !important; }
  .table-wrapper .table-cell {
    display: table-cell;
    vertical-align: top;
    float: none !important; }
    .table-wrapper .table-cell.content-middle {
      vertical-align: middle; }

.image-container img {
  max-width: 100%; }

.imagebg-container {
  background-repeat: no-repeat;
  background-position: center center; }

.banner {
  position: relative;
  z-index: 1;
  padding: 90px 0; }
  .banner .big-caption, .banner .med-caption {
    color: #fff;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.25); }
  .banner .big-caption {
    font-size: 4.1667em; }
  .banner .med-caption {
    font-size: 2.5em; }

/* box title */
.box-title {
  margin-bottom: 0;
  line-height: 1em; }
  .box-title small {
    font-size: 10px;
    color: #838383;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
    /*letter-spacing: normal;*/ }
    .box-title small [class^="soap-icon"] {
      color: #fdb714;
      font-size: 1.3333em; }

h2.box-title small {
  font-size: 11px; }

h1.box-title small {
  font-size: 12px; }

.s-title {
  color: #28537f; }
  .s-title a:hover {
    color: #40cbf8; }

.m-title {
  margin: 0; }

.f-title {
  letter-spacing: 0.04em;
  margin-bottom: 10px; }

.border-bottom {
  border-bottom: 1px solid #f5f5f5; }

/*#slideshow, */
.flex-viewport .slides li {
  /*img { */
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  /* }*/ }

/* 2.1. Form Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
input.input-text, select, textarea, span.custom-select {
  background: #f5f5f5;
  border: none;
  line-height: normal; }

input.input-text, textarea, span.custom-select {
  padding-left: 15px;
  padding-right: 15px;
  height: 34px; }
  input.input-text.input-large, textarea.input-large, span.custom-select.input-large {
    height: 43px;
    font-size: 1.1667em; }
  input.input-text.input-medium, textarea.input-medium, span.custom-select.input-medium {
    height: 34px; }
  input.input-text.input-small, textarea.input-small, span.custom-select.input-small {
    height: 28px; }
  input.input-text.input-mini, textarea.input-mini, span.custom-select.input-mini {
    height: 19px; }
  input.input-text.white, textarea.white, span.custom-select.white {
    background: #fff; }

textarea {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  resize:none; }

/* 2.1.1. Select box */
select {
  height: 34px;
  padding: 8px 0 8px 8px; }

select option {
  padding: 2px 10px; }

.selector {
  position: relative;
  min-width: 60px;
  line-height: 0; }
  .selector select {
    position: absolute;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 100%;
    -webkit-appearance: menulist-button;
    line-height: 30px; }
  .selector span.custom-select {
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap; }
    .selector span.custom-select:before {
      position: absolute;
      right: 0;
      top: 0;
      content: '';
      background: #fdb714;
      width: 24px;
      height: 100%; }
    .selector span.custom-select:after {
      position: absolute;
      right: 9px;
      top: 15px;
      border-top: 5px solid #fff;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      content: ""; }
  .selector.style1 span.custom-select:before {
    background: transparent; }
  .selector.style1 span.custom-select:after {
    border-top-color: #fdb714; }

/* 2.1.2. File input box */
.fileinput {
  position: relative;
  display: inline-block;
  min-width: 100px; }
  .fileinput input[type=file] {
    position: relative;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 100%; }
  .fileinput .custom-fileinput {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    line-height: normal; }
  .fileinput:after {
    display: block;
    content: "BROWSE";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fdb714;
    color: #fff;
    font-size: 1em;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0.04em;
    font-weight: bold;
    vertical-align: middle; }

/* 2.1.3. Checkbox and Radio */
.checkbox, .radio {
  position: relative;
  margin-top: 0;
  line-height: 20px; }
  .checkbox:before, .radio:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #d1d1d1;
    z-index: 0;
    font-family: "soap-icons";
    line-height: 12px;
    text-align: center; }
  .checkbox.checked:before, .radio.checked:before {
    border-color: #28537f;
    color: #fff;
    background: #28537f;
    content: "\e8ba"; }

/* checkbox */
.checkbox label, .checkbox.label {
  font-size: 1.0833em;
  line-height: 20px;
  color: #9e9e9e; }
.checkbox input[type="checkbox"] {
  position: relative;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

/* radio */
.radio label, .radio.label {
  font-size: 0.9167em;
  line-height: 20px; }
.radio input[type="radio"] {
  position: relative;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
.radio:before {
  background: #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  font-size: 1.3333em;
  line-height: 13px; }
.radio.radio-square:before {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }
.radio.checked:before {
  content: "\e892"; }

.checkbox-inline, .radio-inline {
  margin-left: 10px; }

/* 2.1.4. Form */
form label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 0.9167em; }
form .checkbox label, form label.checkbox {
  font-size: 1.0833em;
  text-transform: none; }
form .radio label, form label.radio {
  font-size: 0.9167em; }
form .form-group {
  margin-bottom: 15px; }

.sidebar form .form-group {
  margin-bottom: 10px; }
.sidebar form label {
  font-size: 0.8333em;
  margin-bottom: 3px; }

.panel-content form label {
  font-size: 0.8333em;
  margin-bottom: 3px; }

/* Fourty space */
.box-title, .post-title, .post-meta, .author .name, .mile, .title, .s-title, .price, button, a.button, dl, label, span.info, .price-wrapper, ul.tabs a, .icon-box.style1, .icon-box.style2, .icon-box.style3 .description, .icon-box.style5, .search-results-title, .breadcrumbs {
  letter-spacing: 0.04em; }

/* 2.2. Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 2.2.1. Buttons */
button, a.button {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  white-space: nowrap; }
  button.btn-large, a.button.btn-large {
    padding: 0 32px;
    height: 43px;
    font-size: 1.1667em;
    line-height: 43px; }
  button.btn-medium, a.button.btn-medium {
    padding: 0 32px;
    height: 34px;
    line-height: 34px;
    font-size: 1em; }
  button.btn-small, a.button.btn-small {
    height: 28px;
    padding: 0 24px;
    line-height: 28px;
    font-size: 0.9167em; }
  button.btn-mini, a.button.btn-mini {
    height: 19px;
    padding: 0 20px;
    font-size: 0.8333em;
    line-height: 19px; }
  button.full-width, a.button.full-width {
    padding-left: 0;
    padding-right: 0; }

button {
  font-size: 0.9167em;
  font-weight: bold;
  background: #ff5b5b;
  height: 34px;
  line-height: 34px; }
  button:hover {
    background: #ff0000; }

a.button {
  display: inline-block;
  background: #d9d9d9;
  font-size: 0.8333em;
  line-height: 1.8333em;
  white-space: nowrap;
  text-align: center; }
  a.button:hover {
    background: #98ce44; }
  a.button.btn-mini {
    padding-left: 10px;
    padding-right: 10px; }
  a.button.btn-large, a.button.btn-medium, a.button.btn-small, a.button.full-width {
    font-weight: bold; }

button, a.button {
  /* Extra buttons */ }
  button.white, a.button.white {
    background: #fff;
    color: inherit; }
  button.silver, a.button.silver {
    background: #d9d9d9; }
  button.sky-blue1, a.button.sky-blue1 {
    background: #28537f; }
    button.sky-blue1:hover, a.button.sky-blue1:hover {
      background: #07a5d8; }
  button.yellow, a.button.yellow {
    background: #fdb714; }
    button.yellow:hover, a.button.yellow:hover {
      background: #e9b02b; }
  button.dark-blue1, a.button.dark-blue1 {
    background: #2d3e52; }
  button.green, a.button.green {
    background: #98ce44; }
    button.green:hover, a.button.green:hover {
      background: #7fb231; }
  button.red, a.button.red {
    background: #e44049; }
  button.light-brown, a.button.light-brown {
    background: #e6c687; }
  button.orange, a.button.orange {
    background: #ff6000; }
  button.dull-blue, a.button.dull-blue {
    background: #12a0c3; }
  button.light-orange, a.button.light-orange {
    background: #f5a77d; }
  button.light-purple, a.button.light-purple {
    background: #db8df6; }
  button.sea-blue, a.button.sea-blue {
    background: #0ab596; }
  button.sky-blue2, a.button.sky-blue2 {
    background: #6dace6; }
  button.dark-blue2, a.button.dark-blue2 {
    background: #194eb0; }
  button.dark-orange, a.button.dark-orange {
    background: #ff3e3e; }
  button.purple, a.button.purple {
    background: #9f60b5; }
  button.light-yellow, a.button.light-yellow {
    background: #ffd200; }
  button.btn-extra, a.button.btn-extra {
    font-size: 1em;
    height: 70px;
    padding: 0;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    line-height: 1.5em;
    border: 1px solid #28537f;
    border-left: none;
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
    display: inline-table;
    table-layout: fixed;
    margin-right: 10px;
    margin-bottom: 10px; }
    button.btn-extra > i, a.button.btn-extra > i {
      width: 55px;
      vertical-align: middle;
      background: #28537f;
      color: #2d3e52;
      font-size: 36px;
      display: table-cell;
      height: 70px;
      text-align: right;
      padding-right: 8px; }
      button.btn-extra > i:after, a.button.btn-extra > i:after {
        display: block;
        content: "";
        position: absolute;
        left: 55px;
        border-bottom: 70px solid #28537f;
        border-right: 16px solid transparent;
        top: 0;
        bottom: 0; }
    button.btn-extra > span, a.button.btn-extra > span {
      display: table-cell;
      vertical-align: middle;
      padding: 0 20px 0 35px;
      text-align: left; }
      button.btn-extra > span em, a.button.btn-extra > span em {
        color: #28537f;
        font-size: 1.6667em;
        font-weight: bold;
        font-style: normal; }
    button.btn-extra:hover, a.button.btn-extra:hover {
      color: inherit;
      background: #fff;
      border: none;
      border-right: 1px solid transparent !important; }
      button.btn-extra:hover > i, a.button.btn-extra:hover > i {
        color: #fff; }
    button.btn-extra.blue, a.button.btn-extra.blue {
      border-color: #28537f; }
      button.btn-extra.blue > i, a.button.btn-extra.blue > i {
        background: #28537f; }
        button.btn-extra.blue > i:after, a.button.btn-extra.blue > i:after {
          border-bottom-color: #28537f; }
      button.btn-extra.blue > span em, a.button.btn-extra.blue > span em {
        color: #28537f; }
    button.btn-extra.yellow, a.button.btn-extra.yellow {
      border-color: #fdb714; }
      button.btn-extra.yellow > i, a.button.btn-extra.yellow > i {
        background: #fdb714; }
        button.btn-extra.yellow > i:after, a.button.btn-extra.yellow > i:after {
          border-bottom-color: #fdb714; }
      button.btn-extra.yellow > span em, a.button.btn-extra.yellow > span em {
        color: #fdb714; }

.icon-check {
  position: relative;
  padding-right: 30px !important;
  padding-left: 0 !important;
  overflow: hidden;
  /*&:hover:after { @include animation(toTopFromBottom, 0.35s, forwards); }*/ }
  .icon-check:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: url(../images/icon/icon-check.png) no-repeat center center #7db921; }
  .icon-check:hover:after {
    background-color: #98ce44; }

.with-icon {
  position: relative;
  padding: 0 !important;
  display: inline-block; }
  .with-icon .icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -17px 0 0 !important;
    width: 30px;
    font-size: 18px;
    color: #a4a4a4;
    background: none;
    padding: 0 !important;
    height: auto; }
  .with-icon .input-text {
    padding-right: 40px !important; }
  .with-icon.input-large .icon {
    width: 43px;
    height: 43px;
    margin-top: -21px !important;
    font-size: 22px; }
  .with-icon.input-large .input-text {
    padding-right: 48px !important; }

/* 2.2.2. Alert message */
.alert {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  padding: 15px 15px 15px 70px;
  color: #fff;
  font-size: 1.0833em;
  position: relative; }
  
  .alert.alert-error {
    background: #ff5469; }
  .alert.alert-success {
    background: #bae675; }

.alert .close, .info-box .close {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-shadow: none;
  float: none;
  position: absolute;
  top: 8px;
  right: 8px; }
.alert .close:before, .info-box .close:before {
  content: "\f00d";
  font-family: FontAwesome; }

.error-field {
  border: 1px solid #f00; }

/* 2.2.3. Info box */
.info-box {
  padding: 20px 25px;
  border: 1px solid #28537f;
  position: relative; }
  .info-box .close {
    color: #28537f; }
  .info-box p {
    font-size: 1.1667em; }
  .info-box > *:last-child {
    margin-bottom: 0; }

/* 2.2.4. Term Description */
dl.term-description {
  text-transform: uppercase;
  font-size: 0.9167em; }
  dl.term-description dt, dl.term-description dd {
    line-height: 1.3333em;
    float: left;
    width: 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  dl.term-description dt {
    border-right: 1px solid #f5f5f5;
    color: #28537f;
    font-weight: 400;
    padding-right: 5px;
    clear: both; }
  dl.term-description dd {
    padding-left: 20px; }
  dl.term-description:after {
    content: "";
    display: table;
    clear: both; }

/* 2.2.5. Dropcap */
.dropcap:first-letter {
  float: left;
  color: #28537f;
  font-size: 4.153em;
  line-height: 0.8667em;
  padding: 0;
  margin-right: 6px;
  font-weight: bold;
  text-transform: uppercase;
  display: block; }
.dropcap.colored:first-letter {
  color: #fff;
  background: #28537f;
  padding: 4px 4px;
  margin-top: 3px;
  margin-right: 10px; }

/* 2.2.6. Blockquote */
q, blockquote {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

blockquote {
  font-size: 1.3333em;
  line-height: 1.6em;
  padding: 20px 20px 20px 40px;
  border-left: none;
  position: relative;
  text-indent: -19px; }
  blockquote p {
    font-size: 1em; }
  blockquote:before, blockquote:after {
    font-family: Georgia,serif;
    font-size: 2.5em;
    vertical-align: middle;
    line-height: 0; }
  blockquote:before {
    content: open-quote;
    margin-right: 4px; }
  blockquote:after {
    content: close-quote;
    margin-left: 3px; }
  blockquote.style1, blockquote.style2 {
    background: #fff;
    font-style: italic; }
    blockquote.style1 p, blockquote.style2 p {
      display: inline; }
  blockquote.style1 {
    border-left: 3px solid #fdb714;
    position: relative; }
    blockquote.style1 > span.triangle:before {
      text-indent: 0;
      content: "\f0da";
      font-family: FontAwesome;
      color: #fdb714;
      position: absolute;
      left: -1px;
      top: 50%;
      margin-top: -11px;
      font-style: normal; }
    blockquote.style1:before, blockquote.style1:after {
      color: #f5f5f5; }
    blockquote.style1.border-color-blue {
      border-color: #28537f; }
      blockquote.style1.border-color-blue > span.triangle:before {
        color: #28537f; }
    blockquote.style1.border-color-yellow {
      border-color: #fdb714; }
      blockquote.style1.border-color-yellow > span.triangle:before {
        color: #fdb714; }
    blockquote.style1.quote-color-blue:before, blockquote.style1.quote-color-blue:after {
      color: #28537f; }
    blockquote.style1.quote-color-yellow:before, blockquote.style1.quote-color-yellow:after {
      color: #fdb714; }
  blockquote.style2 {
    color: #28537f; }
    blockquote.style2:before, blockquote.style2:after {
      color: #fdb714; }

/* 2.2.7. Pagination */
.pagination {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }
  .pagination > li {
    float: left;
    height: 32px;
    margin-right: 6px;
    text-align: center;
    font-size: 0.9167em; }
    .pagination > li.disabled > span {
      color: #fff;
      background: #d9d9d9; }
      .pagination > li.disabled > span:hover {
        background: #d9d9d9; }
    .pagination > li > a, .pagination > li > span {
      line-height: 32px;
      padding: 0 10px;
      color: #fff;
      border-radius: 0 !important;
      background: #d9d9d9;
      border: none;
      text-transform: uppercase;
      font-weight: bold; }
      .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
        color: #fff;
        background: #fdb714; }
    .pagination > li.active > a, .pagination > li.active > span {
      background: #fdb714 !important; }
    .pagination > li.first, .pagination > li.prev {
      margin-right: 10px; }
    .pagination > li.next, .pagination > li.last {
      margin-left: 4px; }
    .pagination > li.first > a, .pagination > li.prev > a, .pagination > li.next > a, .pagination > li.last > a {
      background: #98ce44;
      padding: 0 15px; }
      .pagination > li.first > a:hover, .pagination > li.prev > a:hover, .pagination > li.next > a:hover, .pagination > li.last > a:hover {
        background: #fdb714; }
    .pagination > li.first.disabled > a, .pagination > li.first.disabled > span, .pagination > li.prev.disabled > a, .pagination > li.prev.disabled > span, .pagination > li.next.disabled > a, .pagination > li.next.disabled > span, .pagination > li.last.disabled > a, .pagination > li.last.disabled > span {
      color: #fff;
      background: #d9d9d9; }

/* 2.2.8. Hover effect */
.hover-effect {
  display: block;
  position: relative;
  background: none;
  overflow: hidden;
  /*z-index: 0;*/
  /*color skin*/
  /* style1 : checked icon */ }
  .hover-effect:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
    background: url(../images/icon/hover-effect.png) no-repeat center;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: rgba(1, 183, 242, 0.6); }
  .hover-effect img {
    display: block;
    position: relative;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden; }
  .hover-effect:hover:after {
    visibility: visible;
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .hover-effect:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .hover-effect.yellow:after {
    background-color: rgba(255, 255, 40, 0.6); }
  .hover-effect.style1:after {
    color: #fff;
    background: none;
    content: "\e8ba";
    font-family: "soap-icons";
    font-size: 1.6667em;
    text-align: center;
    line-height: 50px;
    border: 2px solid #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px; }
  .hover-effect.style1:hover {
    background: #28537f; }
    .hover-effect.style1:hover img {
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5; }

.selected-effect {
  display: block;
  position: relative;
  background: none;
  overflow: hidden;
  background: #28537f; }
  .selected-effect img {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
  .selected-effect:after {
    position: absolute;
    color: #fff;
    background: none;
    content: "\e8ba";
    font-family: "soap-icons";
    font-size: 1.6667em;
    text-align: center;
    line-height: 50px;
    border: 2px solid #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px; }

.animated .hover-effect {
  z-index: 0; }

.contact-details {
  font-style: normal; }
  .contact-details .contact-phone {
    color: #2d3e52;
    font-size: 1.6667em; }
    .contact-details .contact-phone i {
      color: #28537f; }
  .contact-details .contact-email {
    color: #28537f;
    font-size: 1.1667em;
    padding: 0 24px;
    line-height: 2em; }

/* 2.4. Skin Color ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.title {
  color: #2d3e52; }

/* 2.5. Positioning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.middle-block {
  position: relative;
  display: block;
  overflow: hidden; }
  .middle-block .middle-item {
    position: absolute; }
  .middle-block img.middle-item {
    max-width: none;
    min-width: 100%; }

.column-2 > *, .column-3 > *, .column-4 > *, .column-5 > *, .column-5-no-margin > *, .constant-column-2 > *, .constant-column-3 > *, .constant-column-4 > *, .constant-column-5 > * {
  float: left; }
.column-2:after, .column-3:after, .column-4:after, .column-5:after, .column-5-no-margin:after, .constant-column-2:after, .constant-column-3:after, .constant-column-4:after, .constant-column-5:after {
  clear: both;
  content: "";
  display: table; }

.column-5-no-margin > *:nth-child(5n+1) {
  clear: both; }

.column-5-no-margin > * {
  width: 20%; }

.column-2 > *, .constant-column-2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .column-2 > *:nth-child(2n), .constant-column-2 > *:nth-child(2n) {
    margin-right: 0; }
  .column-2 > *:nth-child(2n+1), .constant-column-2 > *:nth-child(2n+1) {
    clear: both; }

.column-3 > *, .constant-column-3 > * {
  width: 31.3333%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .column-3 > *:nth-child(3n), .constant-column-3 > *:nth-child(3n) {
    margin-right: 0; }
  .column-3 > *:nth-child(3n+1), .constant-column-3 > *:nth-child(3n+1) {
    clear: both; }

.column-4 > *, .constant-column-4 > * {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .column-4 > *:nth-child(4n), .constant-column-4 > *:nth-child(4n) {
    margin-right: 0; }
  .column-4 > *:nth-child(4n+1), .constant-column-4 > *:nth-child(4n+1) {
    clear: both; }

.column-5 > *, .constant-column-5 > * {
  width: 17.6%;
  margin-right: 3%;
  margin-bottom: 3%; }
  .column-5 > *:nth-child(5n), .constant-column-5 > *:nth-child(5n) {
    margin-right: 0; }
  .column-5 > *:nth-child(5n+1), .constant-column-5 > *:nth-child(5n+1) {
    clear: both; }

/* 2.6. Unordered lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul.arrow, ul.triangle, ul.circle, ul.check, ul.chevron, ul.arrow-square, ul.check-square, ul.check-circle, ul.decimal, ul.upper-roman, ul.lower-latin, ul.upper-latin {
  line-height: 2em;
  font-size: 1em; }
  ul.arrow li.active, ul.arrow li.active:before, ul.arrow.hover li:hover, ul.arrow.hover li:hover:before, ul.triangle li.active, ul.triangle li.active:before, ul.triangle.hover li:hover, ul.triangle.hover li:hover:before, ul.circle li.active, ul.circle li.active:before, ul.circle.hover li:hover, ul.circle.hover li:hover:before, ul.check li.active, ul.check li.active:before, ul.check.hover li:hover, ul.check.hover li:hover:before, ul.chevron li.active, ul.chevron li.active:before, ul.chevron.hover li:hover, ul.chevron.hover li:hover:before, ul.arrow-square li.active, ul.arrow-square li.active:before, ul.arrow-square.hover li:hover, ul.arrow-square.hover li:hover:before, ul.check-square li.active, ul.check-square li.active:before, ul.check-square.hover li:hover, ul.check-square.hover li:hover:before, ul.check-circle li.active, ul.check-circle li.active:before, ul.check-circle.hover li:hover, ul.check-circle.hover li:hover:before, ul.decimal li.active, ul.decimal li.active:before, ul.decimal.hover li:hover, ul.decimal.hover li:hover:before, ul.upper-roman li.active, ul.upper-roman li.active:before, ul.upper-roman.hover li:hover, ul.upper-roman.hover li:hover:before, ul.lower-latin li.active, ul.lower-latin li.active:before, ul.lower-latin.hover li:hover, ul.lower-latin.hover li:hover:before, ul.upper-latin li.active, ul.upper-latin li.active:before, ul.upper-latin.hover li:hover, ul.upper-latin.hover li:hover:before {
    color: #28537f; }
  ul.arrow.hover li, ul.triangle.hover li, ul.circle.hover li, ul.check.hover li, ul.chevron.hover li, ul.arrow-square.hover li, ul.check-square.hover li, ul.check-circle.hover li, ul.decimal.hover li, ul.upper-roman.hover li, ul.lower-latin.hover li, ul.upper-latin.hover li {
    cursor: default; }

ul.arrow, ul.triangle, ul.circle, ul.check, ul.chevron, ul.arrow-square, ul.check-square, ul.check-circle {
  list-style: none;
  padding: 0; }
  ul.arrow li:before, ul.triangle li:before, ul.circle li:before, ul.check li:before, ul.chevron li:before, ul.arrow-square li:before, ul.check-square li:before, ul.check-circle li:before {
    font-family: "FontAwesome"; }

ul.arrow li:before {
  content: "\f178";
  margin-right: 10px;
  color: #28537f; }

ul.triangle li:before {
  content: "\f04b";
  margin-right: 10px;
  color: #d9d9d9;
  display: block;
  float: left;
  font-size: 7px; }
ul.triangle li.active, ul.triangle li.active:before, ul.triangle.hover li:hover, ul.triangle.hover li:hover .box-title, ul.triangle.hover li:hover:before {
  color: #28537f; }

ul.circle li:before {
  content: "\f111";
  margin-right: 10px;
  color: #28537f;
  display: block;
  float: left;
  font-size: 5px; }
ul.circle.bullet-yellow li:before {
  color: #fdb714; }
ul.circle.bullet-green li:before {
  color: #98ce44; }
ul.circle.bullet-blue li:before {
  color: #28537f; }

ul.check li:before {
  content: "\e8ba";
  margin-right: 10px;
  color: #98ce44;
  font-family: "soap-icons";
  font-size: 1.3333em;
  line-height: 1em; }

ul.chevron li {
  padding-left: 30px !important;
  position: relative; }

ul.chevron li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  content: "\f054";
  color: #28537f;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 10px;
  border: 1px solid #28537f;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

ul.arrow-square li:before {
  content: "\f178";
  margin-right: 10px;
  color: #fff;
  background: #28537f;
  padding: 0 2px 0 3px; }

ul.decimal {
  counter-reset: item; }
  ul.decimal li:before {
    content: counters(item,".") "-";
    counter-increment: item;
    margin-right: 5px; }

ul.upper-roman {
  padding-left: 1.5em;
  list-style: upper-roman outside none; }

ul.lower-latin {
  padding-left: 1.25em;
  list-style: lower-latin outside none; }

ul.upper-latin {
  padding-left: 1.5em;
  list-style: upper-latin outside none; }

/* colored */
ul.upper-roman.bullet-colored li, ul.lower-latin.bullet-colored li, ul.upper-latin.bullet-colored li {
  color: #28537f; }
  ul.upper-roman.bullet-colored li > *, ul.lower-latin.bullet-colored li > *, ul.upper-latin.bullet-colored li > * {
    color: #838383; }

ul.check-square li:before {
  font-family: 'soap-icons';
  content: "\e8ba";
  background: #d9d9d9;
  color: #fff;
  padding: 1px 4px 0;
  margin-right: 10px;
  font-size: 12px; }
ul.check-square li.active {
  background: #28537f;
  color: #fff; }
  ul.check-square li.active > a {
    color: #fff; }
  ul.check-square li.active:before {
    background: #fff;
    color: #fdb714; }

ul.check-circle li:before {
  content: "\e8ba";
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-family: "soap-icons";
  background: #fdb714;
  vertical-align: baseline;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px; }

/* 2.10. Promo box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.promo-box {
  margin: 0 0 30px 0;
  overflow: hidden; }
  .promo-box .table-wrapper {
    width: 100%;
    margin: 0; }
  .promo-box .table-cell {
    vertical-align: middle; }
  .promo-box .m-title {
    font-size: 2em;
    color: #fff;
    line-height: 1.5em;
    margin: 0; }
    .promo-box .m-title em {
      font-size: 1.28em;
      font-weight: bold;
      font-style: normal; }
      .promo-box .m-title em i {
        font-weight: normal; }
  .promo-box .action-section {
    padding: 20px 0 0;
    text-align: right; }
    .promo-box .action-section form .row > div {
      margin-bottom: 10px; }
    .promo-box .action-section button {
      text-transform: uppercase; }
  .promo-box .image-container {
    padding: 0;
    float: none;
    position: relative;
    text-align: center; }
    .promo-box .image-container img {
      position: absolute;
      left: 0;
      visibility: hidden;
      height: auto; }
  .promo-box .table-wrapper {
    height: 100%; }
  .promo-box .table-cell {
    vertical-align: middle; }
  .promo-box .content-section {
    padding: 40px 0;
    z-index: 1;
    position: relative; }

/* 2.11. Photo Gallery ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flexslider .slides li {
  display: none; }

.photo-gallery .flex-direction-nav, .image-carousel.style2 .flex-direction-nav {
  position: absolute;
  right: 0;
  top: -40px;
  width: 72px;
  height: 22px; }
  .photo-gallery .flex-direction-nav li a, .image-carousel.style2 .flex-direction-nav li a {
    width: 30px;
    height: 22px;
    background: #28537f;
    color: #fff;
    text-indent: -9999px;
    text-align: left;
    position: static;
    float: left;
    margin: 0;
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    -moz-transition: none 1s ease-in-out;
    -o-transition: none 1s ease-in-out;
    -webkit-transition: none 1s ease-in-out;
    -ms-transition: none 1s ease-in-out;
    transition: none 1s ease-in-out; }
    .photo-gallery .flex-direction-nav li a:before, .image-carousel.style2 .flex-direction-nav li a:before {
      position: absolute;
      display: block;
      font-family: FontAwesome;
      text-indent: 0;
      font-size: 12px;
      line-height: 22px; }
    .photo-gallery .flex-direction-nav li a.flex-prev, .image-carousel.style2 .flex-direction-nav li a.flex-prev {
      margin-right: 10px; }
      .photo-gallery .flex-direction-nav li a.flex-prev:before, .image-carousel.style2 .flex-direction-nav li a.flex-prev:before {
        content: "\f177";
        left: 8px; }
    .photo-gallery .flex-direction-nav li a.flex-next:before, .image-carousel.style2 .flex-direction-nav li a.flex-next:before {
      content: "\f178";
      right: 9px; }
    .photo-gallery .flex-direction-nav li a.flex-disabled, .image-carousel.style2 .flex-direction-nav li a.flex-disabled {
      background: #d9d9d9; }

.travelo-box > .image-carousel.style2 .flex-direction-nav {
  top: -60px; }

.photo-gallery {
  background: #fff;
  box-shadow: none;
  border: none;
  margin: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }
  .photo-gallery img {
    width: 100%; }
  .photo-gallery .slides > li {
    display: none;
    overflow: hidden;
    position: relative; }
  .photo-gallery .flex-control-nav {
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 30px; }
    .photo-gallery .flex-control-nav > li {
      float: left;
      margin-left: 5px;
      margin-right: 0; }
      .photo-gallery .flex-control-nav > li a {
        background: none;
        display: block;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        border: 1px solid #fff;
        text-indent: -9999px;
        cursor: pointer;
        background: rgba(255, 255, 255, 0);
        box-shadow: none; }
        .photo-gallery .flex-control-nav > li a.flex-active {
          background: #fdb714;
          border-color: #fdb714; }
  .photo-gallery.style1 .flex-control-nav {
    display: none; }
  .photo-gallery.style1 .flex-direction-nav {
    display: none; }
  .photo-gallery.style3 .flex-control-nav {
    display: none; }
  .photo-gallery.style3 .flex-direction-nav {
    right: 10px;
    bottom: 10px;
    top: auto; }
  .photo-gallery.style4 .flex-control-nav {
    right: 25px;
    bottom: 25px;
    top: auto; }
  .photo-gallery.style4 .flex-direction-nav {
    display: none; }
/* contact form */
.contact-form-container {
  padding: 30px 30px 20px; }
  .contact-form-container .contact-form label {
    text-transform: uppercase; }

#header {
  position: relative;
  z-index: 999;
}
  #header .topnav {
    height: 30px;
    background: #28537f;
    width: 100%; }
    #header .topnav ul.quick-menu > li {
      float: left;
      margin-left: 20px; }
      #header .topnav ul.quick-menu > li:first-child {
        margin-left: 0; }
      #header .topnav ul.quick-menu > li > a {
        color: #fff;
        line-height: 30px;
        display: block;
        font-size: 14px;
}
  #header .ribbon {
    position: relative; }
    #header .ribbon > a {
      position: relative;
      padding: 0 10px 0 0;
      text-transform: uppercase; }
      #header .ribbon > a:after {
        display: inline-block;
        position: absolute;
        right: 0;
        /*top: 0; */
        content: "\f0d7";
        font-family: FontAwesome;
        color: #fff; }
    #header .ribbon:hover > ul.menu {
      top: 28px;
      visibility: visible;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    #header .ribbon > ul.menu {
      position: absolute;
      left: -15px;
      top: -9999px;
      z-index: 99;
      visibility: hidden; }
    #header .ribbon > ul.menu.left {
      left: auto;
      right: -10px; }
    #header .ribbon.currency > ul.menu li a {
      text-transform: uppercase;
      font-size: 0.8333em; }
  #header .main-header {
    height: auto;
    position: relative;
    width: 100%; }
  #header .logo {
    padding: 0;
    padding-top: 15px;
    text-align: left;
    margin: 5px 0;
    height: auto; }
    #header .logo a {
      display: block; }
  #header .mobile-menu-toggle {
    background: url(../img/mobile-menu.png) no-repeat center center #28537f;
    padding: 0;
    margin: 0;
    height: 66px;
    width: 66px;
    padding: 22px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: -9999px;
    display: none; }
    #header .mobile-menu-toggle .icon-bar {
      background: white; }

#header .logo a, #footer .logo a, .chaser .logo a {
  background: url("../img/logo-header.png") no-repeat 0 0;
  display: block; }
#header .logo img, #footer .logo img, .chaser .logo img {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
footer{
  background: #28537f;
  color: #fff;
}

/*  3.1.3. Navigation */
.menu > li {
  position: relative; }

/* 3.1.5. Main Menu */
#main-menu ul.menu li:not(.megamenu-menu) ul, .chaser .menu li:not(.megamenu-menu) ul, .topnav .container > ul ul, .megamenu-wrapper {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

#main-menu ul.menu, .chaser ul.menu {
  margin-top: 15px;
  float: right;
}
  #main-menu ul.menu li, .chaser ul.menu li {
    -webkit-backface-visibility: hidden;
    -webkit-transform: none !important; }
  #main-menu ul.menu > li, .chaser ul.menu > li {
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    #main-menu ul.menu > li:first-child, .chaser ul.menu > li:first-child {
      padding-left: 0; }
    #main-menu ul.menu > li:last-child, .chaser ul.menu > li:last-child {
      padding-right: 0; }
    #main-menu ul.menu > li:hover > ul, .chaser ul.menu > li:hover > ul {
      top: 66px;
      visibility: visible;
      height: auto !important;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      z-index: 1000; }
    #main-menu ul.menu > li > a, .chaser ul.menu > li > a {
      font-weight: normal;
      font-size: 14px;
      display: block;
      padding: 0;
      height: 68px;
      line-height: 68px;
      text-transform: uppercase;
      letter-spacing: 0.04em; }
    #main-menu ul.menu > li.active > a, .chaser ul.menu > li.active > a {
      color: #28537f;
      font-weight: bold; }
    #main-menu ul.menu > li:hover > a, .chaser ul.menu > li:hover > a {
      color: #28537f; }
  #main-menu ul.menu > li > ul.left, .chaser ul.menu > li > ul.left {
    left: auto;
    right: -10px; }
  #main-menu .menu-item-has-children ul{
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(3,3,3,0.03);
    padding: 10px 20px;
    width: 240px;
    font-size: 14px;
  }
    #main-menu .menu-item-has-children ul li{
      padding: 5px 0;
    }
  #main-menu ul li.menu-item-has-children:hover ul{
    display: inline-block;
  }

/* 3.1.8. Mobile Menu */
#header .mobile-menu {
  background: #28537f;
  text-align: left; }
  #header .mobile-menu a {
    color: #fff;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    display: block;
    padding: 15px 0;
    background: none !important; }
  #header .mobile-menu li.active > a, #header .mobile-menu li:hover > a {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  #header .mobile-menu > ul.menu > li {
    float: none;
    padding-left: 15px;
    padding-right: 15px; }
    #header .mobile-menu > ul.menu > li > a {
      font-size: 14px;
      border-top: 1px solid #04afe7; }
    #header .mobile-menu > ul.menu > li > a {
      text-transform: uppercase;
      font-weight: bold; }
    #header .mobile-menu > ul.menu > li.menu-item-has-children {
      position: relative; }
      #header .mobile-menu > ul.menu > li.menu-item-has-children.open {
        background: #04afe7; }
      #header .mobile-menu > ul.menu > li.menu-item-has-children > .dropdown-toggle {
        position: absolute;
        right: 1px;
        top: 7px;
        height: 34px;
        line-height: 34px;
        padding: 0 15px;
        background: none;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 1.3333em;
        font-weight: normal;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7; }
        #header .mobile-menu > ul.menu > li.menu-item-has-children > .dropdown-toggle:after {
          content: "\f056"; }
        #header .mobile-menu > ul.menu > li.menu-item-has-children > .dropdown-toggle.collapsed:after {
          content: "\f055"; }
      #header .mobile-menu > ul.menu > li.menu-item-has-children > a {
        border-top: 1px solid #04afe7; }
      #header .mobile-menu > ul.menu > li.menu-item-has-children.open > a {
        color: #fff;
        /*border-top-color: $skin-bg-color;*/
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      #header .mobile-menu > ul.menu > li.menu-item-has-children.open > .dropdown-toggle {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      #header .mobile-menu > ul.menu > li.menu-item-has-children:hover > a, #header .mobile-menu > ul.menu > li.menu-item-has-children:hover > .dropdown-toggle {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      #header .mobile-menu > ul.menu > li.menu-item-has-children > ul {
        border-top: 1px solid #28537f; }
    #header .mobile-menu > ul.menu > li:first-child > a {
      border-top: none; }
    #header .mobile-menu > ul.menu > li:last-child > a {
      border-bottom: 1px solid #04afe7; }
  #header .mobile-menu > ul.menu > li > ul {
    /*background: $skin-mobile-menu-color;*/ }
    #header .mobile-menu > ul.menu > li > ul li > a {
      padding-left: 15px;
      font-size: 1.0833em;
      position: relative; }
      #header .mobile-menu > ul.menu > li > ul li > a:before {
        font-family: FontAwesome;
        content: "\f111";
        display: block;
        font-size: 4px;
        position: absolute;
        left: 0px; }
    #header .mobile-menu > ul.menu > li > ul li.menu-item-has-children > a {
      padding-left: 0;
      color: #fff;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      font-size: 1.1667em;
      font-weight: bold;
      text-transform: uppercase; }
      #header .mobile-menu > ul.menu > li > ul li.menu-item-has-children > a:before {
        content: "";
        display: none; }
    #header .mobile-menu > ul.menu > li > ul li.menu-item-has-children > ul {
      border-bottom: 1px solid #28537f; }
    #header .mobile-menu > ul.menu > li > ul li.menu-item-has-children:last-child > ul {
      border-bottom: none !important; }
  #header .mobile-menu > ul.menu > li li li.menu-item-has-children > a {
    padding-left: 10px; }
    #header .mobile-menu > ul.menu > li li li.menu-item-has-children > a:before {
      display: none; }
  #header .mobile-menu .mobile-topnav {
    margin: 0 auto;
    padding: 0 5px; }
    #header .mobile-menu .mobile-topnav > li {
      float: left;
      position: relative;
      color: #40cbf8; }
      #header .mobile-menu .mobile-topnav > li > a {
        font-size: 0.8333em;
        padding: 0 10px;
        margin: 22px 10px;
        line-height: 1em;
        width: auto; }
      #header .mobile-menu .mobile-topnav > li:after {
        content: "|";
        position: absolute;
        right: -1px;
        top: 50%;
        margin-top: -10px; }
      #header .mobile-menu .mobile-topnav > li:last-child:after {
        display: none; }
      #header .mobile-menu .mobile-topnav > li:first-child a {
        margin-left: 0; }
    #header .mobile-menu .mobile-topnav .menu.mini {
      left: 0;
      top: 40px;
      visibility: visible;
      display: none;
      min-width: 100px; }
      #header .mobile-menu .mobile-topnav .menu.mini li > a {
        padding: 10px 0; }
      #header .mobile-menu .mobile-topnav .menu.mini.left {
        left: 0;
        right: auto; }

/* 5.1.4. Hotel main content, Flight main content */
#hotel-main-content .tab-content .tab-pane, #flight-main-content .tab-content .tab-pane, #cruise-main-content .tab-content .tab-pane {
  padding: 0; }
#hotel-main-content #calendar-tab, #flight-main-content #calendar-tab, #cruise-main-content #calendar-tab {
  background: #2d3e52;
  padding: 20px 30px; }
  #hotel-main-content #calendar-tab label, #hotel-main-content #calendar-tab p, #flight-main-content #calendar-tab label, #flight-main-content #calendar-tab p, #cruise-main-content #calendar-tab label, #cruise-main-content #calendar-tab p {
    color: #7c9abd; }
  #hotel-main-content #calendar-tab .description, #flight-main-content #calendar-tab .description, #cruise-main-content #calendar-tab .description {
    padding-top: 30px; }
  #hotel-main-content #calendar-tab .row, #flight-main-content #calendar-tab .row, #cruise-main-content #calendar-tab .row {
    border: none; }
#hotel-main-content .calendar table, #flight-main-content .calendar table, #cruise-main-content .calendar table {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px; }
  #hotel-main-content .calendar table thead td, #flight-main-content .calendar table thead td, #cruise-main-content .calendar table thead td {
    text-align: center;
    color: #fdb714;
    text-transform: uppercase;
    font-size: 0.8333em;
    text-indent: -5px;
    line-height: 3em; }
  #hotel-main-content .calendar table tbody td, #flight-main-content .calendar table tbody td, #cruise-main-content .calendar table tbody td {
    padding: 0 5px 5px 0;
    text-align: right;
    position: relative; }
    #hotel-main-content .calendar table tbody td > a, #hotel-main-content .calendar table tbody td > span, #flight-main-content .calendar table tbody td > a, #flight-main-content .calendar table tbody td > span, #cruise-main-content .calendar table tbody td > a, #cruise-main-content .calendar table tbody td > span {
      border: 1px solid #da6161;
      display: block;
      color: #da6161;
      padding: 5px;
      line-height: 1em;
      height: 4.6666em;
      font-size: 1.1667em;
      position: relative; }
      #hotel-main-content .calendar table tbody td > a:before, #hotel-main-content .calendar table tbody td > span:before, #flight-main-content .calendar table tbody td > a:before, #flight-main-content .calendar table tbody td > span:before, #cruise-main-content .calendar table tbody td > a:before, #cruise-main-content .calendar table tbody td > span:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        content: "NOT AVAILABLE";
        background: #da6161;
        font-size: 10px;
        text-align: center;
        z-index: 1;
        line-height: 1;
        padding: 2.2em 5px 5px;
        color: #fff;
        display: none;
        cursor: default; }
      #hotel-main-content .calendar table tbody td > a:hover:before, #hotel-main-content .calendar table tbody td > span:hover:before, #flight-main-content .calendar table tbody td > a:hover:before, #flight-main-content .calendar table tbody td > span:hover:before, #cruise-main-content .calendar table tbody td > a:hover:before, #cruise-main-content .calendar table tbody td > span:hover:before {
        display: block; }
    #hotel-main-content .calendar table tbody td.available > a, #hotel-main-content .calendar table tbody td.available > span, #flight-main-content .calendar table tbody td.available > a, #flight-main-content .calendar table tbody td.available > span, #cruise-main-content .calendar table tbody td.available > a, #cruise-main-content .calendar table tbody td.available > span {
      border-color: #98ce44;
      color: #98ce44; }
      #hotel-main-content .calendar table tbody td.available > a:before, #hotel-main-content .calendar table tbody td.available > span:before, #flight-main-content .calendar table tbody td.available > a:before, #flight-main-content .calendar table tbody td.available > span:before, #cruise-main-content .calendar table tbody td.available > a:before, #cruise-main-content .calendar table tbody td.available > span:before {
        background: #98ce44;
        content: "BOOK FROM";
        cursor: pointer; }
    #hotel-main-content .calendar table tbody td.date-passed > a, #hotel-main-content .calendar table tbody td.date-passed > span, #flight-main-content .calendar table tbody td.date-passed > a, #flight-main-content .calendar table tbody td.date-passed > span, #cruise-main-content .calendar table tbody td.date-passed > a, #cruise-main-content .calendar table tbody td.date-passed > span {
      border-color: #28537f;
      color: #28537f; }
      #hotel-main-content .calendar table tbody td.date-passed > a:before, #hotel-main-content .calendar table tbody td.date-passed > span:before, #flight-main-content .calendar table tbody td.date-passed > a:before, #flight-main-content .calendar table tbody td.date-passed > span:before, #cruise-main-content .calendar table tbody td.date-passed > a:before, #cruise-main-content .calendar table tbody td.date-passed > span:before {
        background: #28537f;
        content: "DATE PASSED"; }
    #hotel-main-content .calendar table tbody td .price-text, #flight-main-content .calendar table tbody td .price-text, #cruise-main-content .calendar table tbody td .price-text {
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      font-size: 0.8571em; }
#hotel-main-content .calendar-legend, #flight-main-content .calendar-legend, #cruise-main-content .calendar-legend {
  margin-top: 15px; }
  #hotel-main-content .calendar-legend label, #flight-main-content .calendar-legend label, #cruise-main-content .calendar-legend label {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 15px;
    color: #fff !important;
    margin-right: 15px;
    font-size: 0.9167em; }
    #hotel-main-content .calendar-legend label:before, #flight-main-content .calendar-legend label:before, #cruise-main-content .calendar-legend label:before {
      content: "";
      display: block;
      float: left;
      width: 15px;
      height: 15px;
      border: 1px solid;
      margin-right: 4px; }
    #hotel-main-content .calendar-legend label.available:before, #flight-main-content .calendar-legend label.available:before, #cruise-main-content .calendar-legend label.available:before {
      border-color: #98ce44; }
    #hotel-main-content .calendar-legend label.unavailable:before, #flight-main-content .calendar-legend label.unavailable:before, #cruise-main-content .calendar-legend label.unavailable:before {
      border-color: #da6161; }
    #hotel-main-content .calendar-legend label.past:before, #flight-main-content .calendar-legend label.past:before, #cruise-main-content .calendar-legend label.past:before {
      border-color: #28537f; }

#hotel-description .intro, #hotel-reviews .intro, #hotel-write-review .intro, #car-details .intro, #flight-details .intro, #cruise-description .intro, #cruise-reviews .intro, #cruise-write-review .intro, #travel-guide .intro {
  background: #f5f5f5; }
  #hotel-description .intro.table-wrapper, #hotel-reviews .intro.table-wrapper, #hotel-write-review .intro.table-wrapper, #car-details .intro.table-wrapper, #flight-details .intro.table-wrapper, #cruise-description .intro.table-wrapper, #cruise-reviews .intro.table-wrapper, #cruise-write-review .intro.table-wrapper, #travel-guide .intro.table-wrapper {
    padding: 0;
    border-spacing: 15px;
    border-collapse: separate;
    table-layout: fixed; }
    #hotel-description .intro.table-wrapper > *, #hotel-reviews .intro.table-wrapper > *, #hotel-write-review .intro.table-wrapper > *, #car-details .intro.table-wrapper > *, #flight-details .intro.table-wrapper > *, #cruise-description .intro.table-wrapper > *, #cruise-reviews .intro.table-wrapper > *, #cruise-write-review .intro.table-wrapper > *, #travel-guide .intro.table-wrapper > * {
      border-collapse: collapse; }
    #hotel-description .intro.table-wrapper .table-cell, #hotel-reviews .intro.table-wrapper .table-cell, #hotel-write-review .intro.table-wrapper .table-cell, #car-details .intro.table-wrapper .table-cell, #flight-details .intro.table-wrapper .table-cell, #cruise-description .intro.table-wrapper .table-cell, #cruise-reviews .intro.table-wrapper .table-cell, #cruise-write-review .intro.table-wrapper .table-cell, #travel-guide .intro.table-wrapper .table-cell {
      background: #fff; }
      #hotel-description .intro.table-wrapper .table-cell:first-child, #hotel-reviews .intro.table-wrapper .table-cell:first-child, #hotel-write-review .intro.table-wrapper .table-cell:first-child, #car-details .intro.table-wrapper .table-cell:first-child, #flight-details .intro.table-wrapper .table-cell:first-child, #cruise-description .intro.table-wrapper .table-cell:first-child, #cruise-reviews .intro.table-wrapper .table-cell:first-child, #cruise-write-review .intro.table-wrapper .table-cell:first-child, #travel-guide .intro.table-wrapper .table-cell:first-child {
        margin-bottom: 15px; }
      #hotel-description .intro.table-wrapper .table-cell:last-child, #hotel-reviews .intro.table-wrapper .table-cell:last-child, #hotel-write-review .intro.table-wrapper .table-cell:last-child, #car-details .intro.table-wrapper .table-cell:last-child, #flight-details .intro.table-wrapper .table-cell:last-child, #cruise-description .intro.table-wrapper .table-cell:last-child, #cruise-reviews .intro.table-wrapper .table-cell:last-child, #cruise-write-review .intro.table-wrapper .table-cell:last-child, #travel-guide .intro.table-wrapper .table-cell:last-child {
        padding-left: 0;
        padding-right: 0; }

#hotel-features, #cruise-features {
  margin-top: 30px; }

#hotel-description .features, #cruise-description .features, #travel-guide .features {
  text-transform: uppercase;
  padding: 25px 20px;
  font-size: 0.8333em; }
  #hotel-description .features li, #cruise-description .features li, #travel-guide .features li {
    line-height: 2em; }
  #hotel-description .features label, #cruise-description .features label, #travel-guide .features label {
    margin: 0;
    width: 110px;
    border-right: 1px solid #f5f5f5;
    margin-right: 20px;
    color: #28537f;
    white-space: nowrap; }
#hotel-description .long-description, #cruise-description .long-description, #travel-guide .long-description {
  margin-top: 25px;
  padding: 0 15px; }

#hotel-amenities .amenities li, #inflight-features .amenities li, #cruise-amenities .amenities li {
  padding: 0; }
#hotel-amenities .amenities.style1 li, #inflight-features .amenities.style1 li, #cruise-amenities .amenities.style1 li {
  margin-bottom: 1px; }
  #hotel-amenities .amenities.style1 li .icon-box, #inflight-features .amenities.style1 li .icon-box, #cruise-amenities .amenities.style1 li .icon-box {
    background: #f5f5f5; }
#hotel-amenities .amenities.style2 li, #inflight-features .amenities.style2 li, #cruise-amenities .amenities.style2 li {
  margin-bottom: 20px; }

.image-box.style2.activities .details {
  padding-top: 10px; }
.image-box.style2.activities.innerstyle {
  margin-top: 20px; }
  .image-box.style2.activities.innerstyle .details {
    padding-right: 0; }
.image-box.style2.activities .review-score {
  float: right;
  text-transform: uppercase; }
  .image-box.style2.activities .review-score .reviews {
    font-size: 0.8333em; }
.image-box.style2.activities .five-stars-container {
  float: left;
  margin-right: 10px; }
.image-box.style2.activities .details-header {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px; }
.image-box.style2.activities > * {
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px; }
  .image-box.style2.activities > *:last-child {
    border-bottom: none;
    padding-bottom: 0; }
.image-box.style2.activities.no-bottom-border > * {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 30px; }

/* 9.2.2. Photo gallery page */
.gallery-filter a.button {
  min-width: 60px;
  padding: 0 10px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 0.9167em;
  margin-bottom: 10px; }
.gallery-filter .button.active {
    background: #98ce44;
}
.items-container {
  margin-bottom: 0; }
  .items-container .box:hover .hover-effect:after {
    visibility: visible;
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .items-container .box:hover .hover-effect img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .items-container .box:hover .details {
    background: #28537f; }
    .items-container .box:hover .details .box-title {
      color: #fff; }
      .items-container .box:hover .details .box-title small {
        color: #fff;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5; }

.copyright{
  padding-top: 20px;
}

/* 9.2.5. Contact us page */
.travelo-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px; }
  .travelo-box > *:last-child {
    margin-bottom: 0; }
  .travelo-box .title {
    margin-bottom: 5px; }
  .travelo-box .box-title {
    margin-bottom: 15px; }
     .travelo-box.contact-box .contact-details {
    margin: 0; }
    .travelo-box.contact-box .contact-details .contact-phone {
      color: #28537f; }
      .travelo-box.contact-box .contact-details .contact-phone > i {
        color: #fdb714; }
    .travelo-box.contact-box .contact-details .contact-email {
      color: inherit; }
  .travelo-box.book-with-us-box li, .travelo-box.contact-us-box .contact-address li {
    border-bottom: 1px solid #f5f5f5;
    padding: 7px 0 6px 40px;
    position: relative; }
    .travelo-box.book-with-us-box li > i, .travelo-box.contact-us-box .contact-address li > i {
      position: absolute;
      font-size: 1.5em;
      color: #ff5b5b;
      left: 0;
      top: 12px; }
    .travelo-box.book-with-us-box li:last-child, .travelo-box.contact-us-box .contact-address li:last-child {
      border-bottom-width: 0;
      padding-bottom: 0; }
    .travelo-box.book-with-us-box li .title, .travelo-box.contact-us-box .contact-address li .title {
      color: #2d3e52; }
    .travelo-box.book-with-us-box li:after, .travelo-box.contact-us-box .contact-address li:after {
      display: table;
      clear: both;
      content: ""; }
    .travelo-box.book-with-us-box li > *:last-child, .travelo-box.contact-us-box .contact-address li > *:last-child {
      margin-bottom: 0; }
  .travelo-box.contact-us-box .title {
    color: #2d3e52; }
  .travelo-box.contact-us-box .contact-address {
    margin-bottom: 0px; }
    .travelo-box.contact-us-box .contact-address li {
      padding-left: 50px; }
      .travelo-box.contact-us-box .contact-address li p {
        font-size: 0.8333em;
        text-transform: uppercase;
        margin-bottom: 0; }
      .travelo-box.contact-us-box .contact-address li:last-child {
        border-bottom-width: 1px;
        padding-bottom: 10px; }
.travelo-google-map {
  height: 255px; }
  .travelo-google-map.full-box {
    height: 400px; }

.contact-form label {
  font-size: 0.8333em;
  margin-bottom: 3px; }