/*.page-map-search {*/
    /*height: 100%;*/
/*}*/

/*.page-map-search .content-page*/
/*.page-map-search .main-wrapper {*/
    /*height: 100%;*/
/*}*/

.result-header {
    margin-top: 30px;
}

.result-count {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.result-count span {
    color: #00a0e9;
    font-size: 22px;
    padding: 0 5px;
    position: relative;
    /*top: 4px;*/
}

.result-item {
    border: 1px solid #e8e8e8;
}

.result-slider {
    width: 50%;
    float: left;
}
.result-slider a {
    position: relative;
    display: block;
    padding: 65% 0 0;
}
.result-slider .room-empty a {
    position: relative;
    display: block;
/*    padding: 65% 0 0; */
    height:100%;
    color:black;
    padding: 0;
}



.result-slider .result-slider__img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
}

.result-slider .result-slider__img {
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #404040;
    background-size: contain;
    margin:auto;
    display:block;
}

.result-slider .result-slider__img.comingsoon {
    background-size: auto;
}

.result-slider img {
    max-width: 100%;
    height: auto;
}

.result-info {
    padding: 15px 20px 0 20px;
    padding-top: 0px;
    width: 50%;
    font-size: 12px;
    float: right;
}

.result-title {
    /*min-height: 50px;*/
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}
.result-title h2{
    letter-spacing:0;
}
.result-title h3, .result-title h2 {
    margin: 0;
    font-size: 14px;
    color: #000;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    font-weight: 500;
    padding:20px 0;
}

.result-title h3 a, .result-title h2 a {
    color: #000;
}

.result-content p {
    margin-bottom: 0px;
}

.result-content p span {
    font-weight: 600;
    font-size: 16px;
    color: #00a0e9;
}

.result-control {
    position: relative;
    margin-top: 10px;
    padding-right: 60px;
    margin-bottom: 10px;
}

.favorite-result {
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 5px;
    background-color:white;
}

.btn.result-btn {
    width: 100%;
    height: 40px;
    color: #fff;
    border: 0 none;
    background: #00a0e9;
}

.check-control {
    position: relative;
    font-size: 12px;
}

.house-check {
    float: left;
    width: 24px;
    height: 24px;
}

.btn.result-btn:hover, .btn.result-btn:focus {
    background: #068ecc
}

.house-check input[type=checkbox] {
    display: none;
}

.house-check input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

.house-check label {
    font-size: 24px;
    position: relative;
    top: -2px;
    height: 24px;
    line-height: 24px;
    width: 24px;
}

.house-check input[type=checkbox] + label:before {
    content: "\f096";
}

/* unchecked icon */
.house-check input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */

.house-check input[type=checkbox]:checked + label:before {
    content: "\f046";
}

/* checked icon */
.house-check input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}

/* allow space for check mark */
.result-slider .swiper-button-prev, .result-slider .swiper-container-rtl .swiper-button-next {
    background: none;
}

.result-slider .swiper-button-next, .result-slider .swiper-container-rtl .swiper-button-prev {
    background: none;
}

.result-slider .swiper-button-next i, .result-slider .swiper-button-prev i {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.result-slider .swiper-button-next i {
    left: 2px;
}

.result-slider .swiper-button-prev i {
    right: 2px;
}

.result-slider .swiper-button-next, .result-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
}

.result-item {
    margin-bottom: 30px;
    position: relative;
    background-color:white;
}

.filter-link {
    margin-top: 5px;
}

.filter-link ul {
    list-style-type: none;
}

.short-filter {
    border-left: 1px solid #eee;
    padding: 15px;
}

.filter-title {
    width: 100%;
    background: #005780;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
}

.filter-title:after {
    content: "";
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #005780;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 20px;
    margin: 0 auto;
}

.filter-title span.icon-stars:before {
    color: #fff;
}

.filter-link ul li a {
    position: relative;
    color: #005780;
    padding: 15px 0px;
    border-bottom: 1px solid #e8e8e8;
    display: block;
}

.filter-link ul li span {
    position: absolute;
    font-size: 11px;
    color: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.filter-link ul li span i {
    font-size: 16px;
    margin-left: 10px;
}

.checkbox-buttons {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.checkbox-buttons li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    display: block;
}

.check-item {
    width: 100%;
    height: 100%;
    display: block;
}

.check-item input {
    display: none;
}

.check-item label {
    color: #fff;
    text-align: center;
    border-radius: 30px;
    display: block;
    font-size: 12px;
    width: 100%;
    cursor: pointer;
    background: #a2a2a2;
    padding: 5px 0px;
}

.check-item input[type=checkbox]:checked + label {
    background: #005780
}

/* checked icon */
.sm-widget-title {
    color: #005780;
    margin: 10px 0 10px 0;
}

.count-hint {
    color: #000;
    border: 2px solid #000;
    padding: 15px 0;
    text-align: center;
}

.count-hint span {
    color: #005780;
    padding: 0 5px;
    font-size: 16px;
}

.btn.filter-reset {
    background: #005780;
    border-radius: 20px;
    color: #fff;
    border: 0 none;
    padding: 10px 5px;
    width: 100%;
    margin: 15px 0;
    outline: 0;
    position: relative;
}

.btn.filter-reset span {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #fff;
    position: absolute;
    border-radius: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.btn.filter-reset span i {
    color: #005780;
    position: relative;
    top: 1px;
}

ul.search-steps {
    list-style-type: none;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

ul.search-steps li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 20px 0 20px;
}

ul.search-steps li a {
    width: 95px;
    height: 95px;
    border-radius: 80px;
    border: 2px solid #00a0e9;
    background: #fff;
    line-height: 15px;
    display: inline-block;
}

ul.search-steps li a:hover {
    background: #00a0e9;
}

ul.search-steps li a:hover span, ul.search-steps li a:hover i.icon:before {
    color: #fff;
}

ul.search-steps li.active a {
    background: #00a0e9;
}

ul.search-steps li.active a i.icon:before {
    color: #fff;
}

ul.search-steps li.active a span {
    color: #fff;
}

ul.search-steps li a span {
    font-size: 11px;
    color: #000;
    line-height: 1.1;
}

ul.search-steps li a i.icon {
    display: block;
    padding-top: 14px;
    padding-bottom: 5px;
}

ul.search-steps li a i.icon:before {
    font-size: 26px;
    color: #00a0e9;

}

ul.search-steps li.icons {

}

table.area-table {
    margin-bottom: 30px;
}

table.area-table td.table-label {
    width: 20%;
    background: #00a0e9;
    vertical-align: middle;
    color: #fff;
}

.area-table > thead > tr > th, .area-table > tbody > tr > th, .area-table > tfoot > tr > th, .area-table > thead > tr > td, .area-table > tbody > tr > td, .area-table > tfoot > tr > td {
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
}

.area-check {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.area-check input[type=checkbox] {
    display: none;
}

.area-check input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.area-check label {
    position: relative;
    top: -1px;
    border: 1px solid #ccc;
    height: 20px;
    background: #fff;
    width: 20px;
    display: block;
    border-radius: 2px;
}

table.area-table td.table-label .area-check label {
    border: 1px solid #fff;
}

.area-check input[type=checkbox] + label:before {
    content: "";
}

/* unchecked icon */
.area-check input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */

.area-check input[type=checkbox]:checked + label:before {
    content: "\e916";
    color: #27afec;
    font-family: 'icomoon' !important;
}

/* checked icon */
.area-check input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}

/* allow space for check mark */
.check-control {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
}

.input-list {
    margin: 10px 0;
}

.half-row {
    width: 50%;
}

.more-row {
    width: 67%;
}

.col-less {
    float: left;
    width: 14.28%;
    padding: 0 15px 0 15px;
}

.btn.main-search {
    background: transparent;
    border-radius: 30px;
    padding: 15px 60px;
    font-weight: 500;
    outline: 0 none;
    color: #000;
    border: 2px solid #000;
    transition: all 0.2s ease;
}

.btn.main-search:hover, .btn.main-search:focus {
    background: #000;
    color: #fff;
}

.btn.main-search i {
    font-size: 20px;
    margin-right: 15px;
}

.mapContainer {
    width: 100%;
    position: relative;
    padding: 0;
}

.mapHolder {
    width: 55%;
    left: 0;
    top: 125px;
    bottom: 0;
    position: fixed;
    z-index: 11;
    /*height: 700px;*/
}

#gmap_canvas {
    height: 100%;
}

.mapSide {
    position: relative;
    float: right;
    width: 45%;
}

.chooseItem {
    margin-top: 15px;
}

.mapresult {
    text-align: center;
    background: #404040;
    color: #fff;
    height: 35px;
    line-height: 32px
}

.choose-msg {
    background: #00a0e9;
    color: #fff;
    height: 35px;
    line-height: 32px;
    text-align: center;
}

.map-resultarea .choose-result {
    /*position: absolute;*/
    min-height: 800px;
}

.mapresult span {
    font-size: 16px;
    padding: 0 5px;
}

.icon-down {
    background: #fff;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.icon-down i {
    color: #00a0e9;
    position: relative;
    top: 0px;
}

.icon-down i.fa-angle-up {
    color: #00a0e9;
    position: relative;
    top: -1px;
}

/*
//map demo//*/
.customStyleHolder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pinDemo {
    display: block;
    position: absolute;
    top: 20%;
    left: 20%;
}

.pinDemo .pin {
    display: inline-block;
}

.pin img {
    width: 50px;
    height: auto;
}

.googleMapHolder {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    bottom: 0;
}

.googleMapHolder .gHolder {
    height: 100%;
}

.mapWindow {
    background: #383838;
    width: 300px;
    height: 100%;
    position: relative;
}

.mapWindow .badge-holder span.bc-badge,span.bc-badge-full,span.bc-badge-almostempty {
    font-weight: bold;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
}

.map-info {
    background: #383838;
    color: #fff;
    position: relative;
    border: none;
}

.map-info:after {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 10px solid #383838;
    bottom: -10px;
    left: 10%;
}

.windowDemo {
    position: absolute;
    top: 20%;
    right: 30%;
}

.mapSlide .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    min-height: 142px;
}

.mapSlide .swiper-button-next.swiper-button-white, .mapSlide .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: none;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
}

.mapSlide .swiper-button-prev.swiper-button-white, .mapSlide .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: none;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
}

.mapSlide .swiper-button-prev span, .mapSlide .swiper-button-next span {
    font-size: 18px;
    position: relative;
    top: 3px;
}

.mapSlide .swiper-button-prev span {
    position: relative;
    left: -1px;
}

.mapSlide .swiper-button-next span {
    position: relative;
    right: -1px;
}

.mapSlide .swiper-button-prev, .mapSlide .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.map-info .p-bottom-info {
    padding-top: 0;
}

.pinBluetext, .pinCyantext {
    padding: 4px 5px 5px 5px;
    font-size: 11px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1.2;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.26);
}

.pinBluetext {
    background: #00a0e9;
}

.pinCyantext {
    background: #32b6bd;
}

.pinBluetext:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #00a0e9;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 5px;
}

.pinCyantext:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #32b6bd;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 5px;
}

.otherPindemo {
    position: absolute;
    left: 40%;
    bottom: 20%;
}

.chooseItem {
    width: 100%;
}

.slide-end .overlay-wrapper {
    opacity: 1;
}

.slide-end .overlay-wrapper:before,
.slide-end .overlay-wrapper:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    transform: scaleX(1.0);
}

.slide-end .overlay-wrapper.p-overlay {
    background: rgba(0, 160, 233, 0.75);
}

.search-area img {
    max-width: 100%;
    height: auto;
}

.terminal-item {
    width: 50%;
    float: left;
    position: relative;
    background: #fff;
    padding-left: 160px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15px;
    cursor: pointer;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.terminal-item.checked {
    background: #00a0e9
}

.terminal-item:nth-child(even) {
    border-right: 1px solid #eee;
}

.terminal-title {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px
}

.terminal-title span {
    font-size: 12px;
    font-weight: 500;
    margin-left: 2px;
}

.terminal-title i:before {
    font-size: 20px;
}

.terminal-title i {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.terminal-item.checked .terminal-title {
    color: #fff;
}

.terminal-item.checked .terminal-title i:before {
    color: #fff;
}

.radio-item {
    width: 100%;
    height: 100%;
    display: block;
}

.radio-item input {
    display: none;
}

.radio-item label {
    color: #000;
    text-align: center;
    border-radius: 30px;
    display: block;
    font-size: 11px;
    width: 100%;
    cursor: pointer;
    background: #fff;
    border: 1px solid #000;
    padding: 2px 0 5px 0
}

.terminal-item.checked .radio-item label {
    border: 1px solid #fff;
}

.radio-item label span {
    color: #00a0e9;
    font-size: 16px;
    position: relative;
    top: 2px;
    font-weight: 500;
    margin-right: 5px;
}

.radio-item input[type=radio]:checked + label {
    background: #005780;
    border-color: #005780;
    color: #fff;
}

/* checked icon */
.radio-item input[type=radio]:checked + label span {
    color: #fff;
}

.radio-grid {
    width: 33.33333333333%;
    padding: 0 5px 0 5px;
    float: left;
}

.radio-row {
    margin: 0 -5px 0 -5px;
}

.terminalHolder {
    width: 100%;
}

.terminalHolder img {
    width: 100%;
    height: auto;
}

.terminal-map {
    position: relative;
}

.terPin {
    position: relative;
    width: 45px;
    z-index: 2;
    display: none;
}

.terPin.visible {
    display: block;
}

.terPin img {
    position: relative;
    z-index: 10;
}

.terPin.size10:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 100px;
    background: #00a0e9;
    opacity: 0.3;
    top: 30%;
    z-index: 1;
    left: -75px;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
}

.terPin.size20:after {
    position: absolute;
    content: "";
    width: 240px;
    height: 120px;
    background: #00a0e9;
    opacity: 0.3;
    top: 20%;
    z-index: 1;
    left: -96px;
    -moz-border-radius: 120px / 60px;
    -webkit-border-radius: 120px / 60px;
    border-radius: 120px / 60px;
}

.terPin.size30:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 150px;
    background: #00a0e9;
    opacity: 0.3;
    top: 0%;
    z-index: 1;
    left: -126px;
    -moz-border-radius: 150px / 75px;
    -webkit-border-radius: 150px / 75px;
    border-radius: 150px / 75px;
}

.terPin span {
    width: 35px;
    z-index: 11;
    height: 35px;
    background: #fff;
    position: absolute;
    border-radius: 35px;
    top: 5px;
    overflow: hidden;
    left: 5px;
    font-size: 9px;
    font-weight: bold;
    color: #00a0e9;
    line-height: 1.4;
    padding-top: 5px;
    text-align: center;
}

.terminalDemo {
    position: absolute;
    left: 40%;
    top: 30%;
}

.terminal-search {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.transit-map img {
    max-width: 100%;
    height: auto;
}

.window-search {

}

.close-choose {
    position: absolute;
    right: 15px;
    background: none;
    top: 15px;
    border: 0 none;
    font-size: 24px;
    height: 24px;
    line-height: 30px;
    outline: 0;
    margin: 0;
    z-index: 101;
}

.choose-window {
    padding: 25px;
    position: absolute;
    z-index: 100;
    background: #fff;
    top: 35px;
    left: 0;
    border: 1px solid #e8e8e8;
    right: 0;
    bottom: 0;
    display: none;
}

.mapSide .choose-result:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.mapSide .choose-result .col-md-6:nth-child(2n+1) {
    clear: both;
}

.window-group h3 {
    color: #00a0e9;
    margin-top: 0;
}

.window-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.choose-msg {
    cursor: pointer;
}

.mapController-mobile {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    will-change: transform;
    z-index: 999;
    bottom: 16px;
    width: 80%;
    margin: 0 auto;
    border-radius: 80px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.18);
}

.mapview-controllers, .filter-controllers {
    display: inline-block;
    width: 49%;
    text-align: center
}

.mapController-mobile button {
    background: none;
    border: 0 none;
    padding: 5px 15px;
    outline: 0 none;
    width: 100%;
}

.mapview-controllers {
    border-right: 1px solid #ccc;
}

.go-to-map, .go-to-list {
    display: none;
}

.go-to-map.active, .go-to-list.active {
    display: block;
}

.mapController-mobile {
    display: none
}

.search-area {
    position: relative;
}

.dot-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

ul.dot-lists {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

ul.dot-lists li {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 70px;
    right: auto;
    left: auto;
    display: block;
    overflow: hidden;
    border: 2px solid #000;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
}

ul.dot-lists li.active {
    background: #000;
}

ul.dot-lists li.active span {
    color: #fff;
}

ul.dot-lists li span {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
}

ul.dot-lists li span:first-child {
    color: #00a0e9;
}

ul.dot-lists li#area-1 {
    top: 182px;
    left: 123px;
}

ul.dot-lists li#area-2 {
    left: 226px;
    top: 74px;
}

ul.dot-lists li#area-3 {
    left: 449px;
    top: 21px;
}

ul.dot-lists li#area-4 {
    left: 98px;
    bottom: 48px;
}

ul.dot-lists li#area-5 {
    right: 10px;
    top: 90px;
}

ul.dot-lists li.horizontal {
    width: 300px;
    height: auto;
    border-radius: 0;
    padding: 5px 10px;
    text-align: center;
}

ul.dot-lists li.horizontal span {
    display: inline-block;
    width: auto;
}

ul.dot-lists li.cube {
    width: 180px;
    height: auto;
    padding: 15px 20px;
    border-radius: 0;
    text-align: center;
}

ul.dot-lists li.cube span {
    display: inline-block;
    width: auto;
}

ul.dot-lists li.cube span:first-child {
    padding-right: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.top-search-result{
    margin-left: 10%;
    margin-right: 10%;
}

/* bukken.css*/
.result-item .swiper-slide .data-holder-room{
    padding-top:5px;
    padding-left:38px;
    padding-right:38px;
}
.result-item .data-room-title{
    margin-top:5px;
    margin-bottom:5px;
    line-height:1em;
}

/* table fixer*/
.result-item .table-room.table > thead > tr > th {
    font-size: 10px;
    padding: 4px;
}

.result-item span.under-status {
    font-size: 5px;
    white-space:nowrap;
}
.result-item .t-room {
    line-height: 1;
    text-align: center;
    width: 30px;
    min-width: 30px;
    vertical-align: middle;
    font-weight:500;
    font-size:10px;
    white-space:nowrap;
}

.result-item .t-room a {
    float: none;
    margin-right: 0;
    padding-bottom: 3px;
}
.result-item span.room-status {
    min-width: 50px;
    background: #00a0e9;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 3px 0px;
    margin: 0 auto;
    width: 40px;
    display: block;
    line-height: 14px;
    height: auto;
    margin: 0 auto;
    font-size: 9px;
}

.result-item span.room-status {
    width: 40px;
    padding: 3px 0;
}
.result-item span.room-status.status-2 {
    background: #32b6bd;
}

.result-item span.room-status.status-3 {
    background: #000;
}

.result-item .room-table-status{
    font-size:10.5px;
    margin-top:10px;
    margin-bottom:10px;

}

.result-item .room-table-wrapper .t-room a{
    padding:0;
}

.result-item .table-room > tbody > tr > td {
    padding: 4px;
    text-align: center;
    vertical-align:middle;
}

.result-item .table-room > tbody > tr > td:after {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid #ddd;
    content: "";
}

.result-item .table-room > tbody > tr > td:last-child:after {
    border-right: 0 none;
}

.result-item .table-room > tbody > tr > td {
    position: relative;
    vertical-align: middle;
    height:42px;
    overflow:hidden;
}

.result-item .table-room.table > thead > tr > th {
    text-align: center;
    vertical-align: bottom;
    border-bottom: 1px solid #dddddd;
    font-size: 10px;
    font-weight: 500;
    white-space:nowrap;
}

.result-item .table-room {
    margin-bottom: 30px;
}

.result-item .table-room > thead {
    border-top: 1px solid #ddd;
}
.result-item .t-price {
    font-size: 11px;
    padding: 0;
    min-width: 30px;
    line-height: 2em;
    color: #00a0e9;
}

.result-item .t-info {
    font-size: 6px;
    line-height: 2em;
}

.result-item span.s-high {
    color: #555;
    font-weight: 900;
    line-height:1em;
    width:100%;
    top: 7.5px;
    font-size: 9px;
    text-align:center;
    display:block;
}

.result-item .n-rc i{
    margin-right: 7px;
        font-size: 16px;
        position: relative;
        top: 2px;
}

.result-item .bc-newsletter {
    border: 1px solid #000;
    margin-top: 45px;
    margin-left: 10px;
    margin-right: 10px;
}
.result-item .bc-newsletter a{
    padding: 7px 9px;
    display: block;
    color: #000;
    text-decoration: none;
}
.result-item .bc-newsletter-title {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 3px;
    font-weight: 500;
}

.result-item .bc-newsletter.mobile {
    display: none;
    max-width: 300px;
    margin: 10px auto;
}
.result-item .data-room-title.data-room-title-empty{
    margin-top: 30px;
}
@media (max-width: 767px) {

    .result-item .table-room > tbody > tr > td {
        padding: 3px;
        text-align: center;
        vertical-align:middle;
    }
    .result-item .room-table-status{
        font-size:10.5px;
        margin-top:1px;
        margin-bottom:1px;
    }
}

/*map demo end*/
@media (max-width: 1200px) {
    .search-area {
        display: none;
    }

    .result-slider img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .result-slider {
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .col-less {
        width: 20%;
    }
}

@media (max-width: 992px) {
    .window-search .align-center {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px 10px;
        background: #fff

    }

    .close-choose {
        right: 0;
        top: 15px;
    }

    .close-choose i {
        font-size: 20px;
        position: relative;
        top: -2px;
    }

    .mapController-mobile {
        display: block;
    }

    .window-search {
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 10px;
        padding-bottom: 50px;
    }

    .choose-window {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        padding: 0;
    }

    .mapSide {
        width: 100%;
        float: none;
    }

    .swiper-slide {
        max-height: none !important;
    }

    .map-resultarea {
        /*display: none;*/
    }

    .mapHolder {
        width: 100%;
        float: none;
        display: none;
        position: relative;
        top: auto !important;
        bottom: auto !important;
    }

    .googleMapHolder {
        position: relative;
        top: auto;
    }

    #gmap_canvas {
        height: 500px;
    }

    .map-resultarea {
        width: 100%;
        float: none;
        /* display: none; */
    }

    .map-resultarea.active, .mapHolder.active {
        display: block;
    }

    .btn.main-search {
        padding: 10px;
        width: 100%;
    }

    .terminal-item {
        border-right: 1px solid #eee;
    }

    .terminal-map {
        display: none;
    }

    .terminal-item {
        width: 100%;
        float: none;
        padding: 40px 15px;
        padding-left: 120px;
    }

    .terminal-title {
        left: 15px;
    }

    .half-row {
        width: 100%;
    }

    .more-row {
        width: 100%;
    }

    .col-less {
        width: 33.33333333333333%;
    }
}

@media (max-width: 767px) {
    .mapContainer {
        padding: 0;

    }

    #gmap_canvas {
        height: 400px;
    }

    .mapSlide .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .map-resultarea {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .mapSide {
        position: relative;
        height: 100%;
        width: 100%;
    }

    table.area-table td.table-label {
        width: 40%;
        text-align: left;
    }

    .result-slider {
        width: 100%;
        position: relative;
        bottom: auto;
        top: auto;
        float: none;
    }

    .result-slider img {
        width: 100%;
        height: auto;
    }

    .result-info {
        width: 100%;
        float: none;
    }

    table.area-table {

    }

    ul.search-steps {
        width: 100%;
        max-width: 100%;
    }

    ul.search-steps li {
        padding: 0;
        text-align: center;
    }

    ul.search-steps li a {
        width: 100%;
        border-radius: 0;
        border: 0;
        border-right: 1px solid #e8e8e8;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }

    .bukken-tab .result-control{
        padding-right:0;
    }
    
}

@media (max-width: 575px) {
    ul.search-steps li a span {
        font-size: 10px;
    }

    ul.search-steps li a {
        width: 100%;
        border-radius: 0;
        border: 0;
        border-right: 1px solid #e8e8e8;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }

    .area-table > thead > tr > th, .area-table > tbody > tr > th, .area-table > tfoot > tr > th, .area-table > thead > tr > td, .area-table > tbody > tr > td, .area-table > tfoot > tr > td {
        border: 1px solid #e8e8e8;
        padding: 5px 5px;
        font-size: 11px;
    }

    .area-table .check-control {
        font-size: 10px;
    }

    .col-less {
        width: 50%;
    }

    table.area-table td.table-label {
        width: 35%;
        text-align: left;
    }

    .terminal-title {
        left: 10px;
        font-size: 12px;
        letter-spacing: normal;
    }

    .terminal-title span {
        font-size: 11px;
    }

    .terminal-item {
        padding: 20px 10px;
        padding-left: 110px;

    }

    .radio-item label {
        font-size: 10px;
        border-radius: 0;
        border-right: 0;
    }

    .radio-item label span {
        font-size: 14px;
        margin-right: 2px;
    }

    .radio-grid {
        padding: 0;
    }

    .radio-row {
        margin: 0;
    }

    .radio-grid:last-child label {
        border-right: 1px solid #000;
    }
    .bukken-tab .result-control{
      padding-right:0;
    }
}

@media (max-width: 356px) {
    .result-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .result-content p span {
        font-size: 15px;
    }

    .result-info .btn.result-btn i:nth-last-child(1),
    .result-info .btn.result-btn i:nth-last-child(2) {
        display: none;
    }

    .result-info .btn.result-btn i:nth-last-child(3) {
        margin-left: 10px !important;
    }
}

.soon-available {
    background-color: #56b5be !important;
}


/*Progress*/
.men-progress {
    width: 250px;
    height: 28px;
    position: relative;
}

.men-progress:before {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    content: "";
    top: 0;
    left: 0;
    background: url("../img/icons/men-mask.png") repeat-x;
    background-size: 25px 28px;
    background-position: center left;
    height: 100%;
    width: 100%;
    display: block;
}

.pg-female .men-progress:before {
    background: url("../img/icons/female-mask.png") repeat-x;
    background-size: 25px 28px;
    background-position: center left;
}

.progress-bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eee;
}

.percent {
    /* width:25%;*/
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1e5e79;
}

.pg-female .percent {
    background: #e60033;
}

.data-holder {
    border: 2px solid #000;
    padding: 15px;
    padding-top: 25px;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

span.progress-title {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: 600;
    color: #3a728a;
}

.progress-gender {
    padding-top: 5px;
    position: relative;
    display: inline-block;
    padding-left: 50px;
    width: auto;
    margin-bottom: 25px;
}

.pg-female span.progress-title {
    color: #e60033;
}

h3.data-title {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
}

.progress-holder {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.bar-title {
    position: absolute;
    left: 0;
    top: 3px;
}

.bar-progress {
    position: relative;
    width: 100%;
    height: 30px;
}

.bar-percent {
    width: 0;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    min-width: 30px;
    padding-top: 5px;
}

.bc-one .bar-percent {
    background: #33a5ff;
}

.bc-two .bar-percent {
    background: #0e9987;
}

.bc-three .bar-percent {
    background: #e7a516;
}

.bc-four .bar-percent {
    background: #9db174;
}

.bc-zero .bar-percent {
    background: transparent;
    color: #000;
}

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.eq-box {
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
}

.center-items {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}




.data-corona.result-slider__img-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align:top;
    padding-left: 15%;
    padding-right: 15%;
    height:100%;
}

/**
 *
*/
.data-corona-title{
   /* position: absolute; */
    text-align: center;
    width: 100%;
    /* margin-left: -45px; */
    height: 10%;
    margin:5% auto;
}

.corona-holder{
    height: 80%;
}
.corona-wrapper{
    position:relative;
    width: 12%;
    height: 100%;
}
.corona-wrapper:before{
    content:"";
    display:block;
    padding-top:100%;
}
.corona-holder .corona-icon img{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
}

.corona-holder .corona-flex{
    display: flex;
    margin-bottom:1%;
    position: relative;
    height:auto;
}

.corona-holder .corona-text{
    text-align:left;
    vertical-align: middle;
    margin: auto;
    margin-left:1em;
    display:inline-block;
}

@media (min-width: 768px) {

    .corona-holder .corona-text{
        font-size:12px;
    }

}
@media (max-width: 767px) {
    .data-corona-title{
        font-size:20px;
    }
    .corona-holder .corona-flex{
        margin-bottom:3%;
    }
    .corona-wrapper{
        width:12%;
    }
    .corona-holder .corona-text{
        font-size:15px;
    }
    .corona-holder{
        margin-left:10%;
        margin-right:-10%;
    }
}

@media (max-width: 650px) {
    .corona-holder .corona-flex{
        margin-bottom:2%;
    }
    
    .corona-wrapper{
        width:12%;
    }
    .corona-holder .corona-text{
        font-size:14px;
    }
    .corona-holder{
        margin-left:5%;
        margin-right:-5%;
    }
}
@media (max-width: 480px) {
    .data-corona-title{
        font-size:16px;
    }

    .corona-holder .corona-flex{
        padding-left:0%;
        margin-bottom:1%;
    }    
    .corona-wrapper{
        width:12%;
    }
    .corona-holder .corona-text{
        font-size:12px;
    }
    .corona-holder{
        margin-left:0%;
        margin-right:0%;
    }

}

@media (max-width: 400px) {
    .corona-wrapper{
        width:12%;
    }
    .corona-holder .corona-text{
        font-size:10px;
    }
}

#sp_topsearch{
    display:none;
}
.temp-name {
    position: relative;
    color: #005780;
    padding: 15px 0px;
    border-bottom: 1px solid #e8e8e8;
    display: block;
    cursor: pointer;
}
@media (max-width: 768px){
    #sp_topsearch{
        display:block;
    }
    .container .short-filter{
        border-left:none;
    }
    
    .container .short-filter .filter-title-nonactive:after{
        border:none;
    }

    .sp_search_close_btn{
        color:#00a0e9;
        cursor:pointer;
    }
    .sp_search_close_div{
        margin-top:10px;
        margin-bottom:10px;
        text-align:center;
    }

    .search-steps li:first-child a{
        border-left:1px solid #e8e8e8;
    }
    
    .top-search-result{
        margin-left: 0;
        margin-right: 0;
    }
}