/* line 104, style.scss */
a, .top_nav .tel_btn, .search button[type="submit"], .filters button[type="submit"], .big_buttons .button, .tour, .login_modal .social_login .facebook, .login_modal .social_login .google, .social .social_cont {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*-webkit-transform: translateZ(0);*/
}

/* line 130, style.scss */
a, .top_nav .tel_btn, .search button[type="submit"], .filters button[type="submit"], .big_buttons .button, .tour, .login_modal .social_login .facebook, .login_modal .social_login .google {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 133, style.scss */
a:hover, .top_nav .tel_btn:hover, .search button[type="submit"]:hover, .filters button[type="submit"]:hover, .big_buttons .button:hover, .tour:hover, .login_modal .social_login .facebook:hover, .login_modal .social_login .google:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/*z-index stufs*/
/*
exmple:
z-index: index($elements, before_footer_wrapper_open);
*/
/* line 162, style.scss */
body {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 500;
  line-height: 1.3;
}

/* line 170, style.scss */
.big_cont {
  display: none;
}

/* line 174, style.scss */
a {
  color: #4c4c4c;
}
/* line 177, style.scss */
a:hover {
  color: #4c4c4c;
  text-decoration: none;
}

/* line 183, style.scss */
:focus {
  outline: none;
}

/* line 187, style.scss */
.loader {
  background-image: url("images/loader.gif");
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

/* line 199, style.scss */
.top_nav {
  width: 100%;
  height: 30px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding-top: 5px;
}
/* line 206, style.scss */
.top_nav .link {
  float: right;
  margin-right: 20px;
}
/* line 209, style.scss */
.top_nav .link div, .top_nav .link a {
  float: right;
}
/* line 212, style.scss */
.top_nav .link .text {
  line-height: 1.3;
}
/* line 215, style.scss */
.top_nav .link .icon {
  margin-left: 10px;
  margin-top: 3px;
}
/* line 222, style.scss */
.top_nav .login_link .icon {
  background-image: url("images/login_link_icon.png");
  width: 7px;
  height: 13px;
}
/* line 230, style.scss */
.top_nav .register_link .icon {
  background-image: url("images/register_link_icon.png");
  width: 11px;
  height: 14px;
}
/* line 237, style.scss */
.top_nav .favorite_link {
  border-right: 1px solid #4c4c4c;
  margin-right: 10px;
  padding-right: 10px;
}
/* line 243, style.scss */
.top_nav .tel_btn {
  float: left;
  background-color: #dd1b16;
  width: 170px;
  padding: 0 20px 2px;
  margin-top: -6px;
}
/* line 250, style.scss */
.top_nav .tel_btn .icon {
  background-image: url("images/tel_icon.png");
  width: 17px;
  height: 17px;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
}
/* line 258, style.scss */
.top_nav .tel_btn .text {
  color: white;
  font-size: 22px;
}

/* line 266, style.scss */
.home_slider {
  /*background-image: url("images/slider_img.png");*/
  background-image: url(images/r_bg_img.jpg);
  width: 100%;
  height: 350px;
  background-size: auto;
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #00d7fe;
}

/* line 275, style.scss */
.header_elements {
  text-align: center;
  position: absolute;
  top: 25%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 283, style.scss */
.header_elements > div {
  margin: auto;
  margin-bottom: 30px;
}
/* line 288, style.scss */
.header_elements h1.site_title {
  color: #5a5a5a;
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* line 297, style.scss */
.logo {
  background-image: url("images/logo.png");
  width: 151px;
  height: 112px;
}
/* line 301, style.scss */
.logo.no_hp {
  background-image: url("images/logo_no_hp.png");
  margin: AUTO;
}

/* line 308, style.scss */
.search form {
  margin: auto;
  width: 369px;
  height: 52px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background-color: white;
  border: 1px solid #dedede;
}
/* line 316, style.scss */
.search input[type="search"] {
  color: #999;
  font-size: 22px;
  border: none;
  margin-top: 11px;
  float: left;
  margin-left: 0;
  width: 100%;
  padding: 0 15px;
}
/* line 61, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
.search input[type="search"]:-moz-placeholder {
  color: #999;
  font-size: 22px;
}
/* line 64, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
.search input[type="search"]::-moz-placeholder {
  color: #999;
  font-size: 22px;
}
/* line 67, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
.search input[type="search"]:-ms-input-placeholder {
  color: #999;
  font-size: 22px;
}
/* line 56, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
.search input[type="search"]::-webkit-input-placeholder {
  color: #999;
  font-size: 22px;
}
/* line 331, style.scss */
.search button[type="submit"] {
  background-image: url("images/search_icon.png");
  background-position: 45% center;
  background-repeat: no-repeat;
  width: 26px;
  height: 51px;
  padding: 0 30px;
  border: none;
  background-color: transparent;
  border-left: 1px solid #dd1b16;
  float: right;
}

/* line 347, style.scss */
.menu ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  float: right;
}
/* line 352, style.scss */
.menu ul li {
  display: inline-block;
  border-left: 1px solid #282828;
  padding-left: 10px;
  float: right;
  margin-left: 10px;
  line-height: 1;
}
/* line 359, style.scss */
.menu ul li:last-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 364, style.scss */
.menu ul li a {
  color: #282828;
  font-size: 18px;
  font-weight: 500;
}

/* line 373, style.scss */
.filters {
  position: relative;
  margin-bottom: 30px;
  background-color: #424242;
  width: 100%;
  min-height: 120px;
  float: right;
  margin-top: 20px;
  padding: 37px 32px;
  z-index: 8;
}
/* line 384, style.scss */
.filters select, .filters .filter_title {
  background-color: white;
  padding: 7px 15px 9px;
  color: #333;
  font-size: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/arr_down.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  text-align: right;
  margin-left: 24px;
  float: right;
  cursor: pointer;
}
/* line 400, style.scss */
.filters .filter .sub_menu {
  position: absolute;
  top: 100%;
  min-width: 879px;
  min-height: 324px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(16, 17, 17, 0.3);
  background-image: url("images/sub_menu_bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: white;
  padding: 27px;
  padding-left: 235px;
  background-size: cover;
}
/* line 414, style.scss */
.filters .filter .sub_menu .area_col {
  float: right;
  width: 25%;
}
/* line 419, style.scss */
.filters .filter .sub_menu .ul_title {
  color: #dd1b16;
  font-size: 18px;
  margin-bottom: 2px;
}
/* line 424, style.scss */
.filters .filter .sub_menu ul {
  padding: 0;
}
/* line 427, style.scss */
.filters .filter .sub_menu li {
  list-style: none;
  color: #282828;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
/* line 435, style.scss */
.filters .filter .sub_menu li.check:before {
  content: url("images/check.png");
  width: 12px;
  height: 9px;
  float: right;
  margin-right: -18px;
  margin-top: 1px;
}
/* line 445, style.scss */
.filters .filter .sub_menu button {
  float: right;
  clear: both;
  margin-top: 10px;
  font-size: 22px;
}
/* line 453, style.scss */
.filters button[type="submit"] {
  background-color: #dd1b16;
  border: 1px solid #dd1b16;
  color: white;
  font-size: 22px;
  padding: 7px 15px 9px;
  float: right;
}
/* line 463, style.scss */
.filters button[type="submit"], .filters select, .filters .filter_title {
  min-width: 18.2%;
}

/* line 468, style.scss */
.big_buttons {
  margin-bottom: 40px;
}
/* line 470, style.scss */
.big_buttons .button {
  width: 100%;
  min-height: 79px;
  color: white;
  font-size: 22px;
  text-align: center;
  padding-top: 23px;
  padding-right: 50px;
  background-position: calc(100% - 25px) center;
  background-repeat: no-repeat;
}
/* line 481, style.scss */
.big_buttons .button.first {
  background-color: #ffcb00;
  background-image: url("images/big_buttons_button_1_icon.png");
}
/* line 485, style.scss */
.big_buttons .button.second {
  background-color: #dd1b16;
  background-image: url("images/big_buttons_button_2_icon.png");
}
/* line 489, style.scss */
.big_buttons .button.third {
  background-color: #418acd;
  background-image: url("images/big_buttons_button_3_icon.png");
}

/* line 496, style.scss */
h2.featured_tours {
  width: 100%;
  text-align: center;
  color: #dd1b16;
  font-size: 32px;
}
/* line 501, style.scss */
h2.featured_tours:before {
  content: '-------';
}
/* line 504, style.scss */
h2.featured_tours:after {
  content: '-------';
}

/* line 509, style.scss */
.featured_tours_cont > .row {
  padding-top: 15px;
  margin-bottom: 30px;
}

/* line 516, style.scss */
.tour {
  margin-bottom: 25px;
  float: right;
  width: 100%;
  cursor: pointer;
  background-color: #fbfbfb;
  border: #efefef 1px solid;
  padding: 20px;
}
/* line 526, style.scss */
.tour .tour_img img {
  max-width: 100%;
}
/* line 530, style.scss */
.tour .tour_dtls {
  color: #282828;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1;
}
/* line 538, style.scss */
.tour .tour_dtls .title {
  color: #dd1b16;
  font-weight: bold;
  line-height: 1.5;
  min-height: 65px;
  border-top: #efefef 1px solid;
  padding-top: 10px;
  width: 100%;
}
/* line 548, style.scss */
.tour .tour_dtls .by {
  margin-right: 10px;
  border-right: 1px solid #8e8e8e;
  padding-right: 10px;
}
/* line 554, style.scss */
.tour .tour_dtls .by, .tour .tour_dtls .date {
  font-size: 14px;
  margin-top: 10px;
  float: left;
  display: inline-block;
  color: #8e8e8e;
  min-height: 15px;
}
/* line 563, style.scss */
.tour .tour_dtls .title, .tour .tour_dtls .area {
  display: inline;
  float: right;
}
/* line 567, style.scss */
.tour .tour_dtls .area {
  border-right: 1px solid #282828;
  padding-right: 10px;
  margin-right: 10px;
}
/* line 573, style.scss */
.tour .stars {
  width: 100%;
  float: right;
  margin-top: 10px;
}
/* line 578, style.scss */
.tour .star {
  background-image: url("images/star.png");
  width: 10px;
  height: 10px;
  float: right;
  margin-left: 4px;
}
/* line 584, style.scss */
.tour .star:last-child {
  margin-left: 0;
}
/* line 587, style.scss */
.tour .star.full {
  background-image: url("images/star_full.png");
  width: 11px;
}

/* line 594, style.scss */
footer {
  background-color: #00d7fe;
  background-repeat: no-repeat;
  background-position: center 96%;
  padding-top: 10px;
}
/* line 601, style.scss */
footer ul {
  list-style: none;
  padding: 0;
  border-left: 1px dashed white;
  min-height: 160px;
}
/* line 607, style.scss */
footer ul li a {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 25px;
}
/* line 615, style.scss */
footer .footer_contact {
  width: 100%;
}
/* line 617, style.scss */
footer .footer_contact a {
  float: left;
  color: white;
  font-size: 22px;
  line-height: 1;
}
/* line 622, style.scss */
footer .footer_contact a .phone {
  font-size: 31px;
}
/* line 628, style.scss */
footer .newsletter {
  margin-bottom: 20px;
  float: right;
  width: 100%;
}
/* line 632, style.scss */
footer .newsletter form {
  background-color: #f4f4f4;
  border: 1px solid #dbdcd6;
  width: 100%;
  float: right;
  padding: 5px;
}
/* line 638, style.scss */
footer .newsletter form button {
  float: left;
  background-color: #282828;
  border: none;
  color: white;
  font-size: 22px;
  padding: 0 40px;
}
/* line 646, style.scss */
footer .newsletter form input {
  color: #282828;
  font-size: 18px;
  border: none;
  background-color: transparent;
  margin-top: 1px;
}
/* line 61, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
footer .newsletter form input:-moz-placeholder {
  color: #282828;
  font-size: 18px;
}
/* line 64, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
footer .newsletter form input::-moz-placeholder {
  color: #282828;
  font-size: 18px;
}
/* line 67, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
footer .newsletter form input:-ms-input-placeholder {
  color: #282828;
  font-size: 18px;
}
/* line 56, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
footer .newsletter form input::-webkit-input-placeholder {
  color: #282828;
  font-size: 18px;
}

/* line 663, style.scss */
.credits a {
  color: #282828;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 0;
  float: right;
}

/* line 672, style.scss */
.login_modal {
  width: 651px;
  height: 358px;
  background-color: white;
  box-shadow: 0 3px 5px rgba(16, 17, 17, 0.2);
}
/* line 677, style.scss */
.login_modal .modal-header {
  border: none;
}
/* line 680, style.scss */
.login_modal .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 685, style.scss */
.login_modal h4.modal-title {
  color: #2bb94e;
  font-size: 24px;
  font-weight: 900;
  line-height: 55px;
  text-align: center;
}
/* line 693, style.scss */
.login_modal .login_form input, .login_modal .login_form textarea {
  background-color: white;
  border: 1px solid #dcdad7;
  width: 100%;
  margin-bottom: 20px;
  color: #999;
  font-size: 16px;
  padding: 12px;
}
/* line 61, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
.login_modal .login_form input:-moz-placeholder, .login_modal .login_form textarea:-moz-placeholder {
  color: #999;
  font-size: 16px;
}
/* line 64, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
.login_modal .login_form input::-moz-placeholder, .login_modal .login_form textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
/* line 67, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
.login_modal .login_form input:-ms-input-placeholder, .login_modal .login_form textarea:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
/* line 56, ../../../../../../lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/css3/_user-interface.scss */
.login_modal .login_form input::-webkit-input-placeholder, .login_modal .login_form textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
/* line 706, style.scss */
.login_modal .login_form button, .login_modal .login_form .wpcf7-form-control.wpcf7-submit {
  background-color: #2bb94e;
  border: none;
  width: 100%;
  color: white;
  font-size: 16px;
  padding: 10px 0;
}
/* line 715, style.scss */
.login_modal .login_form a {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 16px;
  float: right;
}
/* line 725, style.scss */
.login_modal .social_login_cont {
  border-right: 1px solid #dcdad7;
}
/* line 730, style.scss */
.login_modal .social_login .text {
  width: 100%;
  text-align: center;
  color: black;
  margin-bottom: 55px;
  line-height: 1;
}
/* line 737, style.scss */
.login_modal .social_login .facebook, .login_modal .social_login .google {
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  font-size: 18px;
  cursor: pointer;
}
/* line 747, style.scss */
.login_modal .social_login .facebook {
  background-color: #3c66c4;
  margin-bottom: 22px;
}
/* line 750, style.scss */
.login_modal .social_login .facebook:before {
  font-family: FontAwesome;
  content: "\f09a";
  float: left;
  font-size: 26px;
  margin-left: 10px;
  line-height: 1;
}
/* line 759, style.scss */
.login_modal .social_login .google {
  background-color: #cf4332;
}
/* line 761, style.scss */
.login_modal .social_login .google:before {
  font-family: FontAwesome;
  content: "\f0d5";
  float: left;
  font-size: 26px;
  margin-left: 10px;
  line-height: 1;
}
/* line 772, style.scss */
.login_modal .link_to_regsiter {
  border-top: 1px solid #dcdad7;
  color: #999;
  padding-top: 10px;
  margin-top: 15px;
}
/* line 777, style.scss */
.login_modal .link_to_regsiter a {
  color: #2bb94e;
  text-decoration: underline;
}
/* line 784, style.scss */
.login_modal .modal-header {
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 792, style.scss */
.modal-dialog {
  margin-top: 215px !important;
}

/* line 797, style.scss */
.right_parts a {
  cursor: pointer;
}

/* line 802, style.scss */
.social {
  position: fixed;
  left: 0;
  top: calc((100% - 86px)/2);
  z-index: 9;
  width: 32px;
}
/* line 808, style.scss */
.social .social_cont {
  width: 32px;
  height: 32px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 91, style.scss */
.social .social_cont:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 813, style.scss */
.social .google_plus {
  background-color: #1985bc;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
}
/* line 820, style.scss */
.social .google_plus i {
  padding-top: 8px;
}
/* line 824, style.scss */
.social .facebook {
  background-image: url("images/fb.jpg");
}
/* line 827, style.scss */
.social .twitter {
  background-image: url("images/tw.jpg");
}

/*No Hp Styles*/
/* line 833, style.scss */
.search.no_hp {
  float: left;
}
/* line 835, style.scss */
.search.no_hp input[type="search"], .search.no_hp input[type="search"]::-webkit-input-placeholder {
  font-size: 16px;
  min-width: 160px;
}
/* line 840, style.scss */
.search.no_hp form {
  width: 305px;
  height: 42px;
}
/* line 846, style.scss */
.search.no_hp button[type="submit"] {
  width: 26px;
  height: 41px;
}

/* line 852, style.scss */
.header_elements_nohp {
  width: 100%;
  position: relative;
  min-height: 150px;
}
/* line 856, style.scss */
.header_elements_nohp > div, .header_elements_nohp nav {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
/* line 861, style.scss */
.header_elements_nohp nav {
  right: 0;
}
/* line 864, style.scss */
.header_elements_nohp .search {
  left: 0;
}
/* line 867, style.scss */
.header_elements_nohp .logo {
  right: 0;
  left: 0;
}

/* line 873, style.scss */
h2.search_results {
  color: #4c4c4c;
  font-size: 32px;
}

/* line 878, style.scss */
h3.search_results_sub {
  color: #dd1b16;
  font-size: 22px;
}

/* line 883, style.scss */
.to_all_cont {
  text-align: center;
}
/* line 885, style.scss */
.to_all_cont .to_all_btn {
  color: white;
  font-size: 22px;
  background-color: #dd1b16;
  display: inline-block;
  padding: 7px 33px;
  margin: 10px 0 20px;
}

/* line 895, style.scss */
nav.menu {
  width: 100%;
  float: left;
}

/* line 900, style.scss */
.tour_img {
  min-height: 200px;
  text-align: center;
  position: relative;
}
/* line 906, style.scss */
.tour_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 90% !important;
}

/* line 917, style.scss */
.featured_tours_cont {
  float: right;
  width: 100%;
}

/* line 922, style.scss */
.design_by {
  text-align: center;
  color: #5a5a5a;
  padding-top: 4px;
}
/* line 926, style.scss */
.design_by a {
  color: #fff;
  float: none !important;
}

/* cf7 Styles */
/* line 933, style.scss */
span.wpcf7-not-valid-tip {
  display: none;
}

/* line 937, style.scss */
.wpcf7-not-valid {
  border-color: red !important;
}

/* line 943, style.scss */
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  border: none;
  font-size: 16px;
  margin: 20px 0;
  padding: 0;
}

/* line 950, style.scss */
div.wpcf7-validation-errors {
  color: red;
}

/* line 954, style.scss */
div.wpcf7-mail-sent-ok {
  color: green;
}

/* line 958, style.scss */
.welcome_msg {
  width: 100%;
  background-color: #fbfbfb;
  border: #efefef 1px solid;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 966, style.scss */
.welcome_msg h2 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
/* line 971, style.scss */
.welcome_msg a {
  cursor: pointer;
}

/* =======================================================================================================
Responsive Styles
======================================================================================================= */
@media (max-width: 1200px) {
  /* line 981, style.scss */
  .filters select, .filters .filter_title {
    margin-left: 19px;
  }

  /* line 985, style.scss */
  footer .container img {
    max-width: 120px;
  }

  /* line 989, style.scss */
  footer .newsletter form button {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  /* line 995, style.scss */
  .filters button[type="submit"], .filters select, .filters .filter_title {
    min-width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }

  /* line 1001, style.scss */
  .big_buttons .button.first {
    margin-bottom: 30px;
  }

  /* line 1005, style.scss */
  .footer_contact {
    margin-top: 15px;
  }

  /* line 1011, style.scss */
  footer .container .row .col-sm-3 ul.last {
    border-left: none;
  }

  /* line 1017, style.scss */
  .filters .filter .sub_menu {
    min-width: calc(100%);
    right: 0px;
  }
}
@media (max-width: 767px) {
  /* line 1024, style.scss */
  .header_elements .search form {
    max-width: 90%;
  }

  /* line 1027, style.scss */
  .header_elements .search input[type="search"]::-webkit-input-placeholder,
  .header_elements .search input[type="search"] {
    font-size: 19px;
    margin-top: 11px;
    margin-right: 10px;
  }

  /* line 1035, style.scss */
  .big_buttons .button.first, .big_buttons .button {
    margin-bottom: 15px;
  }

  /* line 1039, style.scss */
  h2.featured_tours {
    font-size: 26px;
  }

  /* line 1042, style.scss */
  h2.featured_tours:before, h2.featured_tours:after {
    content: '----';
  }

  /* line 1045, style.scss */
  footer ul {
    border-left: none;
    min-height: 0;
    margin-bottom: 30px;
  }

  /* line 1050, style.scss */
  footer .newsletter form button {
    padding: 0 18px;
  }

  /* line 1054, style.scss */
  .login_modal {
    width: 100%;
    margin: 0;
    margin-top: 0 !important;
  }

  /* line 1060, style.scss */
  .social_login_cont {
    margin-top: 20px;
  }

  /* line 1064, style.scss */
  .login_modal .social_login .text {
    margin-bottom: 15px;
  }

  /* line 1068, style.scss */
  button.close {
    position: ABSOLUTE;
    font-size: 30px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 600px) {
  /* line 1079, style.scss */
  .right_parts {
    font-size: 13px;
  }

  /* line 1083, style.scss */
  .login_link.link {
    margin-right: 0;
  }

  /* line 1087, style.scss */
  .left_parts {
    margin-left: -15px;
  }
}
@media (max-width: 500px) {
  /* line 1096, style.scss */
  .top_nav .link .icon {
    margin-left: 7px;
  }

  /* line 1100, style.scss */
  .left_parts {
    margin-left: 0;
  }

  /* line 1104, style.scss */
  .favorite_link.link {
    margin-right: 9px;
    padding-right: 8px;
    float: left;
    border-right: none;
  }

  /* line 1111, style.scss */
  .top_nav .link {
    margin-right: 7px;
  }

  /* line 1116, style.scss */
  .top_nav .tel_btn {
    width: calc(100% + 30px);
    margin: 7px -15px 0;
    text-align: center;
    padding: 10px;
  }
  /* line 1121, style.scss */
  .top_nav .tel_btn > div {
    display: inline-block;
  }
  /* line 1124, style.scss */
  .top_nav .tel_btn .icon {
    float: none;
  }

  /* line 1131, style.scss */
  .header_elements h1.site_title {
    font-size: 40px;
  }
}
@media (max-width: 330px) {
  /* line 1138, style.scss */
  .header_elements h1.site_title {
    font-size: 35px;
  }
}

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