/*!
Theme Name: Infoturystyka.pl
Version: 1.0.0
*/
/* =Global styles
----------------------------------------------- */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

body {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #333333;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
body * {
  outline: none !important;
}

#wrap {
  display: table-row;
  height: 100%;
}

footer {
  display: table-row;
  height: 1px;
}

#footer {
  background: #2d36aa;
  color: #ffffff;
}
#footer a {
  display: inline-block;
  color: #ffffff;
}
#footer a:hover, #footer a:focus {
  color: #fc6771;
}
#footer .logo {
  display: block;
  opacity: .3;
  transition: all 0.5s ease-in-out;
}
#footer .logo:hover {
  opacity: 1;
}
#footer .content {
  margin-top: 38px;
}
#footer .content p {
  margin-bottom: 10px;
}
#footer .nav > li + li {
  margin-top: 10px;
}
#footer .nav-social {
  margin-top: 9px;
}
#footer .nav-social > li {
  margin-right: 10px;
}
#footer .nav-social > li:last-child {
  margin-right: 0;
}
#footer .nav-social > li > a img {
  transition: all 0.2s ease-in-out;
}
#footer .nav-social > li > a:hover img, #footer .nav-social > li > a:focus img {
  opacity: .3;
}
#footer .col {
  margin-top: 38px;
}
#footer .text-muted {
  color: rgba(255, 255, 255, 0.3) !important;
}
#footer .text-muted a {
  color: rgba(255, 255, 255, 0.3) !important;
}
#footer .text-muted a:hover, #footer .text-muted a:focus {
  color: white !important;
}
#footer .small, #footer small {
  line-height: normal;
}

.footer-top {
  padding: 100px 0 82px;
}

.footer-bottom {
  padding: 40px 0 41px;
  border-top: 1px solid rgba(226, 226, 226, 0.1);
}

.navbar {
  position: absolute;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100px;
}
.navbar.open {
  z-index: 99999;
}

.navbar-brand {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand a {
  color: #ffffff;
}

.navbar-nav > li {
  margin-right: 40px;
}
.navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar-nav > li:not(.btn-marked) > a {
  position: relative;
  display: block;
  padding: 14px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.navbar-nav > li:not(.btn-marked) > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.navbar-nav > li:not(.btn-marked) > a:hover::after, .navbar-nav > li:not(.btn-marked) > a:focus::after {
  opacity: 1;
  visibility: visible;
  bottom: 12px;
}

.navbar-toggler, .page-nav-toggler {
  margin-right: -13px;
  padding: 0;
  width: 46px;
  height: 38px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  transform: rotate(0deg);
  cursor: pointer;
}
.navbar-toggler .icon-bar, .page-nav-toggler .icon-bar {
  display: block;
  position: absolute;
  height: 4px;
  width: 24px;
  background: #ffffff;
  opacity: 1;
  left: 11px;
  margin-top: 0 !important;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.navbar-toggler .icon-bar:nth-child(1), .page-nav-toggler .icon-bar:nth-child(1) {
  top: 9px;
  transform-origin: left center;
}
.navbar-toggler .icon-bar:nth-child(2), .page-nav-toggler .icon-bar:nth-child(2) {
  top: 17px;
  transform-origin: left center;
}
.navbar-toggler .icon-bar:nth-child(3), .page-nav-toggler .icon-bar:nth-child(3) {
  top: 25px;
  transform-origin: left center;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1), .page-nav-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
  left: 14px;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2), .page-nav-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3), .page-nav-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 14px;
}

.page-nav-toggler {
  margin-right: 0;
  background: #2d36aa;
}

a {
  transition: all 0.2s ease-in-out;
  color: #ee6a6a;
}
a:not(.btn):hover, a:not(.btn):focus {
  color: #95a1fc;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.h2, h2 {
  font-size: 30px;
  line-height: 30px;
}

.h3, h3 {
  font-size: 24px;
  line-height: 30px;
}

b, strong {
  font-weight: 700;
}

/* =Helper classes
----------------------------------------------- */
.header-area {
  margin-bottom: 44px;
}
.header-area .h1, .header-area .h2, .header-area .h3, .header-area .h4, .header-area .h5, .header-area .h6, .header-area h1, .header-area h2, .header-area h3, .header-area h4, .header-area h5, .header-area h6 {
  margin-bottom: 0 !important;
}

.flex-columns-4 > li {
  width: 25%;
}

.text-danger {
  color: #ee6a6a !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #ea4545 !important;
}

.text-base {
  color: #333333 !important;
}

.text-muted {
  color: #82878f !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #6d7efb !important;
}

.bg-primary {
  background-color: #95a1fc !important;
}

.bg-primary:focus, .bg-primary:hover {
  background-color: #6d7efb !important;
}

.bg-info {
  background-color: #97e0e9 !important;
}

.bg-info:focus, .bg-info:hover {
  background-color: #75d6e2 !important;
}

.bg-warning {
  background-color: #fdc66e !important;
}

.bg-warning:focus, .bg-warning:hover {
  background-color: #fcb646 !important;
}

.bg-danger {
  background-color: #fc6771 !important;
}

.bg-danger:focus, .bg-danger:hover {
  background-color: #fb3f4c !important;
}

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

.bg-image {
  background: no-repeat center / cover;
}
.bg-image.bg-image-registration {
  background-image: url("/images/registration-modal-bg.jpg");
}

.display-1 {
  font-size: 42px;
  line-height: 48px;
}

.large {
  font-size: 20px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
}

.small, small {
  font-size: 14px;
  line-height: 26px;
}

.word-break {
  word-break: break-all;
}

.lazy-load {
  position: relative;
  top: 40px;
  opacity: 0;
}

.item-box-outer {
  margin-bottom: 30px;
}

.item-box {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  position: relative;
  z-index: 1;
  height: 100%;
  background: #ffffff;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
.item-box .content {
  padding: 17px 20px 14px;
}
.item-box .content.position-absolute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  text-align: center;
}
.item-box .content.bottom-left {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  text-align: left;
}
.item-box .content + .content {
  border-top: 1px solid #e8e8e8;
}
.item-box .content .title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  transition: all 0.5s ease-in-out;
}
.item-box .content .title.h3, .item-box .content .titleh3 {
  margin-top: -3px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}
.item-box .content a.title {
  display: inline-block;
}
.item-box .content a.title:hover, .item-box .content a.title:focus {
  color: #6d7efb;
}
.item-box .content .title-lg {
  margin-top: -1px;
  font-size: 18px;
  line-height: 22px;
}
.item-box .content .title-lg + .excerpt {
  margin-top: 12px;
}
.item-box .content .title-xl {
  font-size: 20px;
}
.item-box .content .info {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}
.item-box .content .info img {
  float: left;
  margin-right: 10px;
}
.item-box .content .info + .excerpt {
  margin-top: 12px;
}
.item-box .content .info-lg {
  font-size: 16px;
  line-height: 24px;
}
.item-box .content .info-icons {
  margin-top: 16px;
}
.item-box .content .info-icons .item + .item {
  margin-top: 6px;
}
.item-box .content .excerpt {
  font-size: 14px;
  line-height: 22px;
}
.item-box .content-lg {
  padding: 31px 30px 22px;
}
.item-box .content-sm .h1, .item-box .content-sm h1 {
  font-size: 30px;
  line-height: 30px;
}
.item-box .content-sm .h2, .item-box .content-sm h2 {
  font-size: 24px;
  line-height: 30px;
}
.item-box .content-hover {
  overflow: hidden;
  margin-top: 16px;
  max-width: 360px;
  max-height: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.item-box .ico-animated {
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}
.item-box .btn-area {
  padding: 0 20px 20px;
}
.item-box .btn-area .btn {
  margin-top: 9px !important;
}

.item-box-horizontal .content {
  padding: 28px 30px 5px;
}
.item-box-horizontal .btn-area {
  padding: 0;
}
.item-box-horizontal .btn-area .btn {
  margin-top: 0 !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.item-box .btn-area-bottom {
  padding: 0;
}
.item-box .btn-area-bottom .btn {
  margin-top: 0 !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

a.item-box:hover, a.item-box:focus {
  box-shadow: 5px 5px 50px 5px rgba(51, 51, 51, 0.3);
}
a.item-box:hover .img-area img, a.item-box:focus .img-area img {
  transform: scale(1.1);
}
a.item-box:hover .title, a.item-box:focus .title {
  color: #6d7efb;
}
a.item-box:hover .content-hover, a.item-box:focus .content-hover {
  opacity: 1;
  visibility: visible;
  max-height: 280px;
}
a.item-box:hover .ico-animated, a.item-box:focus .ico-animated {
  transform: rotate(180deg);
}
a.item-box:hover .btn-outline-secondary, a.item-box:hover .btn-outline-secondary:focus, a.item-box:hover .btn-outline-secondary:active, a.item-box:focus .btn-outline-secondary, a.item-box:focus .btn-outline-secondary:focus, a.item-box:focus .btn-outline-secondary:active {
  background: #fc6771;
  border-color: #fc6771;
  color: #ffffff;
}

.ico-animated {
  transform: rotate(0);
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}

a:hover .ico-animated, a:focus .ico-animated {
  transform: rotate(180deg);
}

.excerpt-expanded > a[data-toggle] {
  opacity: 0;
  visibility: hidden;
}

.img-area {
  overflow: hidden;
  position: relative;
}
.img-area img {
  display: block;
  margin: auto;
  width: 100%;
  -webkit-border-radius: 27px 27px 0 0;
  border-radius: 27px 27px 0 0;
  transition: all 0.5s ease-in-out;
}
.img-area a:hover img, .img-area a:focus img {
  transform: scale(1.1);
}

.icons .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.icons .icon.bg-primary {
  box-shadow: 0 0 90px 0 rgba(149, 161, 252, 0.5);
}
.icons .icon.bg-info {
  box-shadow: 0 0 90px 0 rgba(151, 224, 233, 0.5);
}
.icons .icon.bg-warning {
  box-shadow: 0 0 90px 0 rgba(253, 198, 110, 0.5);
}
.icons .icon.bg-danger {
  box-shadow: 0 0 90px 0 rgba(252, 103, 113, 0.5);
}
.icons .icon-wrap .icon img {
  display: block;
  margin: auto !important;
  transition: all 0.5s ease-in-out;
}
.icons .icon-wrap:focus .icon img, .icons .icon-wrap:hover .icon img {
  transform: scale(1.1);
}
.icons .icon-wrap:focus .bg-primary, .icons .icon-wrap:hover .bg-primary {
  background-color: #6d7efb !important;
  box-shadow: 0 0 90px 0 rgba(149, 161, 252, 0.9);
}
.icons .icon-wrap:focus .bg-primary + .title, .icons .icon-wrap:hover .bg-primary + .title {
  color: #6d7efb;
}
.icons .icon-wrap:focus .bg-info, .icons .icon-wrap:hover .bg-info {
  background-color: #75d6e2 !important;
  box-shadow: 0 0 90px 0 rgba(151, 224, 233, 0.9);
}
.icons .icon-wrap:focus .bg-info + .title, .icons .icon-wrap:hover .bg-info + .title {
  color: #75d6e2;
}
.icons .icon-wrap:focus .bg-warning, .icons .icon-wrap:hover .bg-warning {
  background-color: #fcb646 !important;
  box-shadow: 0 0 90px 0 rgba(253, 198, 110, 0.9);
}
.icons .icon-wrap:focus .bg-warning + .title, .icons .icon-wrap:hover .bg-warning + .title {
  color: #fcb646;
}
.icons .icon-wrap:focus .bg-danger, .icons .icon-wrap:hover .bg-danger {
  background-color: #fb3f4c !important;
  box-shadow: 0 0 90px 0 rgba(252, 103, 113, 0.9);
}
.icons .icon-wrap:focus .bg-danger + .title, .icons .icon-wrap:hover .bg-danger + .title {
  color: #fb3f4c;
}
.icons .title {
  margin-top: 15px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.2s ease-in-out;
}

.scroll-btn {
  display: table;
  margin: auto;
  width: 67px;
  height: 67px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.scroll-btn:hover {
  transform: translateY(10px);
}

.nav-custom {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.nav-custom > li {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-custom > li > a {
  color: #82878f;
}
.nav-custom > li > a:hover, .nav-custom > li > a:focus {
  color: #fb3f4c;
}

#page-navbar {
  height: 91px;
  background: #ffffff;
}

#page-navbar:not(.fixed-top) > .container {
  padding-left: 0;
  padding-right: 0;
}

#page-navbar.fixed-top {
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out;
}

.page-nav {
  margin-bottom: 0 !important;
}
.page-nav > li {
  margin-top: 10px !important;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 0 !important;
}
.page-nav > li::before {
  display: none;
}
.page-nav > li:last-child {
  margin-right: 0;
}
.page-nav > li > a {
  position: relative;
  padding: 8px 0;
  color: #333333 !important;
  font-size: 15px;
  font-weight: 700;
}
.page-nav > li > a.active::after {
  width: 100%;
}
.page-nav > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background: #2d36aa;
  transition: all 0.2s ease-in-out;
}

body.is-sticky-nav {
  margin-top: 91px;
}

.collapsing {
  transition: all 0.5s ease-in-out;
}

.btn-collaps span {
  display: inline-block;
}
.btn-collaps:not(.collapsed) span:first-child, .btn-collaps.collapsed span:last-child {
  display: none;
}

.btn-show {
  display: none;
}

.accordion .btn-collaps {
  position: relative;
  padding-right: 20px;
  color: #82878f;
  font-size: 14px;
}
.accordion .btn-collaps::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 14px;
  background: url("/images/arrow-down-sm.png") no-repeat right center;
  transition: all 0.2s ease-in-out;
}
.accordion .btn-collaps:hover {
  color: #333333;
}
.accordion .btn-collaps:not(.collapsed)::after {
  transform: scaleY(-1);
}
.accordion .btn-collaps span {
  display: block;
  text-align: right;
}
.accordion .btn-collaps:not(.collapsed) span:first-child, .accordion .btn-collaps.collapsed span:last-child {
  display: none;
}
.accordion .card-header {
  padding: 21px 30px;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.accordion .card-header .lead {
  font-weight: 600;
}
.accordion .card-body {
  margin-top: -9px;
  padding: 0 30px 20px;
}
.accordion .collapse-item .card-body {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.accordion .collapse-item.show .card-body {
  opacity: 1;
  visibility: visible;
}

.rounded {
  border-radius: 12px !important;
}

.rounded-lg {
  border-radius: 27px !important;
}

.pagination {
  margin-bottom: 60px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  width: 40px;
  height: 40px;
  background: no-repeat center;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}

.page-item:first-child .page-link {
  margin-right: 7px;
  background-image: url("/images/arrow-left.png");
}

.page-item:last-child .page-link {
  margin-left: 7px;
  background-image: url("/images/arrow-right.png");
}

.page-item.disabled {
  opacity: .5;
}

.page-link {
  box-shadow: none !important;
}

span.page-link {
  cursor: default !important;
}

.page-item:not(:first-child):not(:last-child) {
  margin: 0 20px;
}
.page-item:not(:first-child):not(:last-child) .page-link {
  position: relative;
  padding: 0;
  background: transparent !important;
  color: #82878f;
  line-height: 40px;
  border: 0 !important;
}
.page-item:not(:first-child):not(:last-child) .page-link:hover, .page-item:not(:first-child):not(:last-child) .page-link:focus {
  color: #333333;
}
.page-item:not(:first-child):not(:last-child) .page-link::after {
  content: "";
  display: block;
  margin-top: -10px;
  height: 2px;
  background: #2d36aa;
  visibility: hidden;
}

.page-item.active .page-link {
  color: #333333 !important;
  font-weight: 700;
}
.page-item.active .page-link::after {
  visibility: visible !important;
}

.page-dots {
  line-height: 40px;
}

.stars {
  margin-bottom: 16px;
  width: 92px;
  height: 14px;
  background: url("/images/sprite-stars.png") no-repeat;
}

.stars-5 {
  background-position: 0 0;
}

.stars-4 {
  background-position: 0 -24px;
}

.stars-3 {
  background-position: 0 -48px;
}

.stars-2 {
  background-position: 0 -72px;
}

.stars-1 {
  background-position: 0 -96px;
}

.clickable-stars {
  position: relative;
}

.clickable-stars input[type="radio"] {
  position: absolute;
  top: 1px;
  opacity: 0;
  cursor: pointer;
}

.clickable-stars span {
  display: block;
  margin-bottom: 16px;
  width: 92px;
  height: 14px;
  background: url("/images/sprite-stars.png") no-repeat 0 -120px;
}

.clickable-stars input[type="radio"].star-1 {
  left: 2px;
}

.clickable-stars input[type="radio"].star-2 {
  left: 21px;
}

.clickable-stars input[type="radio"].star-3 {
  left: 40px;
}

.clickable-stars input[type="radio"].star-4 {
  left: 58px;
}

.clickable-stars input[type="radio"].star-5 {
  left: 78px;
}

.clickable-stars input[type="radio"].star-1:checked ~ span {
  background-position: 0 -96px;
}

.clickable-stars input[type="radio"].star-2:checked ~ span {
  background-position: 0 -72px;
}

.clickable-stars input[type="radio"].star-3:checked ~ span {
  background-position: 0 -48px;
}

.clickable-stars input[type="radio"].star-4:checked ~ span {
  background-position: 0 -24px;
}

.clickable-stars input[type="radio"].star-5:checked ~ span {
  background-position: 0 0;
}

.list-styled {
  padding-left: 0;
  list-style: none !important;
}
.list-styled > li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 26px !important;
}
.list-styled > li + li {
  margin-top: 0 !important;
}
.list-styled > li:last-child {
  margin-bottom: 0;
}
.list-styled > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px !important;
  width: 17px !important;
  height: 17px !important;
  background: url("/images/ico-tick-circle.png") no-repeat center !important;
}
.list-styled.flex-col-3 > li {
  -webkit-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
}

.diplomas .item img {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.opinion-list .opinion {
  padding: 30px 0;
  border-top: 1px solid #e8e8e8;
}
.opinion-list .opinion:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.opinion-list .opinion .lead {
  font-size: 20px;
}

/* =UI
----------------------------------------------- */
.btn, .btn-marked a, .btn-load-more {
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
}
.btn .ico, .btn-marked a .ico, .btn-load-more .ico {
  margin-right: 10px;
}
.btn:hover img, .btn:focus img, .btn-marked a:hover img, .btn-marked a:focus img, .btn-load-more:hover img, .btn-load-more:focus img {
  margin-left: 0;
  margin-right: 0;
}
.btn:hover img:first-child, .btn:focus img:first-child, .btn-marked a:hover img:first-child, .btn-marked a:focus img:first-child, .btn-load-more:hover img:first-child, .btn-load-more:focus img:first-child {
  opacity: 0;
  visibility: hidden;
}
.btn:hover img:last-child, .btn:focus img:last-child, .btn-marked a:hover img:last-child, .btn-marked a:focus img:last-child, .btn-load-more:hover img:last-child, .btn-load-more:focus img:last-child {
  opacity: 1;
  visibility: visible;
}

.btn-lg {
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.btn-sm {
  padding: 7px 20px !important;
  font-size: 14px;
}

.btn-primary, .btn-marked a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff !important;
  border: 0;
  box-shadow: none !important;
}
.btn-primary::before, .btn-marked a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  background: #ff7234;
}
.btn-primary::after, .btn-marked a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ee6a6a;
  background: -moz-linear-gradient(left, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee6a6a), color-stop(100%, rgba(255, 113, 52, 0)));
  background: -webkit-linear-gradient(left, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  background: -o-linear-gradient(left, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  background: -ms-linear-gradient(left, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  background: linear-gradient(to right, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a6a', endColorstr='#ff7134', GradientType=1 );
}
.btn-primary:hover::before, .btn-primary:focus::before, .btn-primary:not([disabled]):not(.disabled).active::before, .btn-primary:not([disabled]):not(.disabled):active::before, .show > .btn-primary.dropdown-toggle::before, .btn-marked a:hover::before, .btn-marked a:focus::before, .btn-marked a:not([disabled]):not(.disabled).active::before, .btn-marked a:not([disabled]):not(.disabled):active::before, .show > .btn-marked a.dropdown-toggle::before {
  background: #fb3f4c;
}

.btn-outline-primary, .btn-load-more {
  background: transparent;
  border-color: #e8e8e8;
  color: #82878f;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .btn-load-more:hover, .btn-load-more:focus, .btn-load-more:not([disabled]):not(.disabled).active, .btn-load-more:not([disabled]):not(.disabled):active, .show > .btn-load-more.dropdown-toggle {
  background: #2d36aa;
  border-color: #2d36aa;
  color: #ffffff;
  box-shadow: 5px 5px 30px 5px rgba(51, 51, 51, 0.3) !important;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #e8e8e8;
  color: #ee6a6a;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  background: #fc6771;
  border-color: #fc6771;
  color: #ffffff;
  box-shadow: none !important;
}

.btn-load-more {
  display: table;
  margin-top: 1.5rem !important;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
}

.ico {
  position: relative;
}
.ico img {
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.ico img:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ico img:last-child {
  opacity: 0;
  visibility: hidden;
}

.buttons-bar {
  margin-bottom: 45px;
}
.buttons-bar .btn {
  margin-top: 40px;
  min-height: 73px;
  border-radius: 50px;
}

.input-group {
  position: relative;
}
.input-group .form-control:not(.form-quantity) {
  padding: 0 169px 0 20px;
  height: 60px;
  border: 0;
  -webkit-border-radius: 30px !important;
  border-radius: 30px !important;
}
.input-group .btn {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
}

.form-group.ico .form-control {
  padding-left: 40px;
  background: no-repeat 12px center;
}

.form-group.ico-email .form-control {
  background-image: url("/images/ico-person.png");
}
.form-group.ico-password .form-control {
  background-image: url("/images/ico-padlock.png");
}
.form-group.ico-datepicker .form-control {
  background-image: url("/images/ico-datepicker.png");
}

.form-control {
  padding: 12px 18px;
  height: 50px;
  border-color: #e8e8e8;
  border-radius: 4px;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: #ee6a6a;
}
.form-control::-webkit-input-placeholder {
  color: #888888;
}
.form-control::-moz-placeholder {
  color: #888888;
}
.form-control:-ms-input-placeholder {
  color: #888888;
}
.form-control:-moz-placeholder {
  color: #888888;
}

.form-control-sm {
  height: 35px;
}

.form-group-quantity {
  position: relative;
}

.form-quantity {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-quantity {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
  padding: 0;
  z-index: 10;
  background: #ee6a6a;
  background: -moz-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee6a6a), color-stop(100%, #ff7134));
  background: -webkit-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -o-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -ms-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: linear-gradient(to right, #ee6a6a 0%, #ff7134 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a6a', endColorstr='#ff7134', GradientType=1 );
}
.btn-quantity::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.btn-minus {
  left: 30px;
}
.btn-minus::before {
  background-image: url("/images/quantity-minus.png");
}

.btn-plus {
  right: 30px;
}
.btn-plus::before {
  background-image: url("/images/quantity-plus.png");
}

.ui-datepicker {
  padding: 0 20px;
}

.ui-widget-header {
  padding: 0 !important;
  height: 54px;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.ui-datepicker td {
  padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  margin: auto;
  padding: 0;
  width: 26px;
  height: 26px;
  background: transparent;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  border: 0;
  border-radius: 50%;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #e8e8e8;
  color: #212121;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  color: #ffffff !important;
  background: #ee6a6a;
  background: -moz-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee6a6a), color-stop(100%, #ff7134));
  background: -webkit-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -o-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -ms-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: linear-gradient(to right, #ee6a6a 0%, #ff7134 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a6a', endColorstr='#ff7134', GradientType=1 );
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 7px;
  width: 40px;
  height: 40px;
  background: no-repeat center;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0;
  background-image: url("/images/arrow-left.png");
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
  background-image: url("/images/arrow-right.png");
}

.ui-datepicker .ui-datepicker-title {
  line-height: 58px;
  margin: 0 40px;
}

.ui-widget.ui-widget-content {
  margin-top: 10px;
  border: 0;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
}

.searchform {
  min-width: 315px;
}

.label, label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.custom-file, .custom-file-input {
  height: 50px;
}

.custom-file-label {
  z-index: 10;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  border-radius: 30px;
}
.custom-file-label .btn {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
}

.custom-file-label::before {
  content: attr(data-file);
  display: block;
  overflow: hidden;
  padding: 12px 0 12px 50px;
  width: 300px;
  height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("/images/ico-tick-circle.png") no-repeat 20px center;
}

.custom-file-label-default::before {
  padding-left: 18px;
  background: none;
}

.custom-file-label::after {
  display: none;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}

.custom-control-label::after {
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.custom-control-input:checked ~ .custom-control-label::after {
  transform: scale(1);
}

.custom-control {
  margin-bottom: 9px;
  margin-right: 20px;
  padding-left: 0;
}

.custom-control-label {
  padding-left: 30px;
  color: #82878f;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.custom-control-label::before {
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #e8e8e8;
}

.custom-checkbox .custom-control-label::before {
  background: transparent !important;
}

.custom-checkbox .custom-control-label::after {
  border-radius: 4px;
}

.custom-control-input:active ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2d36aa;
}

.custom-control-label::after {
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.custom-radio .custom-control-label::after {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: transparent;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background: #ee6a6a;
  background: -moz-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee6a6a), color-stop(100%, #ff7134));
  background: -webkit-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -o-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -ms-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: linear-gradient(to right, #ee6a6a 0%, #ff7134 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a6a', endColorstr='#ff7134', GradientType=1 );
  transform: scale(1);
}

.dropdown-menu {
  overflow: hidden;
  margin-top: 0;
  border: 0;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle {
  padding-right: 65px !important;
}
.dropdown-toggle::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 8px;
  border: 0;
  background: url("/images/dropdown-arrow.png") no-repeat center;
}

.modal form {
  width: 100%;
}

.modal-md {
  max-width: 420px;
}

.modal-header, .modal-footer {
  border: 0;
}

.modal-content {
  border: 0;
  border-radius: 27px;
}

.modal-header {
  padding: 28px 30px 23px;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}

.modal-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-footer {
  padding: 15px 30px 30px;
}

.modal-header .close, .btn-form-close:not(.btn-form-default) {
  position: absolute;
  right: -9px;
  top: -9px;
  padding: 0;
  width: 50px;
  height: 50px;
  opacity: 1 !important;
}
.modal-header .close > span, .btn-form-close:not(.btn-form-default) > span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/ico-times-white.png") no-repeat center;
}

#loginModal, #registrationModal {
  z-index: 99999;
}

.btn-form-close:not(.btn-form-default) {
  z-index: 10;
  top: 15px;
  right: 15px;
}

.modal .col-right {
  border-top-right-radius: 27px !important;
  border-bottom-right-radius: 27px !important;
}

.breadcrumb-bar {
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb {
  margin: 0 !important;
  padding: 0 10px !important;
  background: transparent;
  color: #82878f;
  border-radius: 0;
}

.breadcrumb-item {
  position: relative;
}
.breadcrumb-item a {
  color: #82878f;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #fb3f4c;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 13px;
  background: url("/images/breadcrumb-divider.png") no-repeat center;
}

.breadcrumb-item + .breadcrumb-item {
  margin-left: 10px;
  padding-left: 18px;
}

/* =Page modules
----------------------------------------------- */
#hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 10px;
  height: 180px;
  background: #95a1fc url("/chacheimage/hero.jpg") no-repeat center/cover;
  color: #ffffff;
  text-align: center;
}
#hero .h1, #hero h1 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
}
#hero .input-group {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 44px auto 0;
  max-width: 750px;
  transform: translateY(50%);
}
#hero .input-group .form-control {
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1) !important;
}

body.home #hero {
  height: 550px;
  background-attachment: fixed;
  background-position: center top;
}
body.home #hero .input-group {
  position: relative;
  transform: none;
}
body.home #hero .input-group .form-control {
  box-shadow: none !important;
}

#recommended {
  padding: 48px 0 20px;
}

#travel-direction {
  padding: 48px 0 20px;
}
#travel-direction .img-area img {
  -webkit-border-radius: 27px;
  border-radius: 27px;
}

#geographical-regions {
  padding: 48px 0 51px;
}
#geographical-regions .btn {
  margin-top: 20px;
}

#popular-cities {
  padding: 48px 0 51px;
}
#popular-cities .btn {
  margin-top: 20px;
}

#special-offers {
  padding: 48px 0 43px;
}

#last-added {
  padding: 48px 0 51px;
}
#last-added .btn {
  margin-top: 20px;
}

#events {
  padding: 48px 0 51px;
}
#events .btn {
  margin-top: 20px;
}

#worth-knowing {
  padding: 48px 0 95px;
}
#worth-knowing .btn {
  margin-top: 20px;
}
#worth-knowing .item-box {
  min-height: 218px;
}

#about {
  padding: 97px 0 49px;
  background: #f9f9f9;
}
#about .header-area {
  margin-bottom: 36px;
}
#about .lead {
  margin-bottom: 34px;
}

#accommodation-top {
  padding: 94px 0 170px;
  background: #2d36aa;
  color: #ffffff;
}
#accommodation-top .scroll-btn {
  margin-top: 56px;
}

#accommodation {
/*  padding: 10px 0 38px;*/
      margin-top: -120px;
    padding: 352px 0 38px;
    background: url(/images/accommodation-photos.png) no-repeat center top;
}

#accommodation-list {
  padding-top: 20px;
}

section, .section {
  padding: 48px 0 20px;
}
section.pb-5, .section.pb-5 {
  padding-bottom: 100px !important;
}

.section-lg {
  padding: 97px 0 49px;
}

#content-main {
  padding: 77px 0 20px;
}

#content p + .h2, #content p + h2 {
  margin-top: 59px;
}
#content p + .h3, #content p + h3 {
  margin-top: 40px;
}
#content .h1, #content .h2, #content .h3, #content .h4, #content .h5, #content .h6, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin-bottom: 19px;
}
#content .h1, #content h1 {
  font-size: 30px;
  line-height: 30px;
}
#content .h2, #content h2 {
  font-size: 24px;
  line-height: 24px;
}
#content .h3, #content h3 {
  font-size: 18px;
  line-height: 18px;
}
#content p, #content ul, #content ol {
  margin-bottom: 26px;
}
#content img {
  margin: 16px 0 43px;
  max-width: 100%;
  height: auto;
  border-radius: 27px;
}
#content ul:not(.slick-dots):not(.pagination) {
  padding-left: 0;
  list-style: none;
}
#content ul:not(.slick-dots):not(.pagination) > li {
  position: relative;
  padding-left: 24px;
}
#content ul:not(.slick-dots):not(.pagination) > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #2d36aa;
  border-radius: 50%;
}
#content ul:not(.slick-dots):not(.pagination) > li + li {
  margin-top: 15px;
}
#content a:not(.btn) {
  color: #ee6a6a;
}
#content a:not(.btn):hover, #content a:not(.btn):focus {
  color: #fb3f4c;
}

#map {
  height: 400px;
}

/* =Slick slider
----------------------------------------------- */
.slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.slick-slider button {
  display: block;
  padding: 0;
  text-indent: -99999px;
  cursor: pointer;
}

.slick-arrow {
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: no-repeat center;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}

.slick-prev {
  right: 60px;
  background-image: url("/images/arrow-left.png");
}

.slick-next {
  right: 0;
  background-image: url("/images/arrow-right.png");
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 12px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.slick-dots > li > button {
  margin: 0 5px;
  width: 13px;
  height: 13px;
  background: #e8e8e8;
  border: 0;
  border-radius: 50%;
}
.slick-dots > li.slick-active > button {
  overflow: hidden;
  position: relative;
  width: 15px;
  height: 15px;
}
.slick-dots > li.slick-active > button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  background: #ff7234;
}
.slick-dots > li.slick-active > button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ee6a6a;
  background: -moz-linear-gradient(left, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee6a6a), color-stop(100%, rgba(255, 113, 52, 0)));
  background: -webkit-linear-gradient(left, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  background: -o-linear-gradient(left, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  background: -ms-linear-gradient(left, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  background: linear-gradient(to right, #ee6a6a 0%, rgba(255, 113, 52, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a6a', endColorstr='#ff7134', GradientType=1 );
}

.slider-image {
  padding-bottom: 80px;
}
.slider-image img {
  margin: 0 !important;
  border-radius: 0 !important;
}
.slider-image .slick-list {
  border-radius: 27px;
}
.slider-image .slick-arrow {
  margin: auto;
  width: 60px;
  height: 60px;
  background: #ee6a6a;
  background: -moz-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee6a6a), color-stop(100%, #ff7134));
  background: -webkit-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -o-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -ms-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: linear-gradient(to right, #ee6a6a 0%, #ff7134 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a6a', endColorstr='#ff7134', GradientType=1 );
  border: 0;
}
.slider-image .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.slider-image .slick-prev {
  left: -75px;
  right: 0px;
}
.slider-image .slick-prev::after {
  background: url("/images/slider-arrow-left.png") no-repeat center;
}
.slider-image .slick-next {
  right: -75px;
  left: 0;
}
.slider-image .slick-next::after {
  background: url("/images/slider-arrow-right.png") no-repeat center;
}

.slider-gallery {
  padding-bottom: 40px;
}
.slider-gallery .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slider-gallery .slider-item {
  margin-bottom: 23px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.slider-gallery .slider-item img {
  margin: 0 auto !important;
  border-radius: 10px !important;
  opacity: .5;
  transition: all 0.2s ease-in-out;
}
.slider-gallery .slider-item:hover img, .slider-gallery .slider-item.current img {
  opacity: 1;
}
.slider-gallery .slick-dots {
  bottom: 0;
  margin-bottom: 0 !important;
  height: 40px;
}

.carousel-items-4 {
  margin-top: -50px;
}
.carousel-items-4 .slick-track {
  padding: 50px 0 90px;
}

/* =Range slider
----------------------------------------------- */
.irs--round {
  margin-top: 45px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  display: none;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-min, .irs--round .irs-max {
  padding: 0 15px;
  background: transparent;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  border: 1px solid #e8e8e8;
  border-radius: 27px;
  cursor: pointer;
}

.irs--round .irs-min, .irs--round .irs-max {
  display: none;
}

.irs--round .irs-bar {
  height: 7px;
  background: #ee6a6a;
  background: -moz-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee6a6a), color-stop(100%, #ff7134));
  background: -webkit-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -o-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -ms-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: linear-gradient(to right, #ee6a6a 0%, #ff7134 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a6a', endColorstr='#ff7134', GradientType=1 );
  cursor: pointer;
}

.irs--round .irs-line {
  height: 7px;
  background: #f9f9f9;
  border-radius: 2px;
  cursor: pointer;
}

.irs--round .irs-handle {
  top: 28px;
  width: 23px;
  height: 23px;
  background: #ee6a6a;
  background: -moz-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee6a6a), color-stop(100%, #ff7134));
  background: -webkit-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -o-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -ms-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: linear-gradient(to right, #ee6a6a 0%, #ff7134 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a6a', endColorstr='#ff7134', GradientType=1 );
  border: 0;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.irs-from, .irs-to, .irs-single {
  top: -25px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-min, .irs--round .irs-max {
  color: #82878f;
}

/* =Lightbox
----------------------------------------------- */
#baguetteBox-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.baguetteBox-button svg {
  display: none;
}

.baguetteBox-button {
  display: block !important;
  margin: auto;
  width: 50px !important;
  height: 50px !important;
  background: #ee6a6a;
  background: -moz-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ee6a6a), color-stop(100%, #ff7134));
  background: -webkit-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -o-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: -ms-linear-gradient(left, #ee6a6a 0%, #ff7134 100%);
  background: linear-gradient(to right, #ee6a6a 0%, #ff7134 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a6a', endColorstr='#ff7134', GradientType=1 );
  border: 0;
  border-radius: 50%;
}
.baguetteBox-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.baguetteBox-button#previous-button {
  left: 15px;
}
.baguetteBox-button#previous-button::after {
  background: url("/images/slider-arrow-left.png") no-repeat center;
}
.baguetteBox-button#next-button {
  right: 15px;
}
.baguetteBox-button#next-button::after {
  background: url("/images/slider-arrow-right.png") no-repeat center;
}
.baguetteBox-button#close-button {
  top: 15px;
  right: 15px;
}
.baguetteBox-button#close-button::after {
  background: url("/images/ico-times-white.png") no-repeat center;
}

#baguetteBox-overlay .full-image img {
  border-radius: 27px;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
}

/* =Media queries
----------------------------------------------- */
@media (min-width: 992px) {
  body.msie {
    padding-right: 0 !important;
  }
  body.msie .navbar {
    margin-right: 0 !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .container-sm {
    max-width: 780px !important;
  }

  .collapse-lg-block {
    display: block !important;
  }

  .item-box-horizontal {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .item-box-horizontal .img-area {
    height: 100%;
  }
  .item-box-horizontal .img-area img {
    max-width: none !important;
    width: auto;
    height: 100%;
    border-radius: 27px 0 0 27px;
  }
  .item-box-horizontal .content, .item-box-horizontal .btn-area {
    margin-right: -1px;
  }

  .sidebar .icons .item {
    margin-bottom: 30px;
  }
  .sidebar .icons .icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sidebar .icons .icon {
    margin-left: 0;
    margin-right: 18px;
    width: 69px;
    height: 69px;
  }
  .sidebar .icons .title {
    margin-top: 0;
    font-size: 16px;
  }

  #pageNavCollapse {
    display: block !important;
  }

  .sidebar-absolute {
    position: absolute;
    top: 0;
    right: 0;
  }

  .page-nav-mobile {
    position: static !important;
  }

  .modal-open .navbar {
    margin-right: 17px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .page-nav > li > a {
    font-size: 12px;
  }

  .slider-gallery .slider-item {
    margin-bottom: 21px;
  }

  #worth-knowing .item-box {
    min-height: 262px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-2 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .flex-columns-4 > li {
    width: 33.33333333%;
  }

  .navbar-brand {
    margin: 24px 0;
  }

  .navbar {
    align-items: flex-start;
    transition: all 0.5s ease-in-out;
  }

  .navbar.open {
    position: fixed;
    height: 100%;
    background: url("/chacheimage/hero.jpg") no-repeat center top/cover;
  }

  #navbarMenu {
    overflow-y: auto;
    position: fixed;
    z-index: -1;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
  }
  #navbarMenu.open {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
  }
  #navbarMenu .navbar-nav {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    max-width: 720px;
    width: 100%;
  }

  .navbar-nav > li {
    margin-right: 0;
  }
  .navbar-nav > li.btn-marked {
    margin: 15px 0px;
  }
  .navbar-nav > li a {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
  }

  .parallax {
    background-position: center top !important;
    background-attachment: scroll !important;
  }

  .modal .col-right {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 27px !important;
    margin: 0 10px;
    padding: 0 !important;
  }

  .form-items {
    overflow-y: auto;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    background: #ffffff;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
  }
  .form-items.open {
    visibility: visible;
    transform: translateY(0);
  }

  .btn-form {
    position: fixed;
    z-index: 1900;
    left: 0;
    right: 0;
    bottom: 10px;
  }

  .btn-form-inset {
    z-index: 9999;
  }

  .form-items:not(.open) ~ .btn-form-inset {
    opacity: 0;
    visibility: hidden;
  }

  .form-items.open ~ .btn-form-inset {
    transition: all 0.5s ease-in-out;
    transition-delay: .5s;
  }

  .breadcrumb-bar {
    display: none !important;
  }

  .item-box .img-area {
    padding-bottom: 50%;
  }
  .item-box .img-area img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    right: -100%;
    left: -100%;
    margin: auto;
  }

  .item-box-base .img-area {
    padding-bottom: 0;
  }
  .item-box-base .img-area img {
    position: static;
  }

  #hero {
    height: 130px;
  }

  .h3 .price, h3 .price {
    font-size: 20px;
    line-height: 26px;
  }

  .buttons-bar {
    margin-bottom: 0;
  }
  .buttons-bar .btn {
    margin-top: 20px;
  }

  #page-navbar {
    height: auto;
  }

  .page-nav-mobile {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
  }

  .page-nav-mobile.fixed-top {
    visibility: visible;
    transform: translateY(0);
  }

  .page-nav > li {
    margin: 0 !important;
  }
  .page-nav > li > a {
    padding: 5px 15px;
  }

  .page-nav > li > a.active::after {
    height: 100%;
  }

  .page-nav > li > a::after {
    width: 3px !important;
    height: 0;
    right: auto;
  }

  body.is-sticky-nav {
    margin-top: 0;
  }

  .fixed-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 10px;
  }
  .fixed-buttons .btn + .btn {
    margin-left: 15px;
  }

  .slider-image {
    padding-bottom: 0;
  }

  .slider-image .slick-arrow {
    width: 50px;
    height: 50px;
    opacity: .7;
  }

  .slider-image .slick-next {
    left: auto;
    right: -12px;
  }

  .slider-image .slick-prev {
    right: auto;
    left: -12px;
  }

  .slider-image .slick-arrow {
    top: 0;
  }

  .sidebar-absolute {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-open .form-items.open, .modal-open .btn-form {
    opacity: 0;
    visibility: hidden;
  }

  #worth-knowing .item-box {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: none;
  }

  #footer .col {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #footer .nav > li {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #footer .nav > li + li {
    margin-top: 0;
  }

  .footer-top {
    padding: 50px 0 52px;
  }

  .footer-bottom {
    padding: 20px 0 21px;
  }

  section, .section {
    padding: 30px 0 20px;
  }
  section.pb-5, .section.pb-5 {
    padding-bottom: 50px !important;
  }

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

  #accommodation-top {
    padding: 54px 0 130px;
  }

  #about {
    padding: 47px 0 29px;
  }

  #worth-knowing {
    padding: 20px 0 55px;
  }

  #special-offers {
    padding-bottom: 0;
  }

  .section-lg {
    padding: 47px 0 29px;
  }

  .icons .item {
    margin-bottom: 43px;
  }

  .list-styled.flex-col-3 > li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }

  #worth-knowing .item-box {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .flex-columns-4 > li {
    width: 50%;
  }

  #hero .h1, #hero h1 {
    font-size: 28px;
  }

  .h2, h2 {
    font-size: 22px;
    line-height: 22px;
  }

  #content-main .h1, #content-main h1 {
    font-size: 22px;
    line-height: 22px;
  }

  .display-1 {
    font-size: 34px;
    line-height: 40px;
  }

  .page-item:not(:first-child):not(:last-child) {
    margin: 0 6px;
  }

  .modal-header .close, .btn-form-close:not(.btn-form-default) {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 424px) {
  .item-box-outer {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flex-columns-4 {
    text-align: center;
  }
  .flex-columns-4 > li {
    width: 100%;
  }
  .page-item:not(:first-child):not(:last-child) {
    margin: 0 5px;
  }
  .btn, .btn-marked a, .btn-load-more {
        font-size: 13px;
        font-weight: 400;
    }
}
@media (max-width: 374px) {
  .navbar-brand img {
    width: 200px;
  }
  .btn, .btn-marked a, .btn-load-more {
        font-size: 13px;
        font-weight: 400;
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
  .item-box .content-sm .h1, .item-box .content-sm h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .item-box .content-sm .h2, .item-box .content-sm h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .item-box .btn-area .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
}

.form-control-error {
    border-color: #ee6a6a;
}

.form-control-invalid-feedback{
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;

}