﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *Kyle Kemp
 *- Twitter: @seiyria
 *- Github:  seiyria
 *Rohit Kalkur
 *- Twitter: @Rovolutionary
 *- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2016 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider{display:inline-block;vertical-align:middle;position:relative;}.slider.slider-horizontal{width:210px;height:20px;}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0;}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0;}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px;}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#0480be;margin-top:0;}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%;}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px;}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center;}.slider.slider-vertical{height:210px;width:20px;}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0;}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0;}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0;}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px;}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#0480be;margin-left:0;}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap;}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px;}.slider.slider-disabled .slider-handle{background-image:-o-linear-gradient(top,#dfdfdf 0%,#bebebe 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dfdfdf),to(#bebebe));background-image:linear-gradient(to bottom,#dfdfdf 0%,#bebebe 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0);}.slider.slider-disabled .slider-track{background-image:-o-linear-gradient(top,#e5e5e5 0%,#e9e9e9 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e5e5e5),to(#e9e9e9));background-image:linear-gradient(to bottom,#e5e5e5 0%,#e9e9e9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);cursor:not-allowed;}.slider input{display:none;}.slider .tooltip.top{margin-top:-36px;}.slider .tooltip-inner{white-space:nowrap;max-width:none;}.slider .hide{display:none;}.slider-track{position:absolute;cursor:pointer;background-image:-o-linear-gradient(top,#f5f5f5 0%,#f9f9f9 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f9f9f9));background-image:linear-gradient(to bottom,#f5f5f5 0%,#f9f9f9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);border-radius:0;}.slider-selection{position:absolute;background-image:-o-linear-gradient(top,#f9f9f9 0%,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f5f5f5));background-image:linear-gradient(to bottom,#f9f9f9 0%,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0;}.slider-selection.tick-slider-selection{background-image:-o-linear-gradient(top,#89cdef 0%,#81bfde 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#89cdef),to(#81bfde));background-image:linear-gradient(to bottom,#89cdef 0%,#81bfde 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);}.slider-track-low,.slider-track-high{position:absolute;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0;}.slider-handle{position:absolute;top:0;width:20px;height:20px;background-color:#337ab7;background-image:-o-linear-gradient(top,#149bdf 0%,#0480be 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#149bdf),to(#0480be));background-image:linear-gradient(to bottom,#149bdf 0%,#0480be 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-filter:none;filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent;}.slider-handle.round{border-radius:50%;}.slider-handle.triangle{background:transparent none;}.slider-handle.custom{background:transparent none;}.slider-handle.custom::before{content:'★';color:#ececec;}.slider-tick{position:absolute;width:20px;height:20px;background-image:-o-linear-gradient(top,#f9f9f9 0%,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f5f5f5));background-image:linear-gradient(to bottom,#f9f9f9 0%,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-filter:none;filter:none;opacity:.8;border:0 solid transparent;}.slider-tick.round{border-radius:50%;}.slider-tick.triangle{background:transparent none;}.slider-tick.custom{background:transparent none;}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'★';color:#726204;}.slider-tick.in-selection{background-image:-o-linear-gradient(top,#89cdef 0%,#81bfde 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#89cdef),to(#81bfde));background-image:linear-gradient(to bottom,#89cdef 0%,#81bfde 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);opacity:1;}.filter-list-box-wrapper{margin-top:10px;}@media(max-width:991px){.filter-list-box-wrapper .filter-list-box{position:fixed;left:0;top:0;z-index:10;width:100%;height:100%;overflow-y:auto;padding:25px 15px;}}.btn-filter-collapse{display:inline-block;width:49%;background:transparent;border:1px solid #d7d7d7;color:#808080;font-weight:400;padding:6px;border-radius:2px;margin-right:5px;position:relative;}.btn-filter-collapse.btn-filter-collapse-sort{margin-right:0;margin-left:5px;position:relative;}.btn-filter-collapse.btn-filter-collapse-sort span{position:absolute;top:5px;left:2px;}.btn-filter-collapse.btn-filter-collapse-sort span.icon-triangle-down{top:15px;}.btn-filter-collapse span{position:absolute;top:10px;left:2px;color:#a7a7a7;}@media(max-width:767px){.btn-filter-collapse{margin-left:0!important;margin-right:0!important;}}.filter-list-box{overflow:hidden;position:relative;background-color:#fff;}@media(min-width:992px){.filter-list-box.collapse.fade{display:block!important;opacity:1!important;}}.filter-list-box .btn-close{display:block;position:absolute;top:15px;right:20px;text-decoration:none;color:#000;}.filter-list-box .btn-close span{font-size:20px;}.filter-list-box h3.filter-list-box-header{color:#666;font-size:16px;margin-bottom:42px;display:block;font-weight:600;}.filter-list-box .selected-filter-list{list-style:none;display:block;width:100%;padding:0;}@media(max-width:991px){.filter-list-box .selected-filter-list{margin-top:15px;}}.filter-list-box .selected-filter-list li{display:inline-block;background:#e4e4e4;border-radius:2px;margin:3px 5px;}.filter-list-box .selected-filter-list li a{color:#676767;font-weight:600;font-size:12px;text-decoration:none;padding:5px;line-height:25px;}.filter-list-box .selected-filter-list li a span{font-size:13px;color:#515151;margin-right:4px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}.filter-list-box .selected-filter-list li:hover span{color:#2d9da2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}.filter-list-box .clean-filters{display:inline-block;cursor:pointer;color:#2d9da2;font-size:13px;text-decoration:none;font-weight:600;padding-bottom:20px;border-bottom:1px solid #e1e1e1;width:100%;}.filter-list-box .clean-filters span{margin-right:5px;}.filter-list-box .price-range-slider-wrapper{border-bottom:1px solid #ccc;}.filter-list-box .price-range-slider-wrapper .price-range-slider{padding-bottom:30px;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper{margin-bottom:10px;position:relative;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .price-slider-corners{position:absolute;width:100%;left:0;height:7px;background:#ccc;top:10px;z-index:1;border-radius:5px;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .slider.slider-horizontal{width:100%;display:block;height:20px;margin:0 1px;z-index:2;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .slider.slider-horizontal .slider-track{height:7px;margin-top:0;border-radius:3px;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .slider-handle.custom{background:transparent none;top:5px;-webkit-box-shadow:none;box-shadow:none;width:13px;height:13px;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .slider-handle.custom.min-slider-handle{margin-left:-7px;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .slider-handle.custom.max-slider-handle{margin-left:-7px;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .slider-handle.custom::before{line-height:27px;font-size:0;height:13px;width:13px;border-radius:50%;background:#000;display:inline-block;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .slider-track-low,.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .slider-track-high{background:#ccc;-webkit-box-shadow:none;box-shadow:none;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .slider-selection{background:#ccc;-webkit-box-shadow:none;box-shadow:none;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .tooltip-inner{background-color:#777;border-radius:2px;padding:3px 2px;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .tooltip-arrow{border-bottom-color:#777;border-top-color:#777;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .tooltip-min{z-index:2;}.filter-list-box .price-range-slider-wrapper .price-range-slider .price-slider-wrapper .tooltip-max{z-index:2;}.filter-list-box .price-range-slider-wrapper .price-range-slider .slide-info-head{display:none;}.filter-list-box h4{color:#666;font-size:16px;margin-bottom:15px;display:block;font-weight:600;}.filter-list-box .filterbox-search-wrapper{position:relative;margin:15px 1px;}.filter-list-box .filterbox-search-region{margin-bottom:10px;border-radius:2px;}.filter-list-box .filterbox-search-region:focus{border-color:rgba(219,0,37,.3);outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(219,0,37,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(219,0,37,.6);}.filter-list-box .filterbox-search-region:focus+.filterbox-search-icon{right:15px;opacity:0;-webkit-transition:1s;-o-transition:1s;transition:1s;}.filter-list-box .filterbox-search-region::-webkit-input-placeholder{font-size:13px;font-weight:400;color:#bababa;}.filter-list-box .filterbox-search-region::-moz-placeholder{font-size:13px;font-weight:400;color:#bababa;}.filter-list-box .filterbox-search-region:-ms-input-placeholder{font-size:13px;font-weight:400;color:#bababa;}.filter-list-box .filterbox-search-region:-moz-placeholder{font-size:13px;font-weight:400;color:#bababa;}.filter-list-box .auto-complete-result-box{border:1px solid #ccc;-webkit-box-shadow:0 2px 15px -3px;box-shadow:0 2px 15px -3px;background:#f9f9f9;position:absolute;z-index:5;width:100%;}.filter-list-box .auto-complete-result-box ul{padding:10px;}.filter-list-box .auto-complete-result-box ul a{color:#1c1c1c;font-weight:600;font-size:13px;}.filter-list-box .filterbox-search-icon{position:absolute;top:9px;right:15px;font-size:15px;color:#bababa;opacity:1;-webkit-transition:1s;-o-transition:1s;transition:1s;cursor:pointer;}.filter-list-box .filter-box{padding:0 8px;margin-bottom:20px;margin-right:0;position:relative;}.filter-list-box .filter-box ul{list-style:none;padding-left:0;}@media(max-width:991px){.filter-list-box .filter-box ul{max-height:200px;overflow-y:auto;}}.filter-list-box .filter-box ul li .sub-collapse{display:inline-block;background:url(images/arrow-specs.png) no-repeat left center;background-size:7px 8px;margin-right:10px;width:7px;height:8px;margin-top:4px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.filter-list-box .filter-box ul li .sub-collapse.collapsed{-webkit-transform:none;-ms-transform:none;transform:none;}.filter-list-box .filter-box ul li label{line-height:22px;color:#606060;font-size:13px;font-weight:400;width:100%;}.filter-list-box .filter-box ul li label span.text span{display:inline-block;padding-left:5px;}@media(min-width:992px){.filter-list-box .filter-box ul li label span.text{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;}.filter-list-box .filter-box ul li label span.text.text-marque{position:relative;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;}.filter-list-box .filter-box ul li label span.text.text-marque:hover span{-webkit-animation:marquee 3s linear infinite;animation:marquee 3s linear infinite;}}@media(min-width:992px){.filter-list-box .filter-box ul li label .icheck-item{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:2px;}}.filter-list-box .filter-box ul li ul{padding-left:30px;}.filter-list-box .filter-box ul li ul li label{margin-left:19px;}.filter-list-box .filter-box ul li ul li .sub-collapse+label{margin-left:0;}.filter-list-box .filter-box ul li ul li ul{padding-left:45px;}.filter-list-box .filter-box ul li ul li ul label{margin-left:0;}.filter-list-box .filter-box ul::-webkit-scrollbar-track{background-color:#d5d5d5;border-radius:4px;}.filter-list-box .filter-box ul::-webkit-scrollbar{width:7px;border-radius:4px;background-color:#d5d5d5;}.filter-list-box .filter-box ul::-webkit-scrollbar-thumb{background-color:#2d9da2;border-radius:4px;max-height:30px;}.filter-list-box .filter-box .btn-all{display:inline-block;color:#222;font-size:13px;text-decoration:underline;}@media(min-width:992px) and (max-width:1199px){.filter-list-box .filter-box{padding:0;}}@-webkit-keyframes marquee{0%{-webkit-transform:translate(0,0);transform:translate(0,0);}50%{-webkit-transform:translate(-25%,0);transform:translate(-25%,0);}100%{-webkit-transform:translate(-25%,0);transform:translate(-25%,0);}}@keyframes marquee{0%{-webkit-transform:translate(0,0);transform:translate(0,0);}50%{-webkit-transform:translate(-25%,0);transform:translate(-25%,0);}100%{-webkit-transform:translate(-25%,0);transform:translate(-25%,0);}}.filter-list-box-wrapper.v2 .filter-list-box{border:1px solid #dcdcdc;border-radius:5px;padding:16px 15px;}.filter-list-box-wrapper.v2 .filter-list-box h3,.filter-list-box-wrapper.v2 .filter-list-box h4{color:#14273d;}.filter-list-box-wrapper.v2 .filter-list-box h3.filter-list-box-header{margin-top:0;margin-bottom:20px;font-size:15px;}.filter-list-box-wrapper.v2 .filter-list-box h4{font-size:13px;}.filter-list-box-wrapper.v2 .filter-list-box .filter-box{padding-left:0;}.filter-list-box-wrapper.v2 .filter-list-box .filter-box ul li label{color:rgba(20,39,61,.6);}.filter-list-box-wrapper.v2 .filter-list-box .filter-box .btn-all{color:rgba(20,39,61,.6);border-bottom:1px solid #dcdcdc;display:block;position:relative;margin:20px 0;}.filter-list-box-wrapper.v2 .filter-list-box .filter-box .btn-all span{position:absolute;top:-10px;background-color:#fff;padding-right:9px;}.filter-list-box-wrapper.v2 .filter-list-box .filterbox-search-region{border-radius:5px;}.search-page-main-slider-wrapper.v2{margin-bottom:30px;}.search-page-main-slider-wrapper.v2 .flexslider,.search-page-main-slider-wrapper.v2 .noslider{margin-bottom:0;}.search-page-main-slider-wrapper.v2 .flexslider .slider-image-wrapper img,.search-page-main-slider-wrapper.v2 .noslider .slider-image-wrapper img{min-height:300px;}@media(min-width:767.98px) and (max-width:768px){.search-page-main-slider-wrapper.v2 .flexslider .slider-image-wrapper img,.search-page-main-slider-wrapper.v2 .noslider .slider-image-wrapper img{min-height:153px;}}@media(min-width:1023.98px) and (max-width:1024px){.search-page-main-slider-wrapper.v2 .flexslider .slider-image-wrapper img,.search-page-main-slider-wrapper.v2 .noslider .slider-image-wrapper img{min-height:204px;}}.search-page-main-slider-wrapper.v2 .flexslider .flex-control-nav,.search-page-main-slider-wrapper.v2 .noslider .flex-control-nav{bottom:-32px;z-index:2;}.search-page-main-slider-wrapper.v2 .flexslider .flex-control-paging li,.search-page-main-slider-wrapper.v2 .noslider .flex-control-paging li{margin-left:0;}.search-page-main-slider-wrapper.v2 .flexslider .flex-control-paging li a,.search-page-main-slider-wrapper.v2 .noslider .flex-control-paging li a{height:5px;width:15px;border-radius:0;background:#c0c0c0;}.search-page-main-slider-wrapper.v2 .flexslider .flex-control-paging li a.flex-active,.search-page-main-slider-wrapper.v2 .noslider .flex-control-paging li a.flex-active{background:#2d9da2;width:25px;}.search-box{position:absolute;left:0;right:0;bottom:35px;z-index:20;}@media(min-width:1200px){.search-box{-webkit-transition:.5s ease background;-o-transition:.5s ease background;transition:.5s ease background;}}.search-box.no-slider{margin-top:15px;position:static;}@media(max-width:767px){.search-box.white-top-border-xs{border-top:2px solid #fff;margin-top:-2px;}}@media(max-width:991px){.search-box{position:relative;bottom:0;margin-top:-41px;}}@media(max-width:767px){.search-box{margin-top:0;position:static;background-color:#fff;}.search-box .search-box-container{padding:0 1px;}.search-box.hotel-detail-search-box{margin-bottom:15px;}}.search-box .nav-tabs{font-size:18px;font-weight:700;border-bottom:0;width:100%;padding:0 15px;}.search-box .nav-tabs>li{display:inline-block;position:relative;text-align:center;margin-right:7px;margin-bottom:0;}.search-box .nav-tabs>li>a{display:block;width:100%;padding:8px 42px;text-align:center;border:0!important;border-top-left-radius:3px;border-top-right-radius:3px;-webkit-transition:.2s ease-in-out all;-o-transition:.2s ease-in-out all;transition:.2s ease-in-out all;background-color:rgba(0,0,0,.7);color:#fff;outline:0;}.search-box .nav-tabs>li>a:hover,.search-box .nav-tabs>li>a:focus{color:#05acef;background-color:#fff;cursor:pointer;}@media(max-width:767px){.search-box .nav-tabs>li>a:hover,.search-box .nav-tabs>li>a:focus{border:1px solid #ddd!important;border-bottom:0!important;}}@media(max-width:767px){.search-box .nav-tabs>li>a{border:1px solid rgba(0,0,0,.7)!important;border-bottom:0!important;padding:8px 6px;}}.search-box .nav-tabs>li.active>a{color:#05acef;background-color:#fff;cursor:default;border:0;}@media(max-width:767px){.search-box .nav-tabs>li.active>a{border:1px solid #ddd!important;border-bottom:0!important;}}.search-box .tab-pane{border-radius:5px;padding:10px 15px;background-color:#fff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.75);box-shadow:0 0 10px 0 rgba(0,0,0,.75);position:relative;font-size:0/0;}.search-box .tab-pane:before,.search-box .tab-pane:after{content:" ";display:table;}.search-box .tab-pane:after{clear:both;}@media(max-width:767px){.search-box .tab-pane{-webkit-box-shadow:none;box-shadow:none;border-radius:0;padding:15px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}}@media(max-width:767px){.search-box label{font-size:13px;font-weight:700;}}.search-box .input-wrapper{display:block;position:relative;height:45px;width:15%;font-size:14px;color:#888;border-right:1px solid #ddd;float:left;}@media(min-width:768px){.search-box .input-wrapper label{color:#333;font-weight:700;font-size:14px;padding-left:10px;margin-left:10px;white-space:nowrap;letter-spacing:-.5px;}}@media(max-width:767px){.search-box .input-wrapper{border:1px solid #ddd;background-color:#fff;width:100%;margin-bottom:5px;}}.search-box .input-wrapper input,.search-box .input-wrapper select{background-color:transparent;border:0;line-height:35px;position:absolute;left:0;right:0;top:5px;bottom:5px;display:block;width:100%;height:35px;padding:0 0 0 20px;color:#888;}.search-box .input-wrapper input::-moz-placeholder,.search-box .input-wrapper select::-moz-placeholder{color:#888;opacity:1;}.search-box .input-wrapper input:-ms-input-placeholder,.search-box .input-wrapper select:-ms-input-placeholder{color:#888;}.search-box .input-wrapper input::-webkit-input-placeholder,.search-box .input-wrapper select::-webkit-input-placeholder{color:#888;}.search-box .input-wrapper input::-moz-placeholder,.search-box .input-wrapper select::-moz-placeholder{color:#888;opacity:1;line-height:inherit;}.search-box .input-wrapper input:-ms-input-placeholder,.search-box .input-wrapper select:-ms-input-placeholder{color:#888;line-height:inherit;}.search-box .input-wrapper input::-webkit-input-placeholder,.search-box .input-wrapper select::-webkit-input-placeholder{color:#888;line-height:inherit;}@media(max-width:767px){.search-box .input-wrapper input,.search-box .input-wrapper select{color:#333;}.search-box .input-wrapper input::-moz-placeholder,.search-box .input-wrapper select::-moz-placeholder{color:#333;opacity:1;}.search-box .input-wrapper input:-ms-input-placeholder,.search-box .input-wrapper select:-ms-input-placeholder{color:#333;}.search-box .input-wrapper input::-webkit-input-placeholder,.search-box .input-wrapper select::-webkit-input-placeholder{color:#333;}.search-box .input-wrapper input::-moz-placeholder,.search-box .input-wrapper select::-moz-placeholder{color:#333;opacity:1;line-height:inherit;}.search-box .input-wrapper input:-ms-input-placeholder,.search-box .input-wrapper select:-ms-input-placeholder{color:#333;line-height:inherit;}.search-box .input-wrapper input::-webkit-input-placeholder,.search-box .input-wrapper select::-webkit-input-placeholder{color:#333;line-height:inherit;}}.search-box .input-wrapper .auto-complete-result-box-wrapper{display:block;position:absolute!important;left:0;bottom:0;right:0;top:0;width:100%;height:100%;z-index:3;}.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box{background-color:#fff;width:100%;margin:10px 0;display:none;-o-transition:all .5s;-webkit-transition:all .5s;transition:all .5s;position:absolute;top:100%;left:0;right:0;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.75);box-shadow:0 5px 10px 0 rgba(0,0,0,.75);border-radius:0 0 4px 4px;overflow:hidden;}@media(max-width:767px){.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box{margin:0;border-top:1px solid #2d9da2;border-radius:0;}}.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box .scroll-wrapper{padding:5px;max-height:300px;overflow-y:scroll;}.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box h3,.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box .h3{font-size:16px;font-weight:900;padding:0 15px;margin:10px 0;}.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box ul{padding:0;list-style:none;display:block;}.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box .auto-complete-result-box-item{padding:5px 15px;font-size:14px;font-weight:400;cursor:pointer;display:block;color:#666;text-decoration:none;}.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box .auto-complete-result-box-item:hover{color:#2d9da2;}.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box .auto-complete-result-box-item.selected{background-color:#d9d9d9;}.search-box .input-wrapper .auto-complete-result-box-wrapper .auto-complete-result-box .auto-complete-result-box-item .highlight{font-weight:700;}.search-box .input-wrapper .auto-complete-result-box-wrapper.active .auto-complete-result-box{display:block;}.search-box .input-wrapper .auto-complete-result-box-wrapper.selected .auto-complete-result-box{display:none!important;}.search-box .query-text-input-wrapper{width:35%;}@media(max-width:991px){.search-box .query-text-input-wrapper{width:100%;margin-bottom:5px;}}.search-box .query-text-input-wrapper input{padding-right:25px;border-left:1px solid transparent;}.search-box .query-text-input-wrapper input::-moz-placeholder{color:#2d9da2;opacity:1;}.search-box .query-text-input-wrapper input:-ms-input-placeholder{color:#2d9da2;}.search-box .query-text-input-wrapper input::-webkit-input-placeholder{color:#2d9da2;}.search-box .query-text-input-wrapper input::-moz-placeholder{color:#2d9da2;opacity:1;line-height:inherit;}.search-box .query-text-input-wrapper input:-ms-input-placeholder{color:#2d9da2;line-height:inherit;}.search-box .query-text-input-wrapper input::-webkit-input-placeholder{color:#2d9da2;line-height:inherit;}.search-box .query-text-input-wrapper input:focus{color:#2d9da2;font-size:16px;font-weight:600;}.search-box .query-text-input-wrapper input:focus::-moz-placeholder{color:transparent;opacity:1;}.search-box .query-text-input-wrapper input:focus:-ms-input-placeholder{color:transparent;}.search-box .query-text-input-wrapper input:focus::-webkit-input-placeholder{color:transparent;}.search-box .query-text-input-wrapper input:focus::-moz-placeholder{color:transparent;opacity:1;line-height:inherit;}.search-box .query-text-input-wrapper input:focus:-ms-input-placeholder{color:transparent;line-height:inherit;}.search-box .query-text-input-wrapper input:focus::-webkit-input-placeholder{color:transparent;line-height:inherit;}@media(max-width:767px){.search-box .query-text-input-wrapper input:focus{border-left-color:transparent;font-size:14px;font-weight:400;}}.search-box .query-text-input-wrapper.big{width:55%;}@media(max-width:991px){.search-box .query-text-input-wrapper.big{width:100%;}}@media(min-width:768px){.search-box .query-text-input-wrapper.in-tour{background:url(../images/dropdown-icon.png) no-repeat right 10px bottom 8px;}.search-box .query-text-input-wrapper.in-tour input,.search-box .query-text-input-wrapper.in-tour select{top:15px;}}@media(min-width:992px){.search-box .query-text-input-wrapper.in-tour{width:30%;}.search-box .query-text-input-wrapper.in-tour.in-tour-searchbar{width:50%;}}@media(min-width:992px){.search-box .query-text-input-wrapper.in-flightpackage{width:53%;}.search-box .query-text-input-wrapper.in-flightpackage.in-flightpackage-searchbar{width:21%;}.search-box .query-text-input-wrapper.in-flightpackage.in-flightpackage-searchbar input{width:96%;}}.search-box .date-input-wrapper{background:url("../images/dropdown-icon.png") no-repeat right 10px center;}@media(max-width:767px){.search-box .date-input-wrapper{background-color:#fff;}}@media(max-width:767px){.search-box .date-input-wrapper{width:100%;}}.search-box .check-in-out-date-wrapper{float:left;display:block;width:30%;}.search-box .check-in-out-date-wrapper:before,.search-box .check-in-out-date-wrapper:after{content:" ";display:table;}.search-box .check-in-out-date-wrapper:after{clear:both;}@media(max-width:991px){.search-box .check-in-out-date-wrapper{width:50%;}}@media(max-width:767px){.search-box .check-in-out-date-wrapper{width:100%;background-color:transparent;}}.search-box .check-in-out-date-wrapper .date-input-wrapper{width:50%;}@media(max-width:767px){.search-box .check-in-out-date-wrapper .date-input-wrapper{width:calc(50% - 10px);}.search-box .check-in-out-date-wrapper .date-input-wrapper.check-in-date-input-wrapper{margin-right:20px;}}.search-box .check-in-out-date-wrapper-flightpackage{float:left;display:block;width:25%;}.search-box .check-in-out-date-wrapper-flightpackage:before,.search-box .check-in-out-date-wrapper-flightpackage:after{content:" ";display:table;}.search-box .check-in-out-date-wrapper-flightpackage:after{clear:both;}@media(max-width:991px){.search-box .check-in-out-date-wrapper-flightpackage{width:50%;}}@media(max-width:767px){.search-box .check-in-out-date-wrapper-flightpackage{width:100%;background-color:transparent;}}.search-box .check-in-out-date-wrapper-flightpackage .date-input-wrapper{width:50%;}@media(max-width:767px){.search-box .check-in-out-date-wrapper-flightpackage .date-input-wrapper{width:calc(50% - 10px);}.search-box .check-in-out-date-wrapper-flightpackage .date-input-wrapper.check-in-date-input-wrapper{margin-right:20px;}}.search-box .general-dropdown-input-wrapper{background:#fff url("../images/dropdown-icon.png") no-repeat right 10px center;}.search-box .general-dropdown-input-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}@media(min-width:768px){.search-box .general-dropdown-input-wrapper.in-tour{background:url(../images/dropdown-icon.png) no-repeat right 10px bottom 8px;}.search-box .general-dropdown-input-wrapper.in-tour select{top:15px;}}.search-box .room-count-wrapper{display:block;width:20%;overflow:visible;}@media(max-width:991px){.search-box .room-count-wrapper{width:30%;}}@media(max-width:767px){.search-box .room-count-wrapper{width:100%;}}.search-box .person-input-wrapper-flightpackage{width:20%!important;}@media(max-width:767px){.search-box .person-input-wrapper-flightpackage{width:100%!important;}}.search-box .person-input-wrapper{display:block;width:20%;overflow:visible;background:url(../images/dropdown-icon.png) no-repeat right 10px center;}.search-box .person-input-wrapper.in-tour{width:32%;}@media(min-width:768px){.search-box .person-input-wrapper.in-tour{background:url(../images/dropdown-icon.png) no-repeat right 10px bottom 8px;}}@media(max-width:991px){.search-box .person-input-wrapper{width:30%;}}@media(max-width:767px){.search-box .person-input-wrapper{width:100%;background-color:transparent;float:left;height:auto;background:none;border:0;}.search-box .person-input-wrapper.in-tour{width:100%;}}@media(max-width:767px){.search-box .person-input-wrapper .person-count-input{display:none;}}.search-box .person-input-wrapper .person-count-input.in-tour{top:15px;}.search-box .person-input-wrapper .person-selector-box,.search-box .person-input-wrapper .date-selector-box{padding:15px;position:absolute;margin-top:10px;top:100%;left:0;right:0;background-color:#fff;z-index:2;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.75);box-shadow:0 0 3px 0 rgba(0,0,0,.75);}.search-box .person-input-wrapper .person-selector-box .row,.search-box .person-input-wrapper .date-selector-box .row{margin-left:-10px;margin-right:-10px;}.search-box .person-input-wrapper .person-selector-box .row>.col,.search-box .person-input-wrapper .date-selector-box .row>.col,.search-box .person-input-wrapper .person-selector-box .row>[class^="col-"],.search-box .person-input-wrapper .date-selector-box .row>[class^="col-"],.search-box .person-input-wrapper .person-selector-box .row>[class*=" col-"],.search-box .person-input-wrapper .date-selector-box .row>[class*=" col-"],.search-box .person-input-wrapper .person-selector-box .row>[class^="span-"],.search-box .person-input-wrapper .date-selector-box .row>[class^="span-"],.search-box .person-input-wrapper .person-selector-box .row>[class*=" span-"],.search-box .person-input-wrapper .date-selector-box .row>[class*=" span-"]{padding-left:10px;padding-right:10px;}@media(max-width:767px){.search-box .person-input-wrapper .person-selector-box .row>.col.mb-xs,.search-box .person-input-wrapper .date-selector-box .row>.col.mb-xs,.search-box .person-input-wrapper .person-selector-box .row>[class^="col-"].mb-xs,.search-box .person-input-wrapper .date-selector-box .row>[class^="col-"].mb-xs,.search-box .person-input-wrapper .person-selector-box .row>[class*=" col-"].mb-xs,.search-box .person-input-wrapper .date-selector-box .row>[class*=" col-"].mb-xs,.search-box .person-input-wrapper .person-selector-box .row>[class^="span-"].mb-xs,.search-box .person-input-wrapper .date-selector-box .row>[class^="span-"].mb-xs,.search-box .person-input-wrapper .person-selector-box .row>[class*=" span-"].mb-xs,.search-box .person-input-wrapper .date-selector-box .row>[class*=" span-"].mb-xs{margin-bottom:20px;}}@media(max-width:767px){.search-box .person-input-wrapper .person-selector-box,.search-box .person-input-wrapper .date-selector-box{position:static;top:0;background-color:transparent;width:100%;-webkit-box-shadow:none;box-shadow:none;padding:0;margin-top:0;}}.search-box .person-input-wrapper .person-selector-box:before,.search-box .person-input-wrapper .date-selector-box:before{content:'';display:inline-block;border-top:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #fff;position:absolute;top:-8px;left:50%;margin-left:-20px;width:0;height:0;z-index:1;}@media(max-width:767px){.search-box .person-input-wrapper .person-selector-box:before,.search-box .person-input-wrapper .date-selector-box:before{display:none;}}.search-box .person-input-wrapper .person-selector-box:after,.search-box .person-input-wrapper .date-selector-box:after{content:'';display:inline-block;position:absolute;top:-6px;left:50%;margin-left:-5px;width:10px;height:10px;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.75);box-shadow:0 0 3px 0 rgba(0,0,0,.75);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}@media(max-width:767px){.search-box .person-input-wrapper .person-selector-box:after,.search-box .person-input-wrapper .date-selector-box:after{display:none;}}.search-box .person-input-wrapper .person-selector-box label,.search-box .person-input-wrapper .date-selector-box label{font-size:13px;font-weight:600;padding-left:0;margin-left:0;}@media(max-width:767px){.search-box .person-input-wrapper .person-selector-box label,.search-box .person-input-wrapper .date-selector-box label{color:#333;font-weight:700;}}.search-box .person-input-wrapper .person-selector-box .input-wrapper,.search-box .person-input-wrapper .date-selector-box .input-wrapper{width:100%;border-right:0;border-radius:2px;border:1px solid #ddd;height:35px;}@media(max-width:767px){.search-box .person-input-wrapper .person-selector-box .input-wrapper,.search-box .person-input-wrapper .date-selector-box .input-wrapper{border-radius:0;height:45px;}}.search-box .person-input-wrapper .person-selector-box .input-wrapper input,.search-box .person-input-wrapper .date-selector-box .input-wrapper input,.search-box .person-input-wrapper .person-selector-box .input-wrapper select,.search-box .person-input-wrapper .date-selector-box .input-wrapper select{top:0;bottom:0;padding-left:10px;}@media(max-width:991px){.search-box .person-input-wrapper .person-selector-box .input-wrapper input,.search-box .person-input-wrapper .date-selector-box .input-wrapper input,.search-box .person-input-wrapper .person-selector-box .input-wrapper select,.search-box .person-input-wrapper .date-selector-box .input-wrapper select{top:5px;bottom:5px;}}@media(max-width:767px){.search-box .person-input-wrapper .person-selector-box .input-wrapper input,.search-box .person-input-wrapper .date-selector-box .input-wrapper input,.search-box .person-input-wrapper .person-selector-box .input-wrapper select,.search-box .person-input-wrapper .date-selector-box .input-wrapper select{padding-left:20px;}}.search-box .person-input-wrapper .person-selector-box .general-dropdown-input-wrapper,.search-box .person-input-wrapper .date-selector-box .general-dropdown-input-wrapper{background:#fff url("../images/dropdown-icon-sm.png") no-repeat right 3px center;}@media(max-width:767px){.search-box .person-input-wrapper .person-selector-box .general-dropdown-input-wrapper,.search-box .person-input-wrapper .date-selector-box .general-dropdown-input-wrapper{background:#fff url("../images/dropdown-icon.png") no-repeat right 10px center;}}.search-box .person-input-wrapper .multi-room-person-selector-box{padding:5px;padding-bottom:0;}.search-box .person-input-wrapper .multi-room-person-selector-box .room-count-input-wrapper{margin-bottom:5px;float:none;}.search-box .person-input-wrapper .multi-room-person-selector-box .room{margin-bottom:5px;}.search-box .person-input-wrapper .multi-room-person-selector-box .room .panel-heading{padding:5px;font-size:13px;font-weight:600;color:#333;}.search-box .person-input-wrapper .multi-room-person-selector-box .room .panel-body{padding:5px;}@media(max-width:767px){.search-box .person-input-wrapper .multi-room-person-selector-box .room .panel-body{background-color:#2d9da2;}}.search-box .departure-return-date-wrapper{float:left;display:block;width:30%;}.search-box .departure-return-date-wrapper:before,.search-box .departure-return-date-wrapper:after{content:" ";display:table;}.search-box .departure-return-date-wrapper:after{clear:both;}@media(max-width:991px){.search-box .departure-return-date-wrapper{width:50%;}}@media(max-width:767px){.search-box .departure-return-date-wrapper{width:100%;background-color:transparent;}.search-box .departure-return-date-wrapper.general-dropdown-input-wrapper{background-color:#fff;}}.search-box .departure-return-date-wrapper .date-input-wrapper{width:50%;}@media(max-width:767px){.search-box .departure-return-date-wrapper .date-input-wrapper{width:calc(50% - 10px);}.search-box .departure-return-date-wrapper .date-input-wrapper.departure-date-input-wrapper{margin-right:20px;}}@media(min-width:992px){.search-box .departure-return-date-wrapper.in-tour{width:24%;}.search-box .departure-return-date-wrapper.in-tour.in-tour-searchbar{width:30%;}}.search-box .search-button{display:block;float:right;width:13%;height:35px;border:0;outline:0;background-color:#5eb82f;color:#fff;font-size:14px;font-weight:700;border-radius:4px;margin:5px 0;}@media(max-width:991px){.search-box .search-button{width:15%;}}@media(max-width:767px){.search-box .search-button{width:80%;float:left;margin:5px 10%;border:1px solid #fff;}.search-box .search-button:before,.search-box .search-button:after{content:" ";display:table;}.search-box .search-button:after{clear:both;}}.search-box .search-box-logo{display:none;position:absolute;left:15px;top:0;bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:145px;}.search-box .search-box-logo img{width:100%;}@media(min-width:768px){.search-box.stick{position:fixed;bottom:auto;top:0;background-color:rgba(51,51,51,.631);padding:10px 0;margin-top:0;}.search-box.stick .nav-tabs{display:none;}.search-box.stick .tab-pane{border-radius:3px;}.search-box.stick .search-box-container{padding-left:175px;position:relative;}.search-box.stick .search-box-logo{display:-webkit-box;display:-ms-flexbox;display:flex;}}.search-box.static{position:static;bottom:0;margin-top:20px;}@media(max-width:767px){.search-box.static{margin-top:0;}}.search-box.static.stick{position:fixed;top:0;left:0;margin-top:0;bottom:auto;}@media(max-width:767px){.search-box.static.stick{margin-top:0;}}.search-box.static .tab-pane{-webkit-box-shadow:none;box-shadow:none;border:1px solid #d1d1d1;border-radius:3px;padding:10px;}.search-box.queryless{position:static;bottom:0;margin-top:20px;}@media(max-width:767px){.search-box.queryless{margin-top:0;}}.search-box.queryless.stick{position:fixed;top:0;left:0;margin-top:0;bottom:auto;}@media(max-width:767px){.search-box.queryless.stick{margin-top:0;}}.search-box.queryless .tab-pane{-webkit-box-shadow:none;box-shadow:none;border:1px solid #d1d1d1;border-radius:3px;padding:10px;}.search-box.queryless .input-wrapper input,.search-box.queryless .input-wrapper select{top:0;bottom:0;}.search-box.queryless .check-in-out-date-wrapper{width:50%;}@media(max-width:767px){.search-box.queryless .check-in-out-date-wrapper{width:100%;}}.search-box.queryless .check-in-out-date-wrapper-flightpackage{width:45%;}@media(max-width:767px){.search-box.queryless .check-in-out-date-wrapper-flightpackage{width:100%;}}.search-box.queryless .person-input-wrapper{width:25%;}@media(max-width:767px){.search-box.queryless .person-input-wrapper{width:100%!important;height:auto;}}.search-box.hotel-detail-search-box .input-wrapper input,.search-box.hotel-detail-search-box .input-wrapper select{font-size:16px;font-weight:700;}.search-box.mainpage-searchbox{position:absolute;left:0;right:0;top:50%;bottom:auto;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:20;}@media(min-width:768px){.search-box.mainpage-searchbox.stick{position:fixed;bottom:auto;top:0;background-color:rgba(51,51,51,.631);padding:10px 0;margin-top:0;-webkit-transform:none;-ms-transform:none;transform:none;}}@media(max-width:991px){.search-box.mainpage-searchbox{-webkit-transform:none;-ms-transform:none;transform:none;margin-top:0;position:static;}}.search-box.mainpage-slider-searchbox{bottom:50px;}.search-box.mainpage-slider-searchbox.stick{bottom:auto;}@media(max-width:991px){.search-box.v2{position:relative;bottom:10px;}.search-box.v2 .in-flightpackage-searchbar{width:50%;}}@media(max-width:767px){.search-box.v2{position:relative;}.search-box.v2 .in-flightpackage-searchbar{width:100%;}.search-box.v2 .in-flightpackage-searchbar:first-child{z-index:5;}}@media(max-width:767px){.search-box.v2.mainpage-slider-searchbox .disable-container-xs{overflow:inherit;}}.search-box.v2 .nav-tabs>li{margin-bottom:20px;}.search-box.v2 .nav-tabs>li>a{background-color:transparent;color:#fff;font-weight:500;width:auto;padding:0 15px 5px 0;margin-right:39px;border-bottom:2px solid #fff!important;}@media(max-width:991px){.search-box.v2 .nav-tabs>li>a{border:0!important;color:#000;border-bottom:2px solid #000!important;margin-right:15px;}}.search-box.v2 .nav-tabs>li.active>a,.search-box.v2 .nav-tabs>li>a:hover{color:#e50019;border-bottom-color:#e50019!important;}@media(max-width:991px){.search-box.v2 .nav-tabs>li.active>a,.search-box.v2 .nav-tabs>li>a:hover{border:0!important;border-bottom:2px solid #e50019!important;}}.search-box.v2 .tab-pane{padding:19px 15px;-webkit-box-shadow:none;box-shadow:none;}@media(max-width:767px){.search-box.v2 .tab-pane{padding-top:0;border-top:0;border-bottom:0;}}.search-box.v2 .hotelquerytext{font-size:18px;color:rgba(20,39,61,.4);margin-left:0;padding-left:0;display:block;}.search-box.v2 .input-wrapper{height:60px;border-right:0;}@media(max-width:767px){.search-box.v2 .input-wrapper{border:0;}}.search-box.v2 .input-wrapper input,.search-box.v2 .input-wrapper select{height:auto;top:auto;padding:15px 12px;line-height:normal;width:96%;color:#14273d;}@media(max-width:767px){.search-box.v2 .input-wrapper input,.search-box.v2 .input-wrapper select{width:100%;}}@media(min-width:992px) and (max-width:1199px){.search-box.v2 .query-text-input-wrapper{width:32%;}.search-box.v2 .check-in-out-date-wrapper{width:36%;}}.search-box.v2 .query-text-input-wrapper input,.search-box.v2 .person-input-wrapper input,.search-box.v2 .date-input-wrapper input{border-radius:5px;border:1px solid #dcdcdc;background-color:#f9f9f9;color:#14273d;font-size:14px;}.search-box.v2 .query-text-input-wrapper input::-moz-placeholder,.search-box.v2 .person-input-wrapper input::-moz-placeholder,.search-box.v2 .date-input-wrapper input::-moz-placeholder{color:rgba(20,39,61,.8);opacity:1;}.search-box.v2 .query-text-input-wrapper input:-ms-input-placeholder,.search-box.v2 .person-input-wrapper input:-ms-input-placeholder,.search-box.v2 .date-input-wrapper input:-ms-input-placeholder{color:rgba(20,39,61,.8);}.search-box.v2 .query-text-input-wrapper input::-webkit-input-placeholder,.search-box.v2 .person-input-wrapper input::-webkit-input-placeholder,.search-box.v2 .date-input-wrapper input::-webkit-input-placeholder{color:rgba(20,39,61,.8);}.search-box.v2 .query-text-input-wrapper input::-moz-placeholder,.search-box.v2 .person-input-wrapper input::-moz-placeholder,.search-box.v2 .date-input-wrapper input::-moz-placeholder{color:rgba(20,39,61,.8);opacity:1;line-height:inherit;}.search-box.v2 .query-text-input-wrapper input:-ms-input-placeholder,.search-box.v2 .person-input-wrapper input:-ms-input-placeholder,.search-box.v2 .date-input-wrapper input:-ms-input-placeholder{color:rgba(20,39,61,.8);line-height:inherit;}.search-box.v2 .query-text-input-wrapper input::-webkit-input-placeholder,.search-box.v2 .person-input-wrapper input::-webkit-input-placeholder,.search-box.v2 .date-input-wrapper input::-webkit-input-placeholder{color:rgba(20,39,61,.8);line-height:inherit;}.search-box.v2 .person-input-wrapper .glyphicon-menu-down,.search-box.v2 .date-input-wrapper .glyphicon-menu-down{position:absolute;right:25px;top:22px;bottom:0;font-weight:600;color:#14273d;}@media(max-width:767px){.search-box.v2 .person-input-wrapper .glyphicon-menu-down,.search-box.v2 .date-input-wrapper .glyphicon-menu-down{right:10px;}}.search-box.v2 .data-range-wrapper{height:60px;}.search-box.v2 .data-range-wrapper .date-range-text{border-radius:5px;border:1px solid #dcdcdc;background-color:#f9f9f9;color:#14273d;font-size:14px;height:50px;top:5px;padding:8px 30px 10px 10px;line-height:normal;width:95%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;}@media(max-width:767px){.search-box.v2 .data-range-wrapper .date-range-text{width:100%;}}.search-box.v2 .data-range-wrapper .date-range-text input{border:0;background-color:#f9f9f9;}.search-box.v2 .data-range-wrapper .date-range-text .checkin-date-wrapper,.search-box.v2 .data-range-wrapper .date-range-text .checkout-date-wrapper{color:#14273d;position:initial;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;}.search-box.v2 .data-range-wrapper .date-range-text .checkin-date-wrapper img,.search-box.v2 .data-range-wrapper .date-range-text .checkout-date-wrapper img{margin-right:5px;}.search-box.v2 .data-range-wrapper .date-range-text .nightcount-wrapper{display:block;position:initial;height:100%;color:#22be34;text-align:center;}.search-box.v2 .data-range-wrapper .date-range-text .nightcount-wrapper span{display:block;}.search-box.v2 .data-range-wrapper .date-range-text .glyphicon-menu-down{position:absolute;right:10px;top:20px;bottom:0;font-weight:600;color:#14273d;}@media(max-width:767px){.search-box.v2 .data-range-wrapper .date-range-text .glyphicon-menu-down{right:10px;}}.search-box.v2 .person-input-wrapper{background:none;width:22%;}@media(min-width:992px) and (max-width:1199px){.search-box.v2 .person-input-wrapper{width:19%;}}@media(max-width:991px){.search-box.v2 .person-input-wrapper{width:35%;}}@media(max-width:767px){.search-box.v2 .person-input-wrapper{width:100%;}}@media(max-width:767px){.search-box.v2 .person-input-wrapper .person-count-input{display:block;}}@media(max-width:767px){.search-box.v2 .person-input-wrapper .person-selector-box{position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:scroll;z-index:1001;background:#f9f9f9;padding:20px;margin-right:0;margin-bottom:0;margin-left:0;}}.search-box.v2 .person-input-wrapper .person-selector-box .mobile-title{position:relative;font-size:20px;font-weight:600;color:rgba(20,39,61,.4);}.search-box.v2 .person-input-wrapper .person-selector-box .mobile-title a{position:absolute;left:0;}.search-box.v2 .person-input-wrapper .person-selector-box .mobile-title a .glyphicon{top:5px;color:rgba(20,39,61,.4);}.search-box.v2 .person-input-wrapper .person-selector-box .mobile-button{position:fixed;bottom:0;width:100%;padding:20px;left:0;right:0;}.search-box.v2 .person-input-wrapper .person-selector-box .mobile-button a{padding:15px;}.search-box.v2 .general-dropdown-input-wrapper select{padding:6px 12px;}@media(max-width:991px){.search-box.v2 .general-dropdown-input-wrapper select{padding:0 10px;}}.search-box.v2 .search-button{height:50px;font-size:16px;background-color:#2d9da2;}@media(max-width:767px){.search-box.v2 .search-button{width:100%;margin:5px 0 0 0;height:auto;padding:10px 12px;}}.search-box.v2 .person-input-wrapper-flightpackage{width:16%!important;}@media(max-width:991px){.search-box.v2 .person-input-wrapper-flightpackage{width:35%!important;}}@media(max-width:767px){.search-box.v2 .person-input-wrapper-flightpackage{width:100%!important;}}.search-box.v2 .check-in-out-date-wrapper-flightpackage{width:29%;}@media(max-width:991px){.search-box.v2 .check-in-out-date-wrapper-flightpackage{width:50%;}}@media(max-width:767px){.search-box.v2 .check-in-out-date-wrapper-flightpackage{width:100%;}}.search-box.v2 .departure-return-date-wrapper select{border-radius:5px;border:1px solid #dcdcdc;background-color:#f9f9f9;color:#14273d;font-size:14px;}.search-box.v2 .departure-return-date-wrapper select::-moz-placeholder{color:rgba(20,39,61,.8);opacity:1;}.search-box.v2 .departure-return-date-wrapper select:-ms-input-placeholder{color:rgba(20,39,61,.8);}.search-box.v2 .departure-return-date-wrapper select::-webkit-input-placeholder{color:rgba(20,39,61,.8);}.search-box.v2 .departure-return-date-wrapper select::-moz-placeholder{color:rgba(20,39,61,.8);opacity:1;line-height:inherit;}.search-box.v2 .departure-return-date-wrapper select:-ms-input-placeholder{color:rgba(20,39,61,.8);line-height:inherit;}.search-box.v2 .departure-return-date-wrapper select::-webkit-input-placeholder{color:rgba(20,39,61,.8);line-height:inherit;}.search-box.v2 .query-text-input-wrapper.in-tour{background:none;}.search-box.v2.queryless{margin-top:0;}.search-box.v2.queryless .tab-pane{border:0;border-radius:5px;}.search-box.v2.queryless .person-input-wrapper,.search-box.v2.queryless .input-wrapper.flightpackage{height:55px;}@media(min-width:992px){.search-box.v2.queryless .in-flightpackage-searchbar{width:40%;}.search-box.v2.queryless .in-flightpackage-searchbar input{width:96%;}}@media(min-width:992px) and (max-width:1199px){.search-box.v2.queryless .check-in-out-date-wrapper{width:40%;}.search-box.v2.queryless .in-flightpackage-searchbar{width:30%;}}.search-box.v2.static{margin-top:0;}.search-box.v2.static .tab-pane{border:0;border-radius:5px;padding:16px;}.search-box.v2.stick{padding:0;bottom:auto;}@media(min-width:992px) and (max-width:1199px){.search-box.v2.stick .data-range-wrapper .date-range-text{font-size:12px;}.search-box.v2.stick .data-range-wrapper .date-range-text .checkin-date-wrapper img,.search-box.v2.stick .data-range-wrapper .date-range-text .checkout-date-wrapper img{margin-right:3px;}.search-box.v2.stick .data-range-wrapper .date-range-text .glyphicon-menu-down{font-size:14px;top:18px;}.search-box.v2.stick .person-input-wrapper .glyphicon-menu-down{right:18px;top:23px;}}.search-box.v2.stick .tab-pane{padding:0;background-color:transparent;}.search-box.v2.stick .input-wrapper .auto-complete-result-box-wrapper.active .auto-complete-result-box{margin-top:0;}.search-box.v2.stick .check-in-out-date-wrapper{width:32%;}@media(min-width:992px) and (max-width:1199px){.search-box.v2.stick .check-in-out-date-wrapper{width:34%;}}.search-box.v2.stick .person-input-wrapper{width:20%;}.search-box.v2.stick .search-button.flight{width:10%;}.search-box.v2.stick .person-input-wrapper-flightpackage .glyphicon-menu-down{right:14px;}.btn-sortbox-collapse{display:inline-block;width:48%;background:transparent;border:1px solid #d7d7d7;color:#808080;font-weight:400;padding:6px;border-radius:2px;}.header-nav-outer{font-size:13px;color:#606060;padding:25px 0;}.header-nav-outer .title-wrapper{font-weight:600;margin:0;font-size:13px;color:#606060;}.header-nav-outer .header-nav ul{padding:0;list-style:none;display:inline-block;margin:0;float:right;}.header-nav-outer .header-nav ul li{display:inline-block;font-weight:600;margin-left:40px;}.header-nav-outer .header-nav ul li:first-child{margin-left:0;}@media(min-width:992px) and (max-width:1199px){.header-nav-outer .header-nav ul li{margin-left:14px;}}@media(max-width:991px){.header-nav-outer .header-nav ul li{margin:5px 0;width:49%;text-align:center;}}.header-nav-outer .header-nav ul li.active{border-bottom:2px solid #2d9da2;}.header-nav-outer .header-nav ul li.active a{color:#2d9da2;}.header-nav-outer .header-nav ul li.active:hover{margin-bottom:0;}.header-nav-outer .header-nav ul li a{text-decoration:none;color:#606060;}.header-nav-outer .header-nav ul li a span{padding:2px 0 0 5px;}@media(min-width:768px) and (max-width:1199px){.header-nav-outer .header-nav ul li a span{padding:2px 0 0 2px;}}.header-nav-outer .header-nav ul li a:hover{text-decoration:none;}.header-nav-outer .header-nav ul li a.active{color:#2d9da2;}.header-nav-outer .header-nav ul li:hover{border-bottom:2px solid #2d9da2;margin-bottom:-2px;}.header-nav-outer .header-nav ul li:hover a{color:#2d9da2;}@media(max-width:991px){.header-nav-outer .header-nav ul{padding:0;list-style:none;display:inline-block;margin:0;border:1px solid;width:100%;float:none;}}@media(min-width:992px){.header-nav-outer.collapse{display:block!important;opacity:1!important;}}@media(max-width:991px){.sort-list-box{position:fixed;left:0;top:0;z-index:10;width:100%;height:100%;overflow-y:auto;padding:25px 15px!important;background-color:#fff;}.sort-list-box .title-wrapper{text-align:left;margin-top:30px;}.sort-list-box select{display:block;width:100%;margin-top:10px;}.sort-list-box .btn-close{display:block;position:absolute;top:15px;right:20px;text-decoration:none;color:#000;}.sort-list-box .btn-close span{font-size:20px;}}.hotel-search-page-hotel-box .hotel-cell-row,.tour-search-page-tour-box .hotel-cell-row,.hotel-search-page-hotel-box .tour-cell-row,.tour-search-page-tour-box .tour-cell-row{position:relative;}.hotel-search-page-hotel-box .hotel-cell-row:before,.tour-search-page-tour-box .hotel-cell-row:before,.hotel-search-page-hotel-box .tour-cell-row:before,.tour-search-page-tour-box .tour-cell-row:before,.hotel-search-page-hotel-box .hotel-cell-row:after,.tour-search-page-tour-box .hotel-cell-row:after,.hotel-search-page-hotel-box .tour-cell-row:after,.tour-search-page-tour-box .tour-cell-row:after{content:" ";display:table;}.hotel-search-page-hotel-box .hotel-cell-row:after,.tour-search-page-tour-box .hotel-cell-row:after,.hotel-search-page-hotel-box .tour-cell-row:after,.tour-search-page-tour-box .tour-cell-row:after{clear:both;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell-row,.tour-search-page-tour-box .hotel-cell-row,.hotel-search-page-hotel-box .tour-cell-row,.tour-search-page-tour-box .tour-cell-row{position:static;}}.hotel-search-page-hotel-box .hotel-cell,.tour-search-page-tour-box .hotel-cell,.hotel-search-page-hotel-box .tour-cell,.tour-search-page-tour-box .tour-cell{border:1px solid #d7d7d7;margin:10px 0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;background:transparent;position:relative;display:table;width:100%;padding:15px;border-radius:2px;}.hotel-search-page-hotel-box .hotel-cell.in-tour,.tour-search-page-tour-box .hotel-cell.in-tour,.hotel-search-page-hotel-box .tour-cell.in-tour,.tour-search-page-tour-box .tour-cell.in-tour{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:visible;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell.in-tour,.tour-search-page-tour-box .hotel-cell.in-tour,.hotel-search-page-hotel-box .tour-cell.in-tour,.tour-search-page-tour-box .tour-cell.in-tour{padding:0;border:0;padding-bottom:50px;margin:20px 0;display:table;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell,.tour-search-page-tour-box .hotel-cell,.hotel-search-page-hotel-box .tour-cell,.tour-search-page-tour-box .tour-cell{padding:0;border:0;padding-bottom:50px;margin:20px 0;-webkit-box-shadow:#dbdbdb 0 3px 6px;box-shadow:#dbdbdb 0 3px 6px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-cell-4,.tour-search-page-tour-box .hotel-cell .hotel-cell-4,.hotel-search-page-hotel-box .tour-cell .hotel-cell-4,.tour-search-page-tour-box .tour-cell .hotel-cell-4{display:inline-block;float:left;padding:0 5px;position:relative;width:29.5%;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-4,.tour-search-page-tour-box .hotel-cell .hotel-cell-4,.hotel-search-page-hotel-box .tour-cell .hotel-cell-4,.tour-search-page-tour-box .tour-cell .hotel-cell-4{width:100%;}}.hotel-search-page-hotel-box .hotel-cell .hotel-cell-6,.tour-search-page-tour-box .hotel-cell .hotel-cell-6,.hotel-search-page-hotel-box .tour-cell .hotel-cell-6,.tour-search-page-tour-box .tour-cell .hotel-cell-6{display:inline-block;float:left;padding:0 5px;width:49%;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-6,.tour-search-page-tour-box .hotel-cell .hotel-cell-6,.hotel-search-page-hotel-box .tour-cell .hotel-cell-6,.tour-search-page-tour-box .tour-cell .hotel-cell-6{width:100%;}}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-6,.tour-search-page-tour-box .hotel-cell .hotel-cell-6,.hotel-search-page-hotel-box .tour-cell .hotel-cell-6,.tour-search-page-tour-box .tour-cell .hotel-cell-6{width:44%;}}.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2,.tour-search-page-tour-box .hotel-cell .hotel-cell-2,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2,.tour-search-page-tour-box .tour-cell .hotel-cell-2{display:inline-block;float:left;padding:0 5px;width:21.5%;}.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2 .hotel-booking-span,.tour-search-page-tour-box .hotel-cell .hotel-cell-2 .hotel-booking-span,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2 .hotel-booking-span,.tour-search-page-tour-box .tour-cell .hotel-cell-2 .hotel-booking-span{position:absolute;bottom:5px;width:calc(21.5% - 5px);}.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2 .hotel-booking-span:before,.tour-search-page-tour-box .hotel-cell .hotel-cell-2 .hotel-booking-span:before,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2 .hotel-booking-span:before,.tour-search-page-tour-box .tour-cell .hotel-cell-2 .hotel-booking-span:before,.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2 .hotel-booking-span:after,.tour-search-page-tour-box .hotel-cell .hotel-cell-2 .hotel-booking-span:after,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2 .hotel-booking-span:after,.tour-search-page-tour-box .tour-cell .hotel-cell-2 .hotel-booking-span:after{content:" ";display:table;}.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2 .hotel-booking-span:after,.tour-search-page-tour-box .hotel-cell .hotel-cell-2 .hotel-booking-span:after,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2 .hotel-booking-span:after,.tour-search-page-tour-box .tour-cell .hotel-cell-2 .hotel-booking-span:after{clear:both;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2 .hotel-booking-span,.tour-search-page-tour-box .hotel-cell .hotel-cell-2 .hotel-booking-span,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2 .hotel-booking-span,.tour-search-page-tour-box .tour-cell .hotel-cell-2 .hotel-booking-span{position:absolute;bottom:0;width:100%;}}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2 .hotel-booking-span,.tour-search-page-tour-box .hotel-cell .hotel-cell-2 .hotel-booking-span,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2 .hotel-booking-span,.tour-search-page-tour-box .tour-cell .hotel-cell-2 .hotel-booking-span{width:calc(26.5% - 5px);}}.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2 .hotel-pension-type,.tour-search-page-tour-box .hotel-cell .hotel-cell-2 .hotel-pension-type,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2 .hotel-pension-type,.tour-search-page-tour-box .tour-cell .hotel-cell-2 .hotel-pension-type{font-size:13px;font-weight:700;text-align:right;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2 .hotel-pension-type,.tour-search-page-tour-box .hotel-cell .hotel-cell-2 .hotel-pension-type,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2 .hotel-pension-type,.tour-search-page-tour-box .tour-cell .hotel-cell-2 .hotel-pension-type{color:#2d9da2;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2,.tour-search-page-tour-box .hotel-cell .hotel-cell-2,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2,.tour-search-page-tour-box .tour-cell .hotel-cell-2{width:100%;position:absolute;margin:0 auto;display:block;height:100%;pointer-events:none;}}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-2,.tour-search-page-tour-box .hotel-cell .hotel-cell-2,.hotel-search-page-hotel-box .tour-cell .hotel-cell-2,.tour-search-page-tour-box .tour-cell .hotel-cell-2{width:26.5%;}}.hotel-search-page-hotel-box .hotel-cell .hotel-cell-8,.tour-search-page-tour-box .hotel-cell .hotel-cell-8,.hotel-search-page-hotel-box .tour-cell .hotel-cell-8,.tour-search-page-tour-box .tour-cell .hotel-cell-8{display:inline-block;float:left;padding:0 5px;width:70.5%;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-8,.tour-search-page-tour-box .hotel-cell .hotel-cell-8,.hotel-search-page-hotel-box .tour-cell .hotel-cell-8,.tour-search-page-tour-box .tour-cell .hotel-cell-8{width:100%;}}.hotel-search-page-hotel-box .hotel-cell .package-list-table,.tour-search-page-tour-box .hotel-cell .package-list-table,.hotel-search-page-hotel-box .tour-cell .package-list-table,.tour-search-page-tour-box .tour-cell .package-list-table{font-size:12px;}@media(min-width:768px){.hotel-search-page-hotel-box .hotel-cell .package-list-table,.tour-search-page-tour-box .hotel-cell .package-list-table,.hotel-search-page-hotel-box .tour-cell .package-list-table,.tour-search-page-tour-box .tour-cell .package-list-table{white-space:nowrap;}.hotel-search-page-hotel-box .hotel-cell .package-list-table tbody td,.tour-search-page-tour-box .hotel-cell .package-list-table tbody td,.hotel-search-page-hotel-box .tour-cell .package-list-table tbody td,.tour-search-page-tour-box .tour-cell .package-list-table tbody td{padding:8px 2.5px;border-right:1px solid #ddd;}.hotel-search-page-hotel-box .hotel-cell .package-list-table tbody td:last-child,.tour-search-page-tour-box .hotel-cell .package-list-table tbody td:last-child,.hotel-search-page-hotel-box .tour-cell .package-list-table tbody td:last-child,.tour-search-page-tour-box .tour-cell .package-list-table tbody td:last-child{border-right:0;}}.hotel-search-page-hotel-box .hotel-cell .tour-cell-4,.tour-search-page-tour-box .hotel-cell .tour-cell-4,.hotel-search-page-hotel-box .tour-cell .tour-cell-4,.tour-search-page-tour-box .tour-cell .tour-cell-4{display:inline-block;float:left;padding:0 5px;position:relative;width:24.5%;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-cell-4,.tour-search-page-tour-box .hotel-cell .tour-cell-4,.hotel-search-page-hotel-box .tour-cell .tour-cell-4,.tour-search-page-tour-box .tour-cell .tour-cell-4{width:100%;}}.hotel-search-page-hotel-box .hotel-cell .tour-cell-4.cruise-full,.tour-search-page-tour-box .hotel-cell .tour-cell-4.cruise-full,.hotel-search-page-hotel-box .tour-cell .tour-cell-4.cruise-full,.tour-search-page-tour-box .tour-cell .tour-cell-4.cruise-full{padding:5px;overflow:hidden;}.hotel-search-page-hotel-box .hotel-cell .tour-cell-6,.tour-search-page-tour-box .hotel-cell .tour-cell-6,.hotel-search-page-hotel-box .tour-cell .tour-cell-6,.tour-search-page-tour-box .tour-cell .tour-cell-6{display:inline-block;float:left;padding:0 5px;width:55%;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-cell-6,.tour-search-page-tour-box .hotel-cell .tour-cell-6,.hotel-search-page-hotel-box .tour-cell .tour-cell-6,.tour-search-page-tour-box .tour-cell .tour-cell-6{width:100%;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-cell-6.in-cruise,.tour-search-page-tour-box .hotel-cell .tour-cell-6.in-cruise,.hotel-search-page-hotel-box .tour-cell .tour-cell-6.in-cruise,.tour-search-page-tour-box .tour-cell .tour-cell-6.in-cruise{padding-bottom:17%;}}.hotel-search-page-hotel-box .hotel-cell .tour-cell-10,.tour-search-page-tour-box .hotel-cell .tour-cell-10,.hotel-search-page-hotel-box .tour-cell .tour-cell-10,.tour-search-page-tour-box .tour-cell .tour-cell-10{display:inline-block;float:left;width:79.5%;border-right:1px solid #d7d7d7;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-cell-10,.tour-search-page-tour-box .hotel-cell .tour-cell-10,.hotel-search-page-hotel-box .tour-cell .tour-cell-10,.tour-search-page-tour-box .tour-cell .tour-cell-10{width:100%;border:0;}}.hotel-search-page-hotel-box .hotel-cell .tour-cell-10 .tour-cell-4,.tour-search-page-tour-box .hotel-cell .tour-cell-10 .tour-cell-4,.hotel-search-page-hotel-box .tour-cell .tour-cell-10 .tour-cell-4,.tour-search-page-tour-box .tour-cell .tour-cell-10 .tour-cell-4{width:32%;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-cell-10 .tour-cell-4,.tour-search-page-tour-box .hotel-cell .tour-cell-10 .tour-cell-4,.hotel-search-page-hotel-box .tour-cell .tour-cell-10 .tour-cell-4,.tour-search-page-tour-box .tour-cell .tour-cell-10 .tour-cell-4{width:100%;}}.hotel-search-page-hotel-box .hotel-cell .tour-cell-10 .tour-cell-6,.tour-search-page-tour-box .hotel-cell .tour-cell-10 .tour-cell-6,.hotel-search-page-hotel-box .tour-cell .tour-cell-10 .tour-cell-6,.tour-search-page-tour-box .tour-cell .tour-cell-10 .tour-cell-6{width:68%;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-cell-10 .tour-cell-6,.tour-search-page-tour-box .hotel-cell .tour-cell-10 .tour-cell-6,.hotel-search-page-hotel-box .tour-cell .tour-cell-10 .tour-cell-6,.tour-search-page-tour-box .tour-cell .tour-cell-10 .tour-cell-6{width:100%;}}.hotel-search-page-hotel-box .hotel-cell .tour-cell-10 .clearfix,.tour-search-page-tour-box .hotel-cell .tour-cell-10 .clearfix,.hotel-search-page-hotel-box .tour-cell .tour-cell-10 .clearfix,.tour-search-page-tour-box .tour-cell .tour-cell-10 .clearfix{padding:10px;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-cell-10 .clearfix,.tour-search-page-tour-box .hotel-cell .tour-cell-10 .clearfix,.hotel-search-page-hotel-box .tour-cell .tour-cell-10 .clearfix,.tour-search-page-tour-box .tour-cell .tour-cell-10 .clearfix{padding:0;}}.hotel-search-page-hotel-box .hotel-cell .tour-property-box,.tour-search-page-tour-box .hotel-cell .tour-property-box,.hotel-search-page-hotel-box .tour-cell .tour-property-box,.tour-search-page-tour-box .tour-cell .tour-property-box{width:100%;float:left;border-top:1px solid #d7d7d7;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}.hotel-search-page-hotel-box .hotel-cell .tour-property,.tour-search-page-tour-box .hotel-cell .tour-property,.hotel-search-page-hotel-box .tour-cell .tour-property,.tour-search-page-tour-box .tour-cell .tour-property{width:20%;font-size:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-property,.tour-search-page-tour-box .hotel-cell .tour-property,.hotel-search-page-hotel-box .tour-cell .tour-property,.tour-search-page-tour-box .tour-cell .tour-property{width:50%;}}.hotel-search-page-hotel-box .hotel-cell .tour-property img,.tour-search-page-tour-box .hotel-cell .tour-property img,.hotel-search-page-hotel-box .tour-cell .tour-property img,.tour-search-page-tour-box .tour-cell .tour-property img{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;width:25px;height:25px;}.hotel-search-page-hotel-box .hotel-cell .tour-property span,.tour-search-page-tour-box .hotel-cell .tour-property span,.hotel-search-page-hotel-box .tour-cell .tour-property span,.tour-search-page-tour-box .tour-cell .tour-property span{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:5px;font-size:10px;}.hotel-search-page-hotel-box .hotel-cell .tour-cell-2,.tour-search-page-tour-box .hotel-cell .tour-cell-2,.hotel-search-page-hotel-box .tour-cell .tour-cell-2,.tour-search-page-tour-box .tour-cell .tour-cell-2{display:inline-block;float:left;padding:0 5px;width:20.5%;}.hotel-search-page-hotel-box .hotel-cell .tour-cell-2 .hotel-booking-span,.tour-search-page-tour-box .hotel-cell .tour-cell-2 .hotel-booking-span,.hotel-search-page-hotel-box .tour-cell .tour-cell-2 .hotel-booking-span,.tour-search-page-tour-box .tour-cell .tour-cell-2 .hotel-booking-span{position:absolute;bottom:10px;width:calc(20.5% - 20px);}.hotel-search-page-hotel-box .hotel-cell .tour-cell-2 .hotel-booking-span:before,.tour-search-page-tour-box .hotel-cell .tour-cell-2 .hotel-booking-span:before,.hotel-search-page-hotel-box .tour-cell .tour-cell-2 .hotel-booking-span:before,.tour-search-page-tour-box .tour-cell .tour-cell-2 .hotel-booking-span:before,.hotel-search-page-hotel-box .hotel-cell .tour-cell-2 .hotel-booking-span:after,.tour-search-page-tour-box .hotel-cell .tour-cell-2 .hotel-booking-span:after,.hotel-search-page-hotel-box .tour-cell .tour-cell-2 .hotel-booking-span:after,.tour-search-page-tour-box .tour-cell .tour-cell-2 .hotel-booking-span:after{content:" ";display:table;}.hotel-search-page-hotel-box .hotel-cell .tour-cell-2 .hotel-booking-span:after,.tour-search-page-tour-box .hotel-cell .tour-cell-2 .hotel-booking-span:after,.hotel-search-page-hotel-box .tour-cell .tour-cell-2 .hotel-booking-span:after,.tour-search-page-tour-box .tour-cell .tour-cell-2 .hotel-booking-span:after{clear:both;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-cell-2 .hotel-booking-span,.tour-search-page-tour-box .hotel-cell .tour-cell-2 .hotel-booking-span,.hotel-search-page-hotel-box .tour-cell .tour-cell-2 .hotel-booking-span,.tour-search-page-tour-box .tour-cell .tour-cell-2 .hotel-booking-span{position:absolute;bottom:0;width:100%;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .tour-cell-2,.tour-search-page-tour-box .hotel-cell .tour-cell-2,.hotel-search-page-hotel-box .tour-cell .tour-cell-2,.tour-search-page-tour-box .tour-cell .tour-cell-2{width:100%;position:absolute;margin:0 auto;display:block;height:100%;pointer-events:none;}}.hotel-search-page-hotel-box .hotel-cell .hotel-image-wrapper,.tour-search-page-tour-box .hotel-cell .hotel-image-wrapper,.hotel-search-page-hotel-box .tour-cell .hotel-image-wrapper,.tour-search-page-tour-box .tour-cell .hotel-image-wrapper{position:relative;overflow:hidden;padding-top:100%;display:block;text-decoration:none;background:#fff url("../images/img-default.png") no-repeat center center;background-size:cover;}.hotel-search-page-hotel-box .hotel-cell .hotel-image-wrapper>img,.tour-search-page-tour-box .hotel-cell .hotel-image-wrapper>img,.hotel-search-page-hotel-box .tour-cell .hotel-image-wrapper>img,.tour-search-page-tour-box .tour-cell .hotel-image-wrapper>img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;top:0;left:0;position:absolute;color:transparent;font:0/0 a;}.hotel-search-page-hotel-box .hotel-cell .hotel-image-wrapper.in-tour,.tour-search-page-tour-box .hotel-cell .hotel-image-wrapper.in-tour,.hotel-search-page-hotel-box .tour-cell .hotel-image-wrapper.in-tour,.tour-search-page-tour-box .tour-cell .hotel-image-wrapper.in-tour{position:relative;overflow:hidden;padding-top:85%;display:block;text-decoration:none;background:#fff url("../images/img-default.png") no-repeat center center;background-size:cover;}.hotel-search-page-hotel-box .hotel-cell .hotel-image-wrapper.in-tour>img,.tour-search-page-tour-box .hotel-cell .hotel-image-wrapper.in-tour>img,.hotel-search-page-hotel-box .tour-cell .hotel-image-wrapper.in-tour>img,.tour-search-page-tour-box .tour-cell .hotel-image-wrapper.in-tour>img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;top:0;left:0;position:absolute;color:transparent;font:0/0 a;}@media(min-width:768px){.hotel-search-page-hotel-box .hotel-cell .hotel-image-wrapper.in-tour,.tour-search-page-tour-box .hotel-cell .hotel-image-wrapper.in-tour,.hotel-search-page-hotel-box .tour-cell .hotel-image-wrapper.in-tour,.tour-search-page-tour-box .tour-cell .hotel-image-wrapper.in-tour{position:relative;overflow:hidden;padding-top:100%;display:block;text-decoration:none;background:#fff url("../images/img-default.png") no-repeat center center;background-size:cover;}.hotel-search-page-hotel-box .hotel-cell .hotel-image-wrapper.in-tour>img,.tour-search-page-tour-box .hotel-cell .hotel-image-wrapper.in-tour>img,.hotel-search-page-hotel-box .tour-cell .hotel-image-wrapper.in-tour>img,.tour-search-page-tour-box .tour-cell .hotel-image-wrapper.in-tour>img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;top:0;left:0;position:absolute;color:transparent;font:0/0 a;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-image-wrapper,.tour-search-page-tour-box .hotel-cell .hotel-image-wrapper,.hotel-search-page-hotel-box .tour-cell .hotel-image-wrapper,.tour-search-page-tour-box .tour-cell .hotel-image-wrapper{position:relative;overflow:hidden;padding-top:85%;display:block;text-decoration:none;background:#fff url("../images/img-default.png") no-repeat center center;background-size:cover;border-radius:2px;}.hotel-search-page-hotel-box .hotel-cell .hotel-image-wrapper>img,.tour-search-page-tour-box .hotel-cell .hotel-image-wrapper>img,.hotel-search-page-hotel-box .tour-cell .hotel-image-wrapper>img,.tour-search-page-tour-box .tour-cell .hotel-image-wrapper>img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;top:0;left:0;position:absolute;color:transparent;font:0/0 a;}}.hotel-search-page-hotel-box .hotel-cell .no-cruise-pax,.tour-search-page-tour-box .hotel-cell .no-cruise-pax,.hotel-search-page-hotel-box .tour-cell .no-cruise-pax,.tour-search-page-tour-box .tour-cell .no-cruise-pax{background:#2d9da2;position:absolute;top:26px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);padding:0 15px;text-align:center;color:#fff;font-size:12px;left:-24px;}.hotel-search-page-hotel-box .hotel-cell .no-cruise-pax:before,.tour-search-page-tour-box .hotel-cell .no-cruise-pax:before,.hotel-search-page-hotel-box .tour-cell .no-cruise-pax:before,.tour-search-page-tour-box .tour-cell .no-cruise-pax:before{content:'';width:0;height:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-bottom:3px solid #840f18;border-left:3px solid transparent;border-right:3px solid #840f18;border-top:3px solid transparent;position:absolute;bottom:-3px;left:2px;z-index:5;}.hotel-search-page-hotel-box .hotel-cell .no-cruise-pax:after,.tour-search-page-tour-box .hotel-cell .no-cruise-pax:after,.hotel-search-page-hotel-box .tour-cell .no-cruise-pax:after,.tour-search-page-tour-box .tour-cell .no-cruise-pax:after{content:'';width:0;height:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-bottom:3px solid #840f18;border-left:3px solid transparent;border-right:3px solid #840f18;border-top:3px solid transparent;position:absolute;bottom:-3px;right:1px;z-index:5;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper{padding-top:4%;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper.in-tour,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper.in-tour,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper.in-tour,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper.in-tour{padding-top:0;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper.in-tour .hotel-name,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper.in-tour .hotel-name,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper.in-tour .hotel-name,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper.in-tour .hotel-name{margin:0;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper.in-tour h5,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper.in-tour h5,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper.in-tour h5,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper.in-tour h5{font-size:13px;font-weight:600;color:#333;margin:5px 0;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper.in-tour h5.colored,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper.in-tour h5.colored,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper.in-tour h5.colored,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper.in-tour h5.colored{color:#2d9da2;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .hotel-name,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .hotel-name,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .hotel-name,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .hotel-name{margin-top:10px;margin-bottom:10px;font-size:18px;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .hotel-name a,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .hotel-name a,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .hotel-name a,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .hotel-name a{font-size:18px;font-weight:600;color:#2f2f2f;margin:4px 0;text-decoration:none;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .hotel-name.in-tour,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .hotel-name.in-tour,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .hotel-name.in-tour,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .hotel-name.in-tour{font-size:14px;font-weight:700;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .hotel-name.in-tour a,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .hotel-name.in-tour a,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .hotel-name.in-tour a,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .hotel-name.in-tour a{font-size:16px;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .hotel-name.in-tour a,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .hotel-name.in-tour a,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .hotel-name.in-tour a,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .hotel-name.in-tour a{font-size:14px;font-weight:700;color:#333;margin:6px 0;display:block;}}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .hotel-pension-type,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .hotel-pension-type,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .hotel-pension-type,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .hotel-pension-type{color:#6bb149;font-size:13px;font-weight:700;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .hotel-pension-type,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .hotel-pension-type,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .hotel-pension-type,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .hotel-pension-type{color:#2d9da2;}}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .tour-departure-city,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .tour-departure-city,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .tour-departure-city,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .tour-departure-city{font-size:12px;font-weight:600;color:#333;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .hotel-location,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .hotel-location,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .hotel-location,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .hotel-location{color:#606060;font-size:13px;font-weight:600;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .hotel-location a,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .hotel-location a,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .hotel-location a,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .hotel-location a{color:#1d85a7;}.hotel-search-page-hotel-box .hotel-cell .hotel-info-wrapper .route-map-link,.tour-search-page-tour-box .hotel-cell .hotel-info-wrapper .route-map-link,.hotel-search-page-hotel-box .tour-cell .hotel-info-wrapper .route-map-link,.tour-search-page-tour-box .tour-cell .hotel-info-wrapper .route-map-link{font-size:12px;color:#9d9d9d;font-weight:400;max-height:70px;overflow-y:auto;display:block;}.hotel-search-page-hotel-box .hotel-cell .hotel-description,.tour-search-page-tour-box .hotel-cell .hotel-description,.hotel-search-page-hotel-box .tour-cell .hotel-description,.tour-search-page-tour-box .tour-cell .hotel-description{position:absolute;bottom:0;width:calc(49% - 10px);}.hotel-search-page-hotel-box .hotel-cell .hotel-description:before,.tour-search-page-tour-box .hotel-cell .hotel-description:before,.hotel-search-page-hotel-box .tour-cell .hotel-description:before,.tour-search-page-tour-box .tour-cell .hotel-description:before,.hotel-search-page-hotel-box .hotel-cell .hotel-description:after,.tour-search-page-tour-box .hotel-cell .hotel-description:after,.hotel-search-page-hotel-box .tour-cell .hotel-description:after,.tour-search-page-tour-box .tour-cell .hotel-description:after{content:" ";display:table;}.hotel-search-page-hotel-box .hotel-cell .hotel-description:after,.tour-search-page-tour-box .hotel-cell .hotel-description:after,.hotel-search-page-hotel-box .tour-cell .hotel-description:after,.tour-search-page-tour-box .tour-cell .hotel-description:after{clear:both;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-description,.tour-search-page-tour-box .hotel-cell .hotel-description,.hotel-search-page-hotel-box .tour-cell .hotel-description,.tour-search-page-tour-box .tour-cell .hotel-description{width:calc(100% - 10px);}}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-description,.tour-search-page-tour-box .hotel-cell .hotel-description,.hotel-search-page-hotel-box .tour-cell .hotel-description,.tour-search-page-tour-box .tour-cell .hotel-description{width:44%;width:calc(44% - 10px);}}.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount{font-size:12px;font-weight:600;color:#333;padding:3px 2px;float:left;width:49%;margin-right:1%;margin-bottom:1%;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount.child,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount.child,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount.child,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount.child{color:#3d3d3d;position:relative;font-size:12px;padding:2px 2px;line-height:20px;padding-right:72px;-o-text-overflow:clip;text-overflow:clip;overflow:visible;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount.child img,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount.child img,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount.child img,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount.child img{margin-right:1px;margin-top:-2px;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount.bordered,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount.bordered,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount.bordered,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount.bordered{border:2px solid #bdc3c7;border-radius:14px;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount.child-bordered,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount.child-bordered,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount.child-bordered,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount.child-bordered{border:2px solid #3d3d3d;color:#3d3d3d;border-radius:14px;position:relative;font-size:12px;padding:2px 2px;line-height:20px;padding-right:72px;-o-text-overflow:clip;text-overflow:clip;overflow:visible;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount.child-bordered img,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount.child-bordered img,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount.child-bordered img,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount.child-bordered img{margin-right:1px;margin-top:-2px;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount.child-bordered .title,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount.child-bordered .title,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount.child-bordered .title,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount.child-bordered .title{display:block;position:absolute;right:-2px;top:0;bottom:0;background-color:#3d3d3d;color:#fff;padding:2px 9px 2px 0;border-radius:0 12px 12px 0;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount.child-bordered .title:before,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount.child-bordered .title:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount.child-bordered .title:before,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount.child-bordered .title:before{content:" ";position:absolute;top:0;bottom:0;left:-14px;height:0;border:solid #3d3d3d;border-width:13px 7px;border-left-color:transparent;border-bottom-color:transparent;}@media(max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount{font-size:11px;letter-spacing:-1px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-description .hotel-child-discount img,.tour-search-page-tour-box .hotel-cell .hotel-description .hotel-child-discount img,.hotel-search-page-hotel-box .tour-cell .hotel-description .hotel-child-discount img,.tour-search-page-tour-box .tour-cell .hotel-description .hotel-child-discount img{margin-right:5px;margin-top:-2px;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity,.tour-search-page-tour-box .tour-cell .hotel-description .amenity{font-size:13px;font-weight:600;color:#333;padding:5px 0;display:block;float:left;width:50%;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;}@media(max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity,.tour-search-page-tour-box .tour-cell .hotel-description .amenity{font-size:11px;letter-spacing:-1px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity:before{content:" ";display:inline-block;margin-right:5px;width:20px;height:20px;background:no-repeat center center;background-size:contain;float:left;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-155:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-155:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-155:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-155:before{background-image:url("../images/icon/hotel-action/children-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-156:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-156:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-156:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-156:before{background-image:url("../images/icon/hotel-action/aquapark-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-157:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-157:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-157:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-157:before{background-image:url("../images/icon/hotel-action/spa-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-161:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-161:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-161:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-161:before{background-image:url("../images/icon/hotel-action/baby-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-163:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-163:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-163:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-163:before{background-image:url("../images/icon/hotel-action/closesea-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-181:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-181:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-181:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-181:before{background-image:url("../images/icon/hotel-action/thermal-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-185:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-185:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-185:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-185:before{background-image:url("../images/icon/hotel-action/wifi-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-195:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-195:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-195:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-195:before{background-image:url("../images/icon/hotel-action/beach300m-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-177:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-177:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-177:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-177:before{background-image:url("../images/icon/hotel-action/beach2km-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-180:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-180:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-180:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-180:before{background-image:url("../images/icon/hotel-action/wheelchair-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-172:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-172:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-172:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-172:before{background-image:url("../images/icon/hotel-action/congress-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-424:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-424:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-424:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-424:before{background-image:url("../images/icon/hotel-action/alcohol-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-221:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-221:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-221:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-221:before{background-image:url("../images/icon/hotel-action/deluxe-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-176:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-176:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-176:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-176:before{background-image:url("../images/icon/hotel-action/blueflag-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-175:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-175:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-175:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-175:before{background-image:url("../images/icon/hotel-action/sand-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-160:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-160:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-160:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-160:before{background-image:url("../images/icon/hotel-action/disabled-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-164:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-164:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-164:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-164:before{background-image:url("../images/icon/hotel-action/young-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-178:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-178:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-178:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-178:before{background-image:url("../images/icon/hotel-action/cityhotel-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-158:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-158:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-158:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-158:before{background-image:url("../images/icon/hotel-action/boutique-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-186:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-186:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-186:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-186:before{background-image:url("../images/icon/hotel-action/gravel-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-159:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-159:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-159:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-159:before{background-image:url("../images/icon/hotel-action/childless-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-154:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-154:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-154:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-154:before{background-image:url("../images/icon/hotel-action/honeymoon-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-169:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-169:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-169:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-169:before{background-image:url("../images/icon/hotel-action/older-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-409:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-409:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-409:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-409:before{background-image:url("../images/icon/hotel-action/sky-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-162:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-162:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-162:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-162:before{background-image:url("../images/icon/hotel-action/economic-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-165:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-165:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-165:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-165:before{background-image:url("../images/icon/hotel-action/gravelbeach-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-410:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-410:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-410:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-410:before{background-image:url("../images/icon/hotel-action/closeswimming-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-166:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-166:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-166:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-166:before{background-image:url("../images/icon/hotel-action/nature-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-1545:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-1545:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-1545:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-1545:before{background-image:url("../images/icon/hotel-action/pet-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2000:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2000:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2000:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2000:before{background-image:url("../images/icon/hotel-action/1gece-bizden-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2001:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2001:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2001:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2001:before{background-image:url("../images/icon/hotel-action/2gece-bizden-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2015:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2015:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2015:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2015:before{background-image:url("../images/icon/hotel-action/2kal-tekode-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2004:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2004:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2004:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2004:before{background-image:url("../images/icon/hotel-action/60yas-uzeri-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2008:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2008:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2008:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2008:before{background-image:url("../images/icon/hotel-action/avantajli-fiyatlar-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2005:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2005:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2005:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2005:before{background-image:url("../images/icon/hotel-action/balayi-cifleri-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2017:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2017:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2017:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2017:before{background-image:url("../images/icon/hotel-action/haftasonu-ozel-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2002:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2002:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2002:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2002:before{background-image:url("../images/icon/hotel-action/kamu-calisani-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2018:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2018:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2018:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2018:before{background-image:url("../images/icon/hotel-action/kesin-hareketli-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2012:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2012:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2012:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2012:before{background-image:url("../images/icon/hotel-action/konser-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2019:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2019:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2019:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2019:before{background-image:url("../images/icon/hotel-action/kontenjan-dolu-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2013:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2013:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2013:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2013:before{background-image:url("../images/icon/hotel-action/masaj-camur-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2014:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2014:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2014:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2014:before{background-image:url("../images/icon/hotel-action/mutlu-pazarlar-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2021:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2021:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2021:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2021:before{background-image:url("../images/icon/hotel-action/spa-paketleri-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2020:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2020:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2020:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2020:before{background-image:url("../images/icon/hotel-action/termal-paketi-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2011:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2011:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2011:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2011:before{background-image:url("../images/icon/hotel-action/ucretsiz-otobus-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2010:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2010:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2010:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2010:before{background-image:url("../images/icon/hotel-action/ucretsiz-transfer-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-2009:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-2009:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-2009:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-2009:before{background-image:url("../images/icon/hotel-action/ucretsiz-ucak-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-7777456:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-7777456:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-7777456:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-7777456:before{background-image:url("../images/icon/hotel-action/villa.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-8745214:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-8745214:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-8745214:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-8745214:before{background-image:url("../images/icon/hotel-action/starbucks-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-857:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-857:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-857:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-857:before{background-image:url("../images/icon/hotel-action/kaydirakli-havuz-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-895412:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-895412:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-895412:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-895412:before{background-image:url("../images/icon/hotel-action/muhafazakar-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .amenity.icon-234566543:before,.tour-search-page-tour-box .hotel-cell .hotel-description .amenity.icon-234566543:before,.hotel-search-page-hotel-box .tour-cell .hotel-description .amenity.icon-234566543:before,.tour-search-page-tour-box .tour-cell .hotel-description .amenity.icon-234566543:before{background-image:url("../images/icon/hotel-action/aile-icon.png");}.hotel-search-page-hotel-box .hotel-cell .hotel-description .tour-property,.tour-search-page-tour-box .hotel-cell .hotel-description .tour-property,.hotel-search-page-hotel-box .tour-cell .hotel-description .tour-property,.tour-search-page-tour-box .tour-cell .hotel-description .tour-property{display:inline-block;float:left;margin-left:-1px;font-size:12px;font-weight:700;color:#888;width:30%;}@media(min-width:1200px){.hotel-search-page-hotel-box .hotel-cell .hotel-description .tour-property,.tour-search-page-tour-box .hotel-cell .hotel-description .tour-property,.hotel-search-page-hotel-box .tour-cell .hotel-description .tour-property,.tour-search-page-tour-box .tour-cell .hotel-description .tour-property{width:29%;margin-left:2px;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .tour-property:first-child,.tour-search-page-tour-box .hotel-cell .hotel-description .tour-property:first-child,.hotel-search-page-hotel-box .tour-cell .hotel-description .tour-property:first-child,.tour-search-page-tour-box .tour-cell .hotel-description .tour-property:first-child{width:42%;}}.hotel-search-page-hotel-box .hotel-cell .hotel-description .tour-property:first-child,.tour-search-page-tour-box .hotel-cell .hotel-description .tour-property:first-child,.hotel-search-page-hotel-box .tour-cell .hotel-description .tour-property:first-child,.tour-search-page-tour-box .tour-cell .hotel-description .tour-property:first-child{width:40%;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .tour-property img,.tour-search-page-tour-box .hotel-cell .hotel-description .tour-property img,.hotel-search-page-hotel-box .tour-cell .hotel-description .tour-property img,.tour-search-page-tour-box .tour-cell .hotel-description .tour-property img{display:-webkit-box;display:-ms-flexbox;display:flex;float:left;margin-right:3px;}.hotel-search-page-hotel-box .hotel-cell .hotel-description .tour-property span,.tour-search-page-tour-box .hotel-cell .hotel-description .tour-property span,.hotel-search-page-hotel-box .tour-cell .hotel-description .tour-property span,.tour-search-page-tour-box .tour-cell .hotel-description .tour-property span{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:13px;font-size:9px;}.hotel-search-page-hotel-box .hotel-cell .hotel-description.in-tour,.tour-search-page-tour-box .hotel-cell .hotel-description.in-tour,.hotel-search-page-hotel-box .tour-cell .hotel-description.in-tour,.tour-search-page-tour-box .tour-cell .hotel-description.in-tour{width:100%;bottom:10px;}.hotel-search-page-hotel-box .hotel-cell .hotel-description.in-tour .hotel-child-discount,.tour-search-page-tour-box .hotel-cell .hotel-description.in-tour .hotel-child-discount,.hotel-search-page-hotel-box .tour-cell .hotel-description.in-tour .hotel-child-discount,.tour-search-page-tour-box .tour-cell .hotel-description.in-tour .hotel-child-discount{width:99%;margin-bottom:0;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-description.in-tour .tour-property,.tour-search-page-tour-box .hotel-cell .hotel-description.in-tour .tour-property,.hotel-search-page-hotel-box .tour-cell .hotel-description.in-tour .tour-property,.tour-search-page-tour-box .tour-cell .hotel-description.in-tour .tour-property{width:33%!important;}}.hotel-search-page-hotel-box .hotel-cell .hotel-description.in-tour.in-cruise-property .tour-property,.tour-search-page-tour-box .hotel-cell .hotel-description.in-tour.in-cruise-property .tour-property,.hotel-search-page-hotel-box .tour-cell .hotel-description.in-tour.in-cruise-property .tour-property,.tour-search-page-tour-box .tour-cell .hotel-description.in-tour.in-cruise-property .tour-property{width:32%!important;}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts,.tour-search-page-tour-box .hotel-cell .hotel-discounts,.hotel-search-page-hotel-box .tour-cell .hotel-discounts,.tour-search-page-tour-box .tour-cell .hotel-discounts{position:absolute;left:5px;bottom:0;width:75%;}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts:before,.tour-search-page-tour-box .hotel-cell .hotel-discounts:before,.hotel-search-page-hotel-box .tour-cell .hotel-discounts:before,.tour-search-page-tour-box .tour-cell .hotel-discounts:before,.hotel-search-page-hotel-box .hotel-cell .hotel-discounts:after,.tour-search-page-tour-box .hotel-cell .hotel-discounts:after,.hotel-search-page-hotel-box .tour-cell .hotel-discounts:after,.tour-search-page-tour-box .tour-cell .hotel-discounts:after{content:" ";display:table;}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts:after,.tour-search-page-tour-box .hotel-cell .hotel-discounts:after,.hotel-search-page-hotel-box .tour-cell .hotel-discounts:after,.tour-search-page-tour-box .tour-cell .hotel-discounts:after{clear:both;}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts.in-tour,.tour-search-page-tour-box .hotel-cell .hotel-discounts.in-tour,.hotel-search-page-hotel-box .tour-cell .hotel-discounts.in-tour,.tour-search-page-tour-box .tour-cell .hotel-discounts.in-tour{width:85%;}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts .hotel-child-discount,.tour-search-page-tour-box .hotel-cell .hotel-discounts .hotel-child-discount,.hotel-search-page-hotel-box .tour-cell .hotel-discounts .hotel-child-discount,.tour-search-page-tour-box .tour-cell .hotel-discounts .hotel-child-discount{font-size:13px;font-weight:600;color:#333;padding:4px 2px 4px 10px;float:left;width:100%;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;margin-bottom:5px;position:relative;}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts .hotel-child-discount.bordered,.tour-search-page-tour-box .hotel-cell .hotel-discounts .hotel-child-discount.bordered,.hotel-search-page-hotel-box .tour-cell .hotel-discounts .hotel-child-discount.bordered,.tour-search-page-tour-box .tour-cell .hotel-discounts .hotel-child-discount.bordered{border:0 solid #bdc3c7;border-radius:0 15px 15px 0;}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts .hotel-child-discount.bordered:before,.tour-search-page-tour-box .hotel-cell .hotel-discounts .hotel-child-discount.bordered:before,.hotel-search-page-hotel-box .tour-cell .hotel-discounts .hotel-child-discount.bordered:before,.tour-search-page-tour-box .tour-cell .hotel-discounts .hotel-child-discount.bordered:before{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;right:0;bottom:0;border:15px solid;border-radius:0 15px 15px 0;}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts .hotel-child-discount.bordered img,.tour-search-page-tour-box .hotel-cell .hotel-discounts .hotel-child-discount.bordered img,.hotel-search-page-hotel-box .tour-cell .hotel-discounts .hotel-child-discount.bordered img,.tour-search-page-tour-box .tour-cell .hotel-discounts .hotel-child-discount.bordered img{-moz-filter:brightness(100);-ms-filter:brightness(100);-webkit-filter:brightness(100);filter:brightness(100);}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner,.tour-search-page-tour-box .hotel-cell .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner,.hotel-search-page-hotel-box .tour-cell .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner,.tour-search-page-tour-box .tour-cell .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner{position:relative;color:#fff!important;z-index:1;}.hotel-search-page-hotel-box .hotel-cell .hotel-discounts .hotel-child-discount img,.tour-search-page-tour-box .hotel-cell .hotel-discounts .hotel-child-discount img,.hotel-search-page-hotel-box .tour-cell .hotel-discounts .hotel-child-discount img,.tour-search-page-tour-box .tour-cell .hotel-discounts .hotel-child-discount img{margin-right:5px;width:20px;height:20px;}.hotel-search-page-hotel-box .hotel-cell .hotel-trustyou,.tour-search-page-tour-box .hotel-cell .hotel-trustyou,.hotel-search-page-hotel-box .tour-cell .hotel-trustyou,.tour-search-page-tour-box .tour-cell .hotel-trustyou{display:block;float:left;min-height:38px;width:100%;max-width:190px;}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-trustyou,.tour-search-page-tour-box .hotel-cell .hotel-trustyou,.hotel-search-page-hotel-box .tour-cell .hotel-trustyou,.tour-search-page-tour-box .tour-cell .hotel-trustyou{margin-top:5px;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-trustyou,.tour-search-page-tour-box .hotel-cell .hotel-trustyou,.hotel-search-page-hotel-box .tour-cell .hotel-trustyou,.tour-search-page-tour-box .tour-cell .hotel-trustyou{position:absolute;left:10px;background:#fff;padding:5px;border-radius:3px;margin-top:6px;}.hotel-search-page-hotel-box .hotel-cell .hotel-trustyou.empty,.tour-search-page-tour-box .hotel-cell .hotel-trustyou.empty,.hotel-search-page-hotel-box .tour-cell .hotel-trustyou.empty,.tour-search-page-tour-box .tour-cell .hotel-trustyou.empty{background-color:transparent;}}.hotel-search-page-hotel-box .hotel-cell .price-content-tour,.tour-search-page-tour-box .hotel-cell .price-content-tour,.hotel-search-page-hotel-box .tour-cell .price-content-tour,.tour-search-page-tour-box .tour-cell .price-content-tour{font-size:12px;font-weight:600;color:#333;float:right;}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount,.tour-search-page-tour-box .hotel-cell .hotel-list-discount,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount,.tour-search-page-tour-box .tour-cell .hotel-list-discount{border-radius:2px;display:block;margin-top:10px;float:left;width:100%;}@media(min-width:768px){.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount.in-tour,.tour-search-page-tour-box .hotel-cell .hotel-list-discount.in-tour,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount.in-tour,.tour-search-page-tour-box .tour-cell .hotel-list-discount.in-tour{margin-top:2px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount.orange,.tour-search-page-tour-box .hotel-cell .hotel-list-discount.orange,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount.orange,.tour-search-page-tour-box .tour-cell .hotel-list-discount.orange{color:#f0ad4e;font-weight:500;}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount,.tour-search-page-tour-box .hotel-cell .hotel-list-discount,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount,.tour-search-page-tour-box .tour-cell .hotel-list-discount{margin-top:5px;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount,.tour-search-page-tour-box .hotel-cell .hotel-list-discount,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount,.tour-search-page-tour-box .tour-cell .hotel-list-discount{font-size:14px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount .percentage-wrapper,.tour-search-page-tour-box .hotel-cell .hotel-list-discount .percentage-wrapper,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount .percentage-wrapper,.tour-search-page-tour-box .tour-cell .hotel-list-discount .percentage-wrapper{font-size:16px;font-weight:700;color:#f0ad4e;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount .percentage-wrapper,.tour-search-page-tour-box .hotel-cell .hotel-list-discount .percentage-wrapper,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount .percentage-wrapper,.tour-search-page-tour-box .tour-cell .hotel-list-discount .percentage-wrapper{font-size:14px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount .percentage,.tour-search-page-tour-box .hotel-cell .hotel-list-discount .percentage,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount .percentage,.tour-search-page-tour-box .tour-cell .hotel-list-discount .percentage{width:16px;height:16px;background:#ee595d;position:relative;display:inline-block;padding:0 2px;color:#fff;font-weight:600;border-top-left-radius:2px;border-top-right-radius:2px;margin-right:3px;}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount .percentage:before,.tour-search-page-tour-box .hotel-cell .hotel-list-discount .percentage:before,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount .percentage:before,.tour-search-page-tour-box .tour-cell .hotel-list-discount .percentage:before{content:'';position:absolute;bottom:-9px;left:-4px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:10px solid #ee595d;width:0;height:0;border-radius:2px;}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount-mobile,.tour-search-page-tour-box .hotel-cell .hotel-list-discount-mobile,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount-mobile,.tour-search-page-tour-box .tour-cell .hotel-list-discount-mobile{position:absolute;right:15px;border:0;margin-top:0;background:#d63259;padding:5px 2px;border-radius:0;width:auto;}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount-mobile:before,.tour-search-page-tour-box .hotel-cell .hotel-list-discount-mobile:before,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount-mobile:before,.tour-search-page-tour-box .tour-cell .hotel-list-discount-mobile:before{content:'';width:0;height:0;position:absolute;bottom:-7px;left:0;border-bottom:7px solid transparent;border-left:30px solid #d63259;border-right:28px solid #d63259;}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount-mobile .percentage-wrapper,.tour-search-page-tour-box .hotel-cell .hotel-list-discount-mobile .percentage-wrapper,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount-mobile .percentage-wrapper,.tour-search-page-tour-box .tour-cell .hotel-list-discount-mobile .percentage-wrapper{color:#fff;font-size:25px;line-height:23px;letter-spacing:-.3px;}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount-mobile .percentage-wrapper span,.tour-search-page-tour-box .hotel-cell .hotel-list-discount-mobile .percentage-wrapper span,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount-mobile .percentage-wrapper span,.tour-search-page-tour-box .tour-cell .hotel-list-discount-mobile .percentage-wrapper span{font-size:15px;display:block;line-height:17px;font-weight:600;}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount-mobile .percentage,.tour-search-page-tour-box .hotel-cell .hotel-list-discount-mobile .percentage,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount-mobile .percentage,.tour-search-page-tour-box .tour-cell .hotel-list-discount-mobile .percentage{width:16px;height:16px;background:#ee595d;position:relative;display:inline-block;padding:0 2px;color:#fff;font-weight:600;border-top-left-radius:2px;border-top-right-radius:2px;margin-right:3px;}.hotel-search-page-hotel-box .hotel-cell .hotel-list-discount-mobile .percentage:before,.tour-search-page-tour-box .hotel-cell .hotel-list-discount-mobile .percentage:before,.hotel-search-page-hotel-box .tour-cell .hotel-list-discount-mobile .percentage:before,.tour-search-page-tour-box .tour-cell .hotel-list-discount-mobile .percentage:before{content:'';position:absolute;bottom:-9px;left:-4px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:10px solid #ee595d;width:0;height:0;border-radius:2px;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box,.tour-search-page-tour-box .hotel-cell .hotel-price-box,.hotel-search-page-hotel-box .tour-cell .hotel-price-box,.tour-search-page-tour-box .tour-cell .hotel-price-box{margin:10px 0;display:block;float:right;text-align:right;}@media(min-width:768px){.hotel-search-page-hotel-box .hotel-cell .hotel-price-box.in-tour,.tour-search-page-tour-box .hotel-cell .hotel-price-box.in-tour,.hotel-search-page-hotel-box .tour-cell .hotel-price-box.in-tour,.tour-search-page-tour-box .tour-cell .hotel-price-box.in-tour{margin:0;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box.in-tour.in-cruise,.tour-search-page-tour-box .hotel-cell .hotel-price-box.in-tour.in-cruise,.hotel-search-page-hotel-box .tour-cell .hotel-price-box.in-tour.in-cruise,.tour-search-page-tour-box .tour-cell .hotel-price-box.in-tour.in-cruise{width:100%;margin:13px 0;}}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-price-box,.tour-search-page-tour-box .hotel-cell .hotel-price-box,.hotel-search-page-hotel-box .tour-cell .hotel-price-box,.tour-search-page-tour-box .tour-cell .hotel-price-box{margin:3px 0;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-price-box,.tour-search-page-tour-box .hotel-cell .hotel-price-box,.hotel-search-page-hotel-box .tour-cell .hotel-price-box,.tour-search-page-tour-box .tour-cell .hotel-price-box{position:absolute;bottom:-3px;z-index:5;right:30px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .old-price,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .old-price,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .old-price,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .old-price{font-size:15px;font-weight:400;color:#333;text-decoration:line-through;display:block;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .old-price.in-tour,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .old-price.in-tour,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .old-price.in-tour,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .old-price.in-tour{font-size:17px;color:#7d7d7d;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .old-price.in-tour.in-abroad,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .old-price.in-tour.in-abroad,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .old-price.in-tour.in-abroad,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .old-price.in-tour.in-abroad{float:left;margin:12px 5px 0;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl{font-size:32px;font-weight:700;color:#333;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;white-space:nowrap;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price.small,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price.small,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price.small,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price.small,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl.small,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl.small,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl.small,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl.small{font-size:30px;}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl{line-height:30px;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price.small,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price.small,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price.small,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price.small,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl.small,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl.small,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl.small,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl.small{font-size:30px;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl{font-size:23px;color:#fff;font-weight:700;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price.small,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price.small,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price.small,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price.small,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl.small,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl.small,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl.small,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl.small{font-size:21px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price span,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price span,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price span,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price span,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl span,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl span,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl span,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl span{font-size:20px;margin:-2px;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price .price-content-xs,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price .price-content-xs,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price .price-content-xs,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price .price-content-xs,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl .price-content-xs,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl .price-content-xs,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl .price-content-xs,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl .price-content-xs{font-size:12px;font-weight:400;text-align:right;white-space:nowrap;line-height:13px;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price .price-content-xs,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price .price-content-xs,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price .price-content-xs,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price .price-content-xs,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl .price-content-xs,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl .price-content-xs,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl .price-content-xs,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl .price-content-xs{line-height:6px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price.new-price-tl-font,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price.new-price-tl-font,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price.new-price-tl-font,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price.new-price-tl-font,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .new-price-tl.new-price-tl-font,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .new-price-tl.new-price-tl-font,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .new-price-tl.new-price-tl-font,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .new-price-tl.new-price-tl-font{font-size:30px;display:block;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box .center-child .price-content,.tour-search-page-tour-box .hotel-cell .hotel-price-box .center-child .price-content,.hotel-search-page-hotel-box .tour-cell .hotel-price-box .center-child .price-content,.tour-search-page-tour-box .tour-cell .hotel-price-box .center-child .price-content{font-size:12px;font-weight:600;color:#333;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box.gray-mode .center-child .old-price,.tour-search-page-tour-box .hotel-cell .hotel-price-box.gray-mode .center-child .old-price,.hotel-search-page-hotel-box .tour-cell .hotel-price-box.gray-mode .center-child .old-price,.tour-search-page-tour-box .tour-cell .hotel-price-box.gray-mode .center-child .old-price{color:#888;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box.gray-mode .center-child .new-price,.tour-search-page-tour-box .hotel-cell .hotel-price-box.gray-mode .center-child .new-price,.hotel-search-page-hotel-box .tour-cell .hotel-price-box.gray-mode .center-child .new-price,.tour-search-page-tour-box .tour-cell .hotel-price-box.gray-mode .center-child .new-price,.hotel-search-page-hotel-box .hotel-cell .hotel-price-box.gray-mode .center-child .new-price-tl,.tour-search-page-tour-box .hotel-cell .hotel-price-box.gray-mode .center-child .new-price-tl,.hotel-search-page-hotel-box .tour-cell .hotel-price-box.gray-mode .center-child .new-price-tl,.tour-search-page-tour-box .tour-cell .hotel-price-box.gray-mode .center-child .new-price-tl{color:#888!important;}.hotel-search-page-hotel-box .hotel-cell .hotel-price-box.gray-mode .center-child .price-content,.tour-search-page-tour-box .hotel-cell .hotel-price-box.gray-mode .center-child .price-content,.hotel-search-page-hotel-box .tour-cell .hotel-price-box.gray-mode .center-child .price-content,.tour-search-page-tour-box .tour-cell .hotel-price-box.gray-mode .center-child .price-content{color:#888;}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box .hotel-cell .hotel-cell-6 .percentage-wrapper,.tour-search-page-tour-box .hotel-cell .hotel-cell-6 .percentage-wrapper,.hotel-search-page-hotel-box .tour-cell .hotel-cell-6 .percentage-wrapper,.tour-search-page-tour-box .tour-cell .hotel-cell-6 .percentage-wrapper{font-size:14px;}}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-hotel-list-discount,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-hotel-list-discount,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-hotel-list-discount,.tour-search-page-tour-box .tour-cell .rapid-and-flight-hotel-list-discount{float:left;width:100%;color:#ee595d;font-weight:700;font-size:16px;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-hotel-list-discount,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-hotel-list-discount,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-hotel-list-discount,.tour-search-page-tour-box .tour-cell .rapid-and-flight-hotel-list-discount{position:absolute;right:15px;border:0;margin-top:0;background:#d63259;padding:5px 2px;border-radius:0;width:auto;color:#fff;font-size:25px;line-height:23px;min-width:60px;text-align:center;}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-hotel-list-discount:before,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-hotel-list-discount:before,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-hotel-list-discount:before,.tour-search-page-tour-box .tour-cell .rapid-and-flight-hotel-list-discount:before{content:'';width:0;height:0;position:absolute;bottom:-7px;left:0;border-bottom:7px solid transparent;border-left:30px solid #d63259;border-right:30px solid #d63259;}}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-hotel-list-discount small,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-hotel-list-discount small,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-hotel-list-discount small,.tour-search-page-tour-box .tour-cell .rapid-and-flight-hotel-list-discount small{font-size:12px;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-hotel-list-discount small,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-hotel-list-discount small,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-hotel-list-discount small,.tour-search-page-tour-box .tour-cell .rapid-and-flight-hotel-list-discount small{color:#fff;font-size:15px;display:block;line-height:17px;font-weight:600;}}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-hotel-list-amount,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-hotel-list-amount,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-hotel-list-amount,.tour-search-page-tour-box .tour-cell .rapid-and-flight-hotel-list-amount{display:none;}}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-hotel-list-amount .rapid-hotel-list-amount-brut,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-hotel-list-amount .rapid-hotel-list-amount-brut,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-hotel-list-amount .rapid-hotel-list-amount-brut,.tour-search-page-tour-box .tour-cell .rapid-and-flight-hotel-list-amount .rapid-hotel-list-amount-brut{float:left;width:100%;font-size:14px;font-weight:600;color:#222;text-decoration:line-through;}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-hotel-list-amount .rapid-and-flight-hotel-list-amount-net,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-hotel-list-amount .rapid-and-flight-hotel-list-amount-net,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-hotel-list-amount .rapid-and-flight-hotel-list-amount-net,.tour-search-page-tour-box .tour-cell .rapid-and-flight-hotel-list-amount .rapid-and-flight-hotel-list-amount-net{float:left;width:100%;font-size:18px;font-weight:600;color:#ee595d;}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-hotel-list-amount .rapid-and-flight-hotel-list-amount-net small,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-hotel-list-amount .rapid-and-flight-hotel-list-amount-net small,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-hotel-list-amount .rapid-and-flight-hotel-list-amount-net small,.tour-search-page-tour-box .tour-cell .rapid-and-flight-hotel-list-amount .rapid-and-flight-hotel-list-amount-net small{font-size:14px;}.hotel-search-page-hotel-box .hotel-cell .rapid-border,.tour-search-page-tour-box .hotel-cell .rapid-border,.hotel-search-page-hotel-box .tour-cell .rapid-border,.tour-search-page-tour-box .tour-cell .rapid-border{float:left;width:100%;margin-top:5px;margin-bottom:5px;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .rapid-border,.tour-search-page-tour-box .hotel-cell .rapid-border,.hotel-search-page-hotel-box .tour-cell .rapid-border,.tour-search-page-tour-box .tour-cell .rapid-border{display:none;}}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-list-name-text,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-list-name-text,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-list-name-text,.tour-search-page-tour-box .tour-cell .rapid-and-flight-list-name-text{float:left;width:100%;font-size:13px;font-weight:600;color:#222;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-list-name-text,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-list-name-text,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-list-name-text,.tour-search-page-tour-box .tour-cell .rapid-and-flight-list-name-text{display:none;}}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-list-total-amount,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-list-total-amount,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-list-total-amount,.tour-search-page-tour-box .tour-cell .rapid-and-flight-list-total-amount{float:left;width:100%;font-size:22px;font-weight:600;color:#ee595d;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-list-total-amount,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-list-total-amount,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-list-total-amount,.tour-search-page-tour-box .tour-cell .rapid-and-flight-list-total-amount{position:absolute;bottom:7px;z-index:5;right:30px;font-size:23px;color:#fff;font-weight:700;width:auto;}}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-list-total-amount small,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-list-total-amount small,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-list-total-amount small,.tour-search-page-tour-box .tour-cell .rapid-and-flight-list-total-amount small{font-size:16px;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-list-total-amount small,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-list-total-amount small,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-list-total-amount small,.tour-search-page-tour-box .tour-cell .rapid-and-flight-list-total-amount small{font-size:20px;}}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-list-total-amount .glyphicon,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-list-total-amount .glyphicon,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-list-total-amount .glyphicon,.tour-search-page-tour-box .tour-cell .rapid-and-flight-list-total-amount .glyphicon{position:relative;top:4px;}.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-list-text,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-list-text,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-list-text,.tour-search-page-tour-box .tour-cell .rapid-and-flight-list-text{float:left;width:100%;font-size:12px;font-weight:400;color:#222;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .rapid-and-flight-list-text,.tour-search-page-tour-box .hotel-cell .rapid-and-flight-list-text,.hotel-search-page-hotel-box .tour-cell .rapid-and-flight-list-text,.tour-search-page-tour-box .tour-cell .rapid-and-flight-list-text{display:none;}}.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span,.tour-search-page-tour-box .hotel-cell .hotel-booking-span,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span,.tour-search-page-tour-box .tour-cell .hotel-booking-span{display:block;float:left;width:100%;}.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span .hotel-booking-button,.tour-search-page-tour-box .hotel-cell .hotel-booking-span .hotel-booking-button,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span .hotel-booking-button,.tour-search-page-tour-box .tour-cell .hotel-booking-span .hotel-booking-button{background:#33a411;border-radius:5px;font-size:16px;font-weight:700;color:#fff;display:block;text-align:center;padding:6px;text-decoration:none;pointer-events:auto;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span .hotel-booking-button,.tour-search-page-tour-box .hotel-cell .hotel-booking-span .hotel-booking-button,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span .hotel-booking-button,.tour-search-page-tour-box .tour-cell .hotel-booking-span .hotel-booking-button{text-align:left;padding:12px 15px;font-size:14px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span .hotel-booking-button.in-cruise,.tour-search-page-tour-box .hotel-cell .hotel-booking-span .hotel-booking-button.in-cruise,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span .hotel-booking-button.in-cruise,.tour-search-page-tour-box .tour-cell .hotel-booking-span .hotel-booking-button.in-cruise{padding:6px;line-height:25px;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span .hotel-booking-button.in-cruise,.tour-search-page-tour-box .hotel-cell .hotel-booking-span .hotel-booking-button.in-cruise,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span .hotel-booking-button.in-cruise,.tour-search-page-tour-box .tour-cell .hotel-booking-span .hotel-booking-button.in-cruise{padding:11px;}}.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span .hotel-booking-button.no-tl-currency,.tour-search-page-tour-box .hotel-cell .hotel-booking-span .hotel-booking-button.no-tl-currency,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span .hotel-booking-button.no-tl-currency,.tour-search-page-tour-box .tour-cell .hotel-booking-span .hotel-booking-button.no-tl-currency{margin-top:15px;}.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span .hotel-booking-button:hover,.tour-search-page-tour-box .hotel-cell .hotel-booking-span .hotel-booking-button:hover,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span .hotel-booking-button:hover,.tour-search-page-tour-box .tour-cell .hotel-booking-span .hotel-booking-button:hover{background:#2b8610;}.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span .hotel-booking-button.gray-mode,.tour-search-page-tour-box .hotel-cell .hotel-booking-span .hotel-booking-button.gray-mode,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span .hotel-booking-button.gray-mode,.tour-search-page-tour-box .tour-cell .hotel-booking-span .hotel-booking-button.gray-mode{background-color:#888;color:#333;}.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span .hotel-booking-button.gray-mode:hover,.tour-search-page-tour-box .hotel-cell .hotel-booking-span .hotel-booking-button.gray-mode:hover,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span .hotel-booking-button.gray-mode:hover,.tour-search-page-tour-box .tour-cell .hotel-booking-span .hotel-booking-button.gray-mode:hover{background:#666;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .hotel-booking-span,.tour-search-page-tour-box .hotel-cell .hotel-booking-span,.hotel-search-page-hotel-box .tour-cell .hotel-booking-span,.tour-search-page-tour-box .tour-cell .hotel-booking-span{position:absolute;border:0;bottom:0;right:0;left:0;padding:0 5px;width:100%;}}.hotel-search-page-hotel-box .hotel-cell .search-info,.tour-search-page-tour-box .hotel-cell .search-info,.hotel-search-page-hotel-box .tour-cell .search-info,.tour-search-page-tour-box .tour-cell .search-info{font-size:12px;font-weight:600;color:#333;letter-spacing:-1px;display:block;text-align:center;}@media(max-width:767px){.hotel-search-page-hotel-box .hotel-cell .search-info,.tour-search-page-tour-box .hotel-cell .search-info,.hotel-search-page-hotel-box .tour-cell .search-info,.tour-search-page-tour-box .tour-cell .search-info{position:absolute;border:0;bottom:42px;right:5px;display:inline-block;padding:0 5px;}}.hotel-search-page-hotel-box .hotel-cell:hover,.tour-search-page-tour-box .hotel-cell:hover,.hotel-search-page-hotel-box .tour-cell:hover,.tour-search-page-tour-box .tour-cell:hover{background:#f9f9f9;-webkit-box-shadow:#dbdbdb 0 3px 6px;box-shadow:#dbdbdb 0 3px 6px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}@media(min-width:768px){.hotel-search-page-hotel-box .hotel-cell:hover .hotel-price-box .center-child .new-price,.tour-search-page-tour-box .hotel-cell:hover .hotel-price-box .center-child .new-price,.hotel-search-page-hotel-box .tour-cell:hover .hotel-price-box .center-child .new-price,.tour-search-page-tour-box .tour-cell:hover .hotel-price-box .center-child .new-price{color:#ee595d;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}}.hotel-search-page-hotel-box .hotel-cell.package .hotel-info-wrapper,.tour-search-page-tour-box .hotel-cell.package .hotel-info-wrapper,.hotel-search-page-hotel-box .tour-cell.package .hotel-info-wrapper,.tour-search-page-tour-box .tour-cell.package .hotel-info-wrapper{padding-top:0;}@media(min-width:768px){.hotel-search-page-hotel-box .hotel-cell.package .hotel-cell-8,.tour-search-page-tour-box .hotel-cell.package .hotel-cell-8,.hotel-search-page-hotel-box .tour-cell.package .hotel-cell-8,.tour-search-page-tour-box .tour-cell.package .hotel-cell-8{padding-bottom:25px;}}.hotel-search-checklist-box .checklist-item-box h4,.hotel-search-checklist-box .checklist-item-box .h4{text-align:center;margin-top:0;margin-bottom:0;}.hotel-search-checklist-box .checklist-item-box h4 a,.hotel-search-checklist-box .checklist-item-box .h4 a{color:#000;text-decoration:underline;font-weight:700;font-size:16px;line-height:26px;}.hotel-search-checklist-box .checklist-item-box-description{color:#777;font-size:14px;font-weight:400;padding:10px 0 50px 0;}.hotel-search-checklist-box .checklist-item-box-description li+br{display:none;}@media(max-width:767px){.hotel-search-checklist-box{padding:0 5px;}.hotel-search-checklist-box .checklist-item-box-description{padding:10px 0;}}.hotel-search-page-hotel-box.v2 .hotel-cell,.tour-search-page-tour-box.v2 .hotel-cell,.hotel-search-page-hotel-box.v2 .tour-cell,.tour-search-page-tour-box.v2 .tour-cell{border-radius:5px;padding:10px;}@media(max-width:767px){.hotel-search-page-hotel-box.v2 .hotel-cell,.tour-search-page-tour-box.v2 .hotel-cell,.hotel-search-page-hotel-box.v2 .tour-cell,.tour-search-page-tour-box.v2 .tour-cell{padding:0 0 20px 0;margin-bottom:30px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-4,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-4,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-4,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-4{padding:0;margin:0;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts{width:70%;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered{border-radius:15px;background-color:#fff;font-size:10px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered.orange,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered.orange,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered.orange,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered.orange{background-color:#f0ad4e;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered:before,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered:before,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered:before,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered:before{content:none;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner{color:#14273d!important;}@media(max-width:767px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-4 .hotel-discounts .hotel-child-discount.bordered .hotel-discount-inner{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:97%;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-image-wrapper,.tour-search-page-tour-box.v2 .hotel-cell .hotel-image-wrapper,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-image-wrapper,.tour-search-page-tour-box.v2 .tour-cell .hotel-image-wrapper{border-radius:5px;padding-top:200px;}@media(max-width:767px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-image-wrapper,.tour-search-page-tour-box.v2 .hotel-cell .hotel-image-wrapper,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-image-wrapper,.tour-search-page-tour-box.v2 .tour-cell .hotel-image-wrapper{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-top:260px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-6,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-6,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-6,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-6{padding-left:20px;}@media screen and (max-width:768px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-6,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-6,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-6,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-6{padding-left:10px;}}@media(max-width:767px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-6,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-6,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-6,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-6{padding-left:10px;margin-bottom:55px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-cell-8,.tour-search-page-tour-box.v2 .hotel-cell .hotel-cell-8,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-cell-8,.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-8{padding-left:20px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper{padding-top:0;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper .hotel-name,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper .hotel-name,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper .hotel-name,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-name{margin-top:0;margin-bottom:7px;}@media(max-width:767px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper .hotel-name,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper .hotel-name,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper .hotel-name,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-name{margin-top:5px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper .hotel-name a,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper .hotel-name a,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper .hotel-name a,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-name a{font-size:20px;color:#14273d;}@media screen and (max-width:1200px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper .hotel-name a,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper .hotel-name a,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper .hotel-name a,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-name a{font-size:18px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper .hotel-location,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper .hotel-location,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper .hotel-location,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-location{font-size:12px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper .hotel-pension-type,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper .hotel-pension-type,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper .hotel-pension-type,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-pension-type{font-size:11px;font-weight:400;color:#57af54;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper .hotel-pension-type.in-tour,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper .hotel-pension-type.in-tour,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper .hotel-pension-type.in-tour,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-pension-type.in-tour{background-color:#deecfc;color:#14273d;font-size:11px;width:auto;padding:2px 7px;margin-right:5px;border-radius:3px;line-height:normal;margin-bottom:4px;float:left;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper .hotel-list-discount .percentage-wrapper,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper .hotel-list-discount .percentage-wrapper,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper .hotel-list-discount .percentage-wrapper,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-list-discount .percentage-wrapper{font-size:12px;color:#14273d;font-weight:700;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-info-wrapper .hotel-list-discount.in-tour .percentage-wrapper,.tour-search-page-tour-box.v2 .hotel-cell .hotel-info-wrapper .hotel-list-discount.in-tour .percentage-wrapper,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-info-wrapper .hotel-list-discount.in-tour .percentage-wrapper,.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-list-discount.in-tour .percentage-wrapper{color:#f0ad4e;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description,.tour-search-page-tour-box.v2 .tour-cell .hotel-description{width:calc(48% - 10px);}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description.in-tour,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description.in-tour,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description.in-tour,.tour-search-page-tour-box.v2 .tour-cell .hotel-description.in-tour{position:initial;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .hotel-child-discount,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .hotel-child-discount,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .hotel-child-discount,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .hotel-child-discount,.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .amenity,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .amenity,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .amenity,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .amenity{background-color:#deecfc;color:#14273d;font-size:11px;width:auto;padding:2px 7px;margin-right:5px;border-radius:3px;line-height:normal;margin-bottom:4px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .hotel-discount-box,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .hotel-discount-box,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .hotel-discount-box,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .hotel-discount-box{margin-bottom:10px;}@media screen and (max-width:1200px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .hotel-discount-box,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .hotel-discount-box,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .hotel-discount-box,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .hotel-discount-box{margin-bottom:5px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .hotel-discount-v2,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .hotel-discount-v2,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .hotel-discount-v2,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .hotel-discount-v2{color:#2d9da2;background-color:#e9f5f6;font-size:11px;float:left;width:auto;padding:2px 6px;margin-bottom:4px;margin-right:5px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .hotel-discount-v2.bordered,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .hotel-discount-v2.bordered,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .hotel-discount-v2.bordered,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .hotel-discount-v2.bordered{border:1px solid #2d9da2;border-radius:3px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .hotel-discount-v2 img,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .hotel-discount-v2 img,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .hotel-discount-v2 img,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .hotel-discount-v2 img{width:14px;height:14px;margin-top:-2px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .hotel-discount-v2.indirim-touristica-oneriyor-v2,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .hotel-discount-v2.indirim-touristica-oneriyor-v2,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .hotel-discount-v2.indirim-touristica-oneriyor-v2,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .hotel-discount-v2.indirim-touristica-oneriyor-v2,.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .hotel-discount-v2.indirim-touristica-recommends-v2,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .hotel-discount-v2.indirim-touristica-recommends-v2,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .hotel-discount-v2.indirim-touristica-recommends-v2,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .hotel-discount-v2.indirim-touristica-recommends-v2{border-color:#2d9da2;background-color:#2d9da2;color:#fff;}@media screen and (max-width:1200px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .hotel-discount-v2,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .hotel-discount-v2,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .hotel-discount-v2,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .hotel-discount-v2{font-size:9px;margin-bottom:3px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-description .amenity::before,.tour-search-page-tour-box.v2 .hotel-cell .hotel-description .amenity::before,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-description .amenity::before,.tour-search-page-tour-box.v2 .tour-cell .hotel-description .amenity::before{content:none;}.hotel-search-page-hotel-box.v2 .hotel-cell.rapidhotelandflight .hotel-booking-span,.tour-search-page-tour-box.v2 .hotel-cell.rapidhotelandflight .hotel-booking-span,.hotel-search-page-hotel-box.v2 .tour-cell.rapidhotelandflight .hotel-booking-span,.tour-search-page-tour-box.v2 .tour-cell.rapidhotelandflight .hotel-booking-span{bottom:10px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-trustyou,.tour-search-page-tour-box.v2 .hotel-cell .hotel-trustyou,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-trustyou,.tour-search-page-tour-box.v2 .tour-cell .hotel-trustyou{width:100%;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-trustyou.empty,.tour-search-page-tour-box.v2 .hotel-cell .hotel-trustyou.empty,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-trustyou.empty,.tour-search-page-tour-box.v2 .tour-cell .hotel-trustyou.empty{display:none;}.hotel-search-page-hotel-box.v2 .hotel-cell .night-count,.tour-search-page-tour-box.v2 .hotel-cell .night-count,.hotel-search-page-hotel-box.v2 .tour-cell .night-count,.tour-search-page-tour-box.v2 .tour-cell .night-count{font-size:13px;font-weight:700;float:left;width:100%;}@media(min-width:768px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box{text-align:center;position:absolute;bottom:36px;}}@media(max-width:767px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box{bottom:14px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box .center-child .price-content,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box .center-child .price-content,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box .center-child .price-content,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box .center-child .price-content{font-size:13px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box .center-child .old-price,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box .center-child .old-price,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box .center-child .old-price,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box .center-child .old-price{font-size:13px;color:rgba(112,112,112,.5);}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box .center-child .new-price,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box .center-child .new-price,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box .center-child .new-price,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box .center-child .new-price,.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box .center-child .new-price-tl,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box .center-child .new-price-tl,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box .center-child .new-price-tl,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box .center-child .new-price-tl{font-size:23px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box .center-child .new-price span,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box .center-child .new-price span,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box .center-child .new-price span,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box .center-child .new-price span,.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box .center-child .new-price-tl span,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box .center-child .new-price-tl span,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box .center-child .new-price-tl span,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box .center-child .new-price-tl span{font-size:16px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box .center-child .other-price,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box .center-child .other-price,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box .center-child .other-price,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box .center-child .other-price{display:block;font-size:16px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box.in-tour,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box.in-tour,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box.in-tour,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box.in-tour{margin-bottom:5px;}@media(min-width:768px) and (max-width:1199px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box.in-tour,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box.in-tour,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box.in-tour,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box.in-tour{width:calc(25% - 5px);}}@media(min-width:768px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-price-box.in-cruise,.tour-search-page-tour-box.v2 .hotel-cell .hotel-price-box.in-cruise,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-price-box.in-cruise,.tour-search-page-tour-box.v2 .tour-cell .hotel-price-box.in-cruise{position:inherit;}}.hotel-search-page-hotel-box.v2 .hotel-cell .discount-box,.tour-search-page-tour-box.v2 .hotel-cell .discount-box,.hotel-search-page-hotel-box.v2 .tour-cell .discount-box,.tour-search-page-tour-box.v2 .tour-cell .discount-box{float:left;width:100%;text-align:center;}.hotel-search-page-hotel-box.v2 .hotel-cell .discount-box .hotel-list-discount-2,.tour-search-page-tour-box.v2 .hotel-cell .discount-box .hotel-list-discount-2,.hotel-search-page-hotel-box.v2 .tour-cell .discount-box .hotel-list-discount-2,.tour-search-page-tour-box.v2 .tour-cell .discount-box .hotel-list-discount-2{display:inline-block;background-color:#ed4c5e;border-radius:3px;color:#fff;padding:7px;font-size:12px;}@media(max-width:767px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-booking-span,.tour-search-page-tour-box.v2 .hotel-cell .hotel-booking-span,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-booking-span,.tour-search-page-tour-box.v2 .tour-cell .hotel-booking-span{bottom:15px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-booking-span .hotel-booking-button,.tour-search-page-tour-box.v2 .hotel-cell .hotel-booking-span .hotel-booking-button,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-booking-span .hotel-booking-button,.tour-search-page-tour-box.v2 .tour-cell .hotel-booking-span .hotel-booking-button{background-color:#2d9da2;color:#fff;padding-top:6px;padding-bottom:6px;font-size:13px;font-weight:normal;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-booking-span .hotel-booking-button.gray-mode,.tour-search-page-tour-box.v2 .hotel-cell .hotel-booking-span .hotel-booking-button.gray-mode,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-booking-span .hotel-booking-button.gray-mode,.tour-search-page-tour-box.v2 .tour-cell .hotel-booking-span .hotel-booking-button.gray-mode{background-color:#888;}@media(max-width:767px){.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-booking-span .hotel-booking-button,.tour-search-page-tour-box.v2 .hotel-cell .hotel-booking-span .hotel-booking-button,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-booking-span .hotel-booking-button,.tour-search-page-tour-box.v2 .tour-cell .hotel-booking-span .hotel-booking-button{border-radius:25px;padding:15px 20px;}.hotel-search-page-hotel-box.v2 .hotel-cell .hotel-booking-span .hotel-booking-button.in-tour,.tour-search-page-tour-box.v2 .hotel-cell .hotel-booking-span .hotel-booking-button.in-tour,.hotel-search-page-hotel-box.v2 .tour-cell .hotel-booking-span .hotel-booking-button.in-tour,.tour-search-page-tour-box.v2 .tour-cell .hotel-booking-span .hotel-booking-button.in-tour{padding:18px 20px;}}.hotel-search-page-hotel-box.v2 .hotel-cell .tour-property-box,.tour-search-page-tour-box.v2 .hotel-cell .tour-property-box,.hotel-search-page-hotel-box.v2 .tour-cell .tour-property-box,.tour-search-page-tour-box.v2 .tour-cell .tour-property-box{border:0;padding:0;position:absolute;display:block;bottom:0;width:calc(49% - 15px);}.hotel-search-page-hotel-box.v2 .hotel-cell .tour-property-box .tour-property,.tour-search-page-tour-box.v2 .hotel-cell .tour-property-box .tour-property,.hotel-search-page-hotel-box.v2 .tour-cell .tour-property-box .tour-property,.tour-search-page-tour-box.v2 .tour-cell .tour-property-box .tour-property{font-size:12px;margin-right:10px;margin-top:3px;width:auto;float:left;}.hotel-search-page-hotel-box.v2 .hotel-cell .tour-property-box .tour-property span,.tour-search-page-tour-box.v2 .hotel-cell .tour-property-box .tour-property span,.hotel-search-page-hotel-box.v2 .tour-cell .tour-property-box .tour-property span,.tour-search-page-tour-box.v2 .tour-cell .tour-property-box .tour-property span{font-size:12px;}.hotel-search-page-hotel-box.v2 .hotel-cell .tour-property-box .tour-property.orange,.tour-search-page-tour-box.v2 .hotel-cell .tour-property-box .tour-property.orange,.hotel-search-page-hotel-box.v2 .tour-cell .tour-property-box .tour-property.orange,.tour-search-page-tour-box.v2 .tour-cell .tour-property-box .tour-property.orange{color:#f0ad4e;}.hotel-search-page-hotel-box.v2 .hotel-cell .tour-property-box .tour-property.orange span,.tour-search-page-tour-box.v2 .hotel-cell .tour-property-box .tour-property.orange span,.hotel-search-page-hotel-box.v2 .tour-cell .tour-property-box .tour-property.orange span,.tour-search-page-tour-box.v2 .tour-cell .tour-property-box .tour-property.orange span{color:#f0ad4e;}@media(min-width:768px){.hotel-search-page-hotel-box.v2 .hotel-cell .price-content-xs,.tour-search-page-tour-box.v2 .hotel-cell .price-content-xs{text-align:center!important;}}@media(max-width:767.98px){.tour-cell .hotel-price-box .other-price{display:inline!important;color:#fff;padding-right:10px;}}@media(min-width:992px){.tour-search-page-tour-box.v2 .tour-cell .hotel-cell-6{padding-bottom:40px;}}.tour-search-page-tour-box.v2 .tour-cell .hotel-info-wrapper .hotel-name a{font-size:18px;}.paging{display:block;float:right;margin:10px 0;}@media(max-width:767px){.paging{text-align:center;float:none;}}.paging .paging-item,.paging .paging-list>.paging-item{width:27px;height:27px;border-radius:2px;display:inline-block;padding:4px 0;text-align:center;margin:3px 0 0 5px;}.paging .paging-item a,.paging .paging-list>.paging-item a{color:#a8a8a8;font-weight:600;font-size:14px;text-decoration:none;display:block;}.paging .paging-list{display:inline-block;list-style:none;padding:0;}.paging .paging-list .paging-item{background:transparent;border:1px solid #ccc;}.paging .paging-list .paging-item.paging-item-chevron{background:#e0e0e0;border:0;}.paging .paging-list .paging-item:hover{border:1px solid #2d9da2;}.paging .paging-list .paging-item:hover.paging-item-chevron{background:#2d9da2;border:0;}.paging .paging-list .paging-item:hover.paging-item-chevron a{color:#fff;}.paging .paging-list .paging-item:hover a{color:#2d9da2;}.paging .paging-list .paging-item.active{border:1px solid #2d9da2;}.paging .paging-list .paging-item.active a{color:#2d9da2;}.tour-search-page .search-pages-top{position:relative;width:100%;border-bottom:1px solid #e1e1e1;padding-top:10px;}.tour-search-page .search-pages-top .h1{font-size:24px;font-weight:600;color:#333;margin:10px 0;display:block;}.tour-search-page .search-pages-top h5{font-weight:600;font-size:13px;color:#333;display:inline-block;}.tour-search-page .search-pages-top h5 span{font-weight:600;font-size:14px;}@media(max-width:767px){.tour-search-page .search-pages-top h5{display:block;font-size:16px;}}@media(max-width:767px){.tour-search-page .search-pages-top{border:0;}}.tour-search-page .tour-slider-wrapper{padding-top:11.71833946%;}.tour-search-page .tour-slider-wrapper .slider-image-wrapper{padding-top:11.71833946%;}.tour-search-page .collapse-search{background:#e50019;width:auto;display:inline-block;padding:5px 10px;color:#fff;border-radius:2px;margin-bottom:10px;font-size:13px;font-weight:400;}@media(min-width:992px){.tour-search-page .search-box-collapse.collapse{display:block!important;opacity:1!important;}}.tour-search-page .hotelcount-small{font-size:14px;font-weight:600;color:#000;display:block;}.tour-search-page .tourname-small{color:#2d9da2;font-weight:600;font-size:18px;margin:0;}.tour-search-page .popover-content-detail{font-size:11px;}.tour-search-page .popover-content-detail a{text-decoration:none;color:#3394de;}.tour-search-page.v2 .search-box-wrapper{padding:18px 0;background-color:#f1f1f1;}@media(max-width:767px){.tour-search-page.v2 .search-box-wrapper{margin-top:0;padding:0;background-color:transparent;}.tour-search-page.v2 .search-box-wrapper .static.v2 .tab-pane,.tour-search-page.v2 .search-box-wrapper .queryless.v2 .tab-pane{padding:10px 0 0 0;}.tour-search-page.v2 .search-box-wrapper .container{overflow:inherit;}}@media(max-width:767px){.tour-search-page.v2 .search-box-wrapper .change-search{float:none!important;}.tour-search-page.v2 .search-box-wrapper .change-search div{width:100%;border-radius:5px;padding:12px 18px;text-align:left;}.tour-search-page.v2 .search-box-wrapper .change-search .glyphicon{float:right;font-size:11px;padding-top:3px;}}.tour-search-page.v2 .breadcrumb{padding-bottom:0;}.tour-search-page.v2 .h2{margin-top:8px;margin-bottom:0;font-size:20px;}.tour-search-page.v2 .search-pages-top{border-bottom:0;}.tour-search-page.v2 .search-pages-top h2{margin-top:8px;margin-bottom:0;font-size:20px;}.tour-search-page.v2 .search-pages-top h5{font-size:14px;margin-top:5px;margin-bottom:0;margin-right:10px;}@media(max-width:767px){.tour-search-page.v2 .search-pages-top h5{float:none!important;}}.tour-search-page.v2 .search-pages-top h6{margin-top:7px;margin-bottom:0;}@media(max-width:767px){.tour-search-page.v2 .search-pages-top h6{float:none!important;}}.tour-search-page.v2 .header-nav-outer{padding:0;}.tour-search-page.v2 .header-nav-outer .title-wrapper{color:#14273d;}.tour-search-page.v2 .sorting{padding:7px 8px;border-color:#dcdcdc;border-radius:3px;color:#14273d;}.tour-search-page.v2 .btn-filter-collapse{border-radius:5px;text-align:left;color:#14273d;}.tour-search-page.v2 .btn-filter-collapse .glyphicon-chevron-up{top:3px;}.tour-search-page.v2 .btn-filter-collapse span{right:8px;left:inherit;color:#14273d;}.tour-search-page.v2 .collapse-search{background:#2d9da2;}.tour-search-page.v2 .much-more-wrapper{color:#555;position:relative;margin-top:20px;}.tour-search-page.v2 .much-more-wrapper a{font-weight:600;color:#333;font-size:14px;text-decoration:none;}.tour-search-page.v2 .much-more-wrapper span{border:1px solid #555;padding:5px 10px;border-radius:5px;}.tour-search-page.v2 .much-more-wrapper .separetor{margin-top:8px;position:relative;}.tour-search-page.v2 .much-more-wrapper .separetor hr{margin-top:12px;position:absolute;width:100%;border-color:#777;}.tour-search-page.v2 .much-more-wrapper .separetor span{padding:5px;margin:0 10px;background:#fff;border-radius:50%;border:1px solid #dedede;font-size:10px;}.tour-search-page.v2 .tour-property img{width:12px;height:12px;}.tour-search-page.v2 .tour-property-transport-type .icon{display:none;background:no-repeat left center;background-size:contain;width:12px;height:12px;}.tour-search-page.v2 .tour-property-transport-type .icon.flight{display:inline-block;background-image:url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg%20fill%3D%22%2314273d%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%2018v2h-20v-2h20zm-19.989-6.426l2.624-1.5%204.765%201.815s9.197-5.519%2011.773-7.038c2.226-1.312%204.268-.853%204.647-.216.448.753.131%202.366-2.576%204.09-2.166%201.38-9.233%205.855-9.233%205.855-4.969%202.708-7.565.657-7.565.657l-4.435-3.663zm5.587-6.621l-2.598%201.5%206.252%203.173%205.388-3.227-9.042-1.446z%22%20%2F%3E%3C%2Fsvg%3E");}.tour-search-page.v2 .tour-property-transport-type .icon.cruise{display:inline-block;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%09%20viewBox%3D%220%200%20474.826%20474.826%22%20fill%3D%22%2314273d%22%3E%0D%0A%3Cpath%20d%3D%22M473.95%2C254.908c-1.302-2.45-3.849-3.981-6.623-3.981h-72.364l-38.787-59.278c-0.001-0.002-0.002-0.003-0.003-0.005%0D%0A%09l-7.789-11.904c-10.908-16.672-29.315-26.625-49.239-26.625h-6.002l-23.527-47.055c-1.851-3.704-6.355-5.205-10.063-3.354%0D%0A%09c-3.704%2C1.853-5.206%2C6.357-3.354%2C10.063l20.172%2C40.346h-51.865c-1.989%2C0-3.897%2C0.79-5.303%2C2.196L208.6%2C165.914h-57.787%0D%0A%09L140.21%2C155.31c-1.406-1.406-3.314-2.196-5.303-2.196h-19.745l-11.38-45.52c-0.834-3.339-3.834-5.681-7.276-5.681h-38.4%0D%0A%09c-4.142%2C0-7.5%2C3.357-7.5%2C7.5v43.7H35.926c-8.234%2C0-15.438%2C5.849-17.127%2C13.906L6.15%2C227.314c-0.004%2C0.021-0.009%2C0.041-0.013%2C0.062%0D%0A%09l-5.55%2C26.458c-0.585%2C2.785-0.733%2C5.633-0.441%2C8.462l9.372%2C91.087c0.394%2C3.825%2C3.616%2C6.732%2C7.461%2C6.732l8.028-0.001v5.3%0D%0A%09c0%2C4.143%2C3.358%2C7.5%2C7.5%2C7.5h371.2c4.143%2C0%2C7.5-3.357%2C7.5-7.5c0-6.872%2C2.033-13.515%2C5.88-19.209l56.455-83.58%0D%0A%09C475.094%2C260.326%2C475.251%2C257.357%2C473.95%2C254.908z%20M404.657%2C337.808c-4.113%2C6.089-6.784%2C12.933-7.882%2C20.105H40.007v-5.3%0D%0A%09c0-1.989-0.79-3.896-2.197-5.304c-1.407-1.406-3.314-2.196-5.304-2.196l-8.76%2C0.001l-4.197-40.789h384.157%0D%0A%09c4.143%2C0%2C7.5-3.357%2C7.5-7.5s-3.357-7.5-7.5-7.5H18.006l-2.408-23.399h292.208c4.143%2C0%2C7.5-3.357%2C7.5-7.5c0-4.143-3.357-7.5-7.5-7.5%0D%0A%09H16.523l3.056-14.567h102.528c4.142%2C0%2C7.5-3.357%2C7.5-7.5s-3.358-7.5-7.5-7.5H22.726l3.78-18.021h95.6c4.142%2C0%2C7.5-3.357%2C7.5-7.5%0D%0A%09s-3.358-7.5-7.5-7.5H29.653l3.826-18.239c0.241-1.15%2C1.271-1.985%2C2.447-1.985h47.78c4.142%2C0%2C7.5-3.357%2C7.5-7.5s-3.358-7.5-7.5-7.5%0D%0A%09h-18.1v-36.2h25.044l11.38%2C45.52c0.008%2C0.03%2C0.022%2C0.056%2C0.03%2C0.086c0.099%2C0.378%2C0.222%2C0.747%2C0.377%2C1.099%0D%0A%09c0.017%2C0.039%2C0.038%2C0.076%2C0.055%2C0.115c0.152%2C0.331%2C0.325%2C0.649%2C0.521%2C0.952c0.021%2C0.032%2C0.038%2C0.066%2C0.059%2C0.098%0D%0A%09c0.199%2C0.298%2C0.425%2C0.575%2C0.664%2C0.841c0.052%2C0.057%2C0.102%2C0.115%2C0.155%2C0.171c0.242%2C0.253%2C0.5%2C0.488%2C0.775%2C0.704%0D%0A%09c0.051%2C0.04%2C0.103%2C0.077%2C0.155%2C0.116c0.589%2C0.441%2C1.244%2C0.796%2C1.949%2C1.05c0.054%2C0.019%2C0.106%2C0.041%2C0.16%2C0.059%0D%0A%09c0.335%2C0.112%2C0.68%2C0.2%2C1.034%2C0.264c0.078%2C0.014%2C0.156%2C0.024%2C0.235%2C0.036c0.339%2C0.05%2C0.683%2C0.083%2C1.034%2C0.087%0D%0A%09c0.023%2C0%2C0.044%2C0.006%2C0.067%2C0.006c0.011%2C0%2C0.021-0.002%2C0.032-0.002H131.8l10.603%2C10.603c1.406%2C1.407%2C3.314%2C2.197%2C5.303%2C2.197h64%0D%0A%09c1.989%2C0%2C3.897-0.79%2C5.303-2.196l10.603-10.604h60.871c0.01%2C0%2C0.019%2C0.002%2C0.028%2C0.002c0.011%2C0%2C0.023-0.002%2C0.034-0.002h10.598%0D%0A%09c14.845%2C0%2C28.56%2C7.416%2C36.688%2C19.838l0.253%2C0.387h-34.777c-4.143%2C0-7.5%2C3.357-7.5%2C7.5s3.357%2C7.5%2C7.5%2C7.5h44.592l11.791%2C18.021%0D%0A%09h-56.383c-4.143%2C0-7.5%2C3.357-7.5%2C7.5s3.357%2C7.5%2C7.5%2C7.5h66.198l9.531%2C14.567h-37.33c-4.143%2C0-7.5%2C3.357-7.5%2C7.5%0D%0A%09c0%2C4.143%2C3.357%2C7.5%2C7.5%2C7.5h51.191c0.005%2C0%2C0.011%2C0.001%2C0.016%2C0.001c0.005%2C0%2C0.009-0.001%2C0.014-0.001h62.283L404.657%2C337.808z%0D%0A%09%20M270.407%2C195.839c0%2C4.143-3.357%2C7.5-7.5%2C7.5h-102.4c-4.142%2C0-7.5-3.357-7.5-7.5s3.358-7.5%2C7.5-7.5h102.4%0D%0A%09C267.049%2C188.339%2C270.407%2C191.696%2C270.407%2C195.839z%20M270.407%2C228.859c0%2C4.143-3.357%2C7.5-7.5%2C7.5h-102.4c-4.142%2C0-7.5-3.357-7.5-7.5%0D%0A%09s3.358-7.5%2C7.5-7.5h102.4C267.049%2C221.359%2C270.407%2C224.716%2C270.407%2C228.859z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");}.tour-search-page.v2 .tour-property-transport-type .icon.bus{display:inline-block;background-image:url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg%20fill%3D%22%2314273d%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%2024h-2c-.552%200-1-.448-1-1v-1c-.53%200-1.039-.211-1.414-.586s-.586-.884-.586-1.414v-8c-.552%200-1-.448-1-1v-3c0-.552.448-1%201-1v-4c0-1.657%201.343-3%203-3h16c1.657%200%203%201.343%203%203v4c.552%200%201%20.448%201%201v3c0%20.552-.448%201-1%201v8c0%20.53-.211%201.039-.586%201.414s-.884.586-1.414.586v1c0%20.552-.448%201-1%201h-2c-.552%200-1-.448-1-1v-1h-10v1c0%20.552-.448%201-1%201zm-1.5-7c.828%200%201.5.672%201.5%201.5s-.672%201.5-1.5%201.5-1.5-.672-1.5-1.5.672-1.5%201.5-1.5zm15%200c.828%200%201.5.672%201.5%201.5s-.672%201.5-1.5%201.5-1.5-.672-1.5-1.5.672-1.5%201.5-1.5zm-5%201h-5c-.276%200-.5.224-.5.5s.224.5.5.5h5c.276%200%20.5-.224.5-.5s-.224-.5-.5-.5zm6.5-12.5c0-.276-.224-.5-.5-.5h-17c-.276%200-.5.224-.5.5v8.5s3.098%201%209%201%209-1%209-1v-8.5zm-5-3.5h-8v1h8v-1z%22%20%2F%3E%3C%2Fsvg%3E");}