/*
Name: 			main
Author: 		waituk - (http://www.waituk.net)
Version: 		1.2.7
*/
/*------------------------------------------------------------------
[Table of contents]

1. General styles and resets
2. Header / #header
3. Sidebar / .sidebar
4. Parallax / .parallax
5. Navigation / .navbar-nav
6. Banner / .banner
7. Feature block / .feature-block
8. Gallery list / .gallery-list
9. Pagination / .pagination
10. Social networks / .social-networks
11. Partner block / .partner-block
12. Table / .table
13. Carousel
14. Blog
15. Search form / .search-form
16. Comment form / .comment-form
17. Contact page
18. Default Page
19. Footer / #footer
20. Background colors
21. Elements
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General styles and resets
-------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100italic,100,400italic,500,500italic,700,700italic,900,900italic);
/* line 137, ../_dev/scss/skins/_main.scss */
.gradient {
  background: linear-gradient(315deg, #0c2a5e 18%, #034f83 64%) !important;
}

/* line 11, ../_dev/scss/modifiers/_mixins.scss */
.default-list, .cart-list, .top-user-panel, .top-right-panel, .side-list, .testimonial-holder .owl-pagination, .dropdown-menu ul, .feature-block ul, .gallery-list, .breadcrumbs ul, .pagination-wrap .pagination, .article .ico-action, .article .ico-list, .meta-article .ico-action, .meta-article .ico-list, .list-view .article .ico-list, .star-rating, .social-networks, .booking-form .option,
.twocol-form .option, .trip-detail .img-list, .reviews-info, .reviews-info .ico-list, .content-list, .search-form .ui-autocomplete, .footer-nav ul, .social-wrap, .payment-option, .demo-feature-list, .material-icons-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 21, ../_dev/scss/modifiers/_mixins.scss */
.gallery-list:after, .filter-option:after, .article:after, .article .thumbnail:after, .list-view .article .info-footer:after, .recent-block footer:after, .bar-holder:after, .reviews-info > li:after, .nav-wrap:after, .contact-form .form-group:after, .cart-option:after, .footer-holder:after {
  content: '';
  display: block;
  clear: both;
}

/* line 66, ../_dev/scss/modifiers/_mixins.scss */
.trip-detail .detail .img-list, .tab-container .nav-tabs {
  text-align: justify;
  line-height: 0;
}
/* line 70, ../_dev/scss/modifiers/_mixins.scss */
.trip-detail .detail .img-list > *, .tab-container .nav-tabs > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: inherit;
}
/* line 77, ../_dev/scss/modifiers/_mixins.scss */
.trip-detail .detail .img-list:after, .tab-container .nav-tabs:after {
  content: '';
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

/* line 87, ../_dev/scss/modifiers/_mixins.scss */
.gallery-list .hover, .gallery-list a, .btn, .recent-block.recent-wide-thumbnail .thumbnail, .social-wrap {
  transition: all 0.3s linear;
}

/* general style for html and body */
/* line 2, ../_dev/scss/base/_base.scss */
html,
body {
  height: 100%;
}

/* line 7, ../_dev/scss/base/_base.scss */
body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

/* line 15, ../_dev/scss/base/_base.scss */
img {
  /*max-width: 100%;*/
  height: auto;
}

/* line 20, ../_dev/scss/base/_base.scss */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* reset default input styles */
/* line 28, ../_dev/scss/base/_base.scss */
input[type="text"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="reset"],
button,
textarea,
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 40, ../_dev/scss/base/_base.scss */
iframe {
  vertical-align: top;
}

/* line 45, ../_dev/scss/base/_base.scss */
a {
  outline: none !important;
}

@media only screen and (min-width: 1230px) and (max-width: 1300px) {
  /* line 49, ../_dev/scss/base/_base.scss */
  .container {
    max-width: 1110px;
  }
}

/* line 55, ../_dev/scss/base/_base.scss */
.form-group {
  margin-bottom: 30px;
}

/* main wrapper styles */
/* line 60, ../_dev/scss/base/_base.scss */
#wrapper {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: table;
  position: relative;
  table-layout: fixed;
}

/* line 69, ../_dev/scss/base/_base.scss */
.page-wrapper {
  position: relative;
}

/* line 73, ../_dev/scss/base/_base.scss */
.layout-fluid {
  max-width: 1600px;
}

/* line 77, ../_dev/scss/base/_base.scss */
.form-control {
  border: 2px solid #f8f8f8;
  height: 37px;
  font-size: 14px;
  line-height: 18px;
  box-shadow: none;
  outline: none;
  font-weight: 400;
}
/* line 86, ../_dev/scss/base/_base.scss */
.form-control::-webkit-input-placeholder {
  color: #5c5e62;
}
/* line 87, ../_dev/scss/base/_base.scss */
.form-control:-moz-placeholder {
  color: #5c5e62;
}
/* line 88, ../_dev/scss/base/_base.scss */
.form-control::-moz-placeholder {
  color: #5c5e62;
}
/* line 89, ../_dev/scss/base/_base.scss */
.form-control:-ms-input-placeholder {
  color: #5c5e62;
}
/* line 91, ../_dev/scss/base/_base.scss */
.form-control:focus {
  border-color: #dfdfdf;
  box-shadow: none;
}

/* line 97, ../_dev/scss/base/_base.scss */
.bg-quarter-spanish-white {
  background: #f8f0de;
}

/* overlay styles */
/* line 102, ../_dev/scss/base/_base.scss */
.has-overlay {
  position: relative;
}
/* line 105, ../_dev/scss/base/_base.scss */
.has-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
}
/* line 116, ../_dev/scss/base/_base.scss */
.has-overlay.has-overlay-dark:before {
  background: rgba(0, 0, 0, 0.85);
}

/* background stretch styles */
/* line 123, ../_dev/scss/base/_base.scss */
.bg-stretch {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
/* line 132, ../_dev/scss/base/_base.scss */
.bg-stretch img {
  max-width: none;
  width: 100%;
  height: 100%;
}

/* line 139, ../_dev/scss/base/_base.scss */
img {
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

/* line 146, ../_dev/scss/base/_base.scss */
.blog-full-width .img-wrap img {
  width: 100%;
}
/* line 151, ../_dev/scss/base/_base.scss */
.blog-full-width #content {
  float: none;
}

/* main content part styles */
/* line 157, ../_dev/scss/base/_base.scss */
#content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  /* line 157, ../_dev/scss/base/_base.scss */
  #content {
    float: right;
    margin-bottom: 0;
  }
}

/* line 166, ../_dev/scss/base/_base.scss */
.content-inner {
  padding: 45px 0;
}

/* line 171, ../_dev/scss/base/_base.scss */
.content-both-sidebar #sidebar,
.content-both-sidebar #sidebar-right {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 178, ../_dev/scss/base/_base.scss */
.content-both-sidebar #content {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  /* line 186, ../_dev/scss/base/_base.scss */
  .content-with-sidebar.content-left #content {
    float: left;
  }
  /* line 192, ../_dev/scss/base/_base.scss */
  .content-with-sidebar.content-both-sidebar #content {
    float: none;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 201, ../_dev/scss/base/_base.scss */
  .content-with-sidebar.content-both-sidebar #content {
    float: left;
    margin-top: 0;
  }
  /* line 206, ../_dev/scss/base/_base.scss */
  .content-with-sidebar.content-both-sidebar #sidebar,
  .content-with-sidebar.content-both-sidebar #sidebar-right {
    max-width: none;
  }
}

/* line 217, ../_dev/scss/base/_base.scss */
.default-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 10px;
}

/* line 224, ../_dev/scss/base/_base.scss */
.common-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  /* line 224, ../_dev/scss/base/_base.scss */
  .common-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 224, ../_dev/scss/base/_base.scss */
  .common-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 241, ../_dev/scss/base/_base.scss */
  .db-3-col [class^="col-"],
  .db-3-col [class*=" col-"] {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -0.25em;
  }
}

/* fixes transition issue while resizing borwser */
/* line 253, ../_dev/scss/base/_base.scss */
.resize-active * {
  transition-duration: 0s !important;
}

/* code to remove parallax from touch devices */
/* line 260, ../_dev/scss/base/_base.scss */
.touch-device-detected .parallax {
  background-attachment: scroll;
  background-position: 50% 50% !important;
}

/* styles for border */
/* line 267, ../_dev/scss/base/_base.scss */
.has-border {
  border: 8px solid #e2e2e2;
}

/* text styles */
/* line 272, ../_dev/scss/base/_base.scss */
.text-white {
  color: #fff;
}

/* typography */
/* line 14, ../_dev/scss/base/_typography.scss */
body {
  font: 1.4em/1.71429 "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 18, ../_dev/scss/base/_typography.scss */
h1,
h2,
h3,
.h3,
h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #39f;
  margin: 0 0 15px;
}

/* line 28, ../_dev/scss/base/_typography.scss */
h1 {
  font-size: 2.571428em;
}
@media only screen and (min-width: 768px) {
  /* line 28, ../_dev/scss/base/_typography.scss */
  h1 {
    font-size: 2.857142em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 28, ../_dev/scss/base/_typography.scss */
  h1 {
    font-size: 3.428571em;
  }
}

/* line 40, ../_dev/scss/base/_typography.scss */
h2 {
  font-weight: 700;
  font-size: 1.2857em;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../_dev/scss/base/_typography.scss */
  h2 {
    font-size: 1.714em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 40, ../_dev/scss/base/_typography.scss */
  h2 {
    font-size: 2.143em;
    margin-bottom: 34px;
  }
}

/* line 55, ../_dev/scss/base/_typography.scss */
h3,
.h3 {
  font-size: 1.142857em;
  font-weight: normal;
}
@media only screen and (min-width: 992px) {
  /* line 55, ../_dev/scss/base/_typography.scss */
  h3,
  .h3 {
    font-size: 1.2857em;
  }
}

/* line 65, ../_dev/scss/base/_typography.scss */
h2.title-heading,
h3.title-heading {
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* line 71, ../_dev/scss/base/_typography.scss */
h2.intro-heading,
h3.intro-heading {
  font-size: 1.71428em;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 71, ../_dev/scss/base/_typography.scss */
  h2.intro-heading,
  h3.intro-heading {
    font-size: 1.857142em;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 71, ../_dev/scss/base/_typography.scss */
  h2.intro-heading,
  h3.intro-heading {
    font-size: 2.142857em;
    margin-bottom: 35px;
  }
}

/* line 89, ../_dev/scss/base/_typography.scss */
h1.small-size {
  font-size: 1.71428em;
  letter-spacing: 2px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  /* line 89, ../_dev/scss/base/_typography.scss */
  h1.small-size {
    font-size: 2.143em;
  }
}

/* line 99, ../_dev/scss/base/_typography.scss */
h2.small-space,
h3.small-space {
  margin-bottom: 5px;
}

/* line 104, ../_dev/scss/base/_typography.scss */
h2.no-space,
h3.no-space {
  margin-bottom: 0;
}

/* line 109, ../_dev/scss/base/_typography.scss */
h2.small-size {
  font-size: 1.143em;
  line-height: 1.2;
}

/* line 114, ../_dev/scss/base/_typography.scss */
h1.content-main-heading,
h2.content-main-heading {
  font-size: 1.714285em;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  /* line 114, ../_dev/scss/base/_typography.scss */
  h1.content-main-heading,
  h2.content-main-heading {
    font-size: 2.142857em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 114, ../_dev/scss/base/_typography.scss */
  h1.content-main-heading,
  h2.content-main-heading {
    font-size: 2.571428em;
  }
}

/* line 129, ../_dev/scss/base/_typography.scss */
p.intro {
  font-size: 1em;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 129, ../_dev/scss/base/_typography.scss */
  p.intro {
    font-size: 1.286em;
    line-height: 2;
  }
}

/* line 139, ../_dev/scss/base/_typography.scss */
p.special-text {
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.035em;
  margin: 0;
}
/* line 146, ../_dev/scss/base/_typography.scss */
p.special-text strong {
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 151, ../_dev/scss/base/_typography.scss */
p.special-text a {
  color: #fff;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  /* line 139, ../_dev/scss/base/_typography.scss */
  p.special-text {
    font-size: 2em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 139, ../_dev/scss/base/_typography.scss */
  p.special-text {
    font-size: 2.571em;
  }
}

/* line 165, ../_dev/scss/base/_typography.scss */
blockquote {
  border: none;
  font-size: 1.428571em;
  line-height: 1.2;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 0;
  quotes: none;
}
/* line 175, ../_dev/scss/base/_typography.scss */
blockquote cite {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  /* line 165, ../_dev/scss/base/_typography.scss */
  blockquote {
    font-size: 1.7857em;
  }
  /* line 186, ../_dev/scss/base/_typography.scss */
  blockquote cite {
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 165, ../_dev/scss/base/_typography.scss */
  blockquote {
    font-size: 2.1428em;
  }
}

/* line 196, ../_dev/scss/base/_typography.scss */
blockquote.testimonial-quote {
  font-style: normal;
  font-size: 1em;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  /* line 196, ../_dev/scss/base/_typography.scss */
  blockquote.testimonial-quote {
    font-size: 1.286em;
    line-height: 2;
  }
}

/* line 207, ../_dev/scss/base/_typography.scss */
blockquote.normal {
  font-size: 1.28571em;
}
@media only screen and (min-width: 768px) {
  /* line 207, ../_dev/scss/base/_typography.scss */
  blockquote.normal {
    font-size: 1.857142em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 207, ../_dev/scss/base/_typography.scss */
  blockquote.normal {
    font-size: 2.142857em;
  }
}

/* line 219, ../_dev/scss/base/_typography.scss */
.main-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 224, ../_dev/scss/base/_typography.scss */
.main-subtitle {
  font-size: 1.371428em;
  line-height: 1.25;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  /* line 224, ../_dev/scss/base/_typography.scss */
  .main-subtitle {
    font-size: 1.857142em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 224, ../_dev/scss/base/_typography.scss */
  .main-subtitle {
    font-size: 2.142857em;
  }
}

/* line 240, ../_dev/scss/base/_typography.scss */
.content-title {
  display: block;
  font-size: 1.143em;
  margin: 0 0 10px;
  text-transform: capitalize;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* line 249, ../_dev/scss/base/_typography.scss */
.info-title {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}

/* line 255, ../_dev/scss/base/_typography.scss */
.inner-main-heading {
  font-size: 2.571em;
  line-height: 1.2;
  font-weight: normal;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
  /* line 255, ../_dev/scss/base/_typography.scss */
  .inner-main-heading {
    font-size: 3.439em;
  }
}

/* preloader styles */
/* line 2, ../_dev/scss/components/_preloader.scss */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  text-align: center;
  background: #f8f8f8;
  z-index: 99;
  transition: all linear .3s;
  background-color: #474D4B;
}
/* line 15, ../_dev/scss/components/_preloader.scss */
.preloader:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.25em;
}
/* line 23, ../_dev/scss/components/_preloader.scss */
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
/* line 29, ../_dev/scss/components/_preloader.scss */
.preloader .holder {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

/*coffee cup*/
/* line 37, ../_dev/scss/components/_preloader.scss */
.coffee_cup {
  width: 40px;
  height: 50px;
  border: 2px #6B6957 solid;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  margin: 36px auto;
}

/* line 46, ../_dev/scss/components/_preloader.scss */
.coffee_cup:after, .coffee_cup:before {
  position: absolute;
  content: "";
}

/* line 51, ../_dev/scss/components/_preloader.scss */
.coffee_cup:after {
  width: 10px;
  height: 20px;
  border: 2px #6B6957 solid;
  border-left: none;
  border-radius: 0 20px 20px 0;
  left: 40px;
  top: 5px;
}

/* line 61, ../_dev/scss/components/_preloader.scss */
.coffee_cup:before {
  width: 3px;
  height: 10px;
  background-color: #6B6957;
  top: -16px;
  left: 12px;
  box-shadow: 5px 0px 0px 0px #6B6957, 5px -5px 0px 0px #6B6957, 10px 0px 0px 0px #6B6957;
  -webkit-animation: steam 700ms linear infinite alternate;
  -moz-animation: steam 700ms linear infinite alternate;
  animation: steam 700ms linear infinite alternate;
}

@-webkit-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 10px;
  }
}
@-moz-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 10px;
  }
}
@keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 10px;
  }
}
/*------------------------------------------------------------------
2. Header / #header
-------------------------------------------------------------------*/
/* header styles */
/* line 2, ../_dev/scss/layout/_header.scss */
#header {
  position: relative;
  z-index: 10;
  background: transparent;
  transition: all 0.2s linear;
  min-width: 320px;
  background: #252525;
}
@media only screen and (max-width: 991px) {
  /* line 10, ../_dev/scss/layout/_header.scss */
  #header .container-fluid {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/layout/_header.scss */
  #header {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 2, ../_dev/scss/layout/_header.scss */
  #header {
    position: fixed;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 2, ../_dev/scss/layout/_header.scss */
  #header {
    height: 102px;
  }
}

/* styles for header fixed state */
@media only screen and (min-width: 1025px) {
  /* line 36, ../_dev/scss/layout/_header.scss */
  #header.fixed-position {
    background: #252525;
    border-color: #181818;
  }
  /* line 41, ../_dev/scss/layout/_header.scss */
  #header.fixed-position .logo {
    border-right-color: #181818;
  }
  /* line 44, ../_dev/scss/layout/_header.scss */
  #header.fixed-position .logo a {
    width: 98px;
  }
  /* line 53, ../_dev/scss/layout/_header.scss */
  #header.fixed-position .navbar-default .navbar-nav > li > a:hover {
    color: #3b7fe0;
  }
  /* line 57, ../_dev/scss/layout/_header.scss */
  #header.fixed-position .navbar-default .navbar-nav > li > a:active {
    color: #3b7fe0;
  }
  /* line 65, ../_dev/scss/layout/_header.scss */
  #header.fixed-position .search-form {
    top: 30px;
  }
  /* line 68, ../_dev/scss/layout/_header.scss */
  #header.fixed-position .search-form .search-opener {
    color: #9d9d9d;
  }
  /* line 71, ../_dev/scss/layout/_header.scss */
  #header.fixed-position .search-form .search-opener:hover {
    color: #3b7fe0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 79, ../_dev/scss/layout/_header.scss */
  #header.fixed-position .logo {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 36, ../_dev/scss/layout/_header.scss */
  #header.fixed-position {
    height: 70px;
  }
  /* line 88, ../_dev/scss/layout/_header.scss */
  #header.fixed-position .search-form {
    right: 50px;
  }
}

/* logo styles */
/* line 96, ../_dev/scss/layout/_header.scss */
.logo {
  padding: 10spx 0;
  text-align: center;
  position: relative;
  margin: 0 90px;
  z-index: 9;
  transition: all 0.2s linear;
}
/* line 104, ../_dev/scss/layout/_header.scss */
.logo .gray-logo {
  display: none;
}
/* line 108, ../_dev/scss/layout/_header.scss */
.logo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.25em;
}
/* line 116, ../_dev/scss/layout/_header.scss */
.logo a {
  display: inline-block;
  vertical-align: middle;
  width: 20rem;
  transition: all .2s linear;
}
@media only screen and (min-width: 992px) {
  /* line 96, ../_dev/scss/layout/_header.scss */
  .logo {
    width: 180px;
    margin: 0;
    padding: 25px 15px 25px 0;
    float: left;
  }
  /* line 130, ../_dev/scss/layout/_header.scss */
  .logo a {
    width: 120px;
  }
  /* line 134, ../_dev/scss/layout/_header.scss */
  .logo img {
    width: 30rem;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 96, ../_dev/scss/layout/_header.scss */
  .logo {
    padding: 20px 0px;
  }
}

/* line 146, ../_dev/scss/layout/_header.scss */
.cart-wrap .footer {
  padding: 20px 0;
  overflow: hidden;
}
/* line 150, ../_dev/scss/layout/_header.scss */
.cart-wrap .footer .btn {
  float: right;
  padding: 2px 20px;
  margin-left: 5px;
}
/* line 155, ../_dev/scss/layout/_header.scss */
.cart-wrap .footer .btn:hover {
  color: #fff;
}
/* line 161, ../_dev/scss/layout/_header.scss */
.cart-wrap .total {
  color: #adadad;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
}

/* cart list styles */
/* line 176, ../_dev/scss/layout/_header.scss */
.cart-list li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #181818;
}
/* line 181, ../_dev/scss/layout/_header.scss */
.cart-list li:hover {
  transition: color 0.2s linear;
}
/* line 186, ../_dev/scss/layout/_header.scss */
.cart-list .img {
  float: left;
  width: 40px;
  margin: 5px 10px 0 0;
}
/* line 191, ../_dev/scss/layout/_header.scss */
.cart-list .img a {
  display: block;
  border: 2px solid #fff;
  transition: border 0.2s linear;
}
/* line 196, ../_dev/scss/layout/_header.scss */
.cart-list .img a:hover {
  border-color: #adadad;
}
/* line 202, ../_dev/scss/layout/_header.scss */
.cart-list .text-holder {
  overflow: hidden;
}
/* line 205, ../_dev/scss/layout/_header.scss */
.cart-list .amount {
  float: right;
  margin-left: 10px;
}
/* line 210, ../_dev/scss/layout/_header.scss */
.cart-list .text-wrap {
  overflow: hidden;
}
/* line 214, ../_dev/scss/layout/_header.scss */
.cart-list .name {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 219, ../_dev/scss/layout/_header.scss */
.cart-list .name a {
  display: inline-block;
  color: #9d9d9d;
  transition: color 0.2s linear;
}
/* line 226, ../_dev/scss/layout/_header.scss */
.cart-list .price {
  display: block;
}

/* white header transparent styles */
@media only screen and (min-width: 992px) {
  /* line 237, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .navbar-default .v-divider,
  #header.white-header.fixed-position .navbar-default .v-divider {
    border-color: #eaeaea;
  }
  /* line 241, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .navbar-default .navbar-nav,
  #header.white-header.fixed-position .navbar-default .navbar-nav {
    border-right-color: #eaeaea;
  }
  /* line 245, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .navbar-default .navbar-nav > li > a,
  #header.white-header.fixed-position .navbar-default .navbar-nav > li > a {
    color: #5c5e62;
  }
  /* line 248, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .navbar-default .navbar-nav > li > a:hover,
  #header.white-header.fixed-position .navbar-default .navbar-nav > li > a:hover {
    color: #3b7fe0;
  }
  /* line 254, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .navbar-default .navbar-nav > li.hover > a,
  #header.white-header.fixed-position .navbar-default .navbar-nav > li.hover > a {
    color: #3b7fe0;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 265, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position,
  #header.white-header.fixed-position {
    background: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
  }
  /* line 269, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .logo,
  #header.white-header.fixed-position .logo {
    border-right-color: #eaeaea;
  }
  /* line 272, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .logo .normal,
  #header.white-header.fixed-position .logo .normal {
    display: none;
  }
  /* line 276, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .logo .gray-logo,
  #header.white-header.fixed-position .logo .gray-logo {
    display: block;
  }
  /* line 282, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .search-form .search-opener,
  #header.white-header.fixed-position .search-form .search-opener {
    color: #5c5e62;
  }
  /* line 285, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .search-form .search-opener:hover,
  #header.white-header.fixed-position .search-form .search-opener:hover {
    color: #000;
  }
  /* line 289, ../_dev/scss/layout/_header.scss */
  .default-page #header.white-header.fixed-position .search-form .search-opener.close,
  #header.white-header.fixed-position .search-form .search-opener.close {
    color: #fff;
  }
}

/* white header styles */
/* line 299, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header,
#header.default-white-header {
  background: #f8f8f8;
}
/* line 303, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header.fixed-position,
#header.default-white-header.fixed-position {
  background: #f8f8f8;
}
/* line 307, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header .logo,
#header.default-white-header .logo {
  border-right-color: #eaeaea;
}
/* line 310, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header .logo .normal,
#header.default-white-header .logo .normal {
  display: none;
}
/* line 314, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header .logo .gray-logo,
#header.default-white-header .logo .gray-logo {
  display: block;
}
/* line 320, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header .search-form .search-opener,
#header.default-white-header .search-form .search-opener {
  color: #5c5e62;
}
/* line 323, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header .search-form .search-opener:hover,
#header.default-white-header .search-form .search-opener:hover {
  color: #000;
}
/* line 327, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header .search-form .search-opener.close,
#header.default-white-header .search-form .search-opener.close {
  color: #fff;
}
/* line 336, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header .navbar-default .navbar-nav > li > a,
#header.default-white-header .navbar-default .navbar-nav > li > a {
  color: #fff;
}
/* line 343, ../_dev/scss/layout/_header.scss */
.default-page #header.default-white-header .navbar-default .nav-opener .icon-bar,
#header.default-white-header .navbar-default .nav-opener .icon-bar {
  background: #5c5e62;
  border-color: #5c5e62;
}
@media only screen and (min-width: 992px) {
  /* line 299, ../_dev/scss/layout/_header.scss */
  .default-page #header.default-white-header,
  #header.default-white-header {
    border-bottom: 1px solid #eaeaea;
  }
  /* line 355, ../_dev/scss/layout/_header.scss */
  .default-page #header.default-white-header .navbar-default .navbar-nav .v-divider,
  #header.default-white-header .navbar-default .navbar-nav .v-divider {
    border-color: #eaeaea;
  }
  /* line 360, ../_dev/scss/layout/_header.scss */
  .default-page #header.default-white-header .navbar-default .navbar-nav > li > a,
  #header.default-white-header .navbar-default .navbar-nav > li > a {
    color: #5c5e62;
  }
  /* line 363, ../_dev/scss/layout/_header.scss */
  .default-page #header.default-white-header .navbar-default .navbar-nav > li > a:hover,
  #header.default-white-header .navbar-default .navbar-nav > li > a:hover {
    color: #3b7fe0;
  }
  /* line 369, ../_dev/scss/layout/_header.scss */
  .default-page #header.default-white-header .navbar-default .navbar-nav > li.hover > a,
  #header.default-white-header .navbar-default .navbar-nav > li.hover > a {
    color: #3b7fe0;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 379, ../_dev/scss/layout/_header.scss */
  .default-page #header.default-white-header.fixed-position,
  #header.default-white-header.fixed-position {
    border-bottom: 1px solid #e2e2e2;
  }
  /* line 382, ../_dev/scss/layout/_header.scss */
  .default-page #header.default-white-header.fixed-position .logo,
  #header.default-white-header.fixed-position .logo {
    border-right-color: #eaeaea;
  }
}

/* header top styles */
/* line 2, ../_dev/scss/components/_header-top.scss */
.header-top {
  background: #252525;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  border-bottom: 1px solid #1b1b1b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 12, ../_dev/scss/components/_header-top.scss */
  .header-top .visible-xs.cart-visible {
    display: inline-block !important;
  }
}
/* line 18, ../_dev/scss/components/_header-top.scss */
.header-top .drop-wrap {
  font-size: .9em;
}

/* line 23, ../_dev/scss/components/_header-top.scss */
.top-user-panel, .top-right-panel,
.top-right-panel {
  margin: 0 -10px;
  float: left;
  max-width: 67%;
}
/* line 30, ../_dev/scss/components/_header-top.scss */
.top-user-panel > li, .top-right-panel > li,
.top-right-panel > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
/* line 35, ../_dev/scss/components/_header-top.scss */
.top-user-panel > li > a, .top-right-panel > li > a,
.top-right-panel > li > a {
  color: #fff;
}
/* line 38, ../_dev/scss/components/_header-top.scss */
.top-user-panel > li > a:hover, .top-right-panel > li > a:hover,
.top-right-panel > li > a:hover {
  color: #3b7fe0;
}

/* line 46, ../_dev/scss/components/_header-top.scss */
.last-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 52, ../_dev/scss/components/_header-top.scss */
.top-right-panel {
  float: right;
  max-width: 33%;
}

/* line 58, ../_dev/scss/components/_header-top.scss */
.top-header {
  margin-top: 44px;
}
/* line 61, ../_dev/scss/components/_header-top.scss */
.top-header.fixed-position {
  margin-top: 0;
}

/* header v1 styles */
/* line 3, ../_dev/scss/components/_header-v1.scss */
.header-v1 .logo {
  text-align: left;
  border: 0;
}
/* line 11, ../_dev/scss/components/_header-v1.scss */
.header-v1 .navbar-default .navbar-nav li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  /* line 19, ../_dev/scss/components/_header-v1.scss */
  .header-v1 .container {
    width: auto;
    padding: 0;
  }
  /* line 24, ../_dev/scss/components/_header-v1.scss */
  .header-v1 .header-top {
    padding: 10px 30px;
  }
}
/* line 30, ../_dev/scss/components/_header-v1.scss */
.header-v1 .has-mega-dropdown .dropdown-menu {
  left: 0;
  right: 0;
}
/* line 37, ../_dev/scss/components/_header-v1.scss */
.header-v1 .has-mega-dropdown.mega-md .dropdown-menu {
  right: 30px;
}

/* header v1 styles */
/* line 3, ../_dev/scss/components/_header-v2.scss */
.header-v2 .logo {
  border-right: 0;
}
@media only screen and (min-width: 992px) {
  /* line 9, ../_dev/scss/components/_header-v2.scss */
  .header-v2 .navbar-default .navbar-nav {
    float: left;
  }
  /* line 13, ../_dev/scss/components/_header-v2.scss */
  .header-v2 .navbar-default .navbar-right {
    float: right;
  }
  /* line 17, ../_dev/scss/components/_header-v2.scss */
  .header-v2 .navbar-default .nav-center {
    width: calc(100% - 340px);
    text-align: center;
  }
  /* line 21, ../_dev/scss/components/_header-v2.scss */
  .header-v2 .navbar-default .nav-center > li {
    float: none;
    display: inline-block;
  }
  /* line 30, ../_dev/scss/components/_header-v2.scss */
  .header-v2 .navbar-nav .has-mega-dropdown.mega-md .dropdown-menu {
    right: 20%;
    left: 20%;
    width: auto;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 41, ../_dev/scss/components/_header-v2.scss */
  .header-v2 .navbar-default .nav-center {
    width: calc(100% - 430px);
  }
}

/*------------------------------------------------------------------
3. Sidebar / .sidebar
-------------------------------------------------------------------*/
/* sidebar styles */
/* line 2, ../_dev/scss/layout/_sidebar.scss */
.sidebar {
  font-weight: 500;
}
/* line 5, ../_dev/scss/layout/_sidebar.scss */
.sidebar label {
  font-weight: 500;
}
/* line 9, ../_dev/scss/layout/_sidebar.scss */
.sidebar .sidebar-holder {
  box-shadow: 0 2px 2px rgba(1, 2, 2, 0.1);
}
/* line 13, ../_dev/scss/layout/_sidebar.scss */
.sidebar .heading {
  padding: 20px 30px;
  background: #fff;
}
/* line 18, ../_dev/scss/layout/_sidebar.scss */
.sidebar .sub-link {
  margin-left: 30px;
  display: block;
  font-weight: 500;
}
/* line 23, ../_dev/scss/layout/_sidebar.scss */
.sidebar .sub-link a {
  color: #9d9d9d;
}
/* line 26, ../_dev/scss/layout/_sidebar.scss */
.sidebar .sub-link a:hover {
  color: #39f;
}
/* line 32, ../_dev/scss/layout/_sidebar.scss */
.sidebar h3 {
  margin: 0;
  padding: 0 0 0 50px;
  color: #5c5e62;
  font-size: 1.143em;
  line-height: 1.5em;
  position: relative;
  text-transform: uppercase;
}
/* line 41, ../_dev/scss/layout/_sidebar.scss */
.sidebar h3:before {
  content: "\e928";
  font: 24px/18px 'icomoon';
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 50, ../_dev/scss/layout/_sidebar.scss */
.sidebar .side-block {
  box-shadow: 0 2px 2px rgba(1, 2, 2, 0.1);
}
/* line 55, ../_dev/scss/layout/_sidebar.scss */
.sidebar .panel-group .panel-default {
  border: 0;
  margin: 0;
}
/* line 61, ../_dev/scss/layout/_sidebar.scss */
.sidebar .panel-title {
  font-size: 1em;
  line-height: 1.7124em;
  letter-spacing: 0.05em;
}
/* line 68, ../_dev/scss/layout/_sidebar.scss */
.sidebar .panel-heading a {
  display: block;
  text-transform: uppercase;
  padding: 10px 50px 10px 30px;
  background: #f8f8f8;
  color: #3b7fe0;
  box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
  position: relative;
}
/* line 78, ../_dev/scss/layout/_sidebar.scss */
.sidebar .panel-heading a.collapsed:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 83, ../_dev/scss/layout/_sidebar.scss */
.sidebar .panel-heading a:after {
  content: "\e906";
  font: 14px/12px 'icomoon';
  position: absolute;
  right: 30px;
  top: 15px;
  transition: transform .3s linear;
}
/* line 94, ../_dev/scss/layout/_sidebar.scss */
.sidebar .title {
  display: block;
  font-size: 1.143em;
  margin-bottom: 10px;
}
/* line 100, ../_dev/scss/layout/_sidebar.scss */
.sidebar .panel-body {
  background: #fff;
  padding: 30px 30px;
  color: #9d9d9d;
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/layout/_sidebar.scss */
  .sidebar {
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  /* line 111, ../_dev/scss/layout/_sidebar.scss */
  .mobile-openclose {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    min-height: 0;
    max-width: 470px;
    margin: 0 auto;
  }
  /* line 120, ../_dev/scss/layout/_sidebar.scss */
  .mobile-openclose .layout-holder {
    padding-bottom: 30px;
  }
}

/* sidebar list styles */
/* line 130, ../_dev/scss/layout/_sidebar.scss */
.side-list.check-list {
  margin-bottom: 5px;
}
/* line 133, ../_dev/scss/layout/_sidebar.scss */
.side-list.check-list li {
  margin-bottom: 5px;
}
/* line 139, ../_dev/scss/layout/_sidebar.scss */
.side-list.post-list li {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
/* line 144, ../_dev/scss/layout/_sidebar.scss */
.side-list.post-list li:last-child {
  margin-bottom: 0;
}
/* line 148, ../_dev/scss/layout/_sidebar.scss */
.side-list.post-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 30px;
  background: #e2e2e2;
}
/* line 158, ../_dev/scss/layout/_sidebar.scss */
.side-list.post-list time {
  display: block;
  font-size: 12px;
}
/* line 165, ../_dev/scss/layout/_sidebar.scss */
.side-list.horizontal-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 20px;
  margin-right: -.25em;
  text-align: center;
}
/* line 176, ../_dev/scss/layout/_sidebar.scss */
.side-list.gallery-side-list.horizontal-list li {
  width: 33%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
/* line 183, ../_dev/scss/layout/_sidebar.scss */
.side-list.gallery-side-list.horizontal-list img {
  width: 100%;
}
/* line 189, ../_dev/scss/layout/_sidebar.scss */
.side-list.hovered-list a {
  color: #9d9d9d;
}
/* line 192, ../_dev/scss/layout/_sidebar.scss */
.side-list.hovered-list a:hover {
  color: #3b7fe0;
}
/* line 199, ../_dev/scss/layout/_sidebar.scss */
.side-list.region-list .text {
  width: calc(100% - 50px);
}
/* line 204, ../_dev/scss/layout/_sidebar.scss */
.side-list [class^="icon-"],
.side-list [class*=" icon-"] {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
/* line 211, ../_dev/scss/layout/_sidebar.scss */
.side-list a {
  position: relative;
}
/* line 215, ../_dev/scss/layout/_sidebar.scss */
.side-list a:hover .popup {
  display: block;
}
/* line 221, ../_dev/scss/layout/_sidebar.scss */
.side-list li {
  margin-bottom: 15px;
}
/* line 225, ../_dev/scss/layout/_sidebar.scss */
.side-list li.active a {
  color: #3b7fe0;
}
/* line 230, ../_dev/scss/layout/_sidebar.scss */
.side-list li:last-child {
  margin-bottom: 0;
}
/* line 235, ../_dev/scss/layout/_sidebar.scss */
.side-list .ico-holder {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
}
/* line 240, ../_dev/scss/layout/_sidebar.scss */
.side-list .ico-holder img {
  width: 25px;
}
/* line 245, ../_dev/scss/layout/_sidebar.scss */
.side-list .hover {
  display: none;
}
/* line 249, ../_dev/scss/layout/_sidebar.scss */
.side-list .text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
  /* line 257, ../_dev/scss/layout/_sidebar.scss */
  .side-list.horizontal-list li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  /* line 264, ../_dev/scss/layout/_sidebar.scss */
  .side-list.gallery-side-list {
    margin: 0 -10px;
  }
  /* line 267, ../_dev/scss/layout/_sidebar.scss */
  .side-list.gallery-side-list li {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 276, ../_dev/scss/layout/_sidebar.scss */
  .side-list.horizontal-list {
    margin-bottom: -25px;
  }
  /* line 279, ../_dev/scss/layout/_sidebar.scss */
  .side-list.horizontal-list li {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 289, ../_dev/scss/layout/_sidebar.scss */
  .grid-view-sidebar .accordion .collapse {
    display: block;
    height: auto !important;
  }
  /* line 294, ../_dev/scss/layout/_sidebar.scss */
  .grid-view-sidebar .accordion .collapsing {
    height: auto !important;
  }
  /* line 298, ../_dev/scss/layout/_sidebar.scss */
  .grid-view-sidebar .accordion .collapse.in {
    display: none;
  }
}

/* line 304, ../_dev/scss/layout/_sidebar.scss */
.price-input {
  width: 100%;
  border: 0;
  background: none;
  color: #5c5e62;
  font-size: 14px;
}

/* boxed layout styles */
/* line 2, ../_dev/scss/layout/_boxed-layout.scss */
.boxed-layout {
  background: #6b6957;
}
/* line 5, ../_dev/scss/layout/_boxed-layout.scss */
.boxed-layout.bg-pattern {
  background: url("../img/retina_wood.png");
}
/* line 9, ../_dev/scss/layout/_boxed-layout.scss */
.boxed-layout.bg-image {
  background: url("../img/banner/img-15.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* line 15, ../_dev/scss/layout/_boxed-layout.scss */
.boxed-layout #wrapper {
  background: #fff;
}
/* line 19, ../_dev/scss/layout/_boxed-layout.scss */
.boxed-layout #wrapper {
  max-width: 1230px;
  margin: 0 auto;
}
/* line 24, ../_dev/scss/layout/_boxed-layout.scss */
.boxed-layout #header {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
}
/* line 33, ../_dev/scss/layout/_boxed-layout.scss */
.boxed-layout.search-active .search-wrap {
  max-width: 1232px;
  margin: 0 auto;
}
/* line 40, ../_dev/scss/layout/_boxed-layout.scss */
.boxed-layout .has-mega-dropdown .dropdown-menu {
  left: 10px;
  right: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 47, ../_dev/scss/layout/_boxed-layout.scss */
  .boxed-layout .logo {
    width: 180px;
  }
}

/* line 2, ../_dev/scss/components/_external-override.scss */
.wow {
  visibility: hidden;
}

/* line 7, ../_dev/scss/components/_external-override.scss */
.ui-widget {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 11, ../_dev/scss/components/_external-override.scss */
.rev_slider {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../_dev/scss/components/_external-override.scss */
  .rev_slider .tparrows {
    display: none !important;
  }
}

/* line 22, ../_dev/scss/components/_external-override.scss */
.rev_slider_wrapper {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 25, ../_dev/scss/components/_external-override.scss */
.rev_slider_wrapper .banner-heading-sub {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #3b7fe0;
  padding-right: 10px;
}
/* line 33, ../_dev/scss/components/_external-override.scss */
.rev_slider_wrapper .banner-heading-text {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 37, ../_dev/scss/components/_external-override.scss */
.rev_slider_wrapper .rev-btn {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* line 41, ../_dev/scss/components/_external-override.scss */
.rev_slider_wrapper .rev-btn .btn-banner {
  border-color: #186bb4;
  background: none;
  color: #3b7fe0;
  border-radius: 25px;
}
/* line 47, ../_dev/scss/components/_external-override.scss */
.rev_slider_wrapper .rev-btn .btn-banner:hover {
  border-color: #186bb4;
  background: #186bb4;
  color: #fff;
}
/* line 55, ../_dev/scss/components/_external-override.scss */
.rev_slider_wrapper .rev-btn.filled a {
  color: #3b7fe0;
}
/* line 60, ../_dev/scss/components/_external-override.scss */
.rev_slider_wrapper .rev-btn.filled:hover a {
  color: #3b7fe0;
}
/* line 66, ../_dev/scss/components/_external-override.scss */
.rev_slider_wrapper .rev-btn a {
  display: inline-block;
}

/* testimonial block styles */
/* line 2, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
/* line 8, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder .owl-pagination {
  position: static;
  text-align: center;
  padding: 45px 0 0;
}
/* line 14, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder .owl-pagination .owl-page {
  margin: 0 6px;
}
/* line 20, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder .owl-pagination .owl-page.active span:after, .testimonial-holder .owl-pagination .owl-page:hover span:after {
  visibility: visible;
}
/* line 27, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder .owl-pagination .owl-page span {
  height: 12px;
  width: 12px;
  border: 0;
  background: none;
  position: relative;
  border-radius: 12px;
  text-indent: -9999px;
  opacity: 1;
}
/* line 37, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder .owl-pagination .owl-page span:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #fff;
  content: '';
  position: absolute;
  border-radius: 100%;
}
/* line 48, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder .owl-pagination .owl-page span:after {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff;
  content: '';
  border-radius: 10px;
  visibility: hidden;
}
/* line 62, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder blockquote .img {
  border: 2px solid #fff;
  width: 90px;
  border-radius: 100%;
  margin: 0 auto 45px;
}
/* line 68, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder blockquote .img img {
  max-width: 100%;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 62, ../_dev/scss/components/_testimonial.scss */
  .testimonial-holder blockquote .img {
    display: inline-block;
    vertical-align: top;
    width: 112px;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 81, ../_dev/scss/components/_testimonial.scss */
  .testimonial-holder blockquote .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 150px);
    padding-left: 55px;
  }
}
/* line 90, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder blockquote cite {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 45px;
  position: relative;
}
/* line 97, ../_dev/scss/components/_testimonial.scss */
.testimonial-holder blockquote cite:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 170px;
  height: 8px;
  background: #e2e2e2;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 90, ../_dev/scss/components/_testimonial.scss */
  .testimonial-holder blockquote cite {
    padding-bottom: 45px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 61, ../_dev/scss/components/_testimonial.scss */
  .testimonial-holder blockquote {
    margin: 0 8.2%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_testimonial.scss */
  .testimonial-holder {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_testimonial.scss */
  .testimonial-holder {
    padding: 100px 0 100px;
  }
  /* line 125, ../_dev/scss/components/_testimonial.scss */
  .testimonial-holder .owl-pagination {
    padding-left: 193px;
  }
}

/* service block styles */
/* line 2, ../_dev/scss/components/_services.scss */
.services-block {
  position: relative;
  padding: 60px 0;
}
/* line 6, ../_dev/scss/components/_services.scss */
.services-block .ico-holder {
  font-size: 40px;
}
/* line 10, ../_dev/scss/components/_services.scss */
.services-block.has-bg {
  color: #fff;
}
/* line 13, ../_dev/scss/components/_services.scss */
.services-block.has-bg .ico-article {
  line-height: 24px;
}
/* line 16, ../_dev/scss/components/_services.scss */
.services-block.has-bg .ico-article .content-title,
.services-block.has-bg .ico-article a {
  color: #fff;
  transition: color 0.3s;
}
/* line 22, ../_dev/scss/components/_services.scss */
.services-block.has-bg .ico-article .ico-holder {
  transition: color 0.3s;
}
/* line 27, ../_dev/scss/components/_services.scss */
.services-block.has-bg .ico-article:hover .content-title,
.services-block.has-bg .ico-article:hover a {
  color: #3b7fe0;
}
/* line 32, ../_dev/scss/components/_services.scss */
.services-block.has-bg .ico-article:hover .ico-holder {
  color: #3b7fe0;
}
/* line 38, ../_dev/scss/components/_services.scss */
.services-block.has-bg .ico-holder {
  min-height: 50px;
}
/* line 42, ../_dev/scss/components/_services.scss */
.services-block.has-bg .title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 48, ../_dev/scss/components/_services.scss */
.services-block .ico-article {
  margin-top: 45px;
}
/* line 52, ../_dev/scss/components/_services.scss */
.services-block .row {
  margin-top: -45px;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_services.scss */
  .services-block {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_services.scss */
  .services-block {
    padding: 100px 0 100px;
  }
  /* line 63, ../_dev/scss/components/_services.scss */
  .services-block .ico-article {
    margin-top: 60px;
  }
  /* line 67, ../_dev/scss/components/_services.scss */
  .services-block .row {
    margin-top: -60px;
  }
}

/* line 73, ../_dev/scss/components/_services.scss */
.description-text {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) {
  /* line 73, ../_dev/scss/components/_services.scss */
  .description-text {
    margin-top: 60px;
  }
}

/*------------------------------------------------------------------
4. Parallax / .parallax
-------------------------------------------------------------------*/
/* line 2, ../_dev/scss/components/_parallax.scss */
.parallax {
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: transparent;
  background-attachment: initial;
  background-size: cover;
  background-position: 50% 0;
  z-index: 1;
  position: relative;
}
/* line 12, ../_dev/scss/components/_parallax.scss */
.parallax:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
/* line 25, ../_dev/scss/components/_parallax.scss */
.parallax.banner:before {
  background: rgba(0, 0, 0, 0.1);
}
/* line 31, ../_dev/scss/components/_parallax.scss */
.parallax.banner-inner:before {
  background: rgba(0, 0, 0, 0.5);
}
/* line 37, ../_dev/scss/components/_parallax.scss */
.parallax.services-block:before {
  background: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 767px) {
  /* line 2, ../_dev/scss/components/_parallax.scss */
  .parallax {
    background-attachment: scroll;
    background-position: 50% 50% !important;
  }
}

/* line 49, ../_dev/scss/components/_parallax.scss */
.no-overlay:before {
  display: none;
}

/* line 2, ../_dev/scss/components/_parallax-images.scss */
#testimonial-home-page {
  background-image: url("../img/generic/img-05.jpg");
}

/* line 7, ../_dev/scss/components/_parallax-images.scss */
#banner-homeparallax-default {
  background-image: url("../img/banner/img-07.jpg");
}

/* line 12, ../_dev/scss/components/_parallax-images.scss */
#gridview-2-col {
  background-image: url("../img/banner/img-23.jpg");
}

/* line 17, ../_dev/scss/components/_parallax-images.scss */
#gridview-3-col {
  background-image: url("../img/banner/img-24.jpg");
}

/* line 22, ../_dev/scss/components/_parallax-images.scss */
#gridview-4-col {
  background-image: url("../img/banner/img-25.jpg");
}

/* line 27, ../_dev/scss/components/_parallax-images.scss */
#gridview-sidebar {
  background-image: url("../img/banner/img-26.jpg");
}

/* line 32, ../_dev/scss/components/_parallax-images.scss */
#gridview-full-width {
  background-image: url("../img/banner/img-27.jpg");
}

/* line 37, ../_dev/scss/components/_parallax-images.scss */
#list-view-normal {
  background-image: url("../img/banner/img-29.jpg");
}

/* line 42, ../_dev/scss/components/_parallax-images.scss */
#list-view-detail {
  background-image: url("../img/banner/img-28.jpg");
}

/* line 47, ../_dev/scss/components/_parallax-images.scss */
#activity-hiking {
  background-image: url("../img/banner/img-31.jpg");
}

/* line 52, ../_dev/scss/components/_parallax-images.scss */
#activity-jungle {
  background-image: url("../img/banner/img-12.jpg");
}

/* line 57, ../_dev/scss/components/_parallax-images.scss */
#activity-city-tour {
  background-image: url("../img/banner/img-27.jpg");
}

/* line 62, ../_dev/scss/components/_parallax-images.scss */
#activity-summer {
  background-image: url("../img/banner/img-25.jpg");
}

/* line 68, ../_dev/scss/components/_parallax-images.scss */
#about-banner {
  background-image: url("../img/banner/network.jpg");
}

/* line 73, ../_dev/scss/components/_parallax-images.scss */
#about-service-block {
  background-image: url("../img/generic/img-15.jpg");
}

/* line 78, ../_dev/scss/components/_parallax-images.scss */
#about-step-block {
  background-image: url("../img/generic/img-16.jpg");
}

/* line 83, ../_dev/scss/components/_parallax-images.scss */
#banner-layout-bothsidebar {
  background-image: url("../img/banner/img-14.jpg");
}

/* line 88, ../_dev/scss/components/_parallax-images.scss */
#banner-layout-fullwidth-wide {
  background-image: url("../img/banner/img-14.jpg");
}

/* line 93, ../_dev/scss/components/_parallax-images.scss */
#banner-layout-fullwidth {
  background-image: url("../img/banner/img-14.jpg");
}

/* line 98, ../_dev/scss/components/_parallax-images.scss */
#banner-layout-leftsidebar {
  background-image: url("../img/banner/img-14.jpg");
}

/* line 103, ../_dev/scss/components/_parallax-images.scss */
#banner-layout-rightsidebar {
  background-image: url("../img/banner/img-14.jpg");
}

/* line 108, ../_dev/scss/components/_parallax-images.scss */
#blog-default {
  background-image: url("../img/banner/img-16.jpg");
}

/* line 113, ../_dev/scss/components/_parallax-images.scss */
#blog-leftsidebar {
  background-image: url("../img/banner/img-16.jpg");
}

/* line 118, ../_dev/scss/components/_parallax-images.scss */
#blog-rightsidebar {
  background-image: url("../img/banner/img-16.jpg");
}

/* line 123, ../_dev/scss/components/_parallax-images.scss */
#blog-fullwidth {
  background-image: url("../img/banner/img-16.jpg");
}

/* line 128, ../_dev/scss/components/_parallax-images.scss */
#blog-single {
  background-image: url("../img/banner/img-16.jpg");
}

/* line 133, ../_dev/scss/components/_parallax-images.scss */
#banner-contact {
  background-image: url("../img/banner/img-17.jpg");
}

/* line 138, ../_dev/scss/components/_parallax-images.scss */
#banner-intro {
  background-image: url("../img/intro/img-01.jpg");
}

/*------------------------------------------------------------------
5. Navigation / .navbar-nav
-------------------------------------------------------------------*/
/* default navigation styles  */
/* line 2, ../_dev/scss/components/_navigation.scss */
.navbar-default {
  background: transparent;
  border: none;
  min-height: 1px;
  height: 100%;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 12, ../_dev/scss/components/_navigation.scss */
.navbar-default .container-fluid,
.navbar-default .navbar-header {
  height: 100%;
}
/* line 17, ../_dev/scss/components/_navigation.scss */
.navbar-default .navbar-toggle {
  margin-top: 23px;
  margin-right: 48px;
  border: none;
  padding: 0;
  position: absolute;
  margin: 0;
  left: 20px;
  top: -52px;
  padding: 10px;
}
/* line 28, ../_dev/scss/components/_navigation.scss */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none;
}
/* line 33, ../_dev/scss/components/_navigation.scss */
.navbar-default .navbar-toggle .icon-bar {
  width: 28px;
  height: 1px;
  background-color: #9d9d9d;
  border-radius: 0;
  border: 1px solid #9d9d9d;
}
/* line 40, ../_dev/scss/components/_navigation.scss */
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
/* line 46, ../_dev/scss/components/_navigation.scss */
.navbar-default .icon-angle-down {
  font-size: 8px;
  float: right;
  margin-top: 7px;
}
/* line 52, ../_dev/scss/components/_navigation.scss */
.navbar-default .navbar-nav {
  margin: 0;
}
/* line 55, ../_dev/scss/components/_navigation.scss */
.navbar-default .navbar-nav > li {
  border-top: 1px solid #000;
  padding: 0;
  transition: all linear .2s;
}
/* line 60, ../_dev/scss/components/_navigation.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 20px 30px;
  text-transform: uppercase;
  transition: all .2s linear;
}
/* line 68, ../_dev/scss/components/_navigation.scss */
.navbar-default .navbar-nav .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 74, ../_dev/scss/components/_navigation.scss */
.navbar-default .navbar-nav .text {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  /* line 2, ../_dev/scss/components/_navigation.scss */
  .navbar-default {
    min-height: 0;
  }
  /* line 83, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-collapse {
    border-color: #252525;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_navigation.scss */
  .navbar-default {
    font-size: .9em;
  }
  /* line 92, ../_dev/scss/components/_navigation.scss */
  .navbar-default .open .dropdown-menu {
    display: none;
  }
  /* line 97, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav {
    max-width: calc(100% - 180px);
    float: right;
  }
  /* line 103, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav .dropdown.hover > .dropdown-menu {
    display: block;
  }
  /* line 109, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav .icon {
    margin-right: 0;
  }
  /* line 114, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li {
    padding: 30px 8px 0;
    border-top: 0;
  }
  /* line 118, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li .dropdown-menu {
    margin-top: 1px;
  }
  /* line 122, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li.nav-visible {
    display: inline-block !important;
  }
  /* line 127, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
  }
  /* line 133, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li.hover > a {
    color: #fff;
  }
  /* line 138, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li.has-mega-dropdown {
    position: static;
  }
  /* line 145, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li.active a, .navbar-default .navbar-nav > li.open a, .navbar-default .navbar-nav > li:focus a {
    background: none;
  }
  /* line 148, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.open a:hover, .navbar-default .navbar-nav > li.open a:focus, .navbar-default .navbar-nav > li:focus a:hover, .navbar-default .navbar-nav > li:focus a:focus {
    background: none;
  }
  /* line 155, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li > a {
    background: none;
    height: 46px;
    padding: 0;
    display: block;
  }
  /* line 161, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  /* line 169, ../_dev/scss/components/_navigation.scss */
  .navbar-default .icon-angle-down {
    display: none;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 175, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav {
    max-width: calc(100% - 240px);
  }
  /* line 178, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li {
    padding: 40px 14px 0;
  }
  /* line 181, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li .dropdown-menu {
    margin-top: 0;
  }
  /* line 185, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li.v-divider {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 190, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav > li > a {
    height: 62px;
  }
  /* line 195, ../_dev/scss/components/_navigation.scss */
  .navbar-default .navbar-nav .v-divider {
    transition: all .2s linear;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 207, ../_dev/scss/components/_navigation.scss */
  #header.fixed-position .navbar-default .navbar-nav > li > a {
    height: 44px;
  }
  /* line 213, ../_dev/scss/components/_navigation.scss */
  #header.fixed-position .navbar-default .v-divider {
    border-left-color: #181818;
  }
}
@media only screen and (min-width: 992px) {
  /* line 221, ../_dev/scss/components/_navigation.scss */
  #header.fixed-position .search-form .search-opener {
    display: none;
  }
  /* line 226, ../_dev/scss/components/_navigation.scss */
  #header.fixed-position .search-form .search-wrap .search-opener {
    display: block;
  }
  /* line 234, ../_dev/scss/components/_navigation.scss */
  #header.fixed-position .navbar-default .navbar-nav > li {
    padding-top: 25px;
  }
  /* line 237, ../_dev/scss/components/_navigation.scss */
  #header.fixed-position .navbar-default .navbar-nav > li .dropdown-menu {
    margin-top: 0;
    border-top: 1px solid transparent;
  }
}

/* line 247, ../_dev/scss/components/_navigation.scss */
.navbar-collapse {
  background: #252525;
  margin: 0;
  padding: 0;
}
/* line 252, ../_dev/scss/components/_navigation.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  /* line 247, ../_dev/scss/components/_navigation.scss */
  .navbar-collapse {
    background: none;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 247, ../_dev/scss/components/_navigation.scss */
  .navbar-collapse {
    padding-right: 0;
  }
}

/* dropdown menu styles */
/* line 2, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu {
  border: 0;
  padding: 0;
  position: static;
  width: 100%;
  min-width: 210px;
  font-size: 12px;
  color: #9d9d9d;
  border-radius: 0;
}
/* line 12, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu [class^="icon-"],
.dropdown-menu [class*=" icon-"] {
  margin-right: 5px;
  transition: margin 0.2s linear;
}
/* line 24, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu > ul > li > a {
  text-transform: uppercase;
  padding: 10px 10px 10px 30px;
}
/* line 28, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu > ul > li > a:hover {
  padding-left: 35px;
}
/* line 35, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu a {
  display: block;
  transition: all 0.2s linear;
  color: #9d9d9d;
}
/* line 40, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu a:hover {
  color: #3b7fe0;
}
/* line 43, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu a:hover [class^="icon-"],
.dropdown-menu a:hover [class*=" icon-"] {
  margin-right: 10px;
  margin-left: -5px;
}
/* line 51, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .top-title {
  overflow: hidden;
}
/* line 54, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .top-title .back {
  float: left;
}
/* line 58, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .top-title .menu-title {
  float: right;
}
/* line 63, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .title {
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  font-size: 1.18em;
}
/* line 73, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .sub-link-opener:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  font-size: 8px;
  transform: rotate(0);
  position: absolute;
  right: 10px;
  top: 7px;
}
/* line 84, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .drop-wrap {
  padding: 0 30px;
}
/* line 87, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .drop-wrap ul {
  padding: 0;
}
/* line 93, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .header-link li {
  padding: 10px 0;
}
/* line 96, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .header-link li a {
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
}
/* line 101, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .header-link li a:hover {
  padding-left: 5px;
}
/* line 109, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .drop-holder a {
  padding: 0;
}
/* line 113, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .drop-holder .des {
  max-width: 400px;
}
/* line 117, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .drop-holder .col {
  margin: 20px auto 0;
  max-width: 400px;
}
/* line 122, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .drop-holder .img-wrap {
  display: block;
  margin-bottom: 15px;
}
/* line 126, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .drop-holder .img-wrap img {
  width: 100%;
  max-width: 300px;
}
/* line 133, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .five-col {
  overflow: hidden;
}
/* line 136, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .five-col .col {
  margin-top: 0;
}
/* line 140, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .five-col ul {
  text-transform: none;
}
/* line 146, ../_dev/scss/components/_dropdown.scss */
.dropdown-menu .five-col .active .sub-link-opener:before {
  transform: rotate(180deg);
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu {
    border-style: solid;
    box-shadow: inset 0px -1px 0 1px #252525;
    display: block;
    position: absolute;
    width: auto;
    left: 0;
    font-size: .9em;
    visibility: hidden;
    opacity: 0;
    backface-visibility: hidden;
    transform: rotateX(-90deg);
    transform-style: preserve-3d;
    transform-origin: top center;
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  }
  /* line 169, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu.dropdown-md {
    min-width: 300px;
  }
  /* line 173, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu.dropdown-sm {
    min-width: 150px;
  }
  /* line 176, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu.dropdown-sm .drop-wrap {
    padding: 10px;
  }
  /* line 182, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu.drop-thumb-wide .des {
    max-width: 80%;
  }
  /* line 187, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu.drop-thumb-wide .img-wrap img {
    max-width: 80%;
  }
  /* line 193, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu ul {
    padding: 9px 0;
  }
  /* line 197, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .drop-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 202, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .top-title {
    display: none;
  }
  /* line 207, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .sub-link-opener:before {
    display: none;
  }
  /* line 213, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .drop-holder .col {
    max-width: none;
    margin-top: 0;
  }
  /* line 218, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .drop-holder .col:hover .title,
  .dropdown-menu .drop-holder .col:hover .title a {
    color: #3b7fe0;
  }
  /* line 226, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .drop-holder .img-wrap img {
    max-width: 400px;
  }
  /* line 231, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .drop-holder li {
    display: block;
    margin-left: 0;
    width: auto;
  }
  /* line 238, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col {
    margin: 0 -15px;
  }
  /* line 241, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col .column {
    float: left;
    padding: 0 15px;
    width: 20%;
    position: relative;
  }
  /* line 248, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col .column:first-child:before {
    display: none;
  }
  /* line 253, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col .column:before {
    content: '';
    position: absolute;
    left: -10px;
    background: #181818;
    width: 1px;
    top: 0;
    bottom: 0;
  }
  /* line 264, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col ul {
    display: block;
    text-transform: uppercase;
  }
  /* line 268, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col ul li {
    display: block;
    width: auto;
    margin: 0;
  }
  /* line 273, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col ul li a {
    padding-left: 0;
  }
  /* line 276, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col ul li a:hover {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 286, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col {
    margin: 0 -40px;
  }
  /* line 289, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col .column {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 297, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col ul {
    position: static !important;
    width: auto !important;
  }
  /* line 302, ../_dev/scss/components/_dropdown.scss */
  .dropdown-menu .five-col .sub-link-opener {
    pointer-events: none;
  }
}

/* mega menu dropdown styles */
/* line 311, ../_dev/scss/components/_dropdown.scss */
.has-mega-dropdown > .dropdown-menu {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 316, ../_dev/scss/components/_dropdown.scss */
  .has-mega-dropdown > .dropdown-menu {
    left: 10px;
    right: 10px;
    width: auto;
  }
  /* line 322, ../_dev/scss/components/_dropdown.scss */
  .has-mega-dropdown .dropdown-menu {
    border-left-width: 0;
    border-right-width: 0;
  }
  /* line 327, ../_dev/scss/components/_dropdown.scss */
  .has-mega-dropdown .drop-wrap {
    padding: 25px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 333, ../_dev/scss/components/_dropdown.scss */
  .has-mega-dropdown > .dropdown-menu {
    left: 170px;
    right: 170px;
  }
}

/* global dropdown styles */
/* line 342, ../_dev/scss/components/_dropdown.scss */
.dropdown .icon-angle-down {
  transition: transform 0.3s linear;
  transform: rotate(0);
}
/* line 348, ../_dev/scss/components/_dropdown.scss */
.dropdown.open .icon-angle-down {
  transform: rotate(180deg);
}
@media only screen and (min-width: 992px) {
  /* line 352, ../_dev/scss/components/_dropdown.scss */
  .dropdown.open > .dropdown-menu {
    overflow: visible;
    transform: rotateX(0) translateZ(0);
    -ms-transform: rotateX(0) translateZ(0);
    -webkit-transform: rotateX(0) translateZ(0);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  /* line 366, ../_dev/scss/components/_dropdown.scss */
  .dropdown:hover .dropdown-menu {
    overflow: visible;
    transform: rotateX(0) translateZ(0);
    -ms-transform: rotateX(0) translateZ(0);
    -webkit-transform: rotateX(0) translateZ(0);
    opacity: 1;
    visibility: visible;
  }
  /* line 375, ../_dev/scss/components/_dropdown.scss */
  .dropdown:hover .icon-angle-down {
    transform: rotate(180deg);
  }
}

/* line 386, ../_dev/scss/components/_dropdown.scss */
.navbar-nav > li:last-child .dropdown-menu, .navbar-nav > li.last-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
/* line 396, ../_dev/scss/components/_dropdown.scss */
.navbar-nav > li.has-mega-dropdown:last-child .dropdown-menu, .navbar-nav > li.has-mega-dropdown.last-dropdown .dropdown-menu {
  left: 10px;
  right: 10px;
}
@media only screen and (min-width: 1600px) {
  /* line 396, ../_dev/scss/components/_dropdown.scss */
  .navbar-nav > li.has-mega-dropdown:last-child .dropdown-menu, .navbar-nav > li.has-mega-dropdown.last-dropdown .dropdown-menu {
    left: 170px;
    right: 170px;
  }
}

/* language dropdown styles */
/* line 3, ../_dev/scss/components/_languages.scss */
.lang-wrap .lang-row {
  overflow: hidden;
}
/* line 6, ../_dev/scss/components/_languages.scss */
.lang-wrap .lang-col {
  padding: 2px;
}
/* line 10, ../_dev/scss/components/_languages.scss */
.lang-wrap a {
  display: block;
  padding: 2px 5px;
}
/* line 14, ../_dev/scss/components/_languages.scss */
.lang-wrap a .text {
  color: #9d9d9d;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-left: 5px;
}
/* line 22, ../_dev/scss/components/_languages.scss */
.lang-wrap a:hover {
  background: #181818;
}

/*------------------------------------------------------------------
6. Banner / .banner
-------------------------------------------------------------------*/
/* banner styles */
/* line 2, ../_dev/scss/components/_banner.scss */
.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-position: 50% 0;
}
/* line 8, ../_dev/scss/components/_banner.scss */
.banner.banner-slider {
  background-position: 0 0;
  min-height: 1px;
}
/* line 12, ../_dev/scss/components/_banner.scss */
.banner.banner-slider .trip-form {
  white-space: normal;
}
/* line 15, ../_dev/scss/components/_banner.scss */
.banner.banner-slider .trip-form .holder {
  margin-bottom: 10px !important;
}
/* line 20, ../_dev/scss/components/_banner.scss */
.banner.banner-slider .solid-border {
  overflow: visible;
  border-radius: 0;
}
/* line 25, ../_dev/scss/components/_banner.scss */
.banner.banner-slider .banner-text {
  width: 1170px;
  position: static;
  font-size: 14px;
}
@media only screen and (max-width: 1599px) {
  /* line 25, ../_dev/scss/components/_banner.scss */
  .banner.banner-slider .banner-text {
    width: 1000px;
  }
}
@media only screen and (max-width: 1169px) {
  /* line 25, ../_dev/scss/components/_banner.scss */
  .banner.banner-slider .banner-text {
    width: 950px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 25, ../_dev/scss/components/_banner.scss */
  .banner.banner-slider .banner-text {
    width: 520px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 25, ../_dev/scss/components/_banner.scss */
  .banner.banner-slider .banner-text {
    width: 300px;
  }
}
/* line 47, ../_dev/scss/components/_banner.scss */
.banner .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url("../videos/video-thumb.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/* line 59, ../_dev/scss/components/_banner.scss */
.banner .banner-video.has-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(51, 51, 51, 0.7);
}
/* line 70, ../_dev/scss/components/_banner.scss */
.banner .banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  max-width: none;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}
/* line 85, ../_dev/scss/components/_banner.scss */
.banner.banner-inner {
  height: 100vh;
  min-height: 320px;
  max-height: 500px;
  padding-top: 0;
  color: #fff;
}
/* line 92, ../_dev/scss/components/_banner.scss */
.banner.banner-inner .banner-image {
  height: 100%;
}
/* line 96, ../_dev/scss/components/_banner.scss */
.banner.banner-inner .img-holder {
  float: left;
  position: relative;
  min-width: 1920px;
  width: 100%;
  height: auto;
  left: 50%;
}
/* line 104, ../_dev/scss/components/_banner.scss */
.banner.banner-inner .img-holder:after {
  content: '';
  position: absolute;
  left: -9999px;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}
/* line 114, ../_dev/scss/components/_banner.scss */
.banner.banner-inner .img-holder img {
  width: 100%;
  position: relative;
  left: -50%;
  width: 100%;
}
/* line 122, ../_dev/scss/components/_banner.scss */
.banner.banner-inner .banner-text {
  text-align: left;
  top: auto;
}
/* line 126, ../_dev/scss/components/_banner.scss */
.banner.banner-inner .banner-text .center-text {
  padding: 0;
}
/* line 131, ../_dev/scss/components/_banner.scss */
.banner.banner-inner .subtitle {
  display: block;
  font-size: 1.428571em;
  line-height: 1.1;
  font-style: italic;
  margin-bottom: 70px;
  font-weight: 400;
}
/* line 140, ../_dev/scss/components/_banner.scss */
.banner.banner-inner h1 {
  line-height: 1.2;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_banner.scss */
  .banner {
    min-height: 600px;
  }
  /* line 151, ../_dev/scss/components/_banner.scss */
  .banner.banner-inner .subtitle {
    font-size: 1.571428em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 158, ../_dev/scss/components/_banner.scss */
  .banner.banner-inner {
    height: 666px;
  }
  /* line 161, ../_dev/scss/components/_banner.scss */
  .banner.banner-inner .subtitle {
    font-size: 1.714285em;
  }
}

/* line 169, ../_dev/scss/components/_banner.scss */
.banner-inner .banner-text h1 {
  font-weight: 400;
}

/* line 174, ../_dev/scss/components/_banner.scss */
#slider-wrapper {
  position: relative;
}

/* banner image styles */
/* line 179, ../_dev/scss/components/_banner.scss */
.banner-image {
  height: 100%;
  min-height: 320px;
  position: relative;
}
/* line 185, ../_dev/scss/components/_banner.scss */
.banner-image .has-overlay:before {
  background: rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 768px) {
  /* line 179, ../_dev/scss/components/_banner.scss */
  .banner-image {
    max-height: none;
    position: static;
  }
}
@media only screen and (min-width: 992px) {
  /* line 179, ../_dev/scss/components/_banner.scss */
  .banner-image {
    height: 100vh;
  }
}

/* line 202, ../_dev/scss/components/_banner.scss */
.banner:hover .slick-arrow {
  opacity: 1;
}

/* line 210, ../_dev/scss/components/_banner.scss */
.banner-home .banner-text h1 {
  font-size: 3.571em;
}
/* line 213, ../_dev/scss/components/_banner.scss */
.banner-home .banner-text h1 span {
  display: block;
  font-weight: 400;
  font-size: .8em;
  font-style: normal;
}
/* line 221, ../_dev/scss/components/_banner.scss */
.banner-home .banner-text .subtitle {
  font-size: 1.429em;
  color: #3b7fe0;
  font-weight: 300;
  font-style: italic;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  /* line 231, ../_dev/scss/components/_banner.scss */
  .banner-home .banner-text h1 {
    font-size: 5.143em;
  }
  /* line 234, ../_dev/scss/components/_banner.scss */
  .banner-home .banner-text h1 span {
    font-size: .72em;
  }
  /* line 239, ../_dev/scss/components/_banner.scss */
  .banner-home .banner-text .subtitle {
    font-size: 1.714em;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 245, ../_dev/scss/components/_banner.scss */
  .banner-home .banner-text h1 {
    font-size: 7.143em;
  }
  /* line 248, ../_dev/scss/components/_banner.scss */
  .banner-home .banner-text h1 span {
    font-size: .72em;
  }
  /* line 253, ../_dev/scss/components/_banner.scss */
  .banner-home .banner-text .subtitle {
    font-size: 2.143em;
  }
}

/* banner text styles */
/* line 261, ../_dev/scss/components/_banner.scss */
.banner-text {
  position: absolute;
  top: 70px;
  bottom: 100px;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 22;
  text-align: center;
}
/* line 271, ../_dev/scss/components/_banner.scss */
.banner-text h1 {
  line-height: .9em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 277, ../_dev/scss/components/_banner.scss */
.banner-text h1 span {
  color: #3b7fe0;
}
/* line 282, ../_dev/scss/components/_banner.scss */
.banner-text:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -.25em;
}
/* line 290, ../_dev/scss/components/_banner.scss */
.banner-text .center-text {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  /* line 261, ../_dev/scss/components/_banner.scss */
  .banner-text {
    bottom: 0;
  }
  /* line 301, ../_dev/scss/components/_banner.scss */
  .banner-text .center-text {
    margin: 5% 0;
  }
  /* line 305, ../_dev/scss/components/_banner.scss */
  .banner-text h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 311, ../_dev/scss/components/_banner.scss */
  .banner-text h1 {
    margin-bottom: 30px;
  }
}

/* line 319, ../_dev/scss/components/_banner.scss */
.banner-icon-search .banner-text h1 {
  font-size: 3.571em;
}
/* line 323, ../_dev/scss/components/_banner.scss */
.banner-icon-search .banner-text .center-text {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  /* line 330, ../_dev/scss/components/_banner.scss */
  .banner-icon-search .banner-text h1 {
    font-size: 4.571em;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 338, ../_dev/scss/components/_banner.scss */
  .banner-icon-search .banner-text h1 {
    font-size: 5.571em;
  }
}

/* line 345, ../_dev/scss/components/_banner.scss */
.heading-home {
  font: 700 3.571em/0.9em "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
/* line 351, ../_dev/scss/components/_banner.scss */
.heading-home span {
  display: block;
  font-weight: 400;
  font-size: .8em;
}
@media only screen and (min-width: 992px) {
  /* line 345, ../_dev/scss/components/_banner.scss */
  .heading-home {
    font-size: 7.143em !important;
    margin-bottom: 30px;
  }
  /* line 361, ../_dev/scss/components/_banner.scss */
  .heading-home span {
    font-size: .72em;
  }
}

/* line 369, ../_dev/scss/components/_banner.scss */
.banner-caption-s1 .center-text,
.banner-home .banner-caption-s1 .center-text {
  max-width: 750px;
  text-align: right;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 374, ../_dev/scss/components/_banner.scss */
.banner-caption-s1 .center-text h1,
.banner-home .banner-caption-s1 .center-text h1 {
  color: #3b7fe0;
  font-style: italic;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 379, ../_dev/scss/components/_banner.scss */
.banner-caption-s1 .center-text h1 span,
.banner-home .banner-caption-s1 .center-text h1 span {
  color: #fff;
  font-style: normal;
  font-weight: 100;
}
/* line 386, ../_dev/scss/components/_banner.scss */
.banner-caption-s1 .center-text .banner-subtitle,
.banner-home .banner-caption-s1 .center-text .banner-subtitle {
  font-weight: 300;
  color: #fff;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 393, ../_dev/scss/components/_banner.scss */
  .banner-caption-s1 .center-text .banner-subtitle,
  .banner-home .banner-caption-s1 .center-text .banner-subtitle {
    font-size: 1.714em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 369, ../_dev/scss/components/_banner.scss */
  .banner-caption-s1 .center-text,
  .banner-home .banner-caption-s1 .center-text {
    max-width: 940px;
  }
  /* line 401, ../_dev/scss/components/_banner.scss */
  .banner-caption-s1 .center-text .banner-subtitle,
  .banner-home .banner-caption-s1 .center-text .banner-subtitle {
    font-size: 2.571em;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 369, ../_dev/scss/components/_banner.scss */
  .banner-caption-s1 .center-text,
  .banner-home .banner-caption-s1 .center-text {
    max-width: 1200px;
  }
}

/*------------------------------------------------------------------
7. feature block / .feature-block
-------------------------------------------------------------------*/
/* feature block global styles */
/* line 2, ../_dev/scss/components/_feature-block.scss */
.feature-block {
  background: #252525;
  z-index: 99;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  position: relative;
}
/* line 13, ../_dev/scss/components/_feature-block.scss */
.feature-block.hover .swipe.left {
  opacity: 1;
}
/* line 19, ../_dev/scss/components/_feature-block.scss */
.feature-block .ico {
  position: relative;
  top: 0;
  display: block;
  margin: 0 auto 10px;
  transition: top 0.2s linear;
  font-size: 25px;
  line-height: 1;
}
/* line 29, ../_dev/scss/components/_feature-block.scss */
.feature-block .info {
  transition: color 0.2s linear;
}
/* line 33, ../_dev/scss/components/_feature-block.scss */
.feature-block .holder {
  overflow-x: auto;
  /* 1 */
  -webkit-overflow-scrolling: touch;
  /* 2 */
}
/* line 38, ../_dev/scss/components/_feature-block.scss */
.feature-block ul {
  text-align: center;
  overflow: hidden;
}
/* line 44, ../_dev/scss/components/_feature-block.scss */
.feature-block li {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.25em;
  padding: 10px;
  position: relative;
  width: 12.5%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 54, ../_dev/scss/components/_feature-block.scss */
.feature-block li:first-child:before {
  display: none;
}
/* line 59, ../_dev/scss/components/_feature-block.scss */
.feature-block li:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  background: #000;
  width: 1px;
}
/* line 69, ../_dev/scss/components/_feature-block.scss */
.feature-block li a {
  display: block;
  height: 100%;
  color: #9d9d9d;
}
/* line 74, ../_dev/scss/components/_feature-block.scss */
.feature-block li a:hover {
  color: #3b7fe0;
}
/* line 77, ../_dev/scss/components/_feature-block.scss */
.feature-block li a:hover .ico {
  top: -5px;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_feature-block.scss */
  .feature-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 2, ../_dev/scss/components/_feature-block.scss */
  .feature-block {
    font-size: 1em;
    padding: 30px 0 15px;
  }
  /* line 96, ../_dev/scss/components/_feature-block.scss */
  .feature-block ul li {
    padding: 20px 10px;
  }
  /* line 104, ../_dev/scss/components/_feature-block.scss */
  .feature-block li a:hover .ico {
    top: -10px;
  }
  /* line 111, ../_dev/scss/components/_feature-block.scss */
  .feature-block .ico {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1299px) {
  /* line 117, ../_dev/scss/components/_feature-block.scss */
  .feature-block ul {
    min-width: 1210px;
    overflow: visible;
  }
}

/* content heading styles */
/* line 2, ../_dev/scss/components/_content-block.scss */
.content-heading {
  text-align: center;
  position: relative;
}
/* line 6, ../_dev/scss/components/_content-block.scss */
.content-heading .subtitle {
  display: block;
}

/* line 11, ../_dev/scss/components/_content-block.scss */
.gallery-home-holder {
  margin-top: 45px;
}
/* line 14, ../_dev/scss/components/_content-block.scss */
.gallery-home-holder h2 {
  color: #5c5e62;
}
@media only screen and (min-width: 768px) {
  /* line 11, ../_dev/scss/components/_content-block.scss */
  .gallery-home-holder {
    margin-top: 60px;
  }
  /* line 21, ../_dev/scss/components/_content-block.scss */
  .gallery-home-holder .text-block {
    padding-bottom: 10px;
  }
  /* line 25, ../_dev/scss/components/_content-block.scss */
  .gallery-home-holder .gallery-list {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 11, ../_dev/scss/components/_content-block.scss */
  .gallery-home-holder {
    margin-top: 90px;
  }
  /* line 33, ../_dev/scss/components/_content-block.scss */
  .gallery-home-holder .text-block {
    padding-bottom: 14px;
  }
}

/* content block styles */
/* line 40, ../_dev/scss/components/_content-block.scss */
.content-block {
  padding: 60px 0;
  background: #fafafa;
}
/* line 44, ../_dev/scss/components/_content-block.scss */
.content-block.content-sub {
  padding: 45px 0;
}
/* line 47, ../_dev/scss/components/_content-block.scss */
.content-block.content-sub .article {
  margin-top: 30px;
}
/* line 51, ../_dev/scss/components/_content-block.scss */
.content-block.content-sub .content-holder {
  margin: 0 0 45px;
}
/* line 56, ../_dev/scss/components/_content-block.scss */
.content-block.content-sub .list-view.content-holder {
  margin-top: 45px;
}
/* line 60, ../_dev/scss/components/_content-block.scss */
.content-block.content-sub .list-view .article {
  margin-top: 15px;
}
/* line 67, ../_dev/scss/components/_content-block.scss */
.content-block.content-center .img-wrap {
  width: 110px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  /* line 73, ../_dev/scss/components/_content-block.scss */
  .content-block.content-center .img-wrap {
    width: auto;
    margin: 0 0 40px;
    height: 120px;
  }
  /* line 79, ../_dev/scss/components/_content-block.scss */
  .content-block.content-center p {
    margin-bottom: 0;
  }
}
/* line 86, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .img-article {
  margin-top: 45px;
}
/* line 90, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .description,
.content-block.guide-sub .bar-holder {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 97, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .holder {
  position: relative;
}
/* line 100, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .holder:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: opacity linear .5s;
}
/* line 114, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .holder:hover:before {
  opacity: 1;
}
/* line 118, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .holder:hover .social-networks {
  opacity: 1;
}
/* line 122, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .holder:hover .caption {
  color: #3b7fe0;
  margin-left: 0;
  margin-right: 0;
}
/* line 127, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .holder:hover .caption h3 {
  color: #3b7fe0;
}
/* line 134, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .thumbnail {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 0;
}
/* line 142, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .img-wrap img {
  width: 100%;
}
/* line 147, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .designation {
  letter-spacing: 0.05em;
}
/* line 151, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .description {
  font-size: 1.143em;
  line-height: 1.875;
}
/* line 155, ../_dev/scss/components/_content-block.scss */
.content-block.guide-sub .description p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 161, ../_dev/scss/components/_content-block.scss */
  .content-block.guide-sub .description,
  .content-block.guide-sub .bar-holder {
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 168, ../_dev/scss/components/_content-block.scss */
  .content-block.guide-sub .img-article {
    margin-top: 90px;
  }
}
/* line 175, ../_dev/scss/components/_content-block.scss */
.content-block.guide-add .social-networks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 160px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
}
/* line 186, ../_dev/scss/components/_content-block.scss */
.content-block.guide-add .social-networks li {
  padding: 1px;
}
/* line 190, ../_dev/scss/components/_content-block.scss */
.content-block.guide-add .social-networks a {
  display: block;
  height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 34px;
  background: #2e3436;
  transition: background 0.2s linear;
}
/* line 201, ../_dev/scss/components/_content-block.scss */
.content-block.guide-add .social-networks a:hover {
  color: #fff;
}
/* line 204, ../_dev/scss/components/_content-block.scss */
.content-block.guide-add .social-networks a:hover span {
  color: #fff;
}
/* line 210, ../_dev/scss/components/_content-block.scss */
.content-block.guide-add .social-networks a span:before {
  line-height: 34px;
}
/* line 215, ../_dev/scss/components/_content-block.scss */
.content-block.guide-add .social-networks a:hover {
  background: #3b7fe0;
}
/* line 223, ../_dev/scss/components/_content-block.scss */
.content-block .content-boxed .thumbnail {
  border: 0;
}
/* line 227, ../_dev/scss/components/_content-block.scss */
.content-block .content-boxed .article {
  margin-top: 45px;
}
/* line 233, ../_dev/scss/components/_content-block.scss */
.content-block.article-boxed .content-heading {
  margin-bottom: 0;
}
/* line 239, ../_dev/scss/components/_content-block.scss */
.content-block.content-spacing .content-heading {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../_dev/scss/components/_content-block.scss */
  .content-block {
    padding: 90px 0;
  }
  /* line 247, ../_dev/scss/components/_content-block.scss */
  .content-block .article {
    margin-top: 45px;
  }
  /* line 251, ../_dev/scss/components/_content-block.scss */
  .content-block.content-sub {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 255, ../_dev/scss/components/_content-block.scss */
  .content-block.content-sub .content-holder {
    margin-top: -35px;
  }
  /* line 261, ../_dev/scss/components/_content-block.scss */
  .content-block.guide-sub .img-article {
    margin-top: 60px;
  }
  /* line 267, ../_dev/scss/components/_content-block.scss */
  .content-block.article-boxed .content-heading {
    margin-bottom: 15px;
  }
  /* line 273, ../_dev/scss/components/_content-block.scss */
  .content-block.content-spacing .content-heading {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 40, ../_dev/scss/components/_content-block.scss */
  .content-block {
    padding: 100px 0;
  }
  /* line 282, ../_dev/scss/components/_content-block.scss */
  .content-block.content-sub {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  /* line 288, ../_dev/scss/components/_content-block.scss */
  .content-block.guide-sub .img-article {
    margin-top: 90px;
  }
  /* line 294, ../_dev/scss/components/_content-block.scss */
  .content-block.article-boxed .content-heading {
    margin-bottom: 45px;
  }
  /* line 300, ../_dev/scss/components/_content-block.scss */
  .content-block.content-spacing .content-heading {
    margin-bottom: 45px;
  }
}

/* line 308, ../_dev/scss/components/_content-block.scss */
.content-sub-holder .article {
  margin-top: 30px;
}

/* line 314, ../_dev/scss/components/_content-block.scss */
.content-with-sidebar .content-sub-holder {
  padding-bottom: 45px;
}

/* adventure styles */
/* line 321, ../_dev/scss/components/_content-block.scss */
.adventure-holder .text-block {
  white-space: nowrap;
}
/* line 324, ../_dev/scss/components/_content-block.scss */
.adventure-holder .text-block:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -.25em;
  content: '';
}
/* line 332, ../_dev/scss/components/_content-block.scss */
.adventure-holder .text-block .centered {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  padding: 30px 0 15px;
}
/* line 341, ../_dev/scss/components/_content-block.scss */
.adventure-holder.featured-content {
  text-align: center;
}
/* line 344, ../_dev/scss/components/_content-block.scss */
.adventure-holder.featured-content .centered {
  padding: 60px 15px;
}
@media only screen and (min-width: 768px) {
  /* line 351, ../_dev/scss/components/_content-block.scss */
  .adventure-holder .text-block .centered {
    padding: 60px 15px;
  }
  /* line 358, ../_dev/scss/components/_content-block.scss */
  .adventure-holder.gallery-home-holder .text-block .centered {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 367, ../_dev/scss/components/_content-block.scss */
  .adventure-holder .text-block:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -0.25em;
  }
  /* line 375, ../_dev/scss/components/_content-block.scss */
  .adventure-holder .text-block .centered {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 385, ../_dev/scss/components/_content-block.scss */
  .adventure-holder .height {
    height: auto !important;
  }
}

/* line 391, ../_dev/scss/components/_content-block.scss */
.grid-view-sidebar {
  padding-bottom: 60px;
}
/* line 394, ../_dev/scss/components/_content-block.scss */
.grid-view-sidebar #content {
  float: none;
  margin-top: 30px;
}
/* line 399, ../_dev/scss/components/_content-block.scss */
.grid-view-sidebar #sidebar {
  margin-top: 30px;
}
/* line 404, ../_dev/scss/components/_content-block.scss */
.grid-view-sidebar .db-3-col .article {
  display: block;
  margin-right: auto;
}
/* line 410, ../_dev/scss/components/_content-block.scss */
.grid-view-sidebar .pagination-wrap {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
/* line 416, ../_dev/scss/components/_content-block.scss */
.grid-view-sidebar .filter-option {
  max-width: 470px;
}
@media only screen and (min-width: 768px) {
  /* line 391, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar {
    padding-bottom: 90px;
  }
  /* line 423, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar .container {
    padding-top: 198px;
  }
  /* line 427, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar #content {
    margin-top: 45px;
  }
  /* line 431, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar #sidebar {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 391, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  /* line 440, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar .container {
    padding-top: 0;
  }
  /* line 444, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar #content {
    float: right;
    margin-top: 0;
  }
  /* line 449, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar #sidebar {
    margin-top: 0;
  }
  /* line 453, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar .filter-option {
    max-width: none;
  }
  /* line 458, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar .db-3-col .article {
    display: inline-block;
    margin-right: -.25em;
  }
  /* line 464, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar .pagination-wrap {
    max-width: none;
  }
}
@media only screen and (max-width: 991px) {
  /* line 470, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar .container {
    position: relative;
    padding-top: 168px;
    max-width: 500px;
  }
  /* line 476, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar [class^="col-"],
  .grid-view-sidebar [class*=" col-"] {
    position: static;
  }
  /* line 481, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar .filter-option {
    position: absolute;
    top: 60px;
    left: 15px;
    right: 15px;
    max-width: none;
  }
  /* line 488, ../_dev/scss/components/_content-block.scss */
  .grid-view-sidebar .filter-option .result-info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

/* thumbnail with link styles */
/* line 498, ../_dev/scss/components/_content-block.scss */
a.thumbnail {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
}
/* line 505, ../_dev/scss/components/_content-block.scss */
a.thumbnail img {
  width: 100%;
  max-width: none;
}

/*------------------------------------------------------------------
8. Gallery list / .gallery-list
-------------------------------------------------------------------*/
/* gallery list styles */
/* line 2, ../_dev/scss/components/_gallery-list.scss */
.gallery-list {
  margin: 0 -5px 20px;
}
/* line 7, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center {
  text-align: center;
}
/* line 10, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  white-space: nowrap;
  color: #5c5e62;
  z-index: 2;
}
/* line 21, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center .caption:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  border: 1px solid #5c5e62;
  z-index: 8;
}
/* line 32, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center .caption:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin-right: -.25em;
  height: 100%;
}
/* line 40, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center .caption .centered {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-weight: 700;
  z-index: 9;
}
/* line 49, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center .title {
  display: block;
  font-size: 1.286em;
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}
/* line 58, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center .title:after {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 5px;
  background: #5c5e62;
  content: '';
  bottom: 0;
  margin-left: -25px;
}
/* line 71, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center a:after {
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
}
/* line 76, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center a:hover:after,
.gallery-list.has-center a:hover .caption:before,
.gallery-list.has-center a:hover .centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 83, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center a .caption:before,
.gallery-list.has-center a .centered {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all linear .3s;
}
/* line 91, ../_dev/scss/components/_gallery-list.scss */
.gallery-list.has-center img {
  backface-visibility: hidden;
  display: block;
}
/* line 97, ../_dev/scss/components/_gallery-list.scss */
.gallery-list .hover {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  left: 50%;
  top: 50%;
  position: absolute;
  font-size: 30px;
  color: #fff;
  display: block;
  z-index: 4;
  margin: -25px 0 0 -20px;
}
/* line 110, ../_dev/scss/components/_gallery-list.scss */
.gallery-list a {
  overflow: hidden;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
/* line 340, ../_dev/scss/modifiers/_mixins.scss */
.gallery-list a img {
  transition: transform 0.3s linear;
}
/* line 344, ../_dev/scss/modifiers/_mixins.scss */
.gallery-list a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
/* line 119, ../_dev/scss/components/_gallery-list.scss */
.gallery-list a:after {
  content: '';
  position: absolute;
  left: 0;
  right: -1px;
  top: 0;
  bottom: 0;
  background: rgba(51, 153, 255, 0.92);
  opacity: 0;
  transition: opacity 0.2s linear;
}
/* line 132, ../_dev/scss/components/_gallery-list.scss */
.gallery-list a:hover:after {
  opacity: 1;
}
/* line 136, ../_dev/scss/components/_gallery-list.scss */
.gallery-list a:hover .hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 142, ../_dev/scss/components/_gallery-list.scss */
.gallery-list li {
  float: left;
  width: 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  clear: right;
}
/* line 152, ../_dev/scss/components/_gallery-list.scss */
.gallery-list .info {
  position: absolute;
  bottom: 10px;
  left: 5px;
  letter-spacing: 1px;
  right: 5px;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 171, ../_dev/scss/components/_gallery-list.scss */
  .gallery-list .info {
    letter-spacing: 1px;
  }
  /* line 175, ../_dev/scss/components/_gallery-list.scss */
  .gallery-list .hover {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 2, ../_dev/scss/components/_gallery-list.scss */
  .gallery-list {
    margin: 0 23px 0 -7px;
  }
  /* line 183, ../_dev/scss/components/_gallery-list.scss */
  .gallery-list li {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  /* line 189, ../_dev/scss/components/_gallery-list.scss */
  .gallery-list.gallery-with-icon .info {
    display: block;
  }
  /* line 194, ../_dev/scss/components/_gallery-list.scss */
  .gallery-list .info {
    letter-spacing: 3px;
    bottom: 20px;
    left: 10px;
    right: 10px;
  }
}

/* button styles */
/* line 2, ../_dev/scss/components/_buttons.scss */
.btn {
  text-transform: uppercase;
}
/* line 6, ../_dev/scss/components/_buttons.scss */
.btn.radius {
  border-radius: 25px;
}
/* line 10, ../_dev/scss/components/_buttons.scss */
.btn.btn-h-slide, .btn.btn-default {
  position: relative;
  z-index: 1;
}
/* line 14, ../_dev/scss/components/_buttons.scss */
.btn.btn-h-slide:before, .btn.btn-default:before {
  content: '';
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: width .2s linear;
  transition: all .2s linear;
}
/* line 28, ../_dev/scss/components/_buttons.scss */
.btn.btn-h-slide:hover:before, .btn.btn-default:hover:before {
  width: 100%;
}
/* line 34, ../_dev/scss/components/_buttons.scss */
.btn.btn-shadow {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
}
/* line 38, ../_dev/scss/components/_buttons.scss */
.btn.btn-primary {
  background: none;
}
/* line 41, ../_dev/scss/components/_buttons.scss */
.btn.btn-primary:hover {
  border-color: #3b7fe0;
  background: #3b7fe0;
  color: #fff;
}
/* line 48, ../_dev/scss/components/_buttons.scss */
.btn.btn-default {
  font-weight: 700;
  padding: 3px 20px;
  letter-spacing: 1px;
  min-width: 150px;
  font-size: 16px;
  line-height: 20px;
  border-color: #e2e2e2;
  background: #186bb4;
}
/* line 59, ../_dev/scss/components/_buttons.scss */
.btn.btn-default:before {
  background: #3b7fe0;
}
/* line 63, ../_dev/scss/components/_buttons.scss */
.btn.btn-default:hover {
  background: #3b7fe0;
  border-radius: 0;
  border-color: #e2e2e2;
}
/* line 70, ../_dev/scss/components/_buttons.scss */
.btn.btn-trip {
  border-radius: 3px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  color: #3b7fe0;
  background: #252525;
  letter-spacing: 0.05em;
}
/* line 79, ../_dev/scss/components/_buttons.scss */
.btn.btn-trip:hover {
  background: #125087;
}
/* line 84, ../_dev/scss/components/_buttons.scss */
.btn.btn-info-sub {
  background: #186bb4;
  border-color: #186bb4;
  color: #fff;
  font-weight: 700;
}
/* line 90, ../_dev/scss/components/_buttons.scss */
.btn.btn-info-sub:hover {
  box-shadow: none;
  color: #fff;
  background: #1e86e1;
  border-color: #1e86e1;
}
/* line 98, ../_dev/scss/components/_buttons.scss */
.btn.btn-info {
  background: #3b7fe0;
  border-color: #3b7fe0;
  color: #fff;
}
/* line 103, ../_dev/scss/components/_buttons.scss */
.btn.btn-info:hover {
  background: #2065c8;
  color: #fff;
}
/* line 109, ../_dev/scss/components/_buttons.scss */
.btn.btn-white {
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 15px;
  min-width: 260px;
}
/* line 115, ../_dev/scss/components/_buttons.scss */
.btn.btn-white:hover {
  background: #fff;
  color: #3b7fe0;
}
/* line 121, ../_dev/scss/components/_buttons.scss */
.btn.btn-lg {
  padding: 10px;
  min-width: 250px;
}
/* line 126, ../_dev/scss/components/_buttons.scss */
.btn.btn-md {
  font-size: 18px;
  line-height: 24px;
  padding: 12px;
  min-width: 250px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) {
  /* line 135, ../_dev/scss/components/_buttons.scss */
  .btn.btn-lg {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    min-width: 345px;
    letter-spacing: 1px;
  }
}

/* line 145, ../_dev/scss/components/_buttons.scss */
.btn-banner {
  z-index: 8;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #3b7fe0;
  background-color: transparent;
  padding: 7px 45px;
  border: 1px solid #186bb4;
  text-transform: uppercase;
}
/* line 157, ../_dev/scss/components/_buttons.scss */
.btn-banner:hover {
  background: #186bb4;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  /* line 145, ../_dev/scss/components/_buttons.scss */
  .btn-banner {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 70px;
    border-width: 2px;
    letter-spacing: 1px;
  }
}

/* line 174, ../_dev/scss/components/_buttons.scss */
.banner-caption-s1 .center-text .btn-banner-holder,
.banner-home .banner-caption-s1 .center-text .btn-banner-holder {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 174, ../_dev/scss/components/_buttons.scss */
  .banner-caption-s1 .center-text .btn-banner-holder,
  .banner-home .banner-caption-s1 .center-text .btn-banner-holder {
    margin-top: 50px;
  }
}
/* line 182, ../_dev/scss/components/_buttons.scss */
.banner-caption-s1 .center-text .btn-banner,
.banner-home .banner-caption-s1 .center-text .btn-banner {
  border-radius: 25px;
}

/* breadcrumbs styles */
/* line 2, ../_dev/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  color: #fff;
  font-size: 1.143em;
  text-transform: uppercase;
}
/* line 11, ../_dev/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  display: inline;
}
/* line 15, ../_dev/scss/components/_breadcrumbs.scss */
.breadcrumbs li:first-child:before {
  display: none;
}
/* line 20, ../_dev/scss/components/_breadcrumbs.scss */
.breadcrumbs li:before {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  margin: -5px 2px 0;
}
/* line 28, ../_dev/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #fff;
  transition: color 0.2s linear;
}
/* line 32, ../_dev/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  color: #e6e6e6;
}

/* filter option styles */
/* line 2, ../_dev/scss/components/_filter-option.scss */
.filter-option {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
}
/* line 8, ../_dev/scss/components/_filter-option.scss */
.filter-option .btn-filter {
  margin: 0 15px;
  border-width: 2px;
  line-height: 40px;
  padding: 0 10px;
}
/* line 14, ../_dev/scss/components/_filter-option.scss */
.filter-option .btn-filter i {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
/* line 23, ../_dev/scss/components/_filter-option.scss */
.filter-option .select-col.sidebar-filter-opener {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../_dev/scss/components/_filter-option.scss */
  .filter-option .select-col.sidebar-filter-opener {
    display: inline-block;
    width: 54px;
    margin-left: 10px;
    text-align: center;
    font-size: 17px;
  }
  /* line 33, ../_dev/scss/components/_filter-option.scss */
  .filter-option .select-col.sidebar-filter-opener a {
    display: block;
    border: 2px solid #5c5e62;
    height: 34px;
    width: 34px;
  }
}
/* line 42, ../_dev/scss/components/_filter-option.scss */
.filter-option .filter-slide {
  max-height: 0;
  transition: all linear .3s;
  overflow: hidden;
  width: calc(100% + 130px);
  margin-bottom: -10px;
  padding-top: 10px;
}
/* line 50, ../_dev/scss/components/_filter-option.scss */
.filter-option .filter-slide .select-col {
  margin-top: 10px;
  width: 100%;
}
/* line 56, ../_dev/scss/components/_filter-option.scss */
.filter-option.filter-box {
  background: #fff;
  padding: 15px 25px 5px 20px;
}
@media only screen and (max-width: 767px) {
  /* line 56, ../_dev/scss/components/_filter-option.scss */
  .filter-option.filter-box {
    padding: 10px;
  }
}
/* line 64, ../_dev/scss/components/_filter-option.scss */
.filter-option.filter-box .select-holder {
  text-align: right;
}
/* line 68, ../_dev/scss/components/_filter-option.scss */
.filter-option.filter-box .result-info {
  padding-top: 5px;
}
/* line 72, ../_dev/scss/components/_filter-option.scss */
.filter-option.filter-box .link {
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  margin-left: 15px;
}
/* line 80, ../_dev/scss/components/_filter-option.scss */
.filter-option.filter-box .select-holder {
  width: calc(100% - 77px);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 80, ../_dev/scss/components/_filter-option.scss */
  .filter-option.filter-box .select-holder {
    width: calc(100% - 86px);
  }
}
/* line 90, ../_dev/scss/components/_filter-option.scss */
.filter-option .result-info {
  font-size: 1.143em;
  line-height: 1.5em;
  padding-top: 10px;
  display: block;
  margin-bottom: 15px;
}
/* line 98, ../_dev/scss/components/_filter-option.scss */
.filter-option .select-col {
  padding: 0 15px 10px;
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin-right: -.25em;
}
@media only screen and (max-width: 767px) {
  /* line 98, ../_dev/scss/components/_filter-option.scss */
  .filter-option .select-col {
    padding: 0 15px 10px;
  }
}
/* line 110, ../_dev/scss/components/_filter-option.scss */
.filter-option .select-holder {
  float: left;
  width: calc(100% - 100px);
  margin: 0 -15px;
}
/* line 116, ../_dev/scss/components/_filter-option.scss */
.filter-option .layout-action {
  float: right;
  max-width: 140px;
}
/* line 121, ../_dev/scss/components/_filter-option.scss */
.filter-option .link {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  width: 44px;
  border: 2px solid #e2e2e2;
  line-height: 44px;
  text-align: center;
  color: #e2e2e2;
  margin: 0 -.25em 0 19px;
  font-size: 25px;
  transition: all .3s linear;
}
/* line 134, ../_dev/scss/components/_filter-option.scss */
.filter-option .link:last-child {
  margin-right: 0;
}
/* line 138, ../_dev/scss/components/_filter-option.scss */
.filter-option .link.active, .filter-option .link:hover {
  color: #3b7fe0;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_filter-option.scss */
  .filter-option {
    max-width: none;
  }
  /* line 147, ../_dev/scss/components/_filter-option.scss */
  .filter-option .btn-filter {
    display: none;
  }
  /* line 151, ../_dev/scss/components/_filter-option.scss */
  .filter-option .filter-slide {
    position: static;
    background: none;
    max-height: none;
    width: auto;
    padding-top: 0;
  }
  /* line 158, ../_dev/scss/components/_filter-option.scss */
  .filter-option .filter-slide .select-col {
    margin-top: 0;
    width: 200px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 167, ../_dev/scss/components/_filter-option.scss */
  .filter-option.filter-box .result-info {
    max-width: 45%;
  }
  /* line 171, ../_dev/scss/components/_filter-option.scss */
  .filter-option.filter-box .select-col {
    width: 200px;
  }
  /* line 176, ../_dev/scss/components/_filter-option.scss */
  .filter-option .result-info {
    float: left;
    max-width: 40%;
    margin-bottom: 0;
  }
  /* line 182, ../_dev/scss/components/_filter-option.scss */
  .filter-option .layout-holder {
    float: right;
    width: 60%;
  }
  /* line 188, ../_dev/scss/components/_filter-option.scss */
  .filter-option.filter-box .layout-holder {
    width: 55%;
  }
  /* line 192, ../_dev/scss/components/_filter-option.scss */
  .filter-option.filter-box .select-holder {
    text-align: right;
  }
}

/* line 200, ../_dev/scss/components/_filter-option.scss */
.filter-active .filter-slide {
  max-height: 350px;
}

/*------------------------------------------------------------------
9. Pagination / .pagination
-------------------------------------------------------------------*/
/* pagination styles */
/* line 2, ../_dev/scss/components/_pagination.scss */
.pagination-wrap {
  padding: 25px 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
}
/* line 8, ../_dev/scss/components/_pagination.scss */
.pagination-wrap.bg-gray {
  background: #f8f8f8;
}
/* line 12, ../_dev/scss/components/_pagination.scss */
.pagination-wrap .pagination {
  font-size: 0;
  line-height: 0;
  min-width: 170px;
}
/* line 19, ../_dev/scss/components/_pagination.scss */
.pagination-wrap .btn-next,
.pagination-wrap .btn-prev {
  font-size: 14px;
  padding-top: 5px;
}
/* line 24, ../_dev/scss/components/_pagination.scss */
.pagination-wrap .btn-next a,
.pagination-wrap .btn-prev a {
  margin: 0;
  width: auto;
  height: auto;
  border: 0;
}
/* line 30, ../_dev/scss/components/_pagination.scss */
.pagination-wrap .btn-next a:hover,
.pagination-wrap .btn-prev a:hover {
  background: none;
  color: #3b7fe0;
  border: 0;
}
/* line 38, ../_dev/scss/components/_pagination.scss */
.pagination-wrap .btn-prev {
  float: left;
}
/* line 41, ../_dev/scss/components/_pagination.scss */
.pagination-wrap .btn-prev span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
/* line 47, ../_dev/scss/components/_pagination.scss */
.pagination-wrap .btn-next {
  float: right;
}
/* line 51, ../_dev/scss/components/_pagination.scss */
.pagination-wrap li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
/* line 59, ../_dev/scss/components/_pagination.scss */
.pagination-wrap li a {
  padding: 0;
  background: none;
  border: 0;
  line-height: 20px;
  font-size: 16px;
  width: 22px;
  height: 22px;
  display: block;
  color: #5c5e62;
}
/* line 70, ../_dev/scss/components/_pagination.scss */
.pagination-wrap li a:hover {
  background: #3b7fe0;
  color: #fff;
  border: 1px solid #f8f8f8;
}
/* line 78, ../_dev/scss/components/_pagination.scss */
.pagination-wrap li.active a {
  color: #fff;
  border: 1px solid #f8f8f8;
  border-color: transparent;
  background: #3b7fe0;
}
/* line 84, ../_dev/scss/components/_pagination.scss */
.pagination-wrap li.active a:hover {
  background: #3b7fe0;
  color: #fff;
  border-color: transparent;
}
@media only screen and (min-width: 992px) {
  /* line 94, ../_dev/scss/components/_pagination.scss */
  .pagination-wrap .btn-next,
  .pagination-wrap .btn-prev {
    width: 70px;
    font-size: 20px;
    padding-top: 0;
  }
  /* line 100, ../_dev/scss/components/_pagination.scss */
  .pagination-wrap li {
    padding: 0 15px;
  }
}

/* count block styles */
/* line 2, ../_dev/scss/components/_count.scss */
.count-block {
  color: #fff;
  text-align: center;
}
/* line 6, ../_dev/scss/components/_count.scss */
.count-block .icon {
  display: block;
  margin: 0 auto 15px;
  position: relative;
  top: 0;
  transition: top 0.2s linear;
  font-size: 50px;
}
/* line 14, ../_dev/scss/components/_count.scss */
.count-block .icon.icon-duration {
  font-size: 38px;
  height: 50px;
}
/* line 20, ../_dev/scss/components/_count.scss */
.count-block .info,
.count-block .txt {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 27, ../_dev/scss/components/_count.scss */
.count-block .txt {
  margin: 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 35, ../_dev/scss/components/_count.scss */
.count-block .info {
  font-size: 1.667em;
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
/* line 42, ../_dev/scss/components/_count.scss */
.count-block .block-1 {
  background: #186bb4;
}
/* line 46, ../_dev/scss/components/_count.scss */
.count-block .block-2 {
  background: #565335;
}
/* line 50, ../_dev/scss/components/_count.scss */
.count-block .block-3 {
  background: #474d4b;
}
/* line 54, ../_dev/scss/components/_count.scss */
.count-block .block-4 {
  background: #b0a377;
}
/* line 58, ../_dev/scss/components/_count.scss */
.count-block .holder {
  padding: 45px 10px;
  font-size: 1.286em;
  text-align: center;
}
/* line 64, ../_dev/scss/components/_count.scss */
.count-block .holder:hover .icon {
  top: -15px;
}
/* line 70, ../_dev/scss/components/_count.scss */
.count-block .wpb_wrapper {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
@media only screen and (max-width: 539px) {
  /* line 77, ../_dev/scss/components/_count.scss */
  .count-block [class^="col-"],
  .count-block [class*=" col-"] {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 84, ../_dev/scss/components/_count.scss */
  .count-block .holder {
    font-size: 1em;
    padding: 60px 10px;
  }
  /* line 89, ../_dev/scss/components/_count.scss */
  .count-block .icon {
    margin-bottom: 25px;
  }
  /* line 93, ../_dev/scss/components/_count.scss */
  .count-block .info {
    font-size: 2em;
    margin-bottom: 15px;
  }
  /* line 98, ../_dev/scss/components/_count.scss */
  .count-block .txt {
    font-size: 1em;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) {
  /* line 105, ../_dev/scss/components/_count.scss */
  .count-block .txt {
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 111, ../_dev/scss/components/_count.scss */
  .count-block .info {
    font-size: 2.857em;
  }
  /* line 115, ../_dev/scss/components/_count.scss */
  .count-block .txt {
    font-size: 1.286em;
    letter-spacing: 4px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 122, ../_dev/scss/components/_count.scss */
  .count-block .holder {
    padding: 90px 10px;
  }
}

/* article styles */
/* line 2, ../_dev/scss/components/_article.scss */
.article {
  line-height: 1.714;
  max-width: 500px;
  margin: 45px auto 0;
}
/* line 9, ../_dev/scss/components/_article.scss */
.article.thumb-full .thumbnail {
  border-radius: 5px 5px 0 0;
}
/* line 12, ../_dev/scss/components/_article.scss */
.article.thumb-full .thumbnail .img-wrap {
  margin: -10px -10px 25px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
/* line 21, ../_dev/scss/components/_article.scss */
.article.has-hover-s1 .img-wrap {
  overflow: hidden;
}
/* line 24, ../_dev/scss/components/_article.scss */
.article.has-hover-s1 .img-wrap img {
  transform: scale(1);
  transition: transform 0.2s linear;
}
/* line 32, ../_dev/scss/components/_article.scss */
.article.has-hover-s1:hover .img-wrap img {
  transform: scale(1.4);
}
/* line 40, ../_dev/scss/components/_article.scss */
.article.has-hover-s2 .img-wrap {
  position: relative;
  overflow: hidden;
}
/* line 44, ../_dev/scss/components/_article.scss */
.article.has-hover-s2 .img-wrap img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10px, 10px, 0);
}
/* line 53, ../_dev/scss/components/_article.scss */
.article.has-hover-s2 .img-wrap .text:before {
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 250px;
  height: 250px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  transform: scale3d(0.5, 0.5, 1);
  transform-origin: 50% 50%;
  background: rgba(0, 0, 0, 0.2);
}
/* line 69, ../_dev/scss/components/_article.scss */
.article.has-hover-s2 .img-wrap .text:before,
.article.has-hover-s2 .img-wrap p {
  transition: opacity 0.35s, transform 0.35s;
}
/* line 74, ../_dev/scss/components/_article.scss */
.article.has-hover-s2 .img-wrap p {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 28px 25px 0;
  width: 110px;
  text-align: right;
  opacity: 0;
  transform: translate3d(20px, 20px, 0);
}
/* line 92, ../_dev/scss/components/_article.scss */
.article.has-hover-s2:hover h3 a {
  color: #39f;
}
/* line 97, ../_dev/scss/components/_article.scss */
.article.has-hover-s2:hover img {
  transform: translate3d(0, 0, 0);
}
/* line 101, ../_dev/scss/components/_article.scss */
.article.has-hover-s2:hover .text:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* line 106, ../_dev/scss/components/_article.scss */
.article.has-hover-s2:hover p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* line 114, ../_dev/scss/components/_article.scss */
.article.has-hover-s3 img,
.article.has-hover-s3 .info-footer,
.article.has-hover-s3 .hover-article {
  transition: opacity 0.35s, transform 0.35s;
}
/* line 121, ../_dev/scss/components/_article.scss */
.article.has-hover-s3 .star-rating > span {
  color: #3b7fe0;
}
/* line 124, ../_dev/scss/components/_article.scss */
.article.has-hover-s3 .star-rating > span.disable {
  color: #fff;
}
/* line 128, ../_dev/scss/components/_article.scss */
.article.has-hover-s3 .star-rating > span:hover {
  color: #2065c8;
}
/* line 135, ../_dev/scss/components/_article.scss */
.article.has-hover-s3:hover img {
  opacity: 0.4;
  transform: scale3d(1.2, 1.2, 1);
}
/* line 140, ../_dev/scss/components/_article.scss */
.article.has-hover-s3:hover .hover-article {
  opacity: 1;
}
/* line 144, ../_dev/scss/components/_article.scss */
.article.has-hover-s3:hover .img-caption {
  color: #fff;
}
/* line 148, ../_dev/scss/components/_article.scss */
.article.has-hover-s3:hover .info-footer {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 153, ../_dev/scss/components/_article.scss */
.article.has-hover-s3:hover h3 a {
  color: #3b7fe0;
}
/* line 158, ../_dev/scss/components/_article.scss */
.article.has-hover-s3:hover .more {
  color: #3b7fe0;
}
/* line 163, ../_dev/scss/components/_article.scss */
.article.has-hover-s3 .img-wrap {
  background: #000;
  overflow: hidden;
}
/* line 169, ../_dev/scss/components/_article.scss */
.article .hover-article {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  opacity: 0;
}
/* line 179, ../_dev/scss/components/_article.scss */
.article .hover-article a {
  color: #fff;
}
/* line 182, ../_dev/scss/components/_article.scss */
.article .hover-article a:hover {
  color: #3b7fe0;
}
/* line 187, ../_dev/scss/components/_article.scss */
.article .hover-article .icons {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 25px;
}
/* line 195, ../_dev/scss/components/_article.scss */
.article .hover-article .star-rating {
  position: absolute;
  top: 15px;
  left: 15px;
}
/* line 201, ../_dev/scss/components/_article.scss */
.article .hover-article .price {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 1em;
  margin-right: -.25em;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: italic;
}
/* line 211, ../_dev/scss/components/_article.scss */
.article .hover-article .price span {
  font-size: 1.286em;
  display: block;
  margin-top: -5px;
  font-weight: 900;
  font-style: normal;
}
/* line 220, ../_dev/scss/components/_article.scss */
.article .hover-article .link-more {
  max-width: 50%;
  text-align: right;
  float: right;
  margin: 20px 0 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.143em;
  letter-spacing: 1px;
}
/* line 231, ../_dev/scss/components/_article.scss */
.article .hover-article .info-footer {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
/* line 243, ../_dev/scss/components/_article.scss */
.article .link-view a:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  content: "\e906";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font: 10px/10px 'icomoon';
  margin-top: -3px;
}
/* line 255, ../_dev/scss/components/_article.scss */
.article .ico-action {
  display: inline-block;
  vertical-align: middle;
}
/* line 260, ../_dev/scss/components/_article.scss */
.article .ico-action li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
/* line 267, ../_dev/scss/components/_article.scss */
.article .ico-action a:hover {
  color: #39f;
}
/* line 273, ../_dev/scss/components/_article.scss */
.article .heading {
  margin-bottom: 15px;
  font-weight: 700;
}
/* line 280, ../_dev/scss/components/_article.scss */
.article h3 a {
  color: #5c5e62;
}
/* line 283, ../_dev/scss/components/_article.scss */
.article h3 a:hover {
  color: #3b7fe0;
}
/* line 289, ../_dev/scss/components/_article.scss */
.article .more {
  color: #5c5e62;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.05em;
}
/* line 295, ../_dev/scss/components/_article.scss */
.article .more:hover {
  color: #3b7fe0;
}
/* line 300, ../_dev/scss/components/_article.scss */
.article .social-networks {
  font-size: 21px;
  margin: 0 -10px;
}
/* line 304, ../_dev/scss/components/_article.scss */
.article .social-networks li {
  padding: 0 10px;
  font-size: 17px;
}
/* line 309, ../_dev/scss/components/_article.scss */
.article .social-networks a {
  color: #5c5e62;
}
/* line 314, ../_dev/scss/components/_article.scss */
.article .ico-list {
  line-height: 1;
}
/* line 318, ../_dev/scss/components/_article.scss */
.article .ico-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}
/* line 325, ../_dev/scss/components/_article.scss */
.article .sub-title {
  font-style: italic;
  font-size: 1em;
  display: block;
  margin-bottom: 10px;
}
/* line 333, ../_dev/scss/components/_article.scss */
.article .img-wrap,
.article .img-wrap1 {
  margin: 0 0 40px;
  text-align: center;
}
/* line 339, ../_dev/scss/components/_article.scss */
.article h2 {
  color: #000;
  letter-spacing: 0.1em;
}
/* line 343, ../_dev/scss/components/_article.scss */
.article .col {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
}
/* line 348, ../_dev/scss/components/_article.scss */
.article .col:first-child {
  width: 51.3%;
}
/* line 353, ../_dev/scss/components/_article.scss */
.article .img-wrap {
  position: relative;
}
/* line 356, ../_dev/scss/components/_article.scss */
.article .img-wrap img {
  width: 100%;
  backface-visibility: hidden;
}
/* line 361, ../_dev/scss/components/_article.scss */
.article .img-wrap .social-networks {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 160px;
  text-align: center;
  opacity: 0;
  transition: all linear .2s;
}
/* line 372, ../_dev/scss/components/_article.scss */
.article .img-wrap .social-networks li {
  margin-right: -.25em;
  padding: 0 1px;
}
/* line 377, ../_dev/scss/components/_article.scss */
.article .img-wrap .social-networks a {
  width: 36px;
  height: 34px;
  display: block;
  text-align: center;
  line-height: 34px;
  background: #39f;
}
/* line 385, ../_dev/scss/components/_article.scss */
.article .img-wrap .social-networks a:hover {
  background: #000;
  color: #fff;
}
/* line 393, ../_dev/scss/components/_article.scss */
.article .img-caption {
  position: absolute;
  top: 15px;
  right: 0;
  background: #000;
  color: #3b7fe0;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 10px;
  font-weight: 400;
  z-index: 2;
  letter-spacing: 0.02em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 408, ../_dev/scss/components/_article.scss */
.article .thumbnail {
  margin-bottom: 0;
  padding: 10px;
  border: none;
  line-height: 1.7142857;
  box-shadow: 0 2px 2px rgba(1, 2, 2, 0.05);
}
/* line 418, ../_dev/scss/components/_article.scss */
.article .thumbnail:hover h3 a {
  color: #3b7fe0;
}
/* line 425, ../_dev/scss/components/_article.scss */
.article .thumbnail:hover footer .price span {
  color: #3b7fe0;
}
/* line 432, ../_dev/scss/components/_article.scss */
.article .thumbnail .info-title {
  display: block;
  margin-bottom: 10px;
}
/* line 437, ../_dev/scss/components/_article.scss */
.article .thumbnail .img-wrap {
  margin: 0 0 25px;
}
/* line 441, ../_dev/scss/components/_article.scss */
.article .thumbnail .meta {
  padding-bottom: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
/* line 446, ../_dev/scss/components/_article.scss */
.article .thumbnail .meta .country {
  padding-right: 5px;
}
/* line 450, ../_dev/scss/components/_article.scss */
.article .thumbnail .meta .country,
.article .thumbnail .meta .activity {
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: -.25em;
}
/* line 457, ../_dev/scss/components/_article.scss */
.article .thumbnail .meta .country [class^="icon-"],
.article .thumbnail .meta .country [class*=" icon-"],
.article .thumbnail .meta .activity [class^="icon-"],
.article .thumbnail .meta .activity [class*=" icon-"] {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 5px 0 0;
}
/* line 468, ../_dev/scss/components/_article.scss */
.article .thumbnail .star-rating [class^="icon-"],
.article .thumbnail .star-rating [class*=" icon-"] {
  margin-right: 0;
}
/* line 474, ../_dev/scss/components/_article.scss */
.article .thumbnail p {
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
/* line 480, ../_dev/scss/components/_article.scss */
.article footer,
.article .info-aside {
  overflow: hidden;
  margin: 15px 0 -5px;
  padding-top: 5px;
  border-top: 1px solid #dedede;
}
/* line 487, ../_dev/scss/components/_article.scss */
.article footer .social-networks,
.article .info-aside .social-networks {
  max-width: 68%;
  float: right;
  padding-top: 5px;
}
/* line 493, ../_dev/scss/components/_article.scss */
.article footer .price,
.article .info-aside .price {
  overflow: hidden;
  display: block;
  font-style: italic;
  letter-spacing: 1px;
  max-width: 32%;
  font-weight: 400;
}
/* line 501, ../_dev/scss/components/_article.scss */
.article footer .price span,
.article .info-aside .price span {
  display: block;
  font-weight: 900;
  font-style: normal;
  font-size: 1.286em;
  margin-top: -5px;
}
/* line 511, ../_dev/scss/components/_article.scss */
.article .ico-list {
  overflow: hidden;
}
/* line 515, ../_dev/scss/components/_article.scss */
.article .ico-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
/* line 522, ../_dev/scss/components/_article.scss */
.article .info-aside {
  text-align: center;
  border-top: 0;
  border-left: 1px solid #ebebeb;
}
/* line 527, ../_dev/scss/components/_article.scss */
.article .info-aside .price {
  font-size: 1.286em;
  margin-bottom: 15px;
}
/* line 531, ../_dev/scss/components/_article.scss */
.article .info-aside .price span {
  font-size: 2.143em;
  line-height: 1.5em;
}
/* line 538, ../_dev/scss/components/_article.scss */
.article .activity-level {
  margin-bottom: 15px;
}
/* line 541, ../_dev/scss/components/_article.scss */
.article .activity-level .text {
  display: block;
  margin-top: 5px;
  color: #9d9d9d;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_article.scss */
  .article {
    max-width: none;
  }
  /* line 551, ../_dev/scss/components/_article.scss */
  .article .heading {
    margin: 0 0 10px;
  }
  /* line 554, ../_dev/scss/components/_article.scss */
  .article .heading h3 {
    display: inline-block;
    vertical-align: middle;
    margin-right: -.25em;
    max-width: 78%;
    padding-right: 10px;
    margin: 0;
  }
  /* line 564, ../_dev/scss/components/_article.scss */
  .article .meta {
    font-size: .9em;
  }
  /* line 568, ../_dev/scss/components/_article.scss */
  .article .img-caption {
    font-size: 16px;
  }
  /* line 573, ../_dev/scss/components/_article.scss */
  .article .thumbnail .meta {
    padding-bottom: 15px;
  }
  /* line 579, ../_dev/scss/components/_article.scss */
  .article .thumbnail .country [class^="icon-"],
  .article .thumbnail .country [class*=" icon-"],
  .article .thumbnail .activities [class^="icon-"],
  .article .thumbnail .activities [class*=" icon-"] {
    font-size: 13px;
    margin-right: 2px;
  }
  /* line 586, ../_dev/scss/components/_article.scss */
  .article .thumbnail .img-wrap {
    margin-bottom: 15px;
  }
  /* line 591, ../_dev/scss/components/_article.scss */
  .article .info-day {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.143em;
    line-height: 1em;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #e2e2e2;
    max-width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 605, ../_dev/scss/components/_article.scss */
  .article .heading h3 {
    padding-right: 30px;
  }
  /* line 610, ../_dev/scss/components/_article.scss */
  .article .meta {
    font-size: 1em;
  }
  /* line 615, ../_dev/scss/components/_article.scss */
  .article .thumbnail .meta {
    padding-bottom: 25px;
  }
  /* line 620, ../_dev/scss/components/_article.scss */
  .article .thumbnail .meta .country [class^="icon-"],
  .article .thumbnail .meta .country [class*=" icon-"],
  .article .thumbnail .meta .activities [class^="icon-"],
  .article .thumbnail .meta .activities [class*=" icon-"] {
    font-size: 15px;
    margin-right: 5px;
  }
  /* line 628, ../_dev/scss/components/_article.scss */
  .article .thumbnail .img-wrap {
    margin-bottom: 25px;
  }
  /* line 635, ../_dev/scss/components/_article.scss */
  .article footer .social-networks,
  .article .info-aside .social-networks {
    max-width: 68%;
    float: right;
    padding-top: 5px;
    border-bottom: 0;
  }
  /* line 642, ../_dev/scss/components/_article.scss */
  .article footer .price,
  .article .info-aside .price {
    overflow: hidden;
    display: block;
    font-style: italic;
    letter-spacing: 1px;
    max-width: 32%;
    font-weight: 400;
  }
  /* line 650, ../_dev/scss/components/_article.scss */
  .article footer .price span,
  .article .info-aside .price span {
    display: block;
    font-weight: 900;
    font-style: normal;
    font-size: 1.286em;
    margin-top: -5px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 662, ../_dev/scss/components/_article.scss */
  .article .info-day {
    padding-left: 30px;
    font-size: 1.286em;
  }
  /* line 667, ../_dev/scss/components/_article.scss */
  .article .img-caption {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 673, ../_dev/scss/components/_article.scss */
  .article.height {
    height: auto !important;
  }
}

/* meta article styles */
/* line 680, ../_dev/scss/components/_article.scss */
.meta-article {
  overflow: hidden;
  margin: 30px 0 5px -5px;
  padding-top: 5px;
}
/* line 685, ../_dev/scss/components/_article.scss */
.meta-article .ico-action {
  display: inline-block;
  vertical-align: middle;
}
/* line 690, ../_dev/scss/components/_article.scss */
.meta-article .ico-action li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
/* line 696, ../_dev/scss/components/_article.scss */
.meta-article .ico-action a {
  color: #5c5e62;
}
/* line 699, ../_dev/scss/components/_article.scss */
.meta-article .ico-action a:hover {
  color: #39f;
}
/* line 705, ../_dev/scss/components/_article.scss */
.meta-article .ico-list {
  display: inline-block;
}
/* line 709, ../_dev/scss/components/_article.scss */
.meta-article .ico-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
/* line 716, ../_dev/scss/components/_article.scss */
.meta-article .star-rating,
.meta-article .comment,
.meta-article .ico-action,
.meta-article .rate-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
}
/* line 725, ../_dev/scss/components/_article.scss */
.meta-article .star-rating:before,
.meta-article .comment:before,
.meta-article .ico-action:before,
.meta-article .rate-info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 3px;
  width: 1px;
  background: #e2e2e2;
}
/* line 736, ../_dev/scss/components/_article.scss */
.meta-article .star-rating {
  padding-left: 0;
}
/* line 739, ../_dev/scss/components/_article.scss */
.meta-article .star-rating:before {
  display: none;
}

/* article with image styles */
/* line 746, ../_dev/scss/components/_article.scss */
.img-article {
  max-width: 500px;
  margin: 0 auto;
}
/* line 750, ../_dev/scss/components/_article.scss */
.img-article .img-wrap {
  margin-bottom: 0;
}
/* line 753, ../_dev/scss/components/_article.scss */
.img-article .img-wrap img {
  width: 100%;
}
/* line 760, ../_dev/scss/components/_article.scss */
.img-article.article-light:hover .text-block {
  background: #ebebeb;
}
/* line 764, ../_dev/scss/components/_article.scss */
.img-article.article-light .text-block {
  background: #f8f8f8;
  color: #5c5e62;
}
/* line 768, ../_dev/scss/components/_article.scss */
.img-article.article-light .text-block a {
  color: #5c5e62;
}
/* line 774, ../_dev/scss/components/_article.scss */
.img-article .caption {
  margin: -50px 40px 0;
  position: relative;
  z-index: 4;
  background: #186bb4;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  box-shadow: 1px 2px 1px rgba(1, 2, 2, 0.3);
  transition: margin 0.2s linear;
}
/* line 785, ../_dev/scss/components/_article.scss */
.img-article .caption h3 {
  color: #fff;
}
/* line 790, ../_dev/scss/components/_article.scss */
.img-article .text-block {
  background: #186bb4;
  padding: 30px 15px 15px;
  color: #fff;
  transition: background .2s linear;
}
/* line 796, ../_dev/scss/components/_article.scss */
.img-article .text-block h3 {
  text-transform: none;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
/* line 803, ../_dev/scss/components/_article.scss */
.img-article .text-block h3 a {
  color: #fff;
}
/* line 807, ../_dev/scss/components/_article.scss */
.img-article .text-block p {
  margin-bottom: 25px;
}
/* line 813, ../_dev/scss/components/_article.scss */
.img-article .holder:hover .caption,
.img-article .holder:hover .text-block {
  background: #39f;
}
/* line 819, ../_dev/scss/components/_article.scss */
.img-article .social-networks {
  margin: 0 -10px;
}
/* line 822, ../_dev/scss/components/_article.scss */
.img-article .social-networks li {
  font-size: 22px;
  padding: 0 10px;
}
/* line 827, ../_dev/scss/components/_article.scss */
.img-article .social-networks a {
  color: #fff;
}

/* line 833, ../_dev/scss/components/_article.scss */
.guide-info {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) {
  /* line 833, ../_dev/scss/components/_article.scss */
  .guide-info {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 833, ../_dev/scss/components/_article.scss */
  .guide-info {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 848, ../_dev/scss/components/_article.scss */
  .content-with-sidebar .article .social-networks {
    margin: 0 -5px;
  }
  /* line 851, ../_dev/scss/components/_article.scss */
  .content-with-sidebar .article .social-networks li {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 861, ../_dev/scss/components/_article.scss */
  .content-with-sidebar .article .meta > span,
  .content-with-sidebar .article .meta .country {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -.25em 0 0;
    width: 49%;
  }
}

/* list view styles */
/* line 3, ../_dev/scss/components/_list-view.scss */
.list-view .filter-option {
  max-width: 500px;
}
/* line 7, ../_dev/scss/components/_list-view.scss */
.list-view .star-rating {
  margin-right: 15px;
}
/* line 10, ../_dev/scss/components/_list-view.scss */
.list-view .star-rating .disable {
  color: #787878;
}
/* line 16, ../_dev/scss/components/_list-view.scss */
.list-view .activity-level .hover {
  display: none;
}
/* line 20, ../_dev/scss/components/_list-view.scss */
.list-view .activity-level .ico {
  font-size: 67px;
  line-height: 1;
  color: #9d9d9d;
}
/* line 27, ../_dev/scss/components/_list-view.scss */
.list-view .article {
  max-width: 500px;
}
/* line 33, ../_dev/scss/components/_list-view.scss */
.list-view .article .thumbnail:hover h3 a {
  color: #3b7fe0;
}
/* line 39, ../_dev/scss/components/_list-view.scss */
.list-view .article .thumbnail:hover .price span {
  color: #3b7fe0;
}
/* line 45, ../_dev/scss/components/_list-view.scss */
.list-view .article .thumbnail:hover .activity-level .ico {
  color: #3b7fe0;
}
/* line 50, ../_dev/scss/components/_list-view.scss */
.list-view .article .thumbnail:hover .star-rating {
  color: #3b7fe0;
}
/* line 56, ../_dev/scss/components/_list-view.scss */
.list-view .article .img-wrap {
  text-align: center;
  margin: 0 auto 20px;
}
/* line 60, ../_dev/scss/components/_list-view.scss */
.list-view .article .img-wrap img {
  border-radius: 5px;
  width: 100%;
}
/* line 66, ../_dev/scss/components/_list-view.scss */
.list-view .article .info-aside {
  border: solid #ebebeb;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  padding-top: 15px;
}
/* line 72, ../_dev/scss/components/_list-view.scss */
.list-view .article .info-aside .price {
  max-width: none;
}
/* line 75, ../_dev/scss/components/_list-view.scss */
.list-view .article .info-aside .price span {
  color: #5c5e62;
  font-size: 1.186em;
}
/* line 82, ../_dev/scss/components/_list-view.scss */
.list-view .article h3 {
  overflow: hidden;
}
/* line 86, ../_dev/scss/components/_list-view.scss */
.list-view .article .star-rating,
.list-view .article .info-rate {
  display: inline-block;
  vertical-align: middle;
  max-width: 42%;
}
/* line 93, ../_dev/scss/components/_list-view.scss */
.list-view .article .info-rate {
  max-width: 56%;
}
/* line 97, ../_dev/scss/components/_list-view.scss */
.list-view .article .info-footer {
  overflow: visible;
}
/* line 101, ../_dev/scss/components/_list-view.scss */
.list-view .article .info-footer li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0;
}
/* line 108, ../_dev/scss/components/_list-view.scss */
.list-view .article .info-footer [class^="icon-"],
.list-view .article .info-footer [class*=" icon-"] {
  font-size: 20px;
}
/* line 114, ../_dev/scss/components/_list-view.scss */
.list-view .article .reviews-holder {
  margin-bottom: 15px;
}
/* line 118, ../_dev/scss/components/_list-view.scss */
.list-view .article .ico-list {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #ebebeb;
  overflow: visible;
}
/* line 126, ../_dev/scss/components/_list-view.scss */
.list-view .article footer {
  border: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
/* line 134, ../_dev/scss/components/_list-view.scss */
.list-view .article .ico-action a {
  color: #9d9d9d;
}
/* line 137, ../_dev/scss/components/_list-view.scss */
.list-view .article .ico-action a:hover {
  color: #3b7fe0;
}
@media only screen and (min-width: 768px) {
  /* line 145, ../_dev/scss/components/_list-view.scss */
  .list-view .filter-option {
    max-width: none;
  }
  /* line 148, ../_dev/scss/components/_list-view.scss */
  .list-view .article {
    max-width: none;
  }
  /* line 151, ../_dev/scss/components/_list-view.scss */
  .list-view .article .col-left {
    float: left;
    width: 70%;
    padding: 15px 10px 15px 0;
  }
  /* line 157, ../_dev/scss/components/_list-view.scss */
  .list-view .article .info-aside {
    float: right;
    width: 30%;
    margin: 0;
    border-width: 0 0 0 1px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 169, ../_dev/scss/components/_list-view.scss */
  .list-view .article .img-wrap {
    float: left;
    margin: 0 20px 0 0;
    width: 350px;
  }
  /* line 175, ../_dev/scss/components/_list-view.scss */
  .list-view .article .description {
    width: calc(100% - 370px);
    float: left;
  }
  /* line 184, ../_dev/scss/components/_list-view.scss */
  .list-view .article .info-aside .price span {
    font-size: 1.667em;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 195, ../_dev/scss/components/_list-view.scss */
  .list-view .article .ico-list li {
    margin: 0 30px 0 0;
  }
  /* line 202, ../_dev/scss/components/_list-view.scss */
  .list-view .article .info-footer .ico-action li {
    margin: 0 0 0 30px;
  }
}

/* recent block styles */
/* line 2, ../_dev/scss/components/_recent-block.scss */
.recent-block {
  padding: 45px 0;
}
/* line 5, ../_dev/scss/components/_recent-block.scss */
.recent-block h2 {
  margin: 0;
}
/* line 9, ../_dev/scss/components/_recent-block.scss */
.recent-block .thumbnail {
  padding: 20px 10px;
}
/* line 15, ../_dev/scss/components/_recent-block.scss */
.recent-block .thumbnail:hover .sub-info span:last-child {
  color: #39f;
}
/* line 24, ../_dev/scss/components/_recent-block.scss */
.recent-block.recent-wide-thumbnail .img-wrap {
  margin: 0 -10px 25px;
}
/* line 30, ../_dev/scss/components/_recent-block.scss */
.recent-block.recent-wide-thumbnail .thumbnail:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
/* line 37, ../_dev/scss/components/_recent-block.scss */
.recent-block.recent-list .thumbnail {
  background: #fafafa;
  box-shadow: none;
}
/* line 43, ../_dev/scss/components/_recent-block.scss */
.recent-block .article {
  margin-top: 30px;
}
/* line 47, ../_dev/scss/components/_recent-block.scss */
.recent-block.recent-gray {
  background: #fafafa;
}
/* line 50, ../_dev/scss/components/_recent-block.scss */
.recent-block.recent-gray .thumbnail {
  background: #fff;
}
/* line 55, ../_dev/scss/components/_recent-block.scss */
.recent-block.recent-gray .article .col-holder {
  background: #fff;
  box-shadow: none;
}
/* line 60, ../_dev/scss/components/_recent-block.scss */
.recent-block.recent-gray .article footer {
  margin: 0;
}
/* line 66, ../_dev/scss/components/_recent-block.scss */
.recent-block .thumbnail {
  background: #f8f8f8;
}
/* line 70, ../_dev/scss/components/_recent-block.scss */
.recent-block h3 {
  color: #5c5e62;
}
/* line 75, ../_dev/scss/components/_recent-block.scss */
.recent-block .article .img-wrap {
  margin-bottom: 20px;
}
/* line 78, ../_dev/scss/components/_recent-block.scss */
.recent-block .article .img-wrap img {
  width: 100%;
}
/* line 84, ../_dev/scss/components/_recent-block.scss */
.recent-block footer {
  overflow: visible;
  border-top: 0;
  margin-top: 0;
}
/* line 91, ../_dev/scss/components/_recent-block.scss */
.recent-block .sub-info {
  float: right;
  width: 124px;
  font-size: 1.143em;
  line-height: 1em;
  font-weight: 700;
  margin: 0 -10px;
}
/* line 99, ../_dev/scss/components/_recent-block.scss */
.recent-block .sub-info span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  position: relative;
  margin-right: -.25em;
}
/* line 106, ../_dev/scss/components/_recent-block.scss */
.recent-block .sub-info span:before {
  content: '';
  left: 0;
  top: 2px;
  bottom: 2px;
  background: #5c5e62;
  width: 1px;
  position: absolute;
}
/* line 117, ../_dev/scss/components/_recent-block.scss */
.recent-block .sub-info span:first-child:before {
  display: none;
}
/* line 124, ../_dev/scss/components/_recent-block.scss */
.recent-block .ico-list {
  overflow: visible;
  float: left;
  width: calc(100% - 112px);
  margin: 0 -5px;
}
/* line 130, ../_dev/scss/components/_recent-block.scss */
.recent-block .ico-list li {
  margin: 0 5px 5px;
  padding: 0;
}
/* line 135, ../_dev/scss/components/_recent-block.scss */
.recent-block .ico-list .popup {
  padding: 5px;
}
/* line 139, ../_dev/scss/components/_recent-block.scss */
.recent-block .ico-list [class^="icon-"],
.recent-block .ico-list [class*=" icon-"] {
  font-size: 20px;
}
/* line 144, ../_dev/scss/components/_recent-block.scss */
.recent-block .ico-list .hover {
  display: none;
}
/* line 148, ../_dev/scss/components/_recent-block.scss */
.recent-block .ico-list img {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_recent-block.scss */
  .recent-block {
    padding-bottom: 60px;
  }
  /* line 156, ../_dev/scss/components/_recent-block.scss */
  .recent-block h2 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_recent-block.scss */
  .recent-block {
    padding: 60px 0 100px;
  }
  /* line 164, ../_dev/scss/components/_recent-block.scss */
  .recent-block .ico-list {
    float: none;
    width: auto;
  }
  /* line 169, ../_dev/scss/components/_recent-block.scss */
  .recent-block .sub-info {
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 177, ../_dev/scss/components/_recent-block.scss */
  .recent-block h2 {
    margin-bottom: 45px;
  }
  /* line 181, ../_dev/scss/components/_recent-block.scss */
  .recent-block .ico-list {
    float: left;
    width: calc(100% - 112px);
  }
  /* line 186, ../_dev/scss/components/_recent-block.scss */
  .recent-block .article {
    margin-top: 0;
  }
  /* line 190, ../_dev/scss/components/_recent-block.scss */
  .recent-block .sub-info {
    float: right;
    width: 124px;
    margin-bottom: 0;
  }
}

/* image slider styles */
/* line 2, ../_dev/scss/components/_image-slide.scss */
.image-slide {
  position: relative;
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 8, ../_dev/scss/components/_image-slide.scss */
.image-slide .controls {
  position: absolute;
  bottom: 0;
  z-index: 9;
  right: 0;
}
/* line 14, ../_dev/scss/components/_image-slide.scss */
.image-slide .controls a {
  background: #3b7fe0;
  color: #fff;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  transition: background linear .3s;
}
/* line 25, ../_dev/scss/components/_image-slide.scss */
.image-slide .controls a:hover {
  background: #679ce7;
}
/* line 29, ../_dev/scss/components/_image-slide.scss */
.image-slide .controls a.btn-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 33, ../_dev/scss/components/_image-slide.scss */
.image-slide .controls a.btn-next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 39, ../_dev/scss/components/_image-slide.scss */
.image-slide .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
/* line 45, ../_dev/scss/components/_image-slide.scss */
.image-slide .slide.active {
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../_dev/scss/components/_image-slide.scss */
  .image-slide {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_image-slide.scss */
  .image-slide {
    height: calc(100% - 81px);
  }
  /* line 57, ../_dev/scss/components/_image-slide.scss */
  .image-slide .slide {
    height: 100%;
    width: 100%;
  }
}

/* line 64, ../_dev/scss/components/_image-slide.scss */
.image-slide.not-enough-slides a.btn-prev,
.image-slide.not-enough-slides a.btn-next {
  visibility: hidden;
}

/* global popup styels */
/* line 2, ../_dev/scss/components/_popover.scss */
.popup {
  -webkit-transform: translate(-50%, 15px);
  -ms-transform: translate(-50%, 15px);
  -o-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
  width: 100px;
  position: absolute;
  left: 50%;
  top: 100%;
  border-radius: 7px;
  background: #3b7fe0;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
  text-transform: uppercase;
  display: none;
  z-index: 999;
  font-size: 12px;
}
/* line 18, ../_dev/scss/components/_popover.scss */
.popup:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #3b7fe0;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
}

/* line 30, ../_dev/scss/components/_popover.scss */
.pop-opener {
  position: relative;
}
/* line 34, ../_dev/scss/components/_popover.scss */
.pop-opener:hover [class^="icon-"],
.pop-opener:hover [class*=" icon-"] {
  color: #3b7fe0;
}
/* line 39, ../_dev/scss/components/_popover.scss */
.pop-opener:hover .popup {
  display: block;
}

/* line 46, ../_dev/scss/components/_popover.scss */
.recent-block .popup {
  top: auto;
  bottom: 100%;
  margin-bottom: 25px;
}
/* line 51, ../_dev/scss/components/_popover.scss */
.recent-block .popup:before {
  border-bottom: 0;
  border-top: 7px solid #39f;
  bottom: auto;
  top: 100%;
}

/* styles for popup within article */
/* line 64, ../_dev/scss/components/_popover.scss */
.article .pop-opener:hover [class^="icon-"],
.article .pop-opener:hover [class*=" icon-"] {
  color: #39f;
}
/* line 71, ../_dev/scss/components/_popover.scss */
.article .popup {
  background: #39f;
}
/* line 74, ../_dev/scss/components/_popover.scss */
.article .popup:before {
  border-bottom-color: #39f;
}

/* comments styles */
/* line 4, ../_dev/scss/components/_comments.scss */
.comment-slot.v-middle .thumb,
.comment-slot.v-middle .text {
  vertical-align: middle;
}
/* line 10, ../_dev/scss/components/_comments.scss */
.comment-slot .thumb {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50px;
}
/* line 18, ../_dev/scss/components/_comments.scss */
.comment-slot .thumb img {
  border-radius: 100%;
}
/* line 23, ../_dev/scss/components/_comments.scss */
.comment-slot .name {
  display: block;
  font-size: 1.143em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 28, ../_dev/scss/components/_comments.scss */
.comment-slot .name a {
  color: #5c5e62;
}
/* line 31, ../_dev/scss/components/_comments.scss */
.comment-slot .name a:hover {
  color: #39f;
}
/* line 37, ../_dev/scss/components/_comments.scss */
.comment-slot .text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
}

/* main comment styles */
/* line 45, ../_dev/scss/components/_comments.scss */
.comments {
  padding: 30px 15px;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 1px 1px rgba(1, 2, 2, 0.1);
}
/* line 50, ../_dev/scss/components/_comments.scss */
.comments .comment-head {
  overflow: hidden;
  margin: 0 0 15px;
}
/* line 54, ../_dev/scss/components/_comments.scss */
.comments .comment-head .left {
  float: left;
  width: 50%;
  padding-right: 10px;
}
/* line 60, ../_dev/scss/components/_comments.scss */
.comments .comment-head .meta {
  font-style: italic;
}
/* line 64, ../_dev/scss/components/_comments.scss */
.comments .comment-head .name {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
/* line 70, ../_dev/scss/components/_comments.scss */
.comments .comment-head .right {
  width: 50%;
  text-align: right;
  float: left;
  padding-top: 5px;
}
/* line 78, ../_dev/scss/components/_comments.scss */
.comments p {
  margin: 0 0 30px;
}
/* line 82, ../_dev/scss/components/_comments.scss */
.comments.reply {
  padding: 0;
  box-shadow: none;
  border: 0;
  padding: 40px 0 0 100px;
}
/* line 89, ../_dev/scss/components/_comments.scss */
.comments.reply .comment-slot .comment-detail {
  max-width: 570px;
}
/* line 95, ../_dev/scss/components/_comments.scss */
.comments .comment-slot {
  overflow: hidden;
  border-bottom: 0;
  padding: 20px 0 15px;
}
/* line 104, ../_dev/scss/components/_comments.scss */
.comments .comment-slot .text:hover a {
  color: #3b7fe0;
}
/* line 108, ../_dev/scss/components/_comments.scss */
.comments .comment-slot .text:hover .star-rating {
  color: #3b7fe0;
}
/* line 114, ../_dev/scss/components/_comments.scss */
.comments .comment-slot:first-child {
  padding-top: 0;
}
/* line 118, ../_dev/scss/components/_comments.scss */
.comments .comment-slot .thumb {
  width: 75px;
  padding-right: 20px;
  margin-right: 0;
  margin-top: 10px;
}
/* line 125, ../_dev/scss/components/_comments.scss */
.comments .comment-slot .text {
  width: calc(100% - 80px);
}
/* line 129, ../_dev/scss/components/_comments.scss */
.comments .comment-slot .comment-detail {
  max-width: 670px;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 20px 30px 0;
}
/* line 136, ../_dev/scss/components/_comments.scss */
.comments .link-holder {
  font-style: italic;
}
/* line 139, ../_dev/scss/components/_comments.scss */
.comments .link-holder a {
  color: #5c5e62;
}
/* line 142, ../_dev/scss/components/_comments.scss */
.comments .link-holder a:hover {
  color: #39f;
}
/* line 148, ../_dev/scss/components/_comments.scss */
.comments .comment-holder {
  margin: 0 0 20px;
}
/* line 152, ../_dev/scss/components/_comments.scss */
.comments .link-more {
  font-size: 1.143em;
  font-weight: 700;
  padding-top: 2px;
  margin-left: 175px;
}
/* line 158, ../_dev/scss/components/_comments.scss */
.comments .link-more a {
  color: #5c5e62;
}
/* line 161, ../_dev/scss/components/_comments.scss */
.comments .link-more a:hover {
  color: #3b7fe0;
}
@media only screen and (max-width: 479px) {
  /* line 168, ../_dev/scss/components/_comments.scss */
  .comments.reply {
    padding-left: 0;
  }
  /* line 173, ../_dev/scss/components/_comments.scss */
  .comments .comment-slot .thumb {
    display: block;
    margin-bottom: 10px;
  }
  /* line 178, ../_dev/scss/components/_comments.scss */
  .comments .comment-slot .text {
    display: block;
    width: auto;
  }
  /* line 184, ../_dev/scss/components/_comments.scss */
  .comments .link-more {
    margin-left: 0;
  }
}

/* star rating styles */
/* line 5, ../_dev/scss/components/_star-rating.scss */
.star-rating > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: -2px;
}
/* line 10, ../_dev/scss/components/_star-rating.scss */
.star-rating > span:hover {
  cursor: pointer;
  color: #3b7fe0;
}
/* line 16, ../_dev/scss/components/_star-rating.scss */
.star-rating [class^="icon-"],
.star-rating [class*=" icon-"] {
  font-size: 15px;
  line-height: 1em;
}
/* line 22, ../_dev/scss/components/_star-rating.scss */
.star-rating .disable {
  color: #adadad;
}

/*------------------------------------------------------------------
10. Social networks / .social-networks
-------------------------------------------------------------------*/
/* social network styles */
/* line 5, ../_dev/scss/components/_social-networks.scss */
.social-networks li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
/* line 12, ../_dev/scss/components/_social-networks.scss */
.social-networks a span {
  transition: color 0.2s linear;
}
/* line 17, ../_dev/scss/components/_social-networks.scss */
.social-networks a.facebook:hover {
  color: #136ad5;
}
/* line 23, ../_dev/scss/components/_social-networks.scss */
.social-networks a.twitter:hover {
  color: #00aced;
}
/* line 29, ../_dev/scss/components/_social-networks.scss */
.social-networks a.google:hover {
  color: #dd4b39;
}
/* line 35, ../_dev/scss/components/_social-networks.scss */
.social-networks a.pin:hover {
  color: #cb2027;
}
/* line 41, ../_dev/scss/components/_social-networks.scss */
.social-networks .icon-twitter:hover {
  color: #00aced;
}
/* line 47, ../_dev/scss/components/_social-networks.scss */
.social-networks .icon-facebook:hover {
  color: #136ad5;
}
/* line 53, ../_dev/scss/components/_social-networks.scss */
.social-networks .icon-google-plus:hover {
  color: #dd4b39;
}
/* line 59, ../_dev/scss/components/_social-networks.scss */
.social-networks .icon-linkedin:hover {
  color: #007bb5;
}

/* global seperator styles */
/* line 2, ../_dev/scss/components/_seperator.scss */
.seperator {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  padding-bottom: 30px;
}
/* line 7, ../_dev/scss/components/_seperator.scss */
.seperator:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 4px;
  background: #e2e2e2;
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_seperator.scss */
  .seperator {
    padding-bottom: 45px;
  }
  /* line 21, ../_dev/scss/components/_seperator.scss */
  .seperator:before {
    height: 8px;
    width: 170px;
  }
}

/* booking form styles */
/* line 4, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .form-holder,
.twocol-form .form-holder {
  box-shadow: 0.5px 0.9px 1px rgba(1, 2, 2, 0.1);
  background: #f8f8f8;
  padding: 20px 10px;
  margin-bottom: 45px;
}
/* line 10, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .form-holder .form-control,
.twocol-form .form-holder .form-control {
  border-color: #dfdfdf;
  background: transparent;
  color: #5c5e62;
  height: 40px;
}
/* line 16, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .form-holder .form-control::-webkit-input-placeholder,
.twocol-form .form-holder .form-control::-webkit-input-placeholder {
  font-style: italic;
}
/* line 17, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .form-holder .form-control:-moz-placeholder,
.twocol-form .form-holder .form-control:-moz-placeholder {
  font-style: italic;
}
/* line 18, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .form-holder .form-control::-moz-placeholder,
.twocol-form .form-holder .form-control::-moz-placeholder {
  font-style: italic;
}
/* line 19, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .form-holder .form-control:-ms-input-placeholder,
.twocol-form .form-holder .form-control:-ms-input-placeholder {
  font-style: italic;
}
/* line 21, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .form-holder .form-control:focus, .booking-form .form-holder .form-control:active,
.twocol-form .form-holder .form-control:focus,
.twocol-form .form-holder .form-control:active {
  border-color: #c5c5c5;
}
/* line 30, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .col-md-6:last-child .form-holder,
.twocol-form .col-md-6:last-child .form-holder {
  margin-bottom: 0;
}
/* line 36, ../_dev/scss/components/_booking-blocks.scss */
.booking-form textarea.form-control,
.twocol-form textarea.form-control {
  min-height: 190px !important;
  resize: none;
}
/* line 41, ../_dev/scss/components/_booking-blocks.scss */
.booking-form h2,
.twocol-form h2 {
  color: #5c5e62;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(125, 125, 125, 0.2);
}
/* line 48, ../_dev/scss/components/_booking-blocks.scss */
.booking-form label,
.twocol-form label {
  margin-bottom: 20px;
  text-transform: capitalize;
}
/* line 53, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .hold,
.twocol-form .hold {
  margin-bottom: 20px;
}
/* line 57, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .option,
.twocol-form .option {
  padding-bottom: 20px;
  padding-top: 10px;
}
/* line 62, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .option li,
.twocol-form .option li {
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 67, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .option label,
.twocol-form .option label {
  margin-bottom: 0;
}
/* line 71, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .option .info-hold,
.twocol-form .option .info-hold {
  padding-left: 30px;
}
/* line 76, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .payment-option,
.twocol-form .payment-option {
  display: none;
  float: none;
  padding-left: 30px;
}
/* line 82, ../_dev/scss/components/_booking-blocks.scss */
.booking-form .order-block,
.twocol-form .order-block {
  padding-top: 25px;
}
/* line 86, ../_dev/scss/components/_booking-blocks.scss */
.booking-form [type="submit"].btn,
.twocol-form [type="submit"].btn {
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 92, ../_dev/scss/components/_booking-blocks.scss */
  .booking-form .form-holder,
  .twocol-form .form-holder {
    padding: 45px 30px;
  }
  /* line 96, ../_dev/scss/components/_booking-blocks.scss */
  .booking-form .payment-option,
  .twocol-form .payment-option {
    display: block;
  }
  /* line 100, ../_dev/scss/components/_booking-blocks.scss */
  .booking-form h2,
  .twocol-form h2 {
    margin-bottom: 45px;
  }
  /* line 104, ../_dev/scss/components/_booking-blocks.scss */
  .booking-form .wrap,
  .twocol-form .wrap {
    padding-right: 30px;
  }
  /* line 108, ../_dev/scss/components/_booking-blocks.scss */
  .booking-form .btn-hold,
  .twocol-form .btn-hold {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 114, ../_dev/scss/components/_booking-blocks.scss */
  .booking-form .form-holder,
  .twocol-form .form-holder {
    margin-bottom: 0;
  }
}

/* product table styles */
/* line 121, ../_dev/scss/components/_booking-blocks.scss */
.product-table {
  border: 2px solid #dfdfdf;
  width: 100%;
  margin-bottom: 60px;
}
/* line 126, ../_dev/scss/components/_booking-blocks.scss */
.product-table td,
.product-table th {
  padding: 10px;
}
/* line 131, ../_dev/scss/components/_booking-blocks.scss */
.product-table th {
  border-bottom: 1px solid rgba(125, 125, 125, 0.2);
}
/* line 136, ../_dev/scss/components/_booking-blocks.scss */
.product-table tfoot td {
  font-weight: 700;
  border-top: 1px solid rgba(125, 125, 125, 0.2);
}
/* line 142, ../_dev/scss/components/_booking-blocks.scss */
.product-table .amount {
  font-weight: 700;
}
/* line 146, ../_dev/scss/components/_booking-blocks.scss */
.product-table .title,
.product-table time {
  display: block;
}
/* line 151, ../_dev/scss/components/_booking-blocks.scss */
.product-table .title {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  /* line 156, ../_dev/scss/components/_booking-blocks.scss */
  .product-table td,
  .product-table th {
    padding: 15px 20px;
  }
}

/* top heading box styles */
/* line 164, ../_dev/scss/components/_booking-blocks.scss */
.top-box {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 171, ../_dev/scss/components/_booking-blocks.scss */
.top-box .holder {
  color: #5c5e62;
  display: block;
  border: 2px solid #f8f8f8;
  padding: 10px 20px;
  overflow: hidden;
  position: relative;
  transition: border 0.2s linear;
}
/* line 181, ../_dev/scss/components/_booking-blocks.scss */
.top-box .holder:hover .arrow {
  right: 20px;
}
/* line 187, ../_dev/scss/components/_booking-blocks.scss */
.top-box .left {
  display: none;
}
/* line 191, ../_dev/scss/components/_booking-blocks.scss */
.top-box .right {
  float: left;
}
/* line 195, ../_dev/scss/components/_booking-blocks.scss */
.top-box .arrow {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(0, -50%) rotate(270deg);
  transition: right 0.2s linear;
}
/* line 202, ../_dev/scss/components/_booking-blocks.scss */
.top-box .arrow:before {
  content: "\e906";
  font: 18px/1 'icomoon';
}
@media only screen and (min-width: 768px) {
  /* line 208, ../_dev/scss/components/_booking-blocks.scss */
  .top-box .holder {
    padding: 25px 60px 25px 30px;
  }
  /* line 212, ../_dev/scss/components/_booking-blocks.scss */
  .top-box .left {
    display: block;
    float: left;
  }
  /* line 217, ../_dev/scss/components/_booking-blocks.scss */
  .top-box .right {
    float: right;
  }
}

/* featured content styles */
/* line 2, ../_dev/scss/components/_featured-content.scss */
.featured-content {
  position: relative;
  overflow: hidden;
  text-align: center;
}
/* line 7, ../_dev/scss/components/_featured-content.scss */
.featured-content.feature-small {
  background: #39f;
  color: #fff;
}
/* line 11, ../_dev/scss/components/_featured-content.scss */
.featured-content.feature-small .column {
  min-height: 0;
}
/* line 15, ../_dev/scss/components/_featured-content.scss */
.featured-content.feature-small .bg-stretch {
  z-index: 1;
}
/* line 19, ../_dev/scss/components/_featured-content.scss */
.featured-content.feature-small .btn-lg {
  min-width: 260px;
}
@media only screen and (min-width: 992px) {
  /* line 24, ../_dev/scss/components/_featured-content.scss */
  .featured-content.feature-small .text-block {
    padding: 60px 0;
  }
}
/* line 30, ../_dev/scss/components/_featured-content.scss */
.featured-content .bg-stretch {
  z-index: 1;
}
/* line 38, ../_dev/scss/components/_featured-content.scss */
.featured-content .row {
  overflow: hidden;
  margin: 0;
}
/* line 43, ../_dev/scss/components/_featured-content.scss */
.featured-content .row:nth-child(even) .image {
  float: right;
}
/* line 49, ../_dev/scss/components/_featured-content.scss */
.featured-content .article {
  padding: 20px;
}
/* line 53, ../_dev/scss/components/_featured-content.scss */
.featured-content .container-fluid {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  /* line 58, ../_dev/scss/components/_featured-content.scss */
  .featured-content .bg-stretch {
    position: static;
    margin: 0 -15px;
  }
  /* line 62, ../_dev/scss/components/_featured-content.scss */
  .featured-content .bg-stretch img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  /* line 70, ../_dev/scss/components/_featured-content.scss */
  .featured-content .height {
    height: auto !important;
  }
  /* line 76, ../_dev/scss/components/_featured-content.scss */
  .featured-content .row:nth-child(even) .image {
    float: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 85, ../_dev/scss/components/_featured-content.scss */
  .featured-content .text-block .holder {
    padding: 90px 30px;
  }
  /* line 90, ../_dev/scss/components/_featured-content.scss */
  .featured-content .image {
    min-height: 527px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 96, ../_dev/scss/components/_featured-content.scss */
  .featured-content .image {
    min-height: 627px;
  }
}

/* progress bar holder styles */
/* line 2, ../_dev/scss/components/_progress-bar.scss */
.bar-holder {
  margin-bottom: -5px;
}
/* line 6, ../_dev/scss/components/_progress-bar.scss */
.bar-holder .title {
  font-size: 1.143em;
  line-height: 1;
  display: block;
  margin-bottom: 25px;
}

/* progressbar */
/* line 15, ../_dev/scss/components/_progress-bar.scss */
.progress {
  height: 20px;
  background: #414141;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: visible;
}
/* line 22, ../_dev/scss/components/_progress-bar.scss */
.progress .progress-bar {
  position: relative;
  box-shadow: none;
  background: #3b7fe0;
}
/* line 28, ../_dev/scss/components/_progress-bar.scss */
.progress .value {
  position: absolute;
  right: -35px;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2;
  background: #39f;
  color: #fff;
  padding: 5px;
  min-width: 50px;
  top: -40px;
}
/* line 40, ../_dev/scss/components/_progress-bar.scss */
.progress .value:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  margin-left: -11px;
  border-color: #39f transparent transparent;
}

/* line 55, ../_dev/scss/components/_progress-bar.scss */
.progress-holder {
  padding-top: 45px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 992px) {
  /* line 55, ../_dev/scss/components/_progress-bar.scss */
  .progress-holder {
    float: right;
    padding-top: 0;
  }
}

/* block quotation styles */
/* line 2, ../_dev/scss/components/_block-quotation.scss */
.block-quotation {
  padding: 15px 10px;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
  background: #3b7fe0;
  margin: 40px 0;
}
/* line 11, ../_dev/scss/components/_block-quotation.scss */
.block-quotation.no-bottom {
  margin-bottom: 0;
}
/* line 15, ../_dev/scss/components/_block-quotation.scss */
.block-quotation:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(59, 127, 224, 0.69);
  z-index: -1;
}
/* line 26, ../_dev/scss/components/_block-quotation.scss */
.block-quotation img {
  opacity: .52;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_block-quotation.scss */
  .block-quotation {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_block-quotation.scss */
  .block-quotation {
    padding: 45px 25px;
  }
}

/*------------------------------------------------------------------
11. Partner block / .partner-block
-------------------------------------------------------------------*/
/* partner block styles */
/* line 2, ../_dev/scss/components/_partner-block.scss */
.partner-block {
  padding: 60px 0;
  text-align: center;
  background: #fafafa;
}
/* line 7, ../_dev/scss/components/_partner-block.scss */
.partner-block .partner {
  margin-top: 45px;
  padding: 0 15px;
  padding-bottom: 1px;
}
/* line 13, ../_dev/scss/components/_partner-block.scss */
.partner-block a {
  display: block;
  height: 100%;
  border-bottom: 1px solid #dedede;
  padding-bottom: 45px;
  position: relative;
  min-height: 117px;
}
/* line 21, ../_dev/scss/components/_partner-block.scss */
.partner-block a:before {
  content: '';
  background: #39f;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 1px;
  position: absolute;
  transition: width 0.2s linear, left 0.2s linear;
}
/* line 32, ../_dev/scss/components/_partner-block.scss */
.partner-block a .hover {
  display: none;
}
/* line 36, ../_dev/scss/components/_partner-block.scss */
.partner-block a img {
  transition: opacity .2s linear;
  display: inline-block;
}
/* line 42, ../_dev/scss/components/_partner-block.scss */
.partner-block a:hover img {
  display: none;
}
/* line 45, ../_dev/scss/components/_partner-block.scss */
.partner-block a:hover img.hover {
  display: inline-block;
}
/* line 50, ../_dev/scss/components/_partner-block.scss */
.partner-block a:hover:before {
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_partner-block.scss */
  .partner-block {
    padding: 90px 0;
  }
  /* line 60, ../_dev/scss/components/_partner-block.scss */
  .partner-block .partner {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_partner-block.scss */
  .partner-block {
    padding: 100px 0 100px;
  }
  /* line 68, ../_dev/scss/components/_partner-block.scss */
  .partner-block .partner {
    margin-top: 90px;
  }
}

/* article with icon */
/* line 2, ../_dev/scss/components/_ico-article.scss */
.ico-article {
  margin-top: 30px;
  line-height: 1.714;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, ../_dev/scss/components/_ico-article.scss */
.ico-article .ico-holder {
  margin: 0 0 13px;
  min-height: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_ico-article.scss */
  .ico-article {
    margin-top: 45px;
    max-width: none;
  }
  /* line 18, ../_dev/scss/components/_ico-article.scss */
  .ico-article .ico-holder {
    min-height: 65px;
  }
}

/* step block styles */
/* line 2, ../_dev/scss/components/_step-block.scss */
.step-block {
  padding: 45px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 9, ../_dev/scss/components/_step-block.scss */
.step-block .container {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_step-block.scss */
  .step-block {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_step-block.scss */
  .step-block {
    padding: 90px 0;
  }
}

/* content intro styles */
/* line 2, ../_dev/scss/components/_content-intro.scss */
.content-intro {
  padding-bottom: 60px;
}
/* line 5, ../_dev/scss/components/_content-intro.scss */
.content-intro .text-holder {
  padding-top: 60px;
  margin-bottom: 45px;
  text-align: center;
}
/* line 10, ../_dev/scss/components/_content-intro.scss */
.content-intro .text-holder .btn-holder {
  margin-top: 45px;
}
/* line 15, ../_dev/scss/components/_content-intro.scss */
.content-intro .map-col {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
}
/* line 21, ../_dev/scss/components/_content-intro.scss */
.content-intro .map-col .holder {
  background: #39f;
  border: 10px solid #0080ff;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}
/* line 30, ../_dev/scss/components/_content-intro.scss */
.content-intro .map-holder {
  margin: 0 0 20px;
  border: 0;
}
/* line 35, ../_dev/scss/components/_content-intro.scss */
.content-intro .info {
  color: #fff;
}
/* line 38, ../_dev/scss/components/_content-intro.scss */
.content-intro .info strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 45, ../_dev/scss/components/_content-intro.scss */
.content-intro .info .sub {
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_content-intro.scss */
  .content-intro {
    padding-bottom: 90px;
  }
  /* line 53, ../_dev/scss/components/_content-intro.scss */
  .content-intro .text-holder {
    text-align: left;
    padding-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_content-intro.scss */
  .content-intro {
    padding-bottom: 90px;
  }
  /* line 62, ../_dev/scss/components/_content-intro.scss */
  .content-intro .map-col {
    text-align: left;
  }
  /* line 65, ../_dev/scss/components/_content-intro.scss */
  .content-intro .map-col .holder {
    margin-top: -100px;
  }
  /* line 70, ../_dev/scss/components/_content-intro.scss */
  .content-intro .text-holder {
    padding-top: 100px;
  }
}

/* trip info styles */
/* line 2, ../_dev/scss/components/_trip-info.scss */
.trip-info {
  background: #fafafa;
}
/* line 6, ../_dev/scss/components/_trip-info.scss */
.trip-info .height:first-child {
  padding-left: 0;
  padding-right: 0;
}
/* line 12, ../_dev/scss/components/_trip-info.scss */
.trip-info .text-col {
  white-space: nowrap;
  text-align: center;
}
/* line 16, ../_dev/scss/components/_trip-info.scss */
.trip-info .text-col:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -.25em;
}
/* line 24, ../_dev/scss/components/_trip-info.scss */
.trip-info .text-col .holder {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
  max-width: 755px;
  padding: 30px 0;
}
/* line 34, ../_dev/scss/components/_trip-info.scss */
.trip-info h1 {
  margin-bottom: 35px;
}
/* line 38, ../_dev/scss/components/_trip-info.scss */
.trip-info .price {
  font-size: 1.7124em;
  line-height: 1.33333em;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 30px;
}
/* line 45, ../_dev/scss/components/_trip-info.scss */
.trip-info .price strong {
  font-style: normal;
  font-weight: 700;
  display: block;
  color: #39f;
  margin-top: 20px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 55, ../_dev/scss/components/_trip-info.scss */
.trip-info .description {
  margin-bottom: 30px;
}
/* line 60, ../_dev/scss/components/_trip-info.scss */
.trip-info .reviews-info .star-rating {
  color: #39f;
}
/* line 65, ../_dev/scss/components/_trip-info.scss */
.trip-info .social-share {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 70, ../_dev/scss/components/_trip-info.scss */
.trip-info .social-share li {
  display: table-cell;
}
/* line 74, ../_dev/scss/components/_trip-info.scss */
.trip-info .social-share .ico {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
/* line 81, ../_dev/scss/components/_trip-info.scss */
.trip-info .btn-holder {
  margin: 0 0 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 86, ../_dev/scss/components/_trip-info.scss */
  .trip-info .bg-stretch {
    position: static;
  }
  /* line 89, ../_dev/scss/components/_trip-info.scss */
  .trip-info .bg-stretch img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 98, ../_dev/scss/components/_trip-info.scss */
  .trip-info .bg-stretch {
    position: static;
  }
  /* line 101, ../_dev/scss/components/_trip-info.scss */
  .trip-info .bg-stretch img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 111, ../_dev/scss/components/_trip-info.scss */
  .trip-info .text-col .holder {
    padding: 45px 20px;
  }
  /* line 116, ../_dev/scss/components/_trip-info.scss */
  .trip-info .price {
    margin-bottom: 30px;
    font-size: 2.143em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 123, ../_dev/scss/components/_trip-info.scss */
  .trip-info .reviews-info {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 2, ../_dev/scss/components/_trip-info.scss */
  .trip-info {
    padding-bottom: 0;
  }
  /* line 131, ../_dev/scss/components/_trip-info.scss */
  .trip-info > .row {
    height: calc(100vh - 101px);
  }
  /* line 134, ../_dev/scss/components/_trip-info.scss */
  .trip-info > .row > .height {
    min-height: 100%;
  }
  /* line 139, ../_dev/scss/components/_trip-info.scss */
  .trip-info .reviews-info {
    margin-bottom: 45px;
  }
  /* line 145, ../_dev/scss/components/_trip-info.scss */
  .trip-info .social-share li .ico {
    margin-right: 10px;
  }
  /* line 152, ../_dev/scss/components/_trip-info.scss */
  .trip-info .text-col .holder {
    padding: 100px 20px 100px;
  }
  /* line 157, ../_dev/scss/components/_trip-info.scss */
  .trip-info .description {
    margin-bottom: 90px;
  }
  /* line 161, ../_dev/scss/components/_trip-info.scss */
  .trip-info .btn-holder {
    margin-bottom: 100px;
  }
  /* line 165, ../_dev/scss/components/_trip-info.scss */
  .trip-info .btn-holder {
    margin-bottom: 100px;
  }
}

/* line 172, ../_dev/scss/components/_trip-info.scss */
.reviews-slot .name {
  font-size: 1.143em;
}

/* line 177, ../_dev/scss/components/_trip-info.scss */
#tour-slide {
  height: 100%;
}
/* line 180, ../_dev/scss/components/_trip-info.scss */
#tour-slide .owl-wrapper-outer,
#tour-slide .owl-item,
#tour-slide .owl-wrapper {
  height: 100%;
}
/* line 186, ../_dev/scss/components/_trip-info.scss */
#tour-slide .owl-controls {
  margin: 0;
}
/* line 190, ../_dev/scss/components/_trip-info.scss */
#tour-slide .slide {
  min-height: 320px;
}
/* line 194, ../_dev/scss/components/_trip-info.scss */
#tour-slide .owl-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 200, ../_dev/scss/components/_trip-info.scss */
#tour-slide .owl-prev,
#tour-slide .owl-next {
  float: left;
  background: #252525;
  color: #fff;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  transition: background linear .3s;
  border: 0;
  font-size: 0;
  z-index: 9;
  position: relative;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
/* line 220, ../_dev/scss/components/_trip-info.scss */
#tour-slide .owl-prev:after,
#tour-slide .owl-next:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  content: "\e906";
  font: 14px/50px 'icomoon';
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
/* line 232, ../_dev/scss/components/_trip-info.scss */
#tour-slide .owl-prev:hover,
#tour-slide .owl-next:hover {
  background: #3b7fe0;
}
/* line 238, ../_dev/scss/components/_trip-info.scss */
#tour-slide .owl-prev:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* trip detail styles */
/* line 245, ../_dev/scss/components/_trip-info.scss */
.trip-detail {
  padding-top: 45px;
  padding-bottom: 45px;
}
/* line 249, ../_dev/scss/components/_trip-info.scss */
.trip-detail .img-article {
  max-width: none;
  margin-bottom: 30px;
}
/* line 253, ../_dev/scss/components/_trip-info.scss */
.trip-detail .img-article .text-block {
  padding: 25px 20px 15px;
  font-size: .857em;
  font-weight: 400;
  letter-spacing: .02em;
}
/* line 260, ../_dev/scss/components/_trip-info.scss */
.trip-detail .img-article h3 {
  font-size: 1.333em;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 266, ../_dev/scss/components/_trip-info.scss */
.trip-detail .img-article p {
  margin: 0;
}
/* line 271, ../_dev/scss/components/_trip-info.scss */
.trip-detail .comments {
  padding-bottom: 45px;
}
/* line 274, ../_dev/scss/components/_trip-info.scss */
.trip-detail .comments .thumb {
  width: 80px;
}
/* line 278, ../_dev/scss/components/_trip-info.scss */
.trip-detail .comments .text {
  width: auto;
}
/* line 282, ../_dev/scss/components/_trip-info.scss */
.trip-detail .comments .des {
  border-top-color: #9d9d9d;
}
/* line 286, ../_dev/scss/components/_trip-info.scss */
.trip-detail .comments .link-more {
  margin: 0;
  letter-spacing: 0.04em;
}
/* line 291, ../_dev/scss/components/_trip-info.scss */
.trip-detail .comments .comment-holder {
  margin-bottom: 30px;
}
/* line 296, ../_dev/scss/components/_trip-info.scss */
.trip-detail .header-box {
  margin-bottom: 20px;
}
/* line 300, ../_dev/scss/components/_trip-info.scss */
.trip-detail .gallery-list {
  margin: 0 -15px;
}
/* line 304, ../_dev/scss/components/_trip-info.scss */
.trip-detail .gallery-list.has-center .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}
/* line 311, ../_dev/scss/components/_trip-info.scss */
.trip-detail .gallery-list li {
  width: auto;
  margin: 0 auto 30px;
  float: none;
  max-width: 400px;
  padding: 0 15px;
}
/* line 318, ../_dev/scss/components/_trip-info.scss */
.trip-detail .gallery-list li img {
  width: 100%;
}
/* line 324, ../_dev/scss/components/_trip-info.scss */
.trip-detail [class^="col-"],
.trip-detail [class*=" col-"] {
  margin-bottom: 30px;
}
/* line 329, ../_dev/scss/components/_trip-info.scss */
.trip-detail .nav-wrap {
  background: #3b7fe0;
  padding: 20px 0;
}
/* line 337, ../_dev/scss/components/_trip-info.scss */
.trip-detail .img-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
/* line 344, ../_dev/scss/components/_trip-info.scss */
.trip-detail .tab-content {
  padding: 30px 0;
  font-size: 14px;
  line-height: 24px;
}
/* line 350, ../_dev/scss/components/_trip-info.scss */
.trip-detail .detail {
  padding: 20px 10px 10px;
  background: #f8f8f8;
  box-shadow: 1px 1px 1px rgba(1, 2, 2, 0.1);
}
/* line 355, ../_dev/scss/components/_trip-info.scss */
.trip-detail .detail p {
  margin: 0 0 25px;
}
/* line 359, ../_dev/scss/components/_trip-info.scss */
.trip-detail .detail .reviews-slot {
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  margin-top: 15px;
  padding-bottom: 5px;
}
/* line 366, ../_dev/scss/components/_trip-info.scss */
.trip-detail .detail .img-list {
  padding-bottom: 10px;
}
/* line 372, ../_dev/scss/components/_trip-info.scss */
.trip-detail .text-box {
  padding-left: 55px;
  padding-bottom: 35px;
}
/* line 377, ../_dev/scss/components/_trip-info.scss */
.trip-detail .text-box.not-included:before {
  content: "\e947";
}
/* line 382, ../_dev/scss/components/_trip-info.scss */
.trip-detail .text-box:before {
  font: 40px/1 'icomoon';
  position: absolute;
  left: 10px;
  top: 10px;
  content: "\e957";
  color: #adadad;
}
/* line 393, ../_dev/scss/components/_trip-info.scss */
.trip-detail .accomodation-block .text-box {
  padding-right: 30px;
  padding-bottom: 45px;
}
/* line 397, ../_dev/scss/components/_trip-info.scss */
.trip-detail .accomodation-block .text-box .sub-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 245, ../_dev/scss/components/_trip-info.scss */
  .trip-detail {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 408, ../_dev/scss/components/_trip-info.scss */
  .trip-detail .gallery-list li {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  /* line 245, ../_dev/scss/components/_trip-info.scss */
  .trip-detail {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  /* line 419, ../_dev/scss/components/_trip-info.scss */
  .trip-detail .text-box {
    padding-left: 100px;
    margin-bottom: 45px;
  }
  /* line 423, ../_dev/scss/components/_trip-info.scss */
  .trip-detail .text-box:before {
    top: 19px;
    font-size: 48px;
  }
  /* line 430, ../_dev/scss/components/_trip-info.scss */
  .trip-detail .comments .thumb {
    width: 70px;
  }
  /* line 434, ../_dev/scss/components/_trip-info.scss */
  .trip-detail .comments .text {
    width: calc(100% - 80px);
  }
  /* line 439, ../_dev/scss/components/_trip-info.scss */
  .trip-detail [class^="col-"],
  .trip-detail [class*=" col-"] {
    margin-bottom: 0;
  }
  /* line 444, ../_dev/scss/components/_trip-info.scss */
  .trip-detail .detail {
    padding: 40px 40px 20px 30px;
  }
  /* line 449, ../_dev/scss/components/_trip-info.scss */
  .trip-detail .gallery-list li {
    width: 33.3333%;
  }
  /* line 454, ../_dev/scss/components/_trip-info.scss */
  .trip-detail .text-box {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 245, ../_dev/scss/components/_trip-info.scss */
  .trip-detail {
    padding-bottom: 90px;
  }
}

/* reviews info styles */
/* line 465, ../_dev/scss/components/_trip-info.scss */
.reviews-info {
  margin-bottom: 45px;
}
/* line 469, ../_dev/scss/components/_trip-info.scss */
.reviews-info > li {
  padding: 0 0 5px;
  position: relative;
  margin: 0 0 15px 0;
}
/* line 475, ../_dev/scss/components/_trip-info.scss */
.reviews-info > li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e2e2e2;
}
/* line 486, ../_dev/scss/components/_trip-info.scss */
.reviews-info .info-left {
  width: 50%;
  padding-right: 10px;
  float: left;
  text-align: left;
}
/* line 493, ../_dev/scss/components/_trip-info.scss */
.reviews-info .info-right {
  float: right;
  max-width: 50%;
  text-align: right;
}
/* line 499, ../_dev/scss/components/_trip-info.scss */
.reviews-info .title {
  display: block;
}
/* line 502, ../_dev/scss/components/_trip-info.scss */
.reviews-info .ico-list {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 507, ../_dev/scss/components/_trip-info.scss */
.reviews-info .ico-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
@media only screen and (min-width: 992px) {
  /* line 465, ../_dev/scss/components/_trip-info.scss */
  .reviews-info {
    margin: 0 -30px 50px;
  }
  /* line 517, ../_dev/scss/components/_trip-info.scss */
  .reviews-info > li {
    padding: 0 30px 5px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -.25em;
    margin-bottom: 40px;
    font-size: 16px;
  }
  /* line 526, ../_dev/scss/components/_trip-info.scss */
  .reviews-info > li:before {
    left: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 465, ../_dev/scss/components/_trip-info.scss */
  .reviews-info {
    margin-bottom: 80px;
  }
}

/* line 538, ../_dev/scss/components/_trip-info.scss */
.question-select {
  margin-bottom: 20px;
}
/* line 541, ../_dev/scss/components/_trip-info.scss */
.question-select .jcf-select {
  border: 1px solid #f8f8f8;
  display: block;
  padding: 10px;
  margin: 0;
}
/* line 548, ../_dev/scss/components/_trip-info.scss */
.question-select .jcf-select:hover .jcf-select-text {
  color: #3b7fe0;
}
/* line 553, ../_dev/scss/components/_trip-info.scss */
.question-select .jcf-select .jcf-select-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5c5e62;
  margin-right: 30px;
  letter-spacing: 0;
  text-transform: none;
}
/* line 564, ../_dev/scss/components/_trip-info.scss */
.question-select .jcf-select .jcf-select-opener {
  width: 31px;
}
/* line 567, ../_dev/scss/components/_trip-info.scss */
.question-select .jcf-select .jcf-select-opener:after {
  color: #9d9d9d;
  left: 0;
  right: auto;
  font-size: 15px;
  line-height: 1;
  margin-top: -7px;
}
/* line 578, ../_dev/scss/components/_trip-info.scss */
.question-select .nav {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 583, ../_dev/scss/components/_trip-info.scss */
  .question-select .jcf-select {
    padding: 20px 50px 20px 30px;
  }
  /* line 587, ../_dev/scss/components/_trip-info.scss */
  .question-select .jcf-select .jcf-select-text {
    font-size: 16px;
    line-height: 1.71429;
  }
  /* line 592, ../_dev/scss/components/_trip-info.scss */
  .question-select .jcf-select .jcf-select-opener {
    width: 41px;
  }
  /* line 595, ../_dev/scss/components/_trip-info.scss */
  .question-select .jcf-select .jcf-select-opener:after {
    font-size: 20px;
    margin-top: -10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  /* line 605, ../_dev/scss/components/_trip-info.scss */
  #tour-slide {
    height: 320px;
  }
  /* line 608, ../_dev/scss/components/_trip-info.scss */
  #tour-slide .bg-stretch {
    position: absolute;
  }
}
/* header box styles */
/* line 2, ../_dev/scss/components/_header-box.scss */
.header-box {
  padding: 10px;
  border: 1px solid #f8f8f8;
  display: block;
  margin: 0 0 30px;
  overflow: hidden;
  font-weight: 400;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 11, ../_dev/scss/components/_header-box.scss */
.header-box:hover {
  color: #3b7fe0;
}
/* line 14, ../_dev/scss/components/_header-box.scss */
.header-box:hover .star-rating {
  color: #39f;
}
/* line 19, ../_dev/scss/components/_header-box.scss */
.header-box .title {
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
/* line 26, ../_dev/scss/components/_header-box.scss */
.header-box .star-rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 32, ../_dev/scss/components/_header-box.scss */
.header-box .value {
  display: inline-block;
  vertical-align: middle;
}
/* line 37, ../_dev/scss/components/_header-box.scss */
.header-box .link-right {
  float: right;
  max-width: 40%;
}
/* line 43, ../_dev/scss/components/_header-box.scss */
.header-box a:hover {
  color: #3b7fe0;
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_header-box.scss */
  .header-box {
    padding: 20px 30px;
    font-size: 16px;
  }
}

/* tab container styles */
/* line 2, ../_dev/scss/components/_tabs.scss */
.tab-container {
  position: relative;
}
/* line 9, ../_dev/scss/components/_tabs.scss */
.tab-container .tab-pane {
  display: block !important;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* line 15, ../_dev/scss/components/_tabs.scss */
.tab-container .tab-pane.active {
  position: static;
}

/* line 21, ../_dev/scss/components/_tabs.scss */
.nav-wrap {
  background: #252525;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  /* line 27, ../_dev/scss/components/_tabs.scss */
  .nav-wrap.is-stuck {
    top: 0 !important;
  }
}

/* tab styles */
/* line 34, ../_dev/scss/components/_tabs.scss */
.nav-tabs {
  font-size: 1.286em;
  padding: 10px 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 39, ../_dev/scss/components/_tabs.scss */
.nav-tabs > li {
  border: 0;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 10px 5px;
  width: 49%;
}
/* line 49, ../_dev/scss/components/_tabs.scss */
.nav-tabs > li.active a, .nav-tabs > li:focus a {
  background: none;
  border: 0;
  color: #3b7fe0;
  margin: 0;
}
/* line 55, ../_dev/scss/components/_tabs.scss */
.nav-tabs > li.active a:hover, .nav-tabs > li.active a.active, .nav-tabs > li.active a:focus, .nav-tabs > li:focus a:hover, .nav-tabs > li:focus a.active, .nav-tabs > li:focus a:focus {
  background: none;
  margin: 0;
  border: 0;
  color: #3b7fe0;
}
/* line 66, ../_dev/scss/components/_tabs.scss */
.nav-tabs > li > a {
  background: none;
  border: 0;
  margin: 0;
  color: #9d9d9d;
  padding: 0;
  display: inline-block;
}
/* line 74, ../_dev/scss/components/_tabs.scss */
.nav-tabs > li > a:hover {
  background: none;
  color: #3b7fe0;
}
@media only screen and (max-width: 539px) {
  /* line 82, ../_dev/scss/components/_tabs.scss */
  .nav-tabs > li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 34, ../_dev/scss/components/_tabs.scss */
  .nav-tabs {
    padding: 0;
  }
  /* line 90, ../_dev/scss/components/_tabs.scss */
  .nav-tabs > li {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 96, ../_dev/scss/components/_tabs.scss */
  .nav-tabs > li {
    width: auto;
    padding: 25px 10px;
  }
}

/* tabs for dropdown */
/* line 3, ../_dev/scss/components/_tab-hover.scss */
.has-mega-dropdown .nav-hover {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  padding-right: 15px;
  font-size: inherit;
}
/* line 10, ../_dev/scss/components/_tab-hover.scss */
.has-mega-dropdown .nav-hover li {
  margin: 0 0 10px;
  padding: 0;
}
/* line 14, ../_dev/scss/components/_tab-hover.scss */
.has-mega-dropdown .nav-hover li a {
  padding: 0;
}
/* line 17, ../_dev/scss/components/_tab-hover.scss */
.has-mega-dropdown .nav-hover li a:focus {
  background: none;
}
/* line 24, ../_dev/scss/components/_tab-hover.scss */
.has-mega-dropdown .tab-content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 155px);
}
/* line 31, ../_dev/scss/components/_tab-hover.scss */
.has-mega-dropdown .tab-content .header-link {
  column-count: 2;
}

/* line 37, ../_dev/scss/components/_tab-hover.scss */
.dropdown-menu {
  top: 99%;
}

/* line 43, ../_dev/scss/components/_tab-hover.scss */
.no-icons .navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
  right: 0;
}

/* line 50, ../_dev/scss/components/_tab-hover.scss */
.navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
  left: 0;
  right: 0;
  width: auto;
  box-shadow: none;
}
/* line 57, ../_dev/scss/components/_tab-hover.scss */
.navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-wrap {
  max-width: 800px;
  margin: 0 0 0 auto;
}
/* line 63, ../_dev/scss/components/_tab-hover.scss */
.navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover li {
  margin-bottom: 20px;
}
/* line 70, ../_dev/scss/components/_tab-hover.scss */
.navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content .header-link li {
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  /* line 78, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 85, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
    right: 140px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 91, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
    right: 236px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 97, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-holder {
    position: relative;
  }
  /* line 100, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-holder:before {
    top: 0;
    bottom: 0;
    left: 95px;
    width: 1px;
    background: #181818;
    content: '';
    position: absolute;
  }
  /* line 110, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover {
    width: 100px;
    font-size: 11px;
    padding-right: 10px;
    line-height: 1.2;
  }
  /* line 117, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover li {
    font-size: 11px;
    width: auto;
  }
  /* line 123, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content {
    width: calc(100% - 105px);
    padding-left: 5px;
  }
  /* line 127, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content .header-link {
    column-count: 1;
  }
  /* line 130, ../_dev/scss/components/_tab-hover.scss */
  .navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content .header-link li {
    padding: 0;
    margin-bottom: 5px;
  }
}

/*------------------------------------------------------------------
12. Table / .table
-------------------------------------------------------------------*/
/* table container styles */
/* line 3, ../_dev/scss/components/_table.scss */
.table-container .date-text {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 10, ../_dev/scss/components/_table.scss */
.table-container .sub-text {
  display: block;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.09em;
}
/* line 17, ../_dev/scss/components/_table.scss */
.table-container .btn {
  float: right;
}

/* stripped table styles */
/* line 26, ../_dev/scss/components/_table.scss */
.table-striped tbody tr:nth-child(even) {
  background: #f8f8f8;
}
/* line 29, ../_dev/scss/components/_table.scss */
.table-striped tbody tr:nth-child(odd) {
  background: transparent;
}

/* line 38, ../_dev/scss/components/_table.scss */
.table-hover tbody tr {
  transition: background 0.2s linear;
}
/* line 41, ../_dev/scss/components/_table.scss */
.table-hover tbody tr:hover {
  background: #f8f8f8;
}

/* global table styles */
/* line 49, ../_dev/scss/components/_table.scss */
table.table {
  font-size: .9em;
  min-width: 725px;
}
/* line 56, ../_dev/scss/components/_table.scss */
table.table tbody tr td,
table.table thead tr td {
  vertical-align: middle;
}
/* line 62, ../_dev/scss/components/_table.scss */
table.table .btn {
  min-width: 1px;
  font-size: 1em;
}
/* line 70, ../_dev/scss/components/_table.scss */
table.table tbody td:last-child .cell {
  border-right: 1px solid #f8f8f8;
}
@media only screen and (min-width: 768px) {
  /* line 49, ../_dev/scss/components/_table.scss */
  table.table {
    table-layout: fixed;
  }
  /* line 83, ../_dev/scss/components/_table.scss */
  table.table.table-align-right td:last-child,
  table.table.table-align-right th:last-child {
    text-align: right;
  }
}
/* line 91, ../_dev/scss/components/_table.scss */
table.table tbody tr {
  border-color: #fff;
  border-style: solid;
  border-width: 15px 0;
  background: transparent;
}
/* line 98, ../_dev/scss/components/_table.scss */
table.table tbody tr td:first-child .cell {
  border-left: 1px solid #f8f8f8;
}
/* line 103, ../_dev/scss/components/_table.scss */
table.table tbody tr td .cell {
  border: solid #f8f8f8;
  border-width: 1px 0;
}
/* line 113, ../_dev/scss/components/_table.scss */
table.table > thead > tr > th {
  border: 0;
  padding: 10px 5px 15px;
}
/* line 121, ../_dev/scss/components/_table.scss */
table.table > tbody > tr {
  background: none;
  font-weight: 500;
}
/* line 126, ../_dev/scss/components/_table.scss */
table.table > tbody > tr:first-child td {
  border-top: 0;
}
/* line 131, ../_dev/scss/components/_table.scss */
table.table > tbody > tr > td {
  padding: 0;
}
/* line 135, ../_dev/scss/components/_table.scss */
table.table > tbody > tr .middle {
  padding: 5px;
  min-height: 65px;
}
@media only screen and (min-width: 992px) {
  /* line 143, ../_dev/scss/components/_table.scss */
  table.table .btn {
    min-width: 150px;
  }
  /* line 149, ../_dev/scss/components/_table.scss */
  table.table thead tr th {
    padding: 10px 20px 15px;
  }
  /* line 157, ../_dev/scss/components/_table.scss */
  table.table tbody td .middle {
    padding: 5px 20px;
  }
}

/* line 165, ../_dev/scss/components/_table.scss */
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

/* line 175, ../_dev/scss/components/_table.scss */
.table .cell {
  display: table;
  width: 100%;
  min-height: 65px;
}
/* line 180, ../_dev/scss/components/_table.scss */
.table .cell .middle {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {
  /* line 188, ../_dev/scss/components/_table.scss */
  table.table {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  /* line 193, ../_dev/scss/components/_table.scss */
  .table-responsive {
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
  }
}

/* detail accordion styles */
/* line 2, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: ol-counter;
}
/* line 8, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li {
  position: relative;
  margin-bottom: 5px;
  border: 1px solid #f8f8f8;
}
/* line 13, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  position: absolute;
  top: 6px;
  left: 12px;
  width: 43px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
}
/* line 25, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li:after {
  border: 2px solid #e2e2e2;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  content: '';
  left: 16px;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 16px;
}
/* line 39, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li:hover:after {
  border-color: #5c5e62;
}
/* line 46, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li:not(.active) > a:after {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
/* line 54, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li.active {
  box-shadow: 1px 1px 1px rgba(1, 2, 2, 0.07);
}
/* line 57, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li.active:after {
  border-color: #5c5e62;
}
/* line 62, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li.active > a:after {
  color: #9d9d9d;
}
/* line 66, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li.active > a:before {
  border-color: #9d9d9d;
}
/* line 72, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li > a {
  display: block;
  padding: 10px 20px 10px 80px;
  position: relative;
  transition: all linear .2s;
}
/* line 78, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li > a:after {
  content: "\e906";
  font: 18px/10px 'icomoon';
  position: absolute;
  right: 20px;
  top: 50%;
  color: #e2e2e2;
  margin-top: -5px;
  transition: all linear .2s;
}
/* line 89, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion > li > a span {
  font-style: italic;
}
/* line 95, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion .title {
  display: block;
  font-size: 1.143em;
  margin-bottom: -5px;
  font-weight: 400;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 103, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion .slide {
  padding: 0 20px;
}
/* line 107, ../_dev/scss/components/_detail-accordion.scss */
.detail-accordion .slide-holder {
  padding: 25px 0 20px;
  border-top: 1px solid #e1e1e1;
  margin-left: 60px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 116, ../_dev/scss/components/_detail-accordion.scss */
  .detail-accordion > li > a {
    padding-left: 100px;
  }
  /* line 120, ../_dev/scss/components/_detail-accordion.scss */
  .detail-accordion .slide-holder {
    padding-right: 60px;
    margin-left: 80px;
  }
  /* line 124, ../_dev/scss/components/_detail-accordion.scss */
  .detail-accordion .slide-holder p {
    margin: 0 0 25px;
  }
}

/* fancybox */
/* line 2, ../_dev/scss/components/_fancybox.scss */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.87);
  min-width: 320px;
}

/* line 7, ../_dev/scss/components/_fancybox.scss */
.fancybox-skin {
  border-radius: 0;
  padding: 20px !important;
  background: none;
  box-shadow: none !important;
}

/* line 14, ../_dev/scss/components/_fancybox.scss */
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
/* line 23, ../_dev/scss/components/_fancybox.scss */
.fancybox-close:after,
.fancybox-prev span:after,
.fancybox-next span:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  font: 8px/30px 'icomoon';
}

/* line 32, ../_dev/scss/components/_fancybox.scss */
.fancybox-prev span,
.fancybox-next span {
  display: block;
  vertical-align: middle;
  background: none;
  box-shadow: none;
  visibility: visible;
  position: relative;
  left: auto;
  right: auto;
  width: 30px;
  height: 30px;
  margin: 0;
  top: 0;
}

/* line 48, ../_dev/scss/components/_fancybox.scss */
.fancybox-close {
  top: 20px;
  right: 20px;
  border-radius: 0;
  position: absolute;
  color: #fff;
}
/* line 55, ../_dev/scss/components/_fancybox.scss */
.fancybox-close:hover {
  background: #000;
}
/* line 58, ../_dev/scss/components/_fancybox.scss */
.fancybox-close:hover:after {
  color: #fff;
}
/* line 63, ../_dev/scss/components/_fancybox.scss */
.fancybox-close:after {
  content: "\e914";
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 69, ../_dev/scss/components/_fancybox.scss */
  .fancybox-close:after {
    font-size: 16px;
  }
}

/* line 75, ../_dev/scss/components/_fancybox.scss */
.fancybox-nav {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
}
/* line 84, ../_dev/scss/components/_fancybox.scss */
.fancybox-nav:hover {
  background: #000;
  color: #fff;
}

/* line 92, ../_dev/scss/components/_fancybox.scss */
.fancybox-prev span:after,
.fancybox-next span:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\e906";
  text-align: center;
  left: 3px;
  top: 0;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 102, ../_dev/scss/components/_fancybox.scss */
  .fancybox-prev span:after,
  .fancybox-next span:after {
    left: 7px;
  }
}

/* line 109, ../_dev/scss/components/_fancybox.scss */
.fancybox-next span:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  left: auto;
  right: 3px;
}
@media only screen and (min-width: 992px) {
  /* line 116, ../_dev/scss/components/_fancybox.scss */
  .fancybox-next span:after {
    right: 7px;
  }
}

/* line 122, ../_dev/scss/components/_fancybox.scss */
.fancybox-title {
  right: 0;
  left: 0;
  margin: 0 20px -9px;
  width: auto !important;
}
/* line 128, ../_dev/scss/components/_fancybox.scss */
.fancybox-title .child {
  margin: 0;
  display: block;
  border-radius: 0;
  padding: 5px 20px;
  background: #252525;
}

@media only screen and (min-width: 992px) {
  /* line 138, ../_dev/scss/components/_fancybox.scss */
  .fancybox-close {
    width: 60px;
    height: 60px;
  }
  /* line 142, ../_dev/scss/components/_fancybox.scss */
  .fancybox-close:after {
    line-height: 60px;
  }

  /* line 147, ../_dev/scss/components/_fancybox.scss */
  .fancybox-nav {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  /* line 154, ../_dev/scss/components/_fancybox.scss */
  .fancybox-nav.fancybox-next span:after {
    left: auto;
    right: 20px;
  }
  /* line 161, ../_dev/scss/components/_fancybox.scss */
  .fancybox-nav span {
    width: 60px;
    height: 60px;
  }
  /* line 165, ../_dev/scss/components/_fancybox.scss */
  .fancybox-nav span:after {
    line-height: 60px;
    left: 20px;
  }
}
/*------------------------------------------------------------------
13. Carousel
-------------------------------------------------------------------*/
/* carousel styles */
/* line 5, ../_dev/scss/components/_carousel.scss */
.carousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
/* line 13, ../_dev/scss/components/_carousel.scss */
.carousel.carousel-fade .carousel-inner .item,
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
/* line 19, ../_dev/scss/components/_carousel.scss */
.carousel.carousel-fade .carousel-inner .active,
.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  z-index: 2;
}
/* line 26, ../_dev/scss/components/_carousel.scss */
.carousel.carousel-fade .carousel-inner .next,
.carousel.carousel-fade .carousel-inner .prev,
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
/* line 36, ../_dev/scss/components/_carousel.scss */
.carousel .carousel-control {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #252525;
  width: 30px;
  height: 30px;
  top: 50%;
  opacity: 1;
  font-size: 8px;
  line-height: 30px;
  text-shadow: none;
  z-index: 2;
}
/* line 48, ../_dev/scss/components/_carousel.scss */
.carousel .carousel-control span {
  display: inline-block;
}
/* line 53, ../_dev/scss/components/_carousel.scss */
.carousel .carousel-control.left span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 59, ../_dev/scss/components/_carousel.scss */
.carousel .carousel-control.right span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 64, ../_dev/scss/components/_carousel.scss */
.carousel .carousel-control:hover {
  background: #3b7fe0;
}
@media only screen and (min-width: 992px) {
  /* line 70, ../_dev/scss/components/_carousel.scss */
  .carousel .carousel-control {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 11px;
  }
}

/* content list styles */
/* line 7, ../_dev/scss/components/_content-list.scss */
.content-list.tick-list li:before {
  content: "\e962";
}
/* line 15, ../_dev/scss/components/_content-list.scss */
.content-list.cross-list li:before {
  content: "\e914";
}
/* line 21, ../_dev/scss/components/_content-list.scss */
.content-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 5px;
}
/* line 26, ../_dev/scss/components/_content-list.scss */
.content-list li:before {
  position: absolute;
  left: 0;
  top: 7px;
  font: 16px/16px 'icomoon';
  color: #adadad;
}

/* styles for review blocks */
/* line 4, ../_dev/scss/components/_reviews-info.scss */
.reviews-slot.v-middle .thumb,
.reviews-slot.v-middle .text {
  display: inline-block;
  vertical-align: middle;
}
/* line 10, ../_dev/scss/components/_reviews-info.scss */
.reviews-slot.v-middle .thumb {
  width: 75px;
}
/* line 14, ../_dev/scss/components/_reviews-info.scss */
.reviews-slot.v-middle .text {
  width: calc(100% - 82px);
  letter-spacing: .04em;
}
/* line 22, ../_dev/scss/components/_reviews-info.scss */
.reviews-slot .name a:hover {
  color: #3b7fe0;
}

/* line 29, ../_dev/scss/components/_reviews-info.scss */
.reviews-body {
  background: #f8f8f8;
}
/* line 32, ../_dev/scss/components/_reviews-info.scss */
.reviews-body .comment-slot {
  border-bottom: 1px solid rgba(157, 157, 157, 0.15);
  padding-bottom: 30px;
  padding-top: 30px;
}

/* range slider styles and override for ui widget */
/* line 2, ../_dev/scss/components/_range-slider.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0;
}

/* line 9, ../_dev/scss/components/_range-slider.scss */
.ui-widget-content {
  background: #9d9d9d;
}

/* line 13, ../_dev/scss/components/_range-slider.scss */
.ui-slider-horizontal {
  height: 6px;
  border: none;
  margin-top: 6px;
}
/* line 18, ../_dev/scss/components/_range-slider.scss */
.ui-slider-horizontal .ui-widget-header {
  background: #9d9d9d;
}
/* line 22, ../_dev/scss/components/_range-slider.scss */
.ui-slider-horizontal .ui-slider-handle {
  height: 18px;
  width: 6px;
  border: none;
  margin-left: 0;
  outline: none;
  background: #9d9d9d;
  top: -6px;
}
/* line 31, ../_dev/scss/components/_range-slider.scss */
.ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background: #9d9d9d;
}

/* line 37, ../_dev/scss/components/_range-slider.scss */
.price-input {
  text-align: center;
  padding: 0;
  margin-top: 10px;
  color: #5c5e62;
}

/*------------------------------------------------------------------
14. Blog
-------------------------------------------------------------------*/
/*  blog list page */
/* line 2, ../_dev/scss/components/_blog.scss */
.blog-full-width {
  padding-bottom: 100px;
}

/* article */
/* line 8, ../_dev/scss/components/_blog.scss */
.article.blog-article {
  max-width: none;
}
/* line 11, ../_dev/scss/components/_blog.scss */
.article.blog-article:first-child {
  margin-top: 0;
}
/* line 15, ../_dev/scss/components/_blog.scss */
.article.blog-article .img-wrap {
  overflow: hidden;
  border-radius: 5px;
}
/* line 19, ../_dev/scss/components/_blog.scss */
.article.blog-article .img-wrap img {
  border-radius: 5px;
}
/* line 25, ../_dev/scss/components/_blog.scss */
.article.blog-article .thumbnail .meta {
  border-bottom: 0;
  padding-bottom: 15px;
}
/* line 32, ../_dev/scss/components/_blog.scss */
.article.blog-article:hover .heading {
  color: #3b7fe0;
}
/* line 35, ../_dev/scss/components/_blog.scss */
.article.blog-article:hover .heading h3 a {
  color: #3b7fe0;
}
/* line 41, ../_dev/scss/components/_blog.scss */
.article.blog-article:hover .link-view a {
  color: #3b7fe0;
}
/* line 48, ../_dev/scss/components/_blog.scss */
.article.blog-article:hover .star-rating .disable a,
.article.blog-article:hover .star-rating .disable span {
  color: #adadad;
}
/* line 53, ../_dev/scss/components/_blog.scss */
.article.blog-article:hover .star-rating a,
.article.blog-article:hover .star-rating span {
  color: #3b7fe0;
}
/* line 60, ../_dev/scss/components/_blog.scss */
.article.blog-article footer {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
  padding-bottom: 15px;
}
/* line 67, ../_dev/scss/components/_blog.scss */
.article.blog-article .image-slide {
  height: auto;
}
/* line 71, ../_dev/scss/components/_blog.scss */
.article.blog-article .description {
  padding: 10px;
  border: 1px solid #f8f8f8;
}
/* line 76, ../_dev/scss/components/_blog.scss */
.article.blog-article .footer-sub {
  margin: 0 -10px;
}
/* line 79, ../_dev/scss/components/_blog.scss */
.article.blog-article .footer-sub > * {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
/* line 86, ../_dev/scss/components/_blog.scss */
.article.blog-article .footer-sub a:hover {
  color: #3b7fe0;
}
/* line 92, ../_dev/scss/components/_blog.scss */
.article.blog-article .star-rating {
  padding-left: 0;
}
/* line 95, ../_dev/scss/components/_blog.scss */
.article.blog-article .star-rating:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 103, ../_dev/scss/components/_blog.scss */
  .article.blog-article .star-rating,
  .article.blog-article .comment,
  .article.blog-article .ico-action,
  .article.blog-article .rate-info {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
  }
  /* line 112, ../_dev/scss/components/_blog.scss */
  .article.blog-article .star-rating:before,
  .article.blog-article .comment:before,
  .article.blog-article .ico-action:before,
  .article.blog-article .rate-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 3px;
    width: 1px;
    background: #e2e2e2;
  }
  /* line 123, ../_dev/scss/components/_blog.scss */
  .article.blog-article .star-rating {
    padding-left: 0;
  }
  /* line 127, ../_dev/scss/components/_blog.scss */
  .article.blog-article .footer-sub {
    margin: 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  /* line 136, ../_dev/scss/components/_blog.scss */
  .article.blog-article .description {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 144, ../_dev/scss/components/_blog.scss */
  .article.blog-article .meta {
    padding-bottom: 25px;
  }
}

/* blog list  */
/* line 155, ../_dev/scss/components/_blog.scss */
.blog-list.list-view .article.blog-article .description {
  border: 0;
  padding: 0;
  overflow: hidden;
}
/* line 163, ../_dev/scss/components/_blog.scss */
.blog-list .article.blog-article .thumbnail {
  border: 1px solid #f8f8f8;
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  /* line 171, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .img-wrap {
    float: left;
    width: 250px;
  }
  /* line 178, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .article.blog-article .description {
    padding: 10px 0 10px 20px;
  }
  /* line 184, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .description {
    width: calc(100% - 270px);
  }
  /* line 188, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .star-rating,
  .blog-list.list-view .comment,
  .blog-list.list-view .ico-action,
  .blog-list.list-view .rate-info {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
  }
  /* line 197, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .star-rating:before,
  .blog-list.list-view .comment:before,
  .blog-list.list-view .ico-action:before,
  .blog-list.list-view .rate-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 3px;
    width: 1px;
    background: #e2e2e2;
  }
  /* line 208, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .star-rating {
    padding-left: 0;
  }
  /* line 212, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .rate-info,
  .blog-list.list-view .ico-action {
    padding-left: 0;
  }
  /* line 216, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .rate-info:before,
  .blog-list.list-view .ico-action:before {
    display: none;
  }
  /* line 221, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .footer-sub {
    margin: 0;
    display: block;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 229, ../_dev/scss/components/_blog.scss */
  .blog-list .img-wrap {
    width: auto;
    float: none;
  }
  /* line 235, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .img-wrap {
    width: 350px;
  }
  /* line 239, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .description {
    width: calc(100% - 370px);
  }
  /* line 243, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .rate-info,
  .blog-list.list-view .ico-action {
    padding-left: 10px;
  }
  /* line 247, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .rate-info:before,
  .blog-list.list-view .ico-action:before {
    display: block;
  }
  /* line 252, ../_dev/scss/components/_blog.scss */
  .blog-list.list-view .footer-sub {
    margin: 0;
    display: inline-block;
  }
}

/* line 260, ../_dev/scss/components/_blog.scss */
.blog-holder {
  margin-bottom: 45px;
}
/* line 263, ../_dev/scss/components/_blog.scss */
.blog-holder.no-pagination {
  margin-bottom: 0;
}

/* blog single page */
/* line 270, ../_dev/scss/components/_blog.scss */
.blog-single .img-wrap {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 5px;
}
/* line 275, ../_dev/scss/components/_blog.scss */
.blog-single .img-wrap img {
  width: 100%;
}
/* line 280, ../_dev/scss/components/_blog.scss */
.blog-single h1 {
  color: #5c5e62;
}
/* line 284, ../_dev/scss/components/_blog.scss */
.blog-single .description {
  border: 1px solid #f8f8f8;
  padding: 30px 10px;
  margin: 0 0 30px;
}
/* line 291, ../_dev/scss/components/_blog.scss */
.blog-single .description p {
  margin: 0 0 25px;
}
/* line 297, ../_dev/scss/components/_blog.scss */
.blog-single .block-quotation p {
  margin: 0;
}
/* line 302, ../_dev/scss/components/_blog.scss */
.blog-single .header-box {
  padding: 15px 25px 20px;
}
/* line 307, ../_dev/scss/components/_blog.scss */
.blog-single .meta-article .footer-sub {
  display: inline-block;
}
/* line 312, ../_dev/scss/components/_blog.scss */
.blog-single .meta-article a:hover {
  color: #3b7fe0;
}
@media only screen and (min-width: 768px) {
  /* line 320, ../_dev/scss/components/_blog.scss */
  .blog-single .description {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 327, ../_dev/scss/components/_blog.scss */
  .blog-single .description {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 334, ../_dev/scss/components/_blog.scss */
  .blog-single .meta-article .footer-sub {
    display: block;
  }
  /* line 338, ../_dev/scss/components/_blog.scss */
  .blog-single .meta-article .ico-action,
  .blog-single .meta-article .rate-info {
    padding-left: 0;
  }
  /* line 342, ../_dev/scss/components/_blog.scss */
  .blog-single .meta-article .ico-action:before,
  .blog-single .meta-article .rate-info:before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  /* line 2, ../_dev/scss/components/_disable-wow.scss */
  .wow {
    visibility: visible !important;
    animation: none !important;
  }
}

@media only screen and (max-width: 991px) {
  /* line 9, ../_dev/scss/components/_disable-wow.scss */
  .animated {
    transition: none !important;
  }
}

/*------------------------------------------------------------------
15. Search form / .search-form
-------------------------------------------------------------------*/
/* search form styles */
/* line 2, ../_dev/scss/components/_search-form.scss */
.search-form {
  position: absolute;
  right: 20px;
  top: 23px;
  font-size: 20px;
  z-index: 2;
  transition: top 0.2s linear;
  line-height: 0;
  z-index: 999;
}
/* line 12, ../_dev/scss/components/_search-form.scss */
.search-form .search-opener {
  color: #9d9d9d;
  padding: 10px;
}
/* line 17, ../_dev/scss/components/_search-form.scss */
.search-form .ui-autocomplete {
  position: static;
  background: transparent;
  border: none;
  padding-top: 20px;
}
/* line 26, ../_dev/scss/components/_search-form.scss */
.search-form .ui-menu .ui-menu-item {
  padding: 5px 0;
  list-style-image: none;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  border: none;
  transition: padding 0.2s linear;
  cursor: pointer;
}
/* line 38, ../_dev/scss/components/_search-form.scss */
.search-form .ui-menu .ui-menu-item.ui-state-focus, .search-form .ui-menu .ui-menu-item.ui-state-hover, .search-form .ui-menu .ui-menu-item.ui-state-active {
  margin: 0;
  background: transparent;
  border: none;
  padding-left: 5px;
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_search-form.scss */
  .search-form {
    top: 19px;
  }
  /* line 52, ../_dev/scss/components/_search-form.scss */
  .search-form .search-opener {
    font-size: 11px;
    color: #fff;
  }
  /* line 58, ../_dev/scss/components/_search-form.scss */
  .search-form .ui-menu .ui-menu-item {
    font-size: 30px;
    line-height: 40px;
    padding: 10px 0;
  }
  /* line 65, ../_dev/scss/components/_search-form.scss */
  .search-form .ui-autocomplete {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 2, ../_dev/scss/components/_search-form.scss */
  .search-form {
    right: 50px;
  }
}

/* line 75, ../_dev/scss/components/_search-form.scss */
.search-wrap {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.87);
  position: fixed;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  text-align: center;
  overflow-y: auto;
  padding: 60px 0;
  line-height: 1.2;
  transition: opacity 0.3s linear;
}
/* line 92, ../_dev/scss/components/_search-form.scss */
.search-wrap:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.25em;
}
/* line 100, ../_dev/scss/components/_search-form.scss */
.search-wrap .form-group {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 90px;
  padding: 0 20px;
}
/* line 111, ../_dev/scss/components/_search-form.scss */
.search-wrap .close {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid #fff;
  transition: opacity 0.3s linear;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  padding: 0;
}
/* line 126, ../_dev/scss/components/_search-form.scss */
.search-wrap .close:hover {
  opacity: 0.8;
}
/* line 131, ../_dev/scss/components/_search-form.scss */
.search-wrap .input-holder {
  overflow: hidden;
}
/* line 135, ../_dev/scss/components/_search-form.scss */
.search-wrap .form-control {
  width: 100%;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
  color: #fff;
  border: solid #fff;
  border-width: 0 0 1px;
  background: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  transition: all 0.2s linear;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 154, ../_dev/scss/components/_search-form.scss */
.search-wrap .form-control::-webkit-input-placeholder {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 159, ../_dev/scss/components/_search-form.scss */
.search-wrap .form-control:-moz-placeholder {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 164, ../_dev/scss/components/_search-form.scss */
.search-wrap .form-control::-moz-placeholder {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 169, ../_dev/scss/components/_search-form.scss */
.search-wrap .form-control:-ms-input-placeholder {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 175, ../_dev/scss/components/_search-form.scss */
.search-wrap .form-control:focus {
  border-bottom-color: #fff;
}
@media only screen and (min-width: 992px) {
  /* line 75, ../_dev/scss/components/_search-form.scss */
  .search-wrap {
    padding: 30px 0;
  }
  /* line 183, ../_dev/scss/components/_search-form.scss */
  .search-wrap .form-control {
    font-size: 30px;
    line-height: 50px;
  }
}

/* styles when search is active */
/* line 192, ../_dev/scss/components/_search-form.scss */
.search-active .search-wrap {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  max-width: none;
}
/* line 200, ../_dev/scss/components/_search-form.scss */
.search-active .search-slide .search-wrap {
  max-width: 500px;
}
/* line 205, ../_dev/scss/components/_search-form.scss */
.search-active .navbar-default {
  z-index: 9;
}

/* line 210, ../_dev/scss/components/_search-form.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* trip form styles */
/* line 2, ../_dev/scss/components/_trip-form.scss */
.trip-form {
  font-size: 1.143em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: none;
  background: #186bb4;
  border: 10px solid #414141;
  padding: 20px 10px;
  margin-top: 5%;
}
/* line 16, ../_dev/scss/components/_trip-form.scss */
.trip-form .holder {
  padding: 0 5px;
  text-align: left;
  margin-bottom: 10px;
}
/* line 22, ../_dev/scss/components/_trip-form.scss */
.trip-form .select-holder {
  margin: 10px 0 0;
}
/* line 26, ../_dev/scss/components/_trip-form.scss */
.trip-form .input-group.date {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../_dev/scss/components/_trip-form.scss */
  .trip-form {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    max-width: 450px;
    margin-top: 0;
  }
  /* line 38, ../_dev/scss/components/_trip-form.scss */
  .trip-form label {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 44, ../_dev/scss/components/_trip-form.scss */
  .trip-form .holder {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    padding: 0 15px;
    margin-right: -.25em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_trip-form.scss */
  .trip-form {
    display: block;
    margin-bottom: -30px;
  }
  /* line 57, ../_dev/scss/components/_trip-form.scss */
  .trip-form .holder {
    width: 25%;
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 65, ../_dev/scss/components/_trip-form.scss */
  .trip-form .trip-form {
    margin-top: 10%;
  }
}

/* line 71, ../_dev/scss/components/_trip-form.scss */
.trip-form-v2.trip-search-main {
  display: inline-block;
  vertical-align: top;
  margin-top: 10%;
  width: 100%;
  font-size: 14px;
  white-space: normal;
  max-width: 1010px;
}
@media only screen and (min-width: 992px) {
  /* line 71, ../_dev/scss/components/_trip-form.scss */
  .trip-form-v2.trip-search-main {
    vertical-align: middle;
    margin-top: 0;
  }
  /* line 84, ../_dev/scss/components/_trip-form.scss */
  .trip-form-v2.trip-search-main .holder {
    width: 33.33333%;
  }
}

/* trip form styles */
/* custom select styles */
/* line 2, ../_dev/scss/components/_custom-form.scss */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
/* line 8, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select {
  background: #3b7fe0;
  box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
  height: 44px;
  width: 100%;
}
/* line 14, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select.jcf-select-bg-white {
  background: #fff;
}
/* line 17, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select.jcf-select-bg-white .jcf-select-text {
  color: #5c5e62;
}
/* line 22, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select.jcf-select-bg-white .jcf-select-opener:after {
  color: #5c5e62;
}
/* line 28, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select.jcf-select-bg-gray {
  background: #f8f8f8;
}
/* line 31, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select.jcf-select-bg-gray .jcf-select-text {
  color: #5c5e62;
}
/* line 36, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select.jcf-select-bg-gray .jcf-select-opener:after {
  color: #5c5e62;
}
/* line 42, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select .jcf-select-text {
  font-size: 14px;
  color: #5c5e62;
  font-weight: 700;
  line-height: 44px;
  padding-left: 15px;
  color: #fff;
  margin-right: 35px;
}
/* line 52, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select .jcf-select-opener {
  width: 44px;
}
/* line 55, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-filter-select .jcf-select-opener:after {
  color: #fff;
  right: 15px;
  content: "\e906";
  font-size: 14px;
}
/* line 66, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-language .jcf-select-opener:after {
  content: "\e903";
}
/* line 73, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-language:hover .jcf-select-opener:after {
  color: #e6e6e6;
}
/* line 80, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-sort-select {
  background: #3b7fe0;
  box-shadow: none;
  text-align: left;
  height: 34px;
}
/* line 86, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-sort-select .jcf-select-text {
  line-height: 32px;
  color: #fff;
}
/* line 92, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-sort-select .jcf-select-opener:after {
  color: #fff;
}
/* line 98, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-trip {
  background: rgba(37, 37, 37, 0.7);
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  min-width: 75px;
  color: #9d9d9d;
  width: 100%;
}
/* line 108, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-trip .jcf-select-text {
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  color: #3b7fe0;
}
/* line 116, ../_dev/scss/components/_custom-form.scss */
.jcf-select.jcf-select-trip .jcf-select-opener:after {
  right: 10px;
  color: #3b7fe0;
  font-size: 14px;
}

/* line 126, ../_dev/scss/components/_custom-form.scss */
.jcf-select-trip .jcf-list .jcf-option {
  color: #9d9d9d;
  letter-spacing: 0.05em;
}
/* line 132, ../_dev/scss/components/_custom-form.scss */
.jcf-select-trip.jcf-select-dark .jcf-list .jcf-option {
  color: #9d9d9d;
}

/* line 138, ../_dev/scss/components/_custom-form.scss */
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

/* line 144, ../_dev/scss/components/_custom-form.scss */
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin: 0 20px 0 0;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  /* line 144, ../_dev/scss/components/_custom-form.scss */
  .jcf-select .jcf-select-text {
    font-size: 12px;
    line-height: 18px;
  }
}

/* line 163, ../_dev/scss/components/_custom-form.scss */
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 25px;
  bottom: 0;
  right: 0;
  top: 0;
}
/* line 171, ../_dev/scss/components/_custom-form.scss */
.jcf-select .jcf-select-opener:after {
  content: "\e906";
  position: absolute;
  right: 0;
  top: 50%;
  font: 14px/14px 'icomoon';
  margin-top: -7px;
  color: #fff;
}

/* line 182, ../_dev/scss/components/_custom-form.scss */
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
  min-width: 90px;
}

/* line 189, ../_dev/scss/components/_custom-form.scss */
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

/* line 193, ../_dev/scss/components/_custom-form.scss */
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

/* line 202, ../_dev/scss/components/_custom-form.scss */
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* line 207, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop .jcf-select-drop-content {
  border: 0;
}

/* line 211, ../_dev/scss/components/_custom-form.scss */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* line 219, ../_dev/scss/components/_custom-form.scss */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}

/* line 229, ../_dev/scss/components/_custom-form.scss */
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

/* line 236, ../_dev/scss/components/_custom-form.scss */
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 242, ../_dev/scss/components/_custom-form.scss */
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
/* line 246, ../_dev/scss/components/_custom-form.scss */
.jcf-list ul li:first-child {
  display: none;
}

/* line 251, ../_dev/scss/components/_custom-form.scss */
.jcf-list .jcf-overflow {
  overflow: auto;
}

/* line 255, ../_dev/scss/components/_custom-form.scss */
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px;
  color: #656565;
  height: 1%;
}

/* line 265, ../_dev/scss/components/_custom-form.scss */
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #9d9d9d !important;
}

/* line 270, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

/* line 276, ../_dev/scss/components/_custom-form.scss */
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 10px;
  cursor: default;
  color: #000;
}

/* line 284, ../_dev/scss/components/_custom-form.scss */
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* line 288, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop {
  box-shadow: 0 1px 1px 0 rgba(157, 157, 157, 0.5);
}
@media only screen and (min-width: 992px) {
  /* line 291, ../_dev/scss/components/_custom-form.scss */
  .jcf-select-drop.jcf-select-trip {
    box-shadow: none;
  }
}
/* line 298, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-filter-select .jcf-option {
  padding-left: 15px;
  color: #fff;
}
/* line 302, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-filter-select .jcf-option.jcf-hover {
  background: #1c5ab2;
}
/* line 307, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-filter-select .jcf-list {
  background: #2571dd;
}
/* line 312, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-white .jcf-list {
  background: #fff;
}
/* line 316, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-white .jcf-option {
  color: #5c5e62;
}
/* line 319, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-white .jcf-option.jcf-hover {
  background: #e6e6e6;
}
/* line 328, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-gray .jcf-option {
  color: #5c5e62;
}
/* line 331, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-gray .jcf-option.jcf-hover {
  background: #dfdfdf;
}
/* line 336, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-gray .jcf-list {
  background: #f8f8f8;
}
/* line 343, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-question .jcf-select-drop-content {
  border: 1px solid #f8f8f8;
}
/* line 347, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-question .jcf-list {
  font-size: 14px;
  line-height: 16px;
}
/* line 351, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-question .jcf-list li:first-child {
  display: block;
}
/* line 356, ../_dev/scss/components/_custom-form.scss */
.jcf-select-drop.jcf-select-question .jcf-option {
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 361, ../_dev/scss/components/_custom-form.scss */
  .jcf-select-drop.jcf-select-question .jcf-option {
    padding-left: 30px;
  }
}

/* line 369, ../_dev/scss/components/_custom-form.scss */
.custom-checkbox input {
  display: none;
}
/* line 376, ../_dev/scss/components/_custom-form.scss */
.custom-checkbox input[type="checkbox"]:checked + .check-input:after {
  opacity: 1;
}
/* line 383, ../_dev/scss/components/_custom-form.scss */
.custom-checkbox .check-input {
  width: 15px;
  height: 15px;
  border: 1px solid #9d9d9d;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
/* line 392, ../_dev/scss/components/_custom-form.scss */
.custom-checkbox .check-input:after {
  content: "\e962";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font: 8px/13px 'icomoon';
  text-align: center;
  opacity: 0;
}
/* line 405, ../_dev/scss/components/_custom-form.scss */
.custom-checkbox .check-label {
  display: inline-block;
  vertical-align: middle;
}

/* line 412, ../_dev/scss/components/_custom-form.scss */
.custom-radio input {
  display: none;
}
/* line 419, ../_dev/scss/components/_custom-form.scss */
.custom-radio input[type="radio"]:checked + .check-input:after {
  opacity: 1;
}
/* line 426, ../_dev/scss/components/_custom-form.scss */
.custom-radio .check-input {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 2px solid #adadad;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 12px;
}
/* line 436, ../_dev/scss/components/_custom-form.scss */
.custom-radio .check-input:after {
  content: '';
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: #adadad;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
}
/* line 450, ../_dev/scss/components/_custom-form.scss */
.custom-radio .check-label {
  display: inline-block;
  vertical-align: middle;
}

/* line 457, ../_dev/scss/components/_custom-form.scss */
.jcf-select-trip .jcf-select-drop-content {
  background: rgba(37, 37, 37, 0.7);
  color: #3b7fe0;
}
/* line 462, ../_dev/scss/components/_custom-form.scss */
.jcf-select-trip .jcf-list {
  background: rgba(37, 37, 37, 0.7);
  color: #3b7fe0;
}
/* line 467, ../_dev/scss/components/_custom-form.scss */
.jcf-select-trip .jcf-hover {
  background: rgba(12, 12, 12, 0.7);
  color: #3b7fe0;
}

/* subscribe form styles */
/* line 3, ../_dev/scss/components/_subscribe-form.scss */
.subscribe-form .form-control {
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
  font-size: 14px;
  height: 30px;
  border-radius: 0;
  font-weight: 400;
}
/* line 12, ../_dev/scss/components/_subscribe-form.scss */
.subscribe-form .form-control::-webkit-input-placeholder {
  color: #9d9d9d;
}
/* line 13, ../_dev/scss/components/_subscribe-form.scss */
.subscribe-form .form-control:-moz-placeholder {
  color: #9d9d9d;
}
/* line 14, ../_dev/scss/components/_subscribe-form.scss */
.subscribe-form .form-control::-moz-placeholder {
  color: #9d9d9d;
}
/* line 15, ../_dev/scss/components/_subscribe-form.scss */
.subscribe-form .form-control:-ms-input-placeholder {
  color: #9d9d9d;
}
/* line 17, ../_dev/scss/components/_subscribe-form.scss */
.subscribe-form .form-control:focus {
  background: #ebebeb;
}
/* line 22, ../_dev/scss/components/_subscribe-form.scss */
.subscribe-form .form-group {
  margin-bottom: 20px;
}
/* line 26, ../_dev/scss/components/_subscribe-form.scss */
.subscribe-form .btn {
  font-size: 14px;
  min-width: 110px;
}

/*------------------------------------------------------------------
16. Comment form / .comment-form
-------------------------------------------------------------------*/
/* comment form styles */
/* line 2, ../_dev/scss/components/_comment-form.scss */
.comment-form {
  padding: 45px 0 0;
  max-width: 765px;
}
/* line 6, ../_dev/scss/components/_comment-form.scss */
.comment-form h3 {
  margin: 0 0 45px;
  color: #5c5e62;
}
/* line 11, ../_dev/scss/components/_comment-form.scss */
.comment-form .form-control {
  font-style: italic;
  padding: 0 15px;
  height: 40px;
}
/* line 17, ../_dev/scss/components/_comment-form.scss */
.comment-form .form-rate {
  position: relative;
}
/* line 20, ../_dev/scss/components/_comment-form.scss */
.comment-form .form-rate .form-control {
  padding-right: 110px;
}
/* line 24, ../_dev/scss/components/_comment-form.scss */
.comment-form .form-rate .star-rating {
  position: absolute;
  top: 5px;
  right: 30px;
}
/* line 30, ../_dev/scss/components/_comment-form.scss */
.comment-form .form-rate .star-rating > span:hover {
  color: #39f;
}
/* line 37, ../_dev/scss/components/_comment-form.scss */
.comment-form textarea.form-control {
  width: 100% !important;
  min-height: 190px;
  resize: none;
  padding-top: 10px;
}
/* line 44, ../_dev/scss/components/_comment-form.scss */
.comment-form .btn {
  width: 100%;
  height: 40px;
}
/* line 49, ../_dev/scss/components/_comment-form.scss */
.comment-form .btn-holder {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/components/_comment-form.scss */
  .comment-form {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/components/_comment-form.scss */
  .comment-form {
    padding: 90px 0 0;
  }
}

/*------------------------------------------------------------------
17. Contact page
-------------------------------------------------------------------*/
/* map col styles */
/* line 2, ../_dev/scss/pages/_contact-page.scss */
.map-col-main {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/pages/_contact-page.scss */
  .map-col-main {
    margin-top: 0;
  }
}

/* line 10, ../_dev/scss/pages/_contact-page.scss */
.contact-info {
  margin-top: 45px;
  margin-bottom: 45px;
}
/* line 14, ../_dev/scss/pages/_contact-page.scss */
.contact-info .col-sm-4 {
  margin-bottom: 30px;
}
/* line 18, ../_dev/scss/pages/_contact-page.scss */
.contact-info .tel {
  padding: 20px 5px;
  display: block;
  background: #252525;
  text-align: center;
  font-size: 24px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 2px;
  height: 118px;
  margin-bottom: 20px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 31, ../_dev/scss/pages/_contact-page.scss */
.contact-info .tel [class^="icon-"],
.contact-info .tel [class*=" icon-"] {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
/* line 39, ../_dev/scss/pages/_contact-page.scss */
.contact-info .tel a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
/* line 45, ../_dev/scss/pages/_contact-page.scss */
.contact-info .tel.bg-blue {
  background: #39f;
}
/* line 50, ../_dev/scss/pages/_contact-page.scss */
.contact-info h3 {
  color: #5c5e62;
}
@media only screen and (max-width: 991px) {
  /* line 55, ../_dev/scss/pages/_contact-page.scss */
  .contact-info .tel {
    font-size: 18px;
  }
  /* line 58, ../_dev/scss/pages/_contact-page.scss */
  .contact-info .tel [class^="icon-"],
  .contact-info .tel [class*=" icon-"] {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 10, ../_dev/scss/pages/_contact-page.scss */
  .contact-info {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 10, ../_dev/scss/pages/_contact-page.scss */
  .contact-info {
    margin-top: 90px;
    margin-bottom: 104px;
  }
  /* line 74, ../_dev/scss/pages/_contact-page.scss */
  .contact-info .col-sm-4 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 80, ../_dev/scss/pages/_contact-page.scss */
  .contact-info .tel {
    margin-bottom: 43px;
  }
  /* line 84, ../_dev/scss/pages/_contact-page.scss */
  .contact-info [class^="icon-"],
  .contact-info [class*=" icon-"] {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 91, ../_dev/scss/pages/_contact-page.scss */
  .contact-info .tel {
    line-height: 32px;
    height: 72px;
    padding: 12px 10px;
  }
  /* line 96, ../_dev/scss/pages/_contact-page.scss */
  .contact-info .tel [class^="icon-"],
  .contact-info .tel [class*=" icon-"] {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 10, ../_dev/scss/pages/_contact-page.scss */
  .contact-info {
    margin-bottom: 20px;
  }
}

/* contact form styles */
/* line 109, ../_dev/scss/pages/_contact-page.scss */
.contact-form {
  background: #f8f8f8;
  color: #5c5e62;
  padding: 15px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
/* line 116, ../_dev/scss/pages/_contact-page.scss */
.contact-form .form-group {
  margin-bottom: 20px;
}
/* line 121, ../_dev/scss/pages/_contact-page.scss */
.contact-form .form-title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding-top: 13px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  /* line 121, ../_dev/scss/pages/_contact-page.scss */
  .contact-form .form-title {
    text-align: right;
  }
}
/* line 133, ../_dev/scss/pages/_contact-page.scss */
.contact-form .form-control {
  background: transparent;
  border-width: 0 0 1px;
  border-color: #adadad;
  border-style: solid;
  outline: none;
  box-shadow: none;
  color: #5c5e62;
  height: 31px;
  width: 100%;
  padding: 4px 0;
}
/* line 145, ../_dev/scss/pages/_contact-page.scss */
.contact-form .form-control:focus {
  box-shadow: none;
}
/* line 151, ../_dev/scss/pages/_contact-page.scss */
.contact-form textarea.form-control {
  resize: none;
  height: 115px;
  width: 100% !important;
  min-height: 115px !important;
}
/* line 159, ../_dev/scss/pages/_contact-page.scss */
.contact-form [type="submit"].btn {
  background: transparent;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 14px 10px;
  border-color: #3b7fe0;
  color: #5c5e62;
  min-width: 1px;
}
/* line 170, ../_dev/scss/pages/_contact-page.scss */
.contact-form [type="submit"].btn:hover {
  background: #3b7fe0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  /* line 109, ../_dev/scss/pages/_contact-page.scss */
  .contact-form {
    padding: 60px 80px 60px 30px;
  }
  /* line 179, ../_dev/scss/pages/_contact-page.scss */
  .contact-form .btn-holder {
    padding-top: 30px;
  }
}

/* line 185, ../_dev/scss/pages/_contact-page.scss */
.map-holder {
  min-height: 320px;
}
/* line 188, ../_dev/scss/pages/_contact-page.scss */
.map-holder iframe {
  width: 100%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  /* line 194, ../_dev/scss/pages/_contact-page.scss */
  .map-holder iframe {
    height: 360px;
  }
}

/* line 200, ../_dev/scss/pages/_contact-page.scss */
.contact-confirmation {
  color: #39f;
  padding: 20px 0;
}

/* line 205, ../_dev/scss/pages/_contact-page.scss */
.error {
  color: #39f;
  padding: 5px 0;
}

/* accomodation block styles */
/* line 4, ../_dev/scss/pages/_tour-detail.scss */
.accomodation-block .text-box .sub-title {
  padding-bottom: 0;
  border-bottom: 0;
}

/* text box styles */
/* line 12, ../_dev/scss/pages/_tour-detail.scss */
.text-box {
  box-shadow: 0.5px 0.9px 1px rgba(1, 2, 2, 0.07);
  padding: 10px;
  position: relative;
  border: 1px solid #f8f8f8;
  margin: 0 0 20px;
}
/* line 19, ../_dev/scss/pages/_tour-detail.scss */
.text-box p {
  margin: 0 0 20px;
}
/* line 23, ../_dev/scss/pages/_tour-detail.scss */
.text-box .title {
  display: block;
  font-size: 1.143em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-top: 4px;
}
/* line 33, ../_dev/scss/pages/_tour-detail.scss */
.text-box .sub-title {
  display: block;
  font-style: italic;
  line-height: 1.2;
  padding-bottom: 25px;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 25px;
}

/* load more styles */
/* line 45, ../_dev/scss/pages/_tour-detail.scss */
.load-more a {
  font-size: 1.143em;
  line-height: 1.5625em;
  font-weight: 700;
  box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
  background: #f8f8f8;
  display: block;
  padding: 15px;
  transition: background linear .3s, color linear .3s;
}
/* line 55, ../_dev/scss/pages/_tour-detail.scss */
.load-more a:hover {
  background: #dfdfdf;
}

/* error page styles */
/* line 3, ../_dev/scss/pages/_error-page.scss */
.error-page #main {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../_dev/scss/pages/_error-page.scss */
  .error-page #main {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 3, ../_dev/scss/pages/_error-page.scss */
  .error-page #main {
    padding-top: 100px;
  }
}
/* line 16, ../_dev/scss/pages/_error-page.scss */
.error-page #header.fixed-position .cart-holder:before {
  background: #eaeaea;
}

/* line 23, ../_dev/scss/pages/_error-page.scss */
.error-holder {
  background-color: #186bb4;
  color: #fff;
  text-align: center;
  padding: 30px 0 45px;
  position: relative;
  overflow: hidden;
}
/* line 31, ../_dev/scss/pages/_error-page.scss */
.error-holder .container {
  position: relative;
  z-index: 3;
}
/* line 36, ../_dev/scss/pages/_error-page.scss */
.error-holder h1 {
  color: #fff;
  font-size: 5.714em;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 400;
}
/* line 44, ../_dev/scss/pages/_error-page.scss */
.error-holder .title {
  display: block;
  font-size: 1.786em;
  line-height: 1.2;
  margin-bottom: 45px;
}
/* line 52, ../_dev/scss/pages/_error-page.scss */
.error-holder .button-holder .btn {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  /* line 23, ../_dev/scss/pages/_error-page.scss */
  .error-holder {
    padding-top: 90px;
  }
  /* line 60, ../_dev/scss/pages/_error-page.scss */
  .error-holder h1 {
    font-size: 6.143em;
  }
  /* line 64, ../_dev/scss/pages/_error-page.scss */
  .error-holder .title {
    font-size: 2.143em;
    margin-bottom: 60px;
  }
  /* line 70, ../_dev/scss/pages/_error-page.scss */
  .error-holder .button-holder .btn {
    width: auto;
    min-width: 270px;
    margin: 0 14px 20px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 23, ../_dev/scss/pages/_error-page.scss */
  .error-holder {
    padding-top: 100px;
  }
  /* line 81, ../_dev/scss/pages/_error-page.scss */
  .error-holder h1 {
    font-size: 7.143em;
  }
  /* line 85, ../_dev/scss/pages/_error-page.scss */
  .error-holder .title {
    margin-bottom: 90px;
  }
}

/* inner search form styles */
/* line 92, ../_dev/scss/pages/_error-page.scss */
.inner-search {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 auto 45px;
}
/* line 97, ../_dev/scss/pages/_error-page.scss */
.inner-search .input-wrap {
  max-width: 570px;
  margin: 0 auto 40px;
  background: #fff;
  height: 50px;
  position: relative;
}
/* line 105, ../_dev/scss/pages/_error-page.scss */
.inner-search [type="text"] {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  padding: 10px 45px 10px 20px;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  text-transform: uppercase;
  transition: border 0.3s linear;
}
/* line 117, ../_dev/scss/pages/_error-page.scss */
.inner-search [type="text"]::-webkit-input-placeholder {
  color: #9d9d9d;
}
/* line 118, ../_dev/scss/pages/_error-page.scss */
.inner-search [type="text"]:-moz-placeholder {
  color: #9d9d9d;
}
/* line 119, ../_dev/scss/pages/_error-page.scss */
.inner-search [type="text"]::-moz-placeholder {
  color: #9d9d9d;
}
/* line 120, ../_dev/scss/pages/_error-page.scss */
.inner-search [type="text"]:-ms-input-placeholder {
  color: #9d9d9d;
}
/* line 122, ../_dev/scss/pages/_error-page.scss */
.inner-search [type="text"]:focus {
  border-color: #9d9d9d;
}
/* line 127, ../_dev/scss/pages/_error-page.scss */
.inner-search [type="submit"] {
  position: absolute;
  background: transparent;
  border: none;
  color: #818181;
  right: 20px;
  font-size: 15px;
  top: 50%;
  padding: 0;
  margin: 2px 0 0;
  transform: translate(0, -50%);
}
/* line 139, ../_dev/scss/pages/_error-page.scss */
.inner-search [type="submit"]:hover {
  color: #000;
}
@media only screen and (min-width: 768px) {
  /* line 92, ../_dev/scss/pages/_error-page.scss */
  .inner-search {
    font-size: 1.286em;
    line-height: 2;
    margin-bottom: 60px;
    max-width: 950px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 92, ../_dev/scss/pages/_error-page.scss */
  .inner-search {
    margin-bottom: 90px;
  }
}

/*------------------------------------------------------------------
18. Default Page
-------------------------------------------------------------------*/
/* default page styles */
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/pages/_default-page.scss */
  .default-spacing.confirmation-block {
    padding-bottom: 100px;
  }
}

/* line 9, ../_dev/scss/pages/_default-page.scss */
.default-page #header {
  background: #252525;
  border-bottom: 1px solid #181818;
}
/* line 14, ../_dev/scss/pages/_default-page.scss */
.default-page .navbar-default .navbar-nav > li.has-mega-dropdown .dropdown-menu {
  border-color: #000;
}
/* line 18, ../_dev/scss/pages/_default-page.scss */
.default-page .logo {
  border-right-color: #181818;
}
/* line 26, ../_dev/scss/pages/_default-page.scss */
.default-page .header-right .login-holder > a:hover,
.default-page .header-right .cart-holder > a:hover {
  color: #fff;
  opacity: 0.7;
}
/* line 33, ../_dev/scss/pages/_default-page.scss */
.default-page .header-right .login-holder.active > a,
.default-page .header-right .cart-holder.active > a {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  /* line 40, ../_dev/scss/pages/_default-page.scss */
  .default-page #main {
    padding-top: 77px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 40, ../_dev/scss/pages/_default-page.scss */
  .default-page #main {
    padding-top: 100px;
  }
}

/* line 51, ../_dev/scss/pages/_default-page.scss */
.inner-top {
  background: #f8f8f8;
  padding: 30px 0;
  box-shadow: 1px 1.7px 2px rgba(173, 173, 173, 0.35);
}
/* line 56, ../_dev/scss/pages/_default-page.scss */
.inner-top h1 {
  margin: 0 0 15px;
  color: #5c5e62;
}
/* line 61, ../_dev/scss/pages/_default-page.scss */
.inner-top .breadcrumbs {
  font-size: 0.8em;
  color: #5c5e62;
}
/* line 65, ../_dev/scss/pages/_default-page.scss */
.inner-top .breadcrumbs a {
  color: #5c5e62;
}
/* line 68, ../_dev/scss/pages/_default-page.scss */
.inner-top .breadcrumbs a:hover {
  color: #000;
}
@media only screen and (min-width: 768px) {
  /* line 51, ../_dev/scss/pages/_default-page.scss */
  .inner-top {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 51, ../_dev/scss/pages/_default-page.scss */
  .inner-top {
    padding: 60px 0;
  }
  /* line 81, ../_dev/scss/pages/_default-page.scss */
  .inner-top .breadcrumbs {
    font-size: 1em;
  }
}

/* line 88, ../_dev/scss/pages/_default-page.scss */
.inner-main .contact-form {
  padding: 20px 10px;
  margin-bottom: 20px;
  background: #9d9d9d;
}
/* line 93, ../_dev/scss/pages/_default-page.scss */
.inner-main .contact-form .form-title {
  padding-top: 5px;
}
/* line 97, ../_dev/scss/pages/_default-page.scss */
.inner-main .contact-form .form-control {
  border: 1px solid transparent;
  border-bottom-color: #adadad;
  transition: border 0.2s linear;
  padding: 5px;
}
/* line 103, ../_dev/scss/pages/_default-page.scss */
.inner-main .contact-form .form-control:focus {
  border-bottom-color: #000;
}
/* line 107, ../_dev/scss/pages/_default-page.scss */
.inner-main .contact-form .btn-holder {
  padding-top: 0;
}
/* line 111, ../_dev/scss/pages/_default-page.scss */
.inner-main .contact-form .forgot {
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 0.8em;
}
/* line 117, ../_dev/scss/pages/_default-page.scss */
.inner-main .contact-form .forgot:hover {
  color: #000;
}
/* line 122, ../_dev/scss/pages/_default-page.scss */
.inner-main .contact-form [type="submit"].btn {
  padding: 8px 25px;
  width: auto;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  /* line 130, ../_dev/scss/pages/_default-page.scss */
  .inner-main .contact-form {
    padding: 60px 20px;
  }
  /* line 133, ../_dev/scss/pages/_default-page.scss */
  .inner-main .contact-form .btn-holder {
    padding-top: 15px;
  }
}

/* special block styles */
/* line 2, ../_dev/scss/pages/_home-page.scss */
.special-block {
  background: #39f;
  padding: 30px 0;
  border: 20px solid #66b3ff;
  color: #fff;
}
/* line 8, ../_dev/scss/pages/_home-page.scss */
.special-block .special-text {
  text-align: center;
}
/* line 11, ../_dev/scss/pages/_home-page.scss */
.special-block .special-text a {
  color: #fff;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  /* line 8, ../_dev/scss/pages/_home-page.scss */
  .special-block .special-text {
    font-size: 2em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 8, ../_dev/scss/pages/_home-page.scss */
  .special-block .special-text {
    font-size: 2.571em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_dev/scss/pages/_home-page.scss */
  .special-block {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2, ../_dev/scss/pages/_home-page.scss */
  .special-block {
    padding: 60px 0;
  }
}

/* browse block styles */
/* line 35, ../_dev/scss/pages/_home-page.scss */
.browse-block {
  overflow: hidden;
  font-size: 1em;
}
/* line 39, ../_dev/scss/pages/_home-page.scss */
.browse-block a {
  color: #fff;
  display: block;
  height: auto;
  transition: background 0.3s linear;
}
/* line 45, ../_dev/scss/pages/_home-page.scss */
.browse-block a span {
  display: block;
  padding: 0 10px;
  height: 100%;
  line-height: 85px;
}
/* line 53, ../_dev/scss/pages/_home-page.scss */
.browse-block .column {
  letter-spacing: 2px;
  text-align: center;
  overflow: hidden;
}
/* line 60, ../_dev/scss/pages/_home-page.scss */
.browse-block .column.browse-destination a {
  background: #3b7fe0;
}
/* line 63, ../_dev/scss/pages/_home-page.scss */
.browse-block .column.browse-destination a:hover {
  background: #2065c8;
}
/* line 71, ../_dev/scss/pages/_home-page.scss */
.browse-block .column.browse-adventures a {
  background: #39f;
}
/* line 74, ../_dev/scss/pages/_home-page.scss */
.browse-block .column.browse-adventures a:hover {
  background: #0080ff;
}
@media only screen and (min-width: 768px) {
  /* line 35, ../_dev/scss/pages/_home-page.scss */
  .browse-block {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 1.286em;
  }
  /* line 87, ../_dev/scss/pages/_home-page.scss */
  .browse-block .column {
    display: table-cell;
    width: 50%;
    letter-spacing: 4px;
  }
  /* line 94, ../_dev/scss/pages/_home-page.scss */
  .browse-block a span {
    line-height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 102, ../_dev/scss/pages/_home-page.scss */
  .browse-block a span {
    line-height: 150px;
  }
}

/* cart holder of the page */
/* line 3, ../_dev/scss/pages/_cart-page.scss */
.cart-holder table.table {
  table-layout: initial;
}
/* line 8, ../_dev/scss/pages/_cart-page.scss */
.cart-holder table.table tbody tr .middle {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 16, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .price {
  font-weight: 700;
}
/* line 20, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .delete {
  font-size: 24px;
  color: #252525;
}
/* line 23, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .delete:hover {
  color: #3b7fe0;
}
/* line 28, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .img-wrap {
  width: 85px;
  float: left;
  margin-right: 20px;
}
/* line 34, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .text-wrap {
  overflow: hidden;
}
/* line 38, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .product-title {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 45, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .time {
  display: block;
  font-style: italic;
  font-weight: normal;
}
/* line 51, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .num-hold {
  width: 150px;
  height: 32px;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  text-align: center;
  line-height: 29px;
}
/* line 59, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .num-hold .control {
  float: left;
  height: 100%;
  border-style: solid;
  border-color: #e1e1e1;
  border-width: 0 1px 0 0;
  width: 41px;
  color: #5c5e62;
  font-size: 14px;
  line-height: 31px;
}
/* line 70, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .num-hold .control:hover {
  background: #e1e1e1;
}
/* line 74, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .num-hold .control.plus {
  float: right;
  border-width: 0 0 0 1px;
}
/* line 81, ../_dev/scss/pages/_cart-page.scss */
.cart-holder .num-hold .val {
  padding: 0 10px;
  font-weight: 700;
}

/* line 88, ../_dev/scss/pages/_cart-page.scss */
.cart-option {
  padding-top: 15px;
  max-width: 400px;
  margin: 0 auto;
}
/* line 94, ../_dev/scss/pages/_cart-page.scss */
.cart-option .btn {
  height: 41px;
  width: 100%;
  float: none;
}
/* line 100, ../_dev/scss/pages/_cart-page.scss */
.cart-option .button-hold {
  text-align: center;
}
/* line 103, ../_dev/scss/pages/_cart-page.scss */
.cart-option .button-hold .btn {
  margin: 0 0 20px;
  padding: 10px 20px;
}
/* line 107, ../_dev/scss/pages/_cart-page.scss */
.cart-option .button-hold .btn:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  /* line 88, ../_dev/scss/pages/_cart-page.scss */
  .cart-option {
    max-width: none;
  }
  /* line 116, ../_dev/scss/pages/_cart-page.scss */
  .cart-option .coupon-hold {
    margin-bottom: 0;
  }
  /* line 120, ../_dev/scss/pages/_cart-page.scss */
  .cart-option .coupon-hold .input-hold .form-control {
    margin-bottom: 0;
  }
  /* line 126, ../_dev/scss/pages/_cart-page.scss */
  .cart-option .button-hold {
    float: right;
    max-width: 50%;
    margin-bottom: 0;
  }
  /* line 131, ../_dev/scss/pages/_cart-page.scss */
  .cart-option .button-hold .btn {
    margin: 0 0 0 25px;
    float: left;
  }
  /* line 137, ../_dev/scss/pages/_cart-page.scss */
  .cart-option .btn {
    width: auto;
  }
}

/* coupon holder styles */
/* line 144, ../_dev/scss/pages/_cart-page.scss */
.coupon-hold {
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 150, ../_dev/scss/pages/_cart-page.scss */
.coupon-hold .submit-wrap {
  display: table-footer-group;
  height: 1%;
}
/* line 155, ../_dev/scss/pages/_cart-page.scss */
.coupon-hold .input-hold {
  overflow: hidden;
}
/* line 159, ../_dev/scss/pages/_cart-page.scss */
.coupon-hold .form-control {
  margin-bottom: 10px;
  height: 41px;
}
@media only screen and (min-width: 992px) {
  /* line 144, ../_dev/scss/pages/_cart-page.scss */
  .coupon-hold {
    width: 400px;
    float: left;
  }
  /* line 168, ../_dev/scss/pages/_cart-page.scss */
  .coupon-hold .submit-wrap {
    float: right;
    height: auto;
    margin-left: 20px;
  }
}

/* shorcode page styles */
/* line 2, ../_dev/scss/pages/_features.scss */
.show-grid [class^="col-"] {
  background-color: rgba(59, 127, 224, 0.15);
  border: 1px solid #2571dd;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* demo font wrapper styles */
/* line 2, ../_dev/scss/pages/_icon-font.scss */
.font-demo-wrapper {
  font-size: 24px;
}
/* line 5, ../_dev/scss/pages/_icon-font.scss */
.font-demo-wrapper .glyph.fs1 {
  padding: 0 10px;
  margin-bottom: 20px;
}
/* line 10, ../_dev/scss/pages/_icon-font.scss */
.font-demo-wrapper .mls {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
/* line 16, ../_dev/scss/pages/_icon-font.scss */
.font-demo-wrapper [class^="icon-"],
.font-demo-wrapper [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 24, ../_dev/scss/pages/_icon-font.scss */
  .font-demo-wrapper .glyph.fs1 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 32, ../_dev/scss/pages/_icon-font.scss */
  .font-demo-wrapper .glyph.fs1 {
    width: 32%;
  }
}

/*------------------------------------------------------------------
19. Footer / #footer
-------------------------------------------------------------------*/
/* footer styles */
/* line 2, ../_dev/scss/layout/_footer.scss */
#footer {
  background: #252525 url(../img/footer/footer-pattern.png);
  display: table-footer-group;
  height: 1%;
  overflow: hidden;
}
/* line 8, ../_dev/scss/layout/_footer.scss */
#footer > .container {
  padding-top: 60px;
  padding-bottom: 45px;
}
/* line 13, ../_dev/scss/layout/_footer.scss */
#footer.fullscreen-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  /* line 22, ../_dev/scss/layout/_footer.scss */
  #footer > .container {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 29, ../_dev/scss/layout/_footer.scss */
  #footer > .container {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}

/* newsletter form styles */
/* line 37, ../_dev/scss/layout/_footer.scss */
.newsletter-form {
  margin: 0 0 45px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 41, ../_dev/scss/layout/_footer.scss */
.newsletter-form .info {
  font-style: italic;
  display: block;
  letter-spacing: 0.04em;
  color: #9d9d9d;
}
/* line 48, ../_dev/scss/layout/_footer.scss */
.newsletter-form .form-control {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #186bb4;
  padding: 0 0 6px;
  height: auto;
  box-shadow: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 62, ../_dev/scss/layout/_footer.scss */
.newsletter-form .form-control::-webkit-input-placeholder {
  color: #186bb4;
}
/* line 63, ../_dev/scss/layout/_footer.scss */
.newsletter-form .form-control:-moz-placeholder {
  color: #186bb4;
}
/* line 64, ../_dev/scss/layout/_footer.scss */
.newsletter-form .form-control::-moz-placeholder {
  color: #186bb4;
}
/* line 65, ../_dev/scss/layout/_footer.scss */
.newsletter-form .form-control:-ms-input-placeholder {
  color: #186bb4;
}
/* line 68, ../_dev/scss/layout/_footer.scss */
.newsletter-form .input-holder {
  position: relative;
  padding-right: 90px;
  margin-bottom: 6px;
  border-bottom: 2px solid #186bb4;
}
/* line 75, ../_dev/scss/layout/_footer.scss */
.newsletter-form [type="submit"] {
  border-width: 0 0 5px;
  border-style: solid;
  border-color: transparent transparent #186bb4;
  background: transparent;
  font-size: 18px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 28px;
  font-weight: 400;
  color: #186bb4;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 6px;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  /* line 93, ../_dev/scss/layout/_footer.scss */
  .newsletter-form .form-control {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 37, ../_dev/scss/layout/_footer.scss */
  .newsletter-form {
    margin-bottom: 60px;
  }
  /* line 102, ../_dev/scss/layout/_footer.scss */
  .newsletter-form .form-control {
    font-size: 48px;
    line-height: 55px;
  }
  /* line 106, ../_dev/scss/layout/_footer.scss */
  .newsletter-form input[type="submit"] {
    font-size: 36px;
    line-height: 40px;
    border-width: 0 0 11px;
  }
  /* line 112, ../_dev/scss/layout/_footer.scss */
  .newsletter-form .info {
    font-size: 1.286em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 37, ../_dev/scss/layout/_footer.scss */
  .newsletter-form {
    margin-bottom: 90px;
  }
}

/* line 122, ../_dev/scss/layout/_footer.scss */
.footer-holder {
  margin: 0 -15px 45px;
}
@media only screen and (min-width: 768px) {
  /* line 122, ../_dev/scss/layout/_footer.scss */
  .footer-holder {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 131, ../_dev/scss/layout/_footer.scss */
  .footer-holder .col-xs-6 {
    margin-bottom: 45px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -.27em;
  }
}
@media only screen and (max-width: 479px) {
  /* line 141, ../_dev/scss/layout/_footer.scss */
  .footer-holder .col-xs-6 {
    width: auto;
  }
}

/* footer navigation styles */
/* line 148, ../_dev/scss/layout/_footer.scss */
.footer-nav {
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 153, ../_dev/scss/layout/_footer.scss */
.footer-nav h3 {
  font-weight: 700;
  color: #186bb4;
  text-transform: capitalize;
  cursor: default;
  position: relative;
}
/* line 160, ../_dev/scss/layout/_footer.scss */
.footer-nav h3:before {
  transition: transform 0.2s linear;
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 8px;
  content: "\e906";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* line 180, ../_dev/scss/layout/_footer.scss */
.footer-nav.active h3:before {
  transform: rotate(180deg);
}
/* line 189, ../_dev/scss/layout/_footer.scss */
.footer-nav ul li {
  margin-bottom: 1px;
  color: #9d9d9d;
}
/* line 195, ../_dev/scss/layout/_footer.scss */
.footer-nav a {
  color: #9d9d9d;
  transition: color 0.3s linear;
}
/* line 199, ../_dev/scss/layout/_footer.scss */
.footer-nav a:hover {
  color: #e2e2e2;
}
/* line 204, ../_dev/scss/layout/_footer.scss */
.footer-nav [class^="icon-"],
.footer-nav [class*=" icon-"] {
  float: left;
  width: 30px;
  margin-top: 7px;
}
/* line 211, ../_dev/scss/layout/_footer.scss */
.footer-nav address {
  display: block;
  overflow: hidden;
  margin: 0;
  line-height: 24px;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  /* line 148, ../_dev/scss/layout/_footer.scss */
  .footer-nav {
    margin-bottom: 30px;
  }
  /* line 222, ../_dev/scss/layout/_footer.scss */
  .footer-nav.col-md-2 {
    width: 15%;
  }
  /* line 225, ../_dev/scss/layout/_footer.scss */
  .footer-nav.col-md-2:last-child {
    width: 25%;
  }
  /* line 230, ../_dev/scss/layout/_footer.scss */
  .footer-nav h3 {
    margin-bottom: 15px;
    pointer-events: none;
  }
  /* line 234, ../_dev/scss/layout/_footer.scss */
  .footer-nav h3:before {
    display: none;
  }
  /* line 240, ../_dev/scss/layout/_footer.scss */
  .footer-nav ul li {
    margin-bottom: 5px;
  }
  /* line 246, ../_dev/scss/layout/_footer.scss */
  .footer-nav.last li {
    margin-bottom: 9px;
  }
  /* line 251, ../_dev/scss/layout/_footer.scss */
  .footer-nav .slide {
    position: static !important;
    width: auto !important;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 148, ../_dev/scss/layout/_footer.scss */
  .footer-nav {
    margin-bottom: 15px;
  }
  /* line 260, ../_dev/scss/layout/_footer.scss */
  .footer-nav h3 {
    margin-bottom: 35px;
  }
}

/* line 266, ../_dev/scss/layout/_footer.scss */
.wrap-text {
  white-space: nowrap;
}

/* line 272, ../_dev/scss/layout/_footer.scss */
.address-block li:first-letter {
  text-transform: inherit;
}

/* footer social network styles */
/* line 279, ../_dev/scss/layout/_footer.scss */
.social-wrap {
  display: table;
  width: 100%;
  text-align: center;
}
/* line 286, ../_dev/scss/layout/_footer.scss */
.social-wrap li {
  display: table-cell;
  vertical-align: middle;
}
/* line 290, ../_dev/scss/layout/_footer.scss */
.social-wrap li a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #186bb4;
}
/* line 296, ../_dev/scss/layout/_footer.scss */
.social-wrap li a:hover {
  color: #3b7fe0;
}
/* line 299, ../_dev/scss/layout/_footer.scss */
.social-wrap li a:hover .txt {
  opacity: 1;
}
/* line 306, ../_dev/scss/layout/_footer.scss */
.social-wrap [class^="icon-"],
.social-wrap [class*=" icon-"] {
  font-size: 32px;
  margin-left: 1px;
  display: block;
}
/* line 313, ../_dev/scss/layout/_footer.scss */
.social-wrap .txt {
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 14px;
  width: 176px;
  opacity: 0;
  margin-bottom: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}
@media only screen and (min-width: 480px) {
  /* line 327, ../_dev/scss/layout/_footer.scss */
  .social-wrap [class^="icon-"],
  .social-wrap [class*=" icon-"] {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 334, ../_dev/scss/layout/_footer.scss */
  .social-wrap [class^="icon-"],
  .social-wrap [class*=" icon-"] {
    font-size: 54px;
  }
}

/* line 341, ../_dev/scss/layout/_footer.scss */
.footer-bottom {
  background: #252525;
  padding: 10px 0;
  font-size: 1em;
  text-align: center;
  color: #9d9d9d;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 341, ../_dev/scss/layout/_footer.scss */
  .footer-bottom {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 341, ../_dev/scss/layout/_footer.scss */
  .footer-bottom {
    text-align: left;
  }
}
/* line 357, ../_dev/scss/layout/_footer.scss */
.footer-bottom a {
  color: #9d9d9d;
}
/* line 360, ../_dev/scss/layout/_footer.scss */
.footer-bottom a:hover {
  color: #e2e2e2;
}

/* line 366, ../_dev/scss/layout/_footer.scss */
.copyright {
  font-weight: normal;
  letter-spacing: 0.03em;
  font-size: 0.9em;
  line-height: 1;
}
/* line 372, ../_dev/scss/layout/_footer.scss */
.copyright .icon-copyright {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  /* line 366, ../_dev/scss/layout/_footer.scss */
  .copyright {
    font-size: 1em;
  }
  /* line 382, ../_dev/scss/layout/_footer.scss */
  .copyright .icon-copyright {
    font-size: 1.4em;
    margin-right: 10px;
  }
}

/* payment option styles */
/* line 390, ../_dev/scss/layout/_footer.scss */
.payment-option {
  float: right;
  margin: 15px -14px 0;
  display: none;
}
@media only screen and (min-width: 1230px) {
  /* line 390, ../_dev/scss/layout/_footer.scss */
  .payment-option {
    margin-top: 0;
    display: block;
  }
}
/* line 401, ../_dev/scss/layout/_footer.scss */
.payment-option li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 14px;
}

/*------------------------------------------------------------------
20. Background Color
-------------------------------------------------------------------*/
/* background color for content blocks */
/* line 3, ../_dev/scss/components/_backgrounds.scss */
.bg-white {
  background: #fff;
}

/* line 7, ../_dev/scss/components/_backgrounds.scss */
.bg-light-gray {
  background: #fafafa;
}

/* line 11, ../_dev/scss/components/_backgrounds.scss */
.bg-gray {
  background: #f8f8f8;
}

/* intro page banner styles */
/* line 2, ../_dev/scss/components/_intro-page.scss */
.banner.banner-inner.intro-banner {
  background: #32353f;
  max-height: 550px;
}
/* line 6, ../_dev/scss/components/_intro-page.scss */
.banner.banner-inner.intro-banner:before {
  background: rgba(45, 49, 47, 0.87);
}
/* line 10, ../_dev/scss/components/_intro-page.scss */
.banner.banner-inner.intro-banner .banner-text {
  text-align: center;
  top: 0;
  bottom: 0;
}
/* line 17, ../_dev/scss/components/_intro-page.scss */
.banner.banner-inner.intro-banner .center-text .container {
  max-width: 1020px;
}
/* line 22, ../_dev/scss/components/_intro-page.scss */
.banner.banner-inner.intro-banner .ico-holder {
  margin-bottom: 30px;
}
/* line 26, ../_dev/scss/components/_intro-page.scss */
.banner.banner-inner.intro-banner .logo-holder {
  margin-bottom: 30px;
}
/* line 30, ../_dev/scss/components/_intro-page.scss */
.banner.banner-inner.intro-banner .subtitle {
  font-style: normal;
  color: #3b7fe0;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  /* line 38, ../_dev/scss/components/_intro-page.scss */
  .banner.banner-inner.intro-banner .subtitle {
    font-size: 36px;
  }
}

/* line 44, ../_dev/scss/components/_intro-page.scss */
.slider-top {
  padding: 30px 0;
  text-align: center;
}
/* line 48, ../_dev/scss/components/_intro-page.scss */
.slider-top .column {
  margin: 10px 0;
}
@media only screen and (min-width: 992px) {
  /* line 44, ../_dev/scss/components/_intro-page.scss */
  .slider-top {
    padding: 60px 0;
  }
}

/* line 57, ../_dev/scss/components/_intro-page.scss */
.demo-wrap {
  padding: 45px 0;
}
/* line 60, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .img-wrap {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  max-height: 300px;
}
/* line 68, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .img-wrap:hover:after {
  visibility: visible;
  opacity: 1;
}
/* line 73, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .img-wrap:hover .icon {
  opacity: 1;
  z-index: 9;
  visibility: visible;
}
/* line 80, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .img-wrap:after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  transition: all linear .2s;
  opacity: 0;
  visibility: hidden;
}
/* line 93, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .img-wrap img {
  width: 100%;
}
/* line 99, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .bg-mongoose .img-wrap:after {
  background: rgba(176, 163, 119, 0.9);
}
/* line 105, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .bg-puerto-rico .img-wrap:after {
  background: rgba(64, 194, 168, 0.9);
}
/* line 111, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .bg-yellow-metal .img-wrap:after {
  background: rgba(128, 128, 64, 0.9);
}
/* line 117, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .bg-golden-grass .img-wrap:after {
  background: rgba(227, 163, 29, 0.9);
}
/* line 122, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  opacity: 0;
}
/* line 132, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .content-heading {
  margin-bottom: 30px;
}
/* line 135, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .content-heading h2 {
  margin-bottom: 0;
}
/* line 140, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .column {
  margin-top: 30px;
}
/* line 144, ../_dev/scss/components/_intro-page.scss */
.demo-wrap .title {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 155, ../_dev/scss/components/_intro-page.scss */
  .demo-wrap .title {
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 57, ../_dev/scss/components/_intro-page.scss */
  .demo-wrap {
    padding: 60px 0;
  }
  /* line 163, ../_dev/scss/components/_intro-page.scss */
  .demo-wrap .title {
    font-size: 15px;
    font-size: 18px;
  }
  /* line 168, ../_dev/scss/components/_intro-page.scss */
  .demo-wrap .content-heading {
    margin-bottom: 60px;
  }
}

/* line 174, ../_dev/scss/components/_intro-page.scss */
.demo-feature-list {
  margin-top: 40px;
}
/* line 178, ../_dev/scss/components/_intro-page.scss */
.demo-feature-list li {
  margin-top: 30px;
}
/* line 182, ../_dev/scss/components/_intro-page.scss */
.demo-feature-list .ico {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
}
/* line 188, ../_dev/scss/components/_intro-page.scss */
.demo-feature-list .text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}
@media only screen and (min-width: 540px) {
  /* line 195, ../_dev/scss/components/_intro-page.scss */
  .demo-feature-list li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 992px) {
  /* line 203, ../_dev/scss/components/_intro-page.scss */
  .demo-feature-list li {
    width: 32%;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 210, ../_dev/scss/components/_intro-page.scss */
  .demo-feature-list li {
    width: 24%;
    margin-top: 60px;
  }
}

/* line 217, ../_dev/scss/components/_intro-page.scss */
.demo-footer {
  background: #39382b;
  text-align: center;
  padding: 30px 0;
}
/* line 222, ../_dev/scss/components/_intro-page.scss */
.demo-footer .btn-demo {
  border: 2px solid #746e51;
  background: none;
  font-size: 18px;
  line-height: 28px;
  padding: 12px;
  transition: all .2s linear;
  color: #3b7fe0;
  font-weight: 700;
  position: relative;
}
/* line 233, ../_dev/scss/components/_intro-page.scss */
.demo-footer .btn-demo:hover {
  border-color: #bdb8a1;
}
/* line 237, ../_dev/scss/components/_intro-page.scss */
.demo-footer .btn-demo img {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  margin-right: 15px;
}
/* line 244, ../_dev/scss/components/_intro-page.scss */
.demo-footer .btn-demo .text {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  /* line 217, ../_dev/scss/components/_intro-page.scss */
  .demo-footer {
    padding: 45px 0;
  }
  /* line 253, ../_dev/scss/components/_intro-page.scss */
  .demo-footer .btn-demo {
    min-width: 304px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 217, ../_dev/scss/components/_intro-page.scss */
  .demo-footer {
    padding: 60px 0;
  }
}

/*------------------------------------------------------------------
20. Scroll To Top / #scroll-to-top
-------------------------------------------------------------------*/
/* line 1, ../_dev/scss/components/_scroll-top.scss */
#scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  width: 45px;
  height: 45px;
  text-decoration: none;
  border-radius: 4px;
  display: none;
  transition: all 0.3s ease;
  z-index: 99;
}
/* line 14, ../_dev/scss/components/_scroll-top.scss */
#scroll-to-top i {
  color: #3b7fe0;
  position: relative;
  top: 12px;
  font-size: 20px;
  transition: all 0.3s ease;
  transform: rotate(180deg);
  display: inline-block;
}
/* line 24, ../_dev/scss/components/_scroll-top.scss */
#scroll-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
/* line 27, ../_dev/scss/components/_scroll-top.scss */
#scroll-to-top:hover i {
  color: #fff;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../_dev/scss/components/_scroll-top.scss */
  #scroll-to-top {
    bottom: 25px;
    right: 25px;
  }
}

/* datetime picker */
/* line 2, ../_dev/scss/components/_bootstrap-datepicker.scss */
.dropdown-menu.datepicker-dropdown {
  visibility: visible;
  opacity: 1;
  transform: rotate(0);
  position: absolute;
  background: #252525;
  color: #fff;
  border-radius: 0;
  width: 250px;
  padding: 5px;
}
/* line 13, ../_dev/scss/components/_bootstrap-datepicker.scss */
.dropdown-menu.datepicker-dropdown table {
  width: 100%;
}

/* line 18, ../_dev/scss/components/_bootstrap-datepicker.scss */
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:before,
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after {
  border-bottom-color: #252525;
}

/* line 23, ../_dev/scss/components/_bootstrap-datepicker.scss */
.datepicker-dropdown.dropdown-menu.datepicker-orient-top:before,
.datepicker-dropdown.dropdown-menu.datepicker-orient-top:after {
  border-top-color: #252525;
}

/* line 28, ../_dev/scss/components/_bootstrap-datepicker.scss */
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after {
  border-bottom-color: #252525;
}

/* line 32, ../_dev/scss/components/_bootstrap-datepicker.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused {
  background: #3b7fe0;
}

/* line 38, ../_dev/scss/components/_bootstrap-datepicker.scss */
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #2065c8;
}

/* line 44, ../_dev/scss/components/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #3b7fe0;
}

/* line 51, ../_dev/scss/components/_bootstrap-datepicker.scss */
.datepicker table tr td.day.focused,
.datepicker table tr td span.focused {
  background: #679ce7;
  color: #252525;
}

/* line 60, ../_dev/scss/components/_bootstrap-datepicker.scss */
.datepicker table tr td.old:hover,
.datepicker table tr td span.new:hover,
.datepicker table tr td span.old:hover,
.datepicker table tr td.new:hover {
  background: none;
}

/* line 67, ../_dev/scss/components/_bootstrap-datepicker.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background: #39f;
  color: #fff;
}

/* line 111, ../_dev/scss/components/_bootstrap-datepicker.scss */
.input-group.date {
  max-width: 400px;
}
/* line 114, ../_dev/scss/components/_bootstrap-datepicker.scss */
.input-group.date .form-control {
  margin: 0;
  border: 1px solid #ccc;
}

/* line 121, ../_dev/scss/components/_bootstrap-datepicker.scss */
.trip-form .input-group.date {
  background: rgba(37, 37, 37, 0.7);
  border-radius: 4px;
}
/* line 125, ../_dev/scss/components/_bootstrap-datepicker.scss */
.trip-form .input-group.date input {
  background: none;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  color: #3b7fe0;
  font-weight: 700;
}
/* line 135, ../_dev/scss/components/_bootstrap-datepicker.scss */
.trip-form .input-group.date .input-group-addon {
  background: rgba(24, 24, 24, 0.7);
  border-color: rgba(24, 24, 24, 0.7);
  border-radius: 0 4px 4px 0;
  color: #3b7fe0;
}

/* trip form variation v2 styles */
/* line 2, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 {
  background: rgba(36, 36, 34, 0.88);
  border-color: rgba(54, 54, 54, 0.88);
  color: #a0a0a0;
  max-width: 670px;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
}
/* line 11, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 label {
  color: #a0a0a0;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* line 19, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 select {
  width: 100%;
}
/* line 23, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .form-control {
  height: 44px;
  color: #a0a0a0;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}
/* line 30, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
/* line 31, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .form-control:-moz-placeholder {
  color: #a0a0a0;
}
/* line 32, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .form-control::-moz-placeholder {
  color: #a0a0a0;
}
/* line 33, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
/* line 36, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group {
  position: relative;
  padding-left: 40px;
}
/* line 40, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group:before {
  content: "\e979";
  font: 16px/18px 'icomoon';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 50, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group.date {
  border: 4px solid #464646;
  background: none;
  border-radius: 0;
}
/* line 55, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group.date input {
  color: #a0a0a0;
}
/* line 58, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group.date input::-webkit-input-placeholder {
  color: #a0a0a0;
}
/* line 59, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group.date input:-moz-placeholder {
  color: #a0a0a0;
}
/* line 60, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group.date input::-moz-placeholder {
  color: #a0a0a0;
}
/* line 61, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group.date input:-ms-input-placeholder {
  color: #a0a0a0;
}
/* line 64, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group.date .input-group-addon {
  background: none;
  color: #a0a0a0;
  border: 0;
}
/* line 71, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .holder {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 2, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 {
    max-width: 600px;
    padding: 10px 10px 20px;
  }
  /* line 79, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 .form-control {
    height: 32px;
    font-size: 12px;
  }
  /* line 84, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 label {
    margin-bottom: 0;
  }
  /* line 88, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 .input-group.date {
    border-width: 2px;
  }
  /* line 91, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 .holder {
    margin-bottom: 15px;
  }
  /* line 95, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 .input-group {
    padding-left: 30px;
  }
  /* line 98, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 .input-group:before {
    font-size: 12px;
    left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 106, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 .holder {
    width: 50%;
  }
  /* line 110, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 button {
    height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 2, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-form-v2 {
    margin: 0;
  }
}

/* line 121, ../_dev/scss/components/_trip-form-v2.scss */
.banner.banner-home-search .banner-image {
  min-height: 600px;
}
/* line 125, ../_dev/scss/components/_trip-form-v2.scss */
.banner.banner-home-search .center-text {
  text-align: left;
}

/* line 130, ../_dev/scss/components/_trip-form-v2.scss */
.trip-note {
  font-style: italic;
  margin: 0 25px 20px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 991px) {
  /* line 130, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-note {
    margin: 0 15px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 130, ../_dev/scss/components/_trip-form-v2.scss */
  .trip-note {
    margin: 0 5px 10px;
    text-align: center;
  }
}

/* line 148, ../_dev/scss/components/_trip-form-v2.scss */
.btn-holder {
  padding: 0 25px;
}
@media only screen and (max-width: 991px) {
  /* line 148, ../_dev/scss/components/_trip-form-v2.scss */
  .btn-holder {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 148, ../_dev/scss/components/_trip-form-v2.scss */
  .btn-holder {
    padding: 0 5px;
    text-align: center;
  }
}

/* line 161, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select.jcf-select-trip-select-v2 {
  background: none;
  border: 4px solid #464646;
  height: 52px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 161, ../_dev/scss/components/_trip-form-v2.scss */
  .jcf-select.jcf-select-trip-select-v2 {
    border-width: 2px;
    height: 32px;
  }
}
/* line 172, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text {
  color: #a0a0a0;
  font-size: 14px;
  font-style: normal;
  padding: 13px 0 13px 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  /* line 172, ../_dev/scss/components/_trip-form-v2.scss */
  .jcf-select.jcf-select-trip-select-v2 .jcf-select-text {
    padding: 2px 0 1px 35px;
    font-size: 12px;
  }
}
/* line 184, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text:before {
  content: "\e979";
  font: 16px/18px 'icomoon';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 991px) {
  /* line 184, ../_dev/scss/components/_trip-form-v2.scss */
  .jcf-select.jcf-select-trip-select-v2 .jcf-select-text:before {
    font-size: 12px;
    left: 10px;
  }
}
/* line 199, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select.jcf-select-trip-select-v2 .jcf-select-opener {
  padding: 0 10px;
}
/* line 202, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select.jcf-select-trip-select-v2 .jcf-select-opener:after {
  content: "\e91e";
  right: 10px;
  color: #a0a0a0;
}

/* line 210, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select-drop.jcf-select-trip-select-v2 {
  background: #252525;
}
/* line 213, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select-drop.jcf-select-trip-select-v2 .jcf-list {
  background: #252525;
  text-transform: capitalize;
}
/* line 218, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select-drop.jcf-select-trip-select-v2 .jcf-option {
  color: #fff;
}
/* line 222, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select-drop.jcf-select-trip-select-v2 .jcf-hover {
  background: #3b7fe0;
}

/* line 227, ../_dev/scss/components/_trip-form-v2.scss */
.trip-form-v2 .input-group.date:before {
  content: "\e109";
  font-family: 'Glyphicons Halflings';
}

/* line 233, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select.jcf-select-trip-select-v2.jcf-select-region .jcf-select-text:before {
  content: "\e92d";
}

/* line 239, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select.jcf-select-trip-select-v2.jcf-select-acitvity .jcf-select-text:before {
  content: "\e95e";
}

/* line 245, ../_dev/scss/components/_trip-form-v2.scss */
.jcf-select.jcf-select-trip-select-v2.jcf-select-price .jcf-select-text:before {
  content: "\e90f";
}

/*------------------------------------------------------------------
21. Elements / .demo-wrapper
-------------------------------------------------------------------*/
/* line 2, ../_dev/scss/components/_elements.scss */
.non-collapsible-link {
  position: static !important;
  left: 0 !important;
  top: 0 !important;
  width: auto !important;
}
/* line 8, ../_dev/scss/components/_elements.scss */
.non-collapsible-link li {
  padding: 10px 0;
}

/* line 15, ../_dev/scss/components/_elements.scss */
.demo-thumb {
  background: #39f;
  border: 10px solid #0080ff;
  padding: 10px;
  margin: 0 0 20px;
  text-align: center;
}

/* line 24, ../_dev/scss/components/_elements.scss */
.partner-list a {
  height: 155px;
  min-height: 0;
  white-space: nowrap;
}
/* line 29, ../_dev/scss/components/_elements.scss */
.partner-list a:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -.25em;
  content: '';
}
/* line 37, ../_dev/scss/components/_elements.scss */
.partner-list a img {
  vertical-align: middle;
}

/* line 43, ../_dev/scss/components/_elements.scss */
.column-demo {
  margin-bottom: 45px;
}

/* line 49, ../_dev/scss/components/_elements.scss */
.carousel-wrapper h3 {
  padding-left: 25px;
}
/* line 54, ../_dev/scss/components/_elements.scss */
.carousel-wrapper .article h3 {
  padding-left: 0;
}
/* line 60, ../_dev/scss/components/_elements.scss */
.carousel-wrapper .single-item h3 {
  padding-left: 0;
}

/* line 70, ../_dev/scss/components/_elements.scss */
.demo-animation .demo-wrapper h3 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 79, ../_dev/scss/components/_elements.scss */
  .demo-animation .row:nth-child(even) [class^="col-"]:first-child,
  .demo-animation .row:nth-child(even) [class*=" col-"]:first-child {
    float: right;
  }
  /* line 86, ../_dev/scss/components/_elements.scss */
  .demo-animation .demo-wrapper h3 {
    margin-bottom: 30px;
  }
}

/* line 98, ../_dev/scss/components/_elements.scss */
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next,
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
  margin-top: -10px;
  border-radius: 2px;
  font-size: 0;
  opacity: 1;
  transition: all linear .3s;
  opacity: 0;
  visibility: hidden;
  background: #6b6957;
}
/* line 113, ../_dev/scss/components/_elements.scss */
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #3b7fe0;
}
/* line 117, ../_dev/scss/components/_elements.scss */
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next:after,
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:after {
  font: 14px/14px 'icomoon';
  content: "\e907";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -7px;
}
/* line 129, ../_dev/scss/components/_elements.scss */
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 10px;
}
/* line 133, ../_dev/scss/components/_elements.scss */
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 10px;
}
/* line 136, ../_dev/scss/components/_elements.scss */
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:after {
  transform: rotate(180deg);
}
/* line 143, ../_dev/scss/components/_elements.scss */
.demo-wrapper .owl-theme .article {
  padding: 0 15px;
}

/* line 150, ../_dev/scss/components/_elements.scss */
#common-multiple-slide-v1 .owl-controls {
  position: absolute;
  bottom: 100%;
  right: 10px;
}
/* line 155, ../_dev/scss/components/_elements.scss */
#common-multiple-slide-v1 .owl-next,
#common-multiple-slide-v1 .owl-prev {
  position: relative;
  top: 0;
  margin: 0;
  right: inherit;
  left: inherit;
  margin: 0 5px 10px;
}

/* line 168, ../_dev/scss/components/_elements.scss */
.btn.btn-trip-v2 {
  background: #6b6957;
  color: #fff;
  padding: 0 40px;
  height: 52px;
  border: 0;
  position: relative;
  border-radius: 0;
}
/* line 177, ../_dev/scss/components/_elements.scss */
.btn.btn-trip-v2:before {
  right: 10px;
  content: "\e91e";
  color: #fff;
  font: 14px/14px 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  transform: rotate(270deg);
}
/* line 189, ../_dev/scss/components/_elements.scss */
.btn.btn-solid {
  font-style: normal;
  font-weight: 500;
  background: #3e3e3e;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 27px;
  border-radius: 5px;
}
/* line 199, ../_dev/scss/components/_elements.scss */
.btn.btn-solid:hover {
  background: #252525;
}
@media only screen and (max-width: 991px) {
  /* line 205, ../_dev/scss/components/_elements.scss */
  .btn.btn-solid {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
  /* line 211, ../_dev/scss/components/_elements.scss */
  .btn.btn-trip-v2 {
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 217, ../_dev/scss/components/_elements.scss */
  .btn.btn-trip-v2 {
    height: 40px;
  }
}

/* line 226, ../_dev/scss/components/_elements.scss */
.owl-carousel:hover .owl-controls .owl-buttons .owl-next,
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
  opacity: 1;
  visibility: visible;
}

/* line 236, ../_dev/scss/components/_elements.scss */
.owl-item .demo-thumb {
  margin-bottom: 0;
}
/* line 240, ../_dev/scss/components/_elements.scss */
.owl-item .article {
  margin: 0;
}

/* line 245, ../_dev/scss/components/_elements.scss */
#common-slide {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  /* line 249, ../_dev/scss/components/_elements.scss */
  #common-slide .owl-buttons {
    display: none;
  }
}

/* line 255, ../_dev/scss/components/_elements.scss */
.demo-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 259, ../_dev/scss/components/_elements.scss */
.demo-wrapper .trip-form {
  background: rgba(36, 36, 34, 0.88);
  padding: 15px;
}
/* line 264, ../_dev/scss/components/_elements.scss */
.demo-wrapper h3 {
  margin-bottom: 50px;
}
/* line 269, ../_dev/scss/components/_elements.scss */
.demo-wrapper .article h3 {
  margin-bottom: 15px;
}

/* line 278, ../_dev/scss/components/_elements.scss */
.btn-demo-wrapper .btn {
  width: auto;
  margin: 0 5px 10px;
}

/* line 286, ../_dev/scss/components/_elements.scss */
blockquote,
.blockquote {
  text-align: center;
}
/* line 290, ../_dev/scss/components/_elements.scss */
blockquote .img,
.blockquote .img {
  border: 2px solid #fff;
  width: 90px;
  border-radius: 100%;
  margin: 0 auto 45px;
}
/* line 296, ../_dev/scss/components/_elements.scss */
blockquote .img img,
.blockquote .img img {
  max-width: 100%;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 290, ../_dev/scss/components/_elements.scss */
  blockquote .img,
  .blockquote .img {
    display: inline-block;
    vertical-align: top;
    width: 112px;
    margin: 20px 0 0;
  }
}
/* line 309, ../_dev/scss/components/_elements.scss */
blockquote .text,
.blockquote .text {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  /* line 309, ../_dev/scss/components/_elements.scss */
  blockquote .text,
  .blockquote .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 150px);
    padding-left: 55px;
  }
}
/* line 319, ../_dev/scss/components/_elements.scss */
blockquote cite,
.blockquote cite {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 45px;
  position: relative;
  font-size: 18px;
}
/* line 327, ../_dev/scss/components/_elements.scss */
blockquote cite:after,
.blockquote cite:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 170px;
  height: 8px;
  background: #e2e2e2;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 319, ../_dev/scss/components/_elements.scss */
  blockquote cite,
  .blockquote cite {
    padding-bottom: 45px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 286, ../_dev/scss/components/_elements.scss */
  blockquote,
  .blockquote {
    margin: 0 8.2%;
  }
}

/* line 352, ../_dev/scss/components/_elements.scss */
.seperator.double-border {
  padding-bottom: 0;
  margin: 30px 0;
  height: 5px;
}
/* line 357, ../_dev/scss/components/_elements.scss */
.seperator.double-border:before {
  height: 1px;
  left: 0;
  top: 0;
  right: 0;
  transform: translate(0);
  width: auto;
}
/* line 368, ../_dev/scss/components/_elements.scss */
.seperator.left:before {
  left: 0;
  transform: translate(0);
}
/* line 375, ../_dev/scss/components/_elements.scss */
.seperator.right:before {
  left: auto;
  right: 0;
  transform: translate(0);
}

/* line 383, ../_dev/scss/components/_elements.scss */
h4,
.h4 {
  font-size: 1.132857em;
  font-weight: normal;
}
@media only screen and (min-width: 992px) {
  /* line 383, ../_dev/scss/components/_elements.scss */
  h4,
  .h4 {
    font-size: 1.2457em;
  }
}

/* line 393, ../_dev/scss/components/_elements.scss */
.hold {
  margin-bottom: 20px;
}

/* line 399, ../_dev/scss/components/_elements.scss */
.modal {
  top: 10% !important;
}
/* line 402, ../_dev/scss/components/_elements.scss */
.modal .modal-header {
  padding: 30px 20px;
}
/* line 406, ../_dev/scss/components/_elements.scss */
.modal .modal-body {
  padding: 30px 20px;
}
/* line 410, ../_dev/scss/components/_elements.scss */
.modal .modal-footer {
  padding: 30px 20px;
}
/* line 414, ../_dev/scss/components/_elements.scss */
.modal .hold.btn-holder {
  padding: 0;
}
/* line 417, ../_dev/scss/components/_elements.scss */
.modal .hold.btn-holder .btn {
  margin: 0;
  display: block;
  width: 100%;
}

/* line 426, ../_dev/scss/components/_elements.scss */
.modal-v2 .modal-header {
  border-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
/* line 432, ../_dev/scss/components/_elements.scss */
.modal-v2 .modal-footer {
  border-top: 0;
  padding-top: 0;
  text-align: center;
}
/* line 437, ../_dev/scss/components/_elements.scss */
.modal-v2 .modal-footer .btn {
  margin-left: auto;
  margin-right: auto;
}
/* line 441, ../_dev/scss/components/_elements.scss */
.modal-v2 .modal-footer .btn + .btn {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  /* line 441, ../_dev/scss/components/_elements.scss */
  .modal-v2 .modal-footer .btn + .btn {
    margin-left: 20px;
  }
}
/* line 451, ../_dev/scss/components/_elements.scss */
.modal-v2 .log-option {
  margin-bottom: 20px;
}

/* line 457, ../_dev/scss/components/_elements.scss */
.btn.no-border {
  border: 0;
}

/* line 462, ../_dev/scss/components/_elements.scss */
.btn.btn-fb-login {
  background: #136ad5;
  color: #fff;
}
/* line 466, ../_dev/scss/components/_elements.scss */
.btn.btn-fb-login:hover {
  background: #0f53a6;
}

/* line 471, ../_dev/scss/components/_elements.scss */
.btn.btn-google-login {
  background: #dd4b39;
  color: #fff;
}
/* line 475, ../_dev/scss/components/_elements.scss */
.btn.btn-google-login:hover {
  background: #c23321;
}

/* line 481, ../_dev/scss/components/_elements.scss */
.seperator.text {
  padding: 0;
  margin: 45px 0;
}
/* line 485, ../_dev/scss/components/_elements.scss */
.seperator.text:before {
  display: none;
}
/* line 489, ../_dev/scss/components/_elements.scss */
.seperator.text span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ebebeb;
  border-radius: 100%;
  padding: 2px 5px;
}

/* line 501, ../_dev/scss/components/_elements.scss */
.bottom-spacing {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  /* line 501, ../_dev/scss/components/_elements.scss */
  .bottom-spacing {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 501, ../_dev/scss/components/_elements.scss */
  .bottom-spacing {
    margin-bottom: 90px;
  }
}

/* line 513, ../_dev/scss/components/_elements.scss */
.modal-footer {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 513, ../_dev/scss/components/_elements.scss */
  .modal-footer {
    text-align: left;
  }
}
/* line 520, ../_dev/scss/components/_elements.scss */
.modal-footer .btn {
  margin: 10px 0;
  font-size: 14px;
  padding: 6px;
  display: block;
}
/* line 526, ../_dev/scss/components/_elements.scss */
.modal-footer .btn + .btn {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 520, ../_dev/scss/components/_elements.scss */
  .modal-footer .btn {
    font-size: 16px;
    padding: 8px;
    display: inline-block;
    margin: 0;
  }
  /* line 536, ../_dev/scss/components/_elements.scss */
  .modal-footer .btn + .btn {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 520, ../_dev/scss/components/_elements.scss */
  .modal-footer .btn {
    font-size: 18px;
    padding: 10px;
  }
}

/* line 551, ../_dev/scss/components/_elements.scss */
.counter-small .holder {
  padding: 45px 20px;
}
/* line 554, ../_dev/scss/components/_elements.scss */
.counter-small .holder .info {
  margin: 0;
}

/* line 563, ../_dev/scss/components/_elements.scss */
.content-heading.text-left {
  text-align: left;
}
/* line 567, ../_dev/scss/components/_elements.scss */
.content-heading.text-right {
  text-align: right;
}

/* line 574, ../_dev/scss/components/_elements.scss */
.global-box {
  padding: 45px 15px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  margin: 20px 0;
  border-radius: 2px;
}
/* line 580, ../_dev/scss/components/_elements.scss */
.global-box .btn {
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 585, ../_dev/scss/components/_elements.scss */
.global-box.box-sm {
  max-width: 400px;
}
/* line 589, ../_dev/scss/components/_elements.scss */
.global-box.box-md {
  max-width: 700px;
}

/* line 596, ../_dev/scss/components/_elements.scss */
.icon-demo {
  padding: 50px 0;
}

/* line 600, ../_dev/scss/components/_elements.scss */
#set-1 {
  background: #6b6957;
}

/* line 604, ../_dev/scss/components/_elements.scss */
#set-2 {
  background: #fff;
}

/* line 608, ../_dev/scss/components/_elements.scss */
#set-3 {
  background: #252525;
}

/* line 612, ../_dev/scss/components/_elements.scss */
#set-4 {
  background: #6b6957;
}

/* line 616, ../_dev/scss/components/_elements.scss */
#set-5 {
  background: #b0a377;
}

/* line 622, ../_dev/scss/components/_elements.scss */
.badge.hot {
  background: #f00;
}
/* line 626, ../_dev/scss/components/_elements.scss */
.badge.trending {
  background: #39f;
}
/* line 630, ../_dev/scss/components/_elements.scss */
.badge.top-pos {
  position: absolute;
  bottom: 100%;
  left: 100%;
}

/* line 639, ../_dev/scss/components/_elements.scss */
.gallery-list.gallery-main li {
  width: auto;
  float: none;
  max-width: 380px;
  overflow: hidden;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  /* line 639, ../_dev/scss/components/_elements.scss */
  .gallery-list.gallery-main li {
    width: 50%;
    float: left;
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 639, ../_dev/scss/components/_elements.scss */
  .gallery-list.gallery-main li {
    width: 33%;
  }
}

/* line 659, ../_dev/scss/components/_elements.scss */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 665, ../_dev/scss/components/_elements.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 673, ../_dev/scss/components/_elements.scss */
.video-caption {
  font-size: 18px;
  text-align: center;
  padding: 10px 0 0;
  font-weight: 700;
}

/* line 682, ../_dev/scss/components/_elements.scss */
.pagination-wrap.pagination-solid {
  background: #3b7fe0;
  color: #fff;
}
/* line 688, ../_dev/scss/components/_elements.scss */
.pagination-wrap.pagination-solid .btn-prev a,
.pagination-wrap.pagination-solid .btn-next a {
  color: #fff;
}
/* line 691, ../_dev/scss/components/_elements.scss */
.pagination-wrap.pagination-solid .btn-prev a:hover,
.pagination-wrap.pagination-solid .btn-next a:hover {
  color: #fff;
}
/* line 698, ../_dev/scss/components/_elements.scss */
.pagination-wrap.pagination-solid .active a {
  background: #fff;
  color: #3b7fe0;
}
/* line 702, ../_dev/scss/components/_elements.scss */
.pagination-wrap.pagination-solid .active a:hover, .pagination-wrap.pagination-solid .active a:focus {
  background: #fff;
  color: #3b7fe0;
}
/* line 710, ../_dev/scss/components/_elements.scss */
.pagination-wrap.pagination-solid a {
  color: #fff;
}
/* line 713, ../_dev/scss/components/_elements.scss */
.pagination-wrap.pagination-solid a:hover {
  color: #fff;
}
/* line 720, ../_dev/scss/components/_elements.scss */
.pagination-wrap.pagination-center .btn-prev,
.pagination-wrap.pagination-center .btn-next {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}
/* line 728, ../_dev/scss/components/_elements.scss */
.pagination-wrap.pagination-center .pagination {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  /* line 736, ../_dev/scss/components/_elements.scss */
  .pagination-wrap.pagination-center .btn-next,
  .pagination-wrap.pagination-center .btn-prev {
    padding-top: 5px;
  }
}

/* line 746, ../_dev/scss/components/_elements.scss */
.demo-wrapper .social-networks {
  font-size: 24px;
}
/* line 749, ../_dev/scss/components/_elements.scss */
.demo-wrapper .social-networks.social-share {
  font-size: 18px;
}
/* line 753, ../_dev/scss/components/_elements.scss */
.demo-wrapper .social-networks li {
  padding: 0 10px;
}
/* line 757, ../_dev/scss/components/_elements.scss */
.demo-wrapper .social-networks .ico,
.demo-wrapper .social-networks .text {
  display: inline-block;
  vertical-align: middle;
}
/* line 763, ../_dev/scss/components/_elements.scss */
.demo-wrapper .social-networks .ico {
  margin-right: 10px;
}
/* line 768, ../_dev/scss/components/_elements.scss */
.demo-wrapper .input-group.date {
  max-width: none;
}

/* line 774, ../_dev/scss/components/_elements.scss */
.headings-wrapper h1,
.headings-wrapper h2,
.headings-wrapper h3,
.headings-wrapper h4,
.headings-wrapper h5,
.headings-wrapper h6 {
  margin-bottom: 40px;
}

/* line 787, ../_dev/scss/components/_elements.scss */
.has-mega-dropdown.mega-md .dropdown-menu {
  background: none;
}
@media only screen and (min-width: 992px) {
  /* line 787, ../_dev/scss/components/_elements.scss */
  .has-mega-dropdown.mega-md .dropdown-menu {
    left: auto;
    width: 850px;
    right: 140px;
  }
}
@media only screen and (min-width: 1230px) {
  /* line 787, ../_dev/scss/components/_elements.scss */
  .has-mega-dropdown.mega-md .dropdown-menu {
    left: auto;
    width: 800px;
    right: 234px;
  }
}
/* line 802, ../_dev/scss/components/_elements.scss */
.has-mega-dropdown.mega-md .dropdown-menu .drop-wrap {
  background: #252525;
}

/* line 812, ../_dev/scss/components/_elements.scss */
.accordion-v2 > li:before, .accordion-v2 > li:after {
  display: none;
}
/* line 817, ../_dev/scss/components/_elements.scss */
.accordion-v2 > li > a {
  padding-left: 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #e2e2e2;
}
/* line 825, ../_dev/scss/components/_elements.scss */
.accordion-v2 .slide {
  padding: 0;
}
/* line 829, ../_dev/scss/components/_elements.scss */
.accordion-v2 .slide-holder {
  padding: 20px;
  margin: 0;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  /* line 840, ../_dev/scss/components/_elements.scss */
  .table.data-table tr:first-child td,
  .table.data-table td {
    border-top: 1px solid #e2e2e2;
  }
}

/* line 848, ../_dev/scss/components/_elements.scss */
.material-icons-list {
  text-align: justify;
  padding: 50px 0 0;
}
/* line 853, ../_dev/scss/components/_elements.scss */
.material-icons-list li {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  margin-bottom: 40px;
  min-width: 100px;
}
/* line 861, ../_dev/scss/components/_elements.scss */
.material-icons-list .material-icons {
  font-size: 40px;
}

/* line 2, ../_dev/scss/components/_data-table.scss */
.demo-wrapper .data-table,
.demo-wrapper .data-table thead,
.demo-wrapper .data-table tbody,
.demo-wrapper .data-table th,
.demo-wrapper .data-table td,
.demo-wrapper .data-table tr {
  display: block;
  overflow: hidden;
}

/* line 15, ../_dev/scss/components/_data-table.scss */
.demo-wrapper .data-table thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 27, ../_dev/scss/components/_data-table.scss */
.demo-wrapper table.table tbody tr td {
  padding: 15px;
  border-top: 1px solid #grey-nurse;
}
/* line 36, ../_dev/scss/components/_data-table.scss */
.demo-wrapper table.table thead tr th {
  padding: 15px;
}

/* line 45, ../_dev/scss/components/_data-table.scss */
.demo-wrapper .data-table td {
  padding: 10px;
}
/* line 48, ../_dev/scss/components/_data-table.scss */
.demo-wrapper .data-table td:before {
  content: attr(data-label) ": ";
  display: inline-block;
  font-weight: bold;
  width: 5em;
}

@media screen and (min-width: 768px) {
  /* line 59, ../_dev/scss/components/_data-table.scss */
  .demo-wrapper .data-table {
    display: table;
    width: 100%;
  }
  /* line 63, ../_dev/scss/components/_data-table.scss */
  .demo-wrapper .data-table thead {
    display: table-header-group;
  }
  /* line 66, ../_dev/scss/components/_data-table.scss */
  .demo-wrapper .data-table thead tr {
    position: static;
    top: auto;
    left: auto;
  }
  /* line 71, ../_dev/scss/components/_data-table.scss */
  .demo-wrapper .data-table tbody {
    display: table-row-group;
    overflow: visible;
  }
  /* line 76, ../_dev/scss/components/_data-table.scss */
  .demo-wrapper .data-table tr {
    display: table-row;
    overflow: visible;
  }
  /* line 81, ../_dev/scss/components/_data-table.scss */
  .demo-wrapper .data-table th, .demo-wrapper .data-table td {
    display: table-cell;
    padding: 6px 12px;
    vertical-align: top;
    text-align: left;
    overflow: visible;
  }
  /* line 89, ../_dev/scss/components/_data-table.scss */
  .demo-wrapper .data-table td:before {
    content: "";
    width: auto;
  }
}
/* line 1, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}

/* line 7, ../_dev/scss/components/_icon-hover.scss */
.hi-icon {
  display: inline-block;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
/* line 19, ../_dev/scss/components/_icon-hover.scss */
.hi-icon [class^="icon-"],
.hi-icon [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 90px;
  font-size: 40px;
}

/* line 28, ../_dev/scss/components/_icon-hover.scss */
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Effect 1 */
/* line 41, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-1 .hi-icon {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

/* line 48, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

/* Effect 1a */
/* line 64, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-1a .hi-icon:hover {
  background: white;
  color: #333;
}

/* line 69, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 1b */
/* line 78, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-1b .hi-icon:hover {
  background: white;
  color: #333;
}

/* line 83, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-1b .hi-icon:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 90, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-1b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2 */
/* line 99, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-2 .hi-icon {
  color: #fff;
  box-shadow: 0 0 0 3px #b0a377;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

/* line 107, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-2 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a */
/* line 119, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-2 .hi-icon:after {
  background: #b0a377;
  color: #333;
}

/* line 124, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-2a .hi-icon:hover {
  color: #fff;
}

/* line 128, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-2a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

/* Effect 2b */
/* line 136, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-2b .hi-icon:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}

/* line 147, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-2b .hi-icon:hover {
  color: #fff;
}

/* Effect 3 */
/* line 152, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

/* line 159, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}

/* Effect 3a */
/* line 171, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-3a .hi-icon {
  color: #333;
}

/* line 175, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-3a .hi-icon:hover {
  color: #fff;
}

/* line 179, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-3a .hi-icon:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

/* Effect 3b */
/* line 188, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-3b .hi-icon {
  color: #fff;
}

/* line 192, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-3b .hi-icon:hover {
  color: #333;
}

/* line 196, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-3b .hi-icon:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

/* line 204, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-3b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 4 */
/* line 213, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-4 .hi-icon {
  width: 92px;
  height: 92px;
  box-shadow: 0 0 0 4px #b0a377;
  color: #b0a377;
}

/* line 220, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-4a .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

/* line 226, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-4 .hi-icon:before {
  line-height: 92px;
}

/* line 230, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-4 .hi-icon:after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #b0a377;
}

/* line 238, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-4 .hi-icon:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

/* Effect 4b */
/* line 243, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-4b .hi-icon:hover {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

/* line 249, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-4b .hi-icon:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Effect 5 */
/* line 281, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-5 .hi-icon {
  box-shadow: 0 0 0 4px white;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

/* line 289, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-5 .hi-icon:after {
  display: none;
}

/* line 293, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-5 .hi-icon:hover {
  background: white;
  color: #333;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}

/* line 299, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-5a .hi-icon:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
/* line 342, ../_dev/scss/components/_icon-hover.scss */
.hi-icon-effect-5b .hi-icon:hover:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}

/* line 210, ../_dev/scss/main.scss */
select {
  background: #186bb4;
  border: 0px;
  padding: 1rem;
  color: white;
}

/* line 217, ../_dev/scss/main.scss */
.banner.banner-inner {
  background-size: cover !important;
}

/* line 221, ../_dev/scss/main.scss */
.form-title {
  white-space: nowrap;
}

/* line 224, ../_dev/scss/main.scss */
.form-check {
  display: flex;
}

/* line 228, ../_dev/scss/main.scss */
.form-check input {
  margin-right: 1rem;
}

/*# sourceMappingURL=main.css.map */
