/* line 8, ../sass/home.scss */ .navbar-room { background-color: #f8f8f8; padding: 12px 215px 12px 15px; } /* line 11, ../sass/home.scss */ .navbar-room input { height: 36px; line-height: 22px; } /* line 15, ../sass/home.scss */ .navbar-room .btn { font-size: 16px; letter-spacing: 2px; } /* line 19, ../sass/home.scss */ .navbar-room .btn-danger { background-color: #ff5600; border-color: #ff5600; } /* line 22, ../sass/home.scss */ .navbar-room .btn-danger:active, .navbar-room .btn-danger:focus { background-color: #ec4f04; } /* line 27, ../sass/home.scss */ .navbar-room input { font-size: 14px; background: white url(../images/search-md.png) no-repeat 15px center; padding-left: 45px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } /* line 34, ../sass/home.scss */ .navbar-room input:focus ~ .input-group-btn button { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); border-left-color: transparent; } /* line 41, ../sass/home.scss */ .navbar-room > a { position: absolute; width: 180px; right: 15px; top: 12px; } /* line 47, ../sass/home.scss */ .navbar-room .fa-map-marker { margin-right: 15px; } /* line 53, ../sass/home.scss */ .panel-filter { border-color: #e5e5e5; color: #6e717b; position: relative; padding: 10px 5px; line-height: 40px; font-size: 12px; } /* line 63, ../sass/home.scss */ .panel-filter.has-addon { margin-bottom: 0; } /* line 67, ../sass/home.scss */ .panel-filter .row-minor { display: none; } /* line 71, ../sass/home.scss */ .panel-filter.full .row-minor { display: block; } /* line 75, ../sass/home.scss */ .panel-filter .btn-expand { position: absolute; bottom: 15px; right: 15px; border: 1px solid #e5e5e5; line-height: 16px; width: 160px; letter-spacing: 1px; font-size: 16px; } /* line 84, ../sass/home.scss */ .panel-filter .btn-expand .fa { margin-left: 5px; font-size: 1.2em; line-height: 16px; position: relative; top: 2px; color: #bebebe; } /* line 94, ../sass/home.scss */ .panel-filter .row-head { float: left; width: 54px; text-align: center; color: #0f121c; cursor: default; letter-spacing: 2px; text-indent: 5px; } /* line 104, ../sass/home.scss */ .panel-filter .row-block::after { content: ' '; clear: both; display: block; line-height: 0; height: 0; } /* line 112, ../sass/home.scss */ .panel-filter .row-body { margin-left: 60px; } /* line 114, ../sass/home.scss */ .panel-filter .row-body::after { clear: both; content: ' '; line-height: 0; height: 0; display: block; } /* line 123, ../sass/home.scss */ .panel-filter .item { float: left; display: inline-block; position: relative; } /* line 129, ../sass/home.scss */ .panel-filter a { display: inline-block; float: left; color: inherit; transition: color .3s; padding: 0 10px; } /* line 137, ../sass/home.scss */ .panel-filter .row-expand { position: absolute; top: 40px; left: 0; right: 0; border-top: 5px solid #ebeeef; border-bottom: 5px solid #ebeeef; background-color: #ebeeef; border-right: 3px solid #ebeeef; line-height: 30px; display: none; float: left; z-index: 3; width: 520px; max-height: 370px; overflow-y: auto; } /* line 153, ../sass/home.scss */ .panel-filter .row-expand a { width: 100px; text-align: left; padding-right: 0; white-space: nowrap; text-overflow: ellipsis; } /* line 160, ../sass/home.scss */ .panel-filter .row-expand a:hover { color: #ff5600; } /* line 163, ../sass/home.scss */ .panel-filter .row-expand::-webkit-scrollbar-track-piece { background-color: inherit; } /* line 168, ../sass/home.scss */ .panel-filter .item:hover .row-expand { display: block; } /* line 172, ../sass/home.scss */ .panel-filter .item:hover a, .panel-filter .row-body > a:hover { background-color: #ebeeef; } /* line 177, ../sass/home.scss */ .panel-filter .on, .panel-filter a.active { color: #ff5600; } /* line 182, ../sass/home.scss */ .panel-filter .drop-menu ul a { display: block; float: none; } /* line 190, ../sass/home.scss */ .link-radio { margin: 0 9px; } /* line 192, ../sass/home.scss */ .link-radio i { margin-right: 5px; } /* line 195, ../sass/home.scss */ .link-radio.active i { color: #3b99fc; } /* line 200, ../sass/home.scss */ .sorting-list .fa-rotate-180 { position: relative; top: -1px; } /* line 205, ../sass/home.scss */ .summary { margin-left: 35px; margin-right: 20px; color: #282828; font-weight: normal; font-size: 1em; line-height: 44px; text-align: right; visibility: hidden; } /* line 214, ../sass/home.scss */ .summary .count { color: #ff5600; } /* line 219, ../sass/home.scss */ .drop-menu { position: relative; border: 1px solid #bfbfbf; border-radius: 2px; width: 90px; height: 22px; line-height: 20px; margin: 9px 5px 9px 10px; display: inline-block; float: left; } /* line 229, ../sass/home.scss */ .drop-menu .holder { display: inline-block; margin-left: 8px; cursor: default; } /* line 235, ../sass/home.scss */ .drop-menu .fa-angle-down { float: right; line-height: inherit; margin-right: 5px; } /* line 241, ../sass/home.scss */ .drop-menu ul { display: none; background: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); position: absolute; z-index: 10; width: 100%; margin-left: -1px; top: 21px; padding: 5px 0; } /* line 253, ../sass/home.scss */ .drop-menu li, .drop-menu a { display: block; overflow: hidden; } /* line 258, ../sass/home.scss */ .drop-menu a { padding-left: 10px; } /* line 262, ../sass/home.scss */ .drop-menu:hover > ul { display: block; } /* line 266, ../sass/home.scss */ .drop-menu a:hover { color: #ff5600 !important; } /* line 270, ../sass/home.scss */ .drop-menu:hover .fa-angle-down { transform: rotate(180deg); } /* line 275, ../sass/home.scss */ .panel.has-addon { border-bottom-left-radius: 0; border-bottom-right-radius: 0; box-shadow: initial; } /* line 281, ../sass/home.scss */ .disabled { text-decoration: line-through; cursor: not-allowed; } /* line 287, ../sass/home.scss */ .bar-selected { margin-bottom: 20px; margin-top: -1px; } /* line 290, ../sass/home.scss */ .bar-selected .inner-bar { background-color: #f8f8f8; border: 1px solid #e5e5e5; border-radius: 0 0 4px 4px; } /* line 295, ../sass/home.scss */ .bar-selected .content-bar { padding: 10px 0; max-width: 1200px; margin-left: auto; margin-right: auto; } /* line 300, ../sass/home.scss */ .bar-selected .content-bar::after { content: ' '; display: block; clear: both; line-height: 0; height: 0; } /* line 309, ../sass/home.scss */ .bar-selected.sticky .inner-bar { position: fixed; width: 100%; left: 0; top: 0; border-radius: 0; z-index: 1000000; } /* line 318, ../sass/home.scss */ .bar-selected h3, .bar-selected p { display: inline-block; float: left; } /* line 323, ../sass/home.scss */ .bar-selected h3 { padding: 0 10px; font-size: 14px; font-weight: bold; line-height: 40px; margin-right: 20px; } /* line 331, ../sass/home.scss */ .bar-selected p { border: 1px solid #ff5600; border-radius: 2px; line-height: 28px; background-color: white; color: #0f121c; font-size: 12px; margin: 5px 8px; padding-left: 8px; } /* line 342, ../sass/home.scss */ .bar-selected .caret-close { display: inline-block; float: right; font-style: normal; font-family: sans-serif; font-size: 20px; line-height: 28px; color: #f65000; cursor: pointer; width: 28px; text-align: center; } /* line 355, ../sass/home.scss */ .bar-selected span { display: inline-block; float: left; padding-left: 2px; cursor: default; } /* line 362, ../sass/home.scss */ .bar-selected b { color: #0f121c; } /* line 366, ../sass/home.scss */ .bar-selected .btn-empty { float: left; line-height: 30px; margin: 5px 8px; color: #ff5600; cursor: pointer; } /* line 372, ../sass/home.scss */ .bar-selected .btn-empty i { margin-right: 3px; } /* line 377, ../sass/home.scss */ .bar-selected p.hover, .bar-selected p:hover { background-color: #dedede; border-color: #bfbfbf; } /* line 381, ../sass/home.scss */ .bar-selected p.hover i, .bar-selected p:hover i { color: inherit; } /* line 386, ../sass/home.scss */ .bar-selected .btn-empty:hover { color: #0f121c; } /* line 393, ../sass/home.scss */ .bar-sorting { margin-bottom: 20px; border: 1px solid #e5e5e5; background-color: white; border-radius: 4px; padding: 19px 10px 19px 0; line-height: 24px; font-size: 12px; height: 64px; } /* line 403, ../sass/home.scss */ .bar-sorting > span, .bar-sorting > a { display: inline-block; height: 24px; } /* line 409, ../sass/home.scss */ .bar-sorting a { margin: 0 5px; padding-left: 10px; padding-right: 10px; transition: color .4s; } /* line 416, ../sass/home.scss */ .bar-sorting a.active { background-color: #ff5600; color: white; border-radius: 20px; } /* line 420, ../sass/home.scss */ .bar-sorting a.active i { color: inherit; } /* line 425, ../sass/home.scss */ .bar-sorting button.active { color: #ff5600; } /* line 429, ../sass/home.scss */ .bar-sorting a i { margin-left: 3px; color: #bcbcbc; font-size: .8em; } /* line 435, ../sass/home.scss */ .bar-sorting a:hover { color: #ff5600; } /* line 437, ../sass/home.scss */ .bar-sorting a:hover i { color: inherit; } /* line 442, ../sass/home.scss */ .bar-sorting a.active:hover { color: white; } /* line 446, ../sass/home.scss */ .bar-sorting button { width: 70px; height: 28px; font-size: 14px; line-height: 20px; padding-top: 4px; padding-bottom: 4px; float: left; } /* line 454, ../sass/home.scss */ .bar-sorting button i { font-size: 14px; margin-right: 4px; } /* line 460, ../sass/home.scss */ .bar-sorting h2 { margin: 0 15px; line-height: inherit; display: inline; } /* line 464, ../sass/home.scss */ .bar-sorting h2 strong { font-size: 22px; font-weight: normal; margin-right: 20px; display: inline; } /* line 470, ../sass/home.scss */ .bar-sorting h2 em { font-weight: normal; font-style: normal; font-size: 14px; margin-left: 5px; } /* line 476, ../sass/home.scss */ .bar-sorting h2 .flat-1 { padding-left: 30px; color: #f65000; background: url(../images/title-community.png) no-repeat scroll left center; } /* line 481, ../sass/home.scss */ .bar-sorting h2 .flat-2 { padding-left: 24px; color: #1cb1f5; background: url(../images/title-hotel.png) no-repeat scroll left center; } /* line 486, ../sass/home.scss */ .bar-sorting h2 .brand-normal { padding-left: 30px; color: #333; background: url(../images/brand-normal.png) no-repeat scroll left center; } /* line 491, ../sass/home.scss */ .bar-sorting h2 .brand-prior { padding-left: 30px; color: #333; background: url(../images/brand-prior.png) no-repeat scroll left center; } /* line 496, ../sass/home.scss */ .bar-sorting h2 small { color: #666; font-size: 14px; } /* line 500, ../sass/home.scss */ .bar-sorting h2 .fa-map-marker { margin-right: 3px; font-size: 1.1em; color: #999; } /* line 507, ../sass/home.scss */ .bar-sorting h2 ~ .summary-room, .bar-sorting h2 ~ .link-sort { display: none; } /* line 512, ../sass/home.scss */ .bar-sorting h2.hidden ~ .summary-room, .bar-sorting h2.hidden ~ .link-sort { display: inline-block; } /* line 519, ../sass/home.scss */ .summary-room { padding: 0 10px; font-size: 13px; } /* line 522, ../sass/home.scss */ .summary-room em { font-style: normal; color: #ff5600; margin-left: 3px; margin-right: 3px; font-weight: bold; } @media (min-width: 768px) { /* line 531, ../sass/home.scss */ .main { margin-bottom: 20px; } /* line 534, ../sass/home.scss */ .main .panel-room { margin-bottom: 0; border: 0 none; } /* line 540, ../sass/home.scss */ .main .box-panel { display: block; } /* line 543, ../sass/home.scss */ .main .panel-brand { display: none; } } @media (max-width: 767px) { /* line 552, ../sass/home.scss */ body { background-color: #efeff4; } /* line 555, ../sass/home.scss */ .main { margin: 10px -15px; } /* line 558, ../sass/home.scss */ .panel-room { border: 0 none; margin-bottom: 10px; padding-top: 1px; } /* line 563, ../sass/home.scss */ .lock-scroll { overflow: hidden; } /* line 566, ../sass/home.scss */ .scroll-main { position: fixed; width: 100%; top: 80px; left: 0; bottom: 0; } } @media (min-width: 768px) { /* line 577, ../sass/home.scss */ .main.tiled { padding-right: 20px; } /* line 579, ../sass/home.scss */ .main.tiled .box-panel { display: table-cell; width: 870px; } /* line 583, ../sass/home.scss */ .main.tiled .panel-room, .main.tiled .panel-brand { border: 1px solid #e5e5e5; } /* line 587, ../sass/home.scss */ .main.tiled .panel-brand { display: table-cell; width: 310px; position: relative; right: -20px; padding: 0 15px; } /* line 594, ../sass/home.scss */ .main.tiled .panel-room { padding: 6px 12px; } } /* line 601, ../sass/home.scss */ .main.empty { padding-right: 0; } /* line 603, ../sass/home.scss */ .main.empty .box-panel { display: block; width: initial; } /* line 607, ../sass/home.scss */ .main.empty .panel-brand { display: none; } /* line 613, ../sass/home.scss */ .list-room a:hover { color: #ff5600; } /* line 617, ../sass/home.scss */ .list-room .item-room { position: relative; } /* line 619, ../sass/home.scss */ .list-room .item-room::after { content: ' '; display: block; clear: both; height: 0; line-height: 0; } /* line 628, ../sass/home.scss */ .list-room .img-wrapper { position: relative; overflow: hidden; display: block; } /* line 632, ../sass/home.scss */ .list-room .img-wrapper img { position: relative; top: -10%; max-width: 100%; } /* line 639, ../sass/home.scss */ .list-room .label-soon { position: absolute; right: 0; bottom: 0; display: block; height: 30px; line-height: 30px; background-color: rgba(255, 255, 255, 0.7); padding-left: 15px; padding-right: 15px; color: rgba(0, 0, 0, 0.5); } /* line 652, ../sass/home.scss */ .list-room .badge-group { position: absolute; width: 100%; top: 0; left: 0; padding: 4px 5px; } /* line 660, ../sass/home.scss */ .list-room .fa-map-marker { margin-right: 5px; } /* line 664, ../sass/home.scss */ .list-room .timestamp { color: #999; font-size: 12px; } /* line 668, ../sass/home.scss */ .list-room .label-brand { color: #1cb1f5; } /* line 671, ../sass/home.scss */ .list-room::after { content: ' '; clear: both; display: block; height: 0; line-height: 0; } @media (min-width: 768px) { /* line 683, ../sass/home.scss */ .by-list li { list-style-type: none; display: block; } /* line 686, ../sass/home.scss */ .by-list li:hover { background-color: #fafafa; } /* line 691, ../sass/home.scss */ .by-list .item-room { padding-top: 16px; padding-bottom: 16px; } /* line 694, ../sass/home.scss */ .by-list .item-room > .shadow-square { display: none; } /* line 697, ../sass/home.scss */ .by-list .item-room .inner { border: 0 none; } /* line 700, ../sass/home.scss */ .by-list .item-room.has-shadow:hover, .by-list .item-room:hover > .has-shadow { box-shadow: initial; } /* line 706, ../sass/home.scss */ .by-list li + li { border-top: 1px dashed #e5e5e5; } /* line 710, ../sass/home.scss */ .by-list .has-shadow { box-shadow: initial; } /* line 714, ../sass/home.scss */ .by-list .img-wrapper { width: 282px; height: 178px; float: left; margin-right: 25px; } /* line 721, ../sass/home.scss */ .by-list h1 { color: #000; font-size: 20px; padding-top: 16px; } /* line 727, ../sass/home.scss */ .by-list h2 { font-size: 14px; } /* line 731, ../sass/home.scss */ .by-list h1, .by-list h2 { line-height: 30px; } /* line 735, ../sass/home.scss */ .by-list p { color: #666; line-height: 30px; } /* line 740, ../sass/home.scss */ .by-list .label-price { position: absolute; color: #ff5600; top: 60px; right: 10px; font-size: 24px; font-weight: bold; } /* line 747, ../sass/home.scss */ .by-list .label-price small { font-size: 18px; font-style: normal; font-weight: normal; } /* line 754, ../sass/home.scss */ .by-list .label-brand { position: absolute; top: 130px; right: 10px; font-size: 14px; } } @media (min-width: 768px) { /* line 765, ../sass/home.scss */ .panel-room .by-th .item-room { width: 384px; min-height: 355px; } /* line 771, ../sass/home.scss */ .by-th li { float: left; } /* line 774, ../sass/home.scss */ .by-th li:nth-child(3n+2) { padding-left: 24px; padding-right: 24px; } /* line 778, ../sass/home.scss */ .by-th .panel-room { border: 0 none; } /* line 781, ../sass/home.scss */ .by-th .item-room { margin-bottom: 20px; } /* line 783, ../sass/home.scss */ .by-th .item-room h1, .by-th .item-room h2, .by-th .item-room > .inner { border-radius: 3px; padding-bottom: 10px; background-color: white; } /* line 789, ../sass/home.scss */ .by-th .item-room h1 > div, .by-th .item-room h1 > p, .by-th .item-room h2 > div, .by-th .item-room h2 > p, .by-th .item-room > .inner > div, .by-th .item-room > .inner > p { padding-left: 15px; padding-right: 15px; } /* line 796, ../sass/home.scss */ .by-th .img-wrapper { height: 242px; } /* line 804, ../sass/home.scss */ .by-th h1, .by-th h2 { line-height: 30px; } /* line 808, ../sass/home.scss */ .by-th h1 { font-size: 17px; color: #000; margin-top: 10px; padding-left: 15px; } /* line 815, ../sass/home.scss */ .by-th h2 { font-size: 14px; display: none; } /* line 820, ../sass/home.scss */ .by-th p { color: #666; line-height: 30px; } /* line 825, ../sass/home.scss */ .by-th .label-price { position: absolute; display: block; top: 172px; left: 0; width: 150px; height: 50px; background-color: rgba(0, 0, 0, 0.7); color: white; line-height: 50px; text-align: center; font-size: 24px; } /* line 839, ../sass/home.scss */ .by-th .label-brand { font-size: 12px; margin-left: 5px; } /* line 844, ../sass/home.scss */ .by-th p.label-group { position: absolute; bottom: 8px; right: -10px; } } @media (max-width: 767px) { /* line 854, ../sass/home.scss */ .item-room { margin-top: 15px; padding-right: 10px; padding-bottom: 10px; } /* line 858, ../sass/home.scss */ .item-room .inner { border: 0 none; } /* line 862, ../sass/home.scss */ .list-room { font-size: 12px; } /* line 864, ../sass/home.scss */ .list-room li { margin-left: 10px; } /* line 867, ../sass/home.scss */ .list-room li + li { border-top: 1px solid #e4e4e4; } /* line 870, ../sass/home.scss */ .list-room .img-wrapper { width: 150px; height: 98px; float: left; margin-right: 10px; } /* line 876, ../sass/home.scss */ .list-room h1 { font-size: 15px; font-weight: bold; margin-bottom: 5px; } /* line 881, ../sass/home.scss */ .list-room h2 { font-size: inherit; margin-bottom: 5px; } /* line 885, ../sass/home.scss */ .list-room p { margin-bottom: 5px; color: #999; } /* line 889, ../sass/home.scss */ .list-room .label-group { margin-top: 20px; } /* line 892, ../sass/home.scss */ .list-room .label-price { position: absolute; font-size: 15px; right: 10px; top: 76px; color: #ff5600; font-weight: bold; } /* line 899, ../sass/home.scss */ .list-room .label-price small { font-size: 11px; font-style: normal; font-weight: normal; padding-left: 2px; } /* line 906, ../sass/home.scss */ .list-room .timestamp { display: block; clear: left; font-size: 11px; line-height: inherit; margin-bottom: -10px; } } /* line 916, ../sass/home.scss */ .badge-radius { border-radius: 50%; display: inline-block; width: 24px; height: 24px; margin: 4px; cursor: default; float: right; text-align: center; text-indent: -9999px; overflow: hidden; } /* line 929, ../sass/home.scss */ .badge-radius.best-of { background: url(../images/best_of.png) no-repeat scroll center top; background-size: 24px; } /* line 934, ../sass/home.scss */ .badge-radius.authentication { background: url(../images/authentication.png) no-repeat scroll center top; background-size: 24px; } @media (min-width: 768px) { /* line 940, ../sass/home.scss */ .label-type1, .label-type2, .label-type3, .label-type4, .label-payment-monthly { line-height: 20px; border: 1px solid #9ea1af; border-radius: 20px; padding: 0 10px; font-size: 12px; margin: 5px 8px 5px 0; display: inline-block; cursor: default; } /* line 956, ../sass/home.scss */ .label-type1 { border-color: #f65000; color: #f65000; } /* line 962, ../sass/home.scss */ .label-type2 { border-color: #a62af2; color: #a62af2; } /* line 968, ../sass/home.scss */ .label-type3 { border-color: #007aff; color: #007aff; } /* line 974, ../sass/home.scss */ .label-type4 { border-color: #189bfa; color: #189bfa; } /* line 980, ../sass/home.scss */ .label-payment-monthly { border-color: #ef8700; color: #ef8700; } .label-payment-credit { border-color: #59bfa7!important; color: #59bfa7!important; } } @media (max-width: 767px) { /* line 988, ../sass/home.scss */ .label-type1, .label-type2, .label-type3, .label-type4, .label-payment-monthly { line-height: 18px; height: 18px; border-radius: 20px; padding: 0 10px; font-size: 10px; display: inline-block; } /* line 1002, ../sass/home.scss */ .label-type1 { background-color: #feede5; color: #f65000; } /* line 1008, ../sass/home.scss */ .label-type2 { background-color: #f6e9fe; color: #a323f2; } /* line 1014, ../sass/home.scss */ .label-type3 { background-color: #e5f1ff; color: #007aff; } /* line 1020, ../sass/home.scss */ .label-type4 { background-color: #e7f5fe; color: #189bfa; } /* line 1025, ../sass/home.scss */ .label-payment-monthly { background-color: #ffeacc; color: #ff7200; } .label-payment-credit { background-color: #e6f8f4!important; color: #59bfa7!important; } /* line 1030, ../sass/home.scss */ .list-room li:hover .has-shadow { box-shadow: none; } } @media (max-width: 360px) { /* line 1038, ../sass/home.scss */ .label-type1, .label-type2, .label-type3, .label-type4, .label-payment-monthly { padding: 0 8px; margin-right: 2px; } /* line 1046, ../sass/home.scss */ .item-room .img-wrapper { margin-right: 6px; width: 100px; } /* line 1049, ../sass/home.scss */ .item-room .img-wrapper img { max-width: 143%; width: 143%; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); } } /* line 1061, ../sass/home.scss */ .placeholder-empty { text-align: center; padding: 200px 0 100px; color: #9d9d9d; line-height: 30px; background: url(../images/icons/search-big.png) no-repeat scroll center 100px; } /* line 1067, ../sass/home.scss */ .placeholder-empty p { margin-bottom: 10px; } /* line 1072, ../sass/home.scss */ .btn-simple { border: 1px solid #9d9d9d; color: #1f1f1f; height: 30px; line-height: 28px; padding: 0 12px; cursor: pointer; border-radius: 1px; } /* line 1080, ../sass/home.scss */ .btn-simple:active { outline: 0 none; } /* line 1086, ../sass/home.scss */ .panel-brand h1 { font-size: 18px; line-height: 40px; margin-top: 10px; margin-bottom: 10px; } /* line 1093, ../sass/home.scss */ .panel-brand .item-room { border: 0 none; } /* line 1097, ../sass/home.scss */ .panel-brand .img-wrapper { width: 282px; height: 178px; } /* line 1102, ../sass/home.scss */ .panel-brand .item-room { width: 282px; } /* line 1104, ../sass/home.scss */ .panel-brand .item-room h1, .panel-brand .item-room h2, .panel-brand .item-room > p, .panel-brand .item-room > div { padding-left: 0; padding-right: 0; } /* line 1110, ../sass/home.scss */ .panel-brand .label-price-flow { color: #ff5600; line-height: 40px; font-size: 20px; } /* line 1114, ../sass/home.scss */ .panel-brand .label-price-flow small { font-size: 14px; } /* line 1119, ../sass/home.scss */ .panel-brand .label-group { display: inline-block; float: right; margin-top: 4px; } /* line 1125, ../sass/home.scss */ .panel-brand h2 { display: block; margin-top: 0; margin-bottom: 0; } /* line 1131, ../sass/home.scss */ .panel-brand h3 { line-height: 24px; } /* line 1135, ../sass/home.scss */ .panel-brand .label-brand { font-size: 14px; } /* line 1141, ../sass/home.scss */ .panel-rooms .placeholder { text-align: center; padding: 100px 0; color: #9d9d9d; } /* line 1145, ../sass/home.scss */ .panel-rooms .placeholder .deco-wrapper { font-size: 4em; } /* line 1148, ../sass/home.scss */ .panel-rooms .placeholder .has-deco { padding-top: 90px; background: url(../images/icons/search-big.png) no-repeat scroll center top; } /* line 1152, ../sass/home.scss */ .panel-rooms .placeholder .btn-simple { border: 1px solid #9d9d9d; color: #1f1f1f; height: 30px; line-height: 28px; padding: 0 12px; cursor: pointer; border-radius: 1px; } /* line 1160, ../sass/home.scss */ .panel-rooms .placeholder .btn-simple:active { outline: 0 none; } /* line 1164, ../sass/home.scss */ .panel-rooms .placeholder p { margin: 10px 0; line-height: 20px; } /* line 1171, ../sass/home.scss */ .panel-filter .ui-slider { position: relative; top: 20px; margin-left: 3px; } /* line 1175, ../sass/home.scss */ .panel-filter .ui-slider.ui-widget-content { background: #d2d2d2; } /* line 1178, ../sass/home.scss */ .panel-filter .ui-slider.ui-slider-horizontal { height: 2px; } /* line 1181, ../sass/home.scss */ .panel-filter .ui-slider .ui-slider-range { background: #f65000; } /* line 1185, ../sass/home.scss */ .panel-filter .rental { color: #f65000; font-size: 16px; } /* line 1188, ../sass/home.scss */ .panel-filter .rental.change { font-weight: bold; } /* line 1194, ../sass/home.scss */ .space-masthead { height: 42px; } /* line 1197, ../sass/home.scss */ .masthead { border-top: 1px solid #c6c6c6; border-bottom: 1px solid #e5e5e5; height: 42px; width: 100%; background-color: white; position: fixed; z-index: 1; } /* line 1205, ../sass/home.scss */ .masthead::after { content: ' '; display: block; line-height: 0; height: 0; clear: both; } /* line 1212, ../sass/home.scss */ .masthead .btn-group { width: 25%; float: left; position: static; } /* line 1217, ../sass/home.scss */ .masthead em { font-style: normal; line-height: 20px; display: block; margin: 0 auto; padding-top: 10px; padding-bottom: 10px; } /* line 1225, ../sass/home.scss */ .masthead .btn-group + .btn-group .btn-link em { border-left: 1px solid #e4e4e4; } /* line 1228, ../sass/home.scss */ .masthead .btn-group { display: block; } /* line 1230, ../sass/home.scss */ .masthead .btn-group > .btn-link { width: 100%; line-height: 40px; } /* line 1235, ../sass/home.scss */ .masthead .btn-link:hover, .masthead .btn-link:focus { color: inherit; } /* line 1240, ../sass/home.scss */ .masthead .open .btn-link { color: #ff5600; } /* line 1243, ../sass/home.scss */ .masthead .open .caret { -webkit-transform: rotate(180deg); transform: rotate(180deg); } /* line 1248, ../sass/home.scss */ .masthead .dropdown-menu { border: 0 none; width: 100%; margin-top: 0; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #ccc; border-radius: 0; padding-top: 0; padding-bottom: 0; } /* line 1257, ../sass/home.scss */ .masthead .dropdown-menu a { cursor: pointer; } /* line 1260, ../sass/home.scss */ .masthead .dropdown-menu li a { line-height: 45px; text-align: center; padding: 0; } /* line 1265, ../sass/home.scss */ .masthead .dropdown-menu li > .active { color: #ff5600; } /* line 1268, ../sass/home.scss */ .masthead .dropdown-menu li + li { border-top: 1px solid #e5e5e5; } /* line 1272, ../sass/home.scss */ .masthead .dropdown-menu .active a, .masthead .dropdown-menu .active a:hover, .masthead .dropdown-menu .active a:focus { background-color: inherit; color: #ff5600; } /* line 1279, ../sass/home.scss */ .masthead .dropdown-menu h3 { line-height: 30px; font-size: 15px; clear: both; padding-left: 15px; pading-right: 15px; } /* line 1286, ../sass/home.scss */ .masthead .dropdown-menu h3:first-child { padding-top: 8px; } /* line 1289, ../sass/home.scss */ .masthead .dropdown-menu p { padding: 0 7px; font-size: 12px; overflow: hidden; } /* line 1293, ../sass/home.scss */ .masthead .dropdown-menu p > span { width: 33.333%; padding: 8px; } /* line 1297, ../sass/home.scss */ .masthead .dropdown-menu p a { background-color: #f5f5f5; color: #666666; border-radius: 5px; display: block; line-height: 26px; } /* line 1304, ../sass/home.scss */ .masthead .dropdown-menu p .active { background-color: #ff5600; color: white; } /* line 1310, ../sass/home.scss */ .masthead .footer-panel { position: absolute; width: 100%; bottom: 0; z-index: 3; padding: 6px 10px; background-color: white; overflow: hidden; box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); } /* line 1319, ../sass/home.scss */ .masthead .footer-panel > span { display: inline-block; width: 50%; float: left; padding: 0 5px; } /* line 1325, ../sass/home.scss */ .masthead .footer-panel .btn-danger { background-color: #ff5600; border-color: #ff5600; } /* line 1330, ../sass/home.scss */ .masthead .fixed { position: fixed; top: 80px; bottom: 0; } /* line 1335, ../sass/home.scss */ .masthead .has-footer { padding-bottom: 48px; } /* line 1339, ../sass/home.scss */ .masthead .cover { position: relative; width: 100%; height: 100%; overflow: hidden; } /* line 1345, ../sass/home.scss */ .masthead .mark { background-color: white; padding: 0 0 0 15px; } /* line 1351, ../sass/home.scss */ .menu-multi { position: relative; line-height: 44px; margin-left: 10px; height: 100%; overflow: hidden; } /* line 1357, ../sass/home.scss */ .menu-multi .btn-label { width: 25%; display: block; font-weight: normal; border: 0 none; border-bottom: 1px solid #e5e5e5; cursor: pointer; } /* line 1365, ../sass/home.scss */ .menu-multi a { display: block; padding-left: 15px; line-height: 44px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin-top: -1px; text-align: left; } /* line 1374, ../sass/home.scss */ .menu-multi .btn-label + .list { display: none; width: 75%; position: absolute; top: 0; left: 25%; background-color: #fafafa; height: 100%; overflow: hidden; } /* line 1384, ../sass/home.scss */ .menu-multi .on, .menu-multi .active { color: #ff5600; } /* line 1388, ../sass/home.scss */ .menu-multi .on + .list { display: block; } /* line 1391, ../sass/home.scss */ .menu-multi .list-sub { display: none; position: absolute; right: 0; top: 0; width: 58%; height: 100%; background-color: #f3f3f3; } /* line 1403, ../sass/home.scss */ .menu-multi .list-shadow { position: absolute; width: 45%; height: 100%; top: 0; right: 0; background-color: #f3f3f3; } /* line 1412, ../sass/home.scss */ .text-ellipsis .order-type { font-size: 14px; color: #666; margin-left: 20px; }