.daterangepicker {
position: absolute;
color: inherit;
background-color: #fff;
border-radius: 4px;
width: 278px;
padding: 4px;
margin-top: 1px;
top: 100px;
left: 20px;
display: none; }
.daterangepicker:before, .daterangepicker:after {
position: absolute;
display: inline-block;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.daterangepicker:before {
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
top: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
right: 9px;
}
.daterangepicker.opensleft:after {
right: 10px;
}
.daterangepicker.openscenter:before {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.openscenter:after {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.opensright:before {
left: 9px;
}
.daterangepicker.opensright:after {
left: 10px;
}
.daterangepicker.dropup {
margin-top: -5px;
}
.daterangepicker.dropup:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
max-width: none;
z-index: 9999;
box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15) !important;
-webkit-box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15) !important;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
float: none;
}
.daterangepicker.show-calendar .calendar {
display: block;
}
.daterangepicker .calendar {
display: none;
max-width: 270px;
margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
border: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
white-space: nowrap;
text-align: center;
min-width: 32px;
font-size: 14px;
}
.daterangepicker .calendar-table {
border: 1px solid #fff;
padding: 4px;
border-radius: 4px;
background-color: #fff;
}
.daterangepicker table {
width: 100%;
margin: 0;
border: none;
}
.daterangepicker td, .daterangepicker th {
text-align: center;
width: 20px;
height: 20px;
border: 1px solid transparent;
white-space: nowrap;
cursor: pointer;
}
.daterangepicker th
.daterangepicker td{
padding: 4px 2px;
font-size: 14px;
border-radius: 0;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
background-color: rgba(240, 173, 78, 0.61);
border-color: transparent;
color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
background-color: #fff;
border-color: transparent;
color: #999;
}
.daterangepicker td.in-range {
background-color: rgba(240, 173, 78, 0.6);
border-color: transparent;
color: #fff;
border-radius: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
background-color: #f0ad4e;
border-color: transparent;
color: #fff;
}
.daterangepicker th.month {
width: auto;
font-size: 16px;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default;
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%;
}
.daterangepicker select.yearselect {
width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
width: 50px;
margin-bottom: 0;
}
.daterangepicker .input-mini {
border: 1px solid #ccc;
border-radius: 4px;
color: #555;
height: 30px;
line-height: 30px;
display: block;
vertical-align: middle;
margin: 0 0 5px 0;
padding: 0 6px 0 28px;
width: 100%;
}
.daterangepicker .input-mini.active {
border: 1px solid #08c;
border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
position: relative;
}
.daterangepicker .daterangepicker_input i {
position: absolute;
left: 8px;
top: 8px;
}
.daterangepicker.rtl .input-mini {
padding-right: 28px;
padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
left: auto;
right: 8px;
}
.daterangepicker .calendar-time {
text-align: center;
margin: 5px auto;
line-height: 30px;
position: relative;
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed;
}
.ranges {
font-size: 11px;
float: right;
margin: 4px;
text-align: left;
}
.ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%;
}
.ranges li {
font-size: 13px;
background-color: #f5f5f5;
border: 1px solid #f5f5f5;
border-radius: 4px;
color: #08c;
padding: 3px 12px;
margin-bottom: 8px;
cursor: pointer;
}
.ranges li:hover {
background-color: #08c;
border: 1px solid #08c;
color: #fff;
}
.ranges li.active {
background-color: #08c;
border: 1px solid #08c;
color: #fff;
}
.ranges .range_inputs .btn{
font-weight: 400;
}
.ranges .range_inputs .cancelBtn{
background: var(--main-color);
}
.ranges .range_inputs .applyBtn{
background: var(--main-color);
margin-left: 10px;
}
.calendar-time{
padding-left: 0;
display: flex;
justify-content: center;
border-top: 1px solid #F3F4F6;
border-bottom: 1px solid #F3F4F6;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}
.calendar-time label{
position: relative;
display: flex;
align-items: center;
font-size: 14px;
font-weight: 500;
}
.calendar-time label svg{
margin-right: 5px;
}
.calendar-time label svg g{
fill: #var(--main-color);
}
.calendar-time label select{
margin-left: 15px;
color: var(--link-color);
font-weight: 500;
font-size: 14px;
border: none;
text-transform: uppercase;
}
.calendar-time label:after{
content: '\f107';
position: absolute;
font-family: FontAwesome, sans-serif;
font-size: 14px;
color: #var(--main-color);
top: 1px;
right: -10px;
}
.calendar-time label select option{
color: #var(--main-color);
}
.calendar-time-wrapper{
clear: both;
width: 100%;
}
.calendar-time-wrapper .calendar-time{
width: 50%;
float: left;
}
.respon-single .calendar-time-wrapper .calendar-time{
width: 100%;
float: none;
display: block;
text-align: left;
padding: 0;
border: none;
}
.respon-single .calendar-time-wrapper .calendar-time:first-child{
border-bottom: 1px solid #F3F4F6;
}
.respon-single .calendar-time-wrapper .calendar-time label{
display: block;
margin-right: 12px;
}
.respon-single .calendar-time-wrapper .calendar-time label svg{
float: left;
margin-top: 4px;
}
.respon-single .calendar-time-wrapper .calendar-time select{
float: right;
}
.respon-single .ranges{
margin-top: 10px;
}
.respon-single .ranges .btn{
padding: 5px 15px;
} @media (min-width: 564px) {
.daterangepicker {
width: auto;
}
.daterangepicker .ranges ul {
width: 160px;
}
.daterangepicker.single .ranges ul {
width: 100%;
}
.daterangepicker.single .calendar.left {
clear: none;
}
.daterangepicker.single.ltr .calendar {
float: left;
}
.daterangepicker.single.rtl .calendar {
float: right;
}
.daterangepicker.ltr {
direction: ltr;
text-align: left;
}
.daterangepicker.ltr .calendar.left {
clear: left;
margin-right: 0;
}
.daterangepicker.ltr .calendar.left .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker.ltr .calendar.right {
margin-left: 0;
}
.daterangepicker.ltr .calendar.right .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker.ltr .left .daterangepicker_input {
padding-right: 12px;
}
.daterangepicker.ltr .calendar.left .calendar-table {
padding-right: 12px;
}
.daterangepicker.ltr .calendar {
float: left;
}
.daterangepicker.rtl {
direction: rtl;
text-align: right;
}
.daterangepicker.rtl .calendar.left {
clear: right;
margin-left: 0;
}
.daterangepicker.rtl .calendar.left .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker.rtl .calendar.right {
margin-right: 0;
}
.daterangepicker.rtl .calendar.right .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker.rtl .left .daterangepicker_input {
padding-left: 12px;
}
.daterangepicker.rtl .calendar.left .calendar-table {
padding-left: 12px;
}
.daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
text-align: right;
float: right;
}
}
@media (min-width: 730px) {
.daterangepicker .ranges {
width: auto;
}
.daterangepicker .calendar.left {
clear: none !important;
}
}.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.irs {
height: 55px;
}
.irs-with-grid {
height: 75px;
}
.irs-line {
height: 10px; top: 33px;
background: #EEE;
background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); border: 1px solid #CCC;
border-radius: 16px;
-moz-border-radius: 16px;
}
.irs-line-left {
height: 8px;
}
.irs-line-mid {
height: 8px;
}
.irs-line-right {
height: 8px;
}
.irs-bar {
height: 10px; top: 33px;
border-top: 1px solid #428bca;
border-bottom: 1px solid #428bca;
background: #428bca;
background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); }
.irs-bar-edge {
height: 10px; top: 33px;
width: 14px;
border: 1px solid #428bca;
border-right: 0;
background: #428bca;
background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); border-radius: 16px 0 0 16px;
-moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
height: 2px; top: 38px;
background: #000;
opacity: 0.3;
border-radius: 5px;
-moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
filter: alpha(opacity=30);
}
.irs-slider {
top: 25px;
width: 27px; height: 27px;
border: 1px solid #AAA;
background: #DDD;
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); border-radius: 27px;
-moz-border-radius: 27px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
cursor: pointer;
}
.irs-slider.state_hover, .irs-slider:hover {
background: #FFF;
}
.irs-min, .irs-max {
color: #333;
font-size: 12px; line-height: 1.333;
text-shadow: none;
top: 0;
padding: 1px 5px;
background: rgba(0,0,0,0.1);
border-radius: 3px;
-moz-border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
background: #ccc;
}
.irs-from, .irs-to, .irs-single {
color: #fff;
font-size: 14px; line-height: 1.333;
text-shadow: none;
padding: 1px 5px;
background: #428bca;
border-radius: 3px;
-moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
background: #999;
}
.irs-grid {
height: 27px;
}
.irs-grid-pol {
opacity: 0.5;
background: #428bca;
}
.irs-grid-pol.small {
background: #999;
}
.irs-grid-text {
bottom: 5px;
color: #99a4ac;
}
.irs-disabled {
}.single-st_hotel .st-hotel-content, .single-hotel_room .st-hotel-content, .single-st_tours .st-hotel-content, .single-st_rental .st-hotel-content, .single-st_cars .st-hotel-content, .single-st_activity .st-hotel-content {
display: none;
}
@media screen and (max-width: 991px) {
.single-st_hotel .st-hotel-content, .single-hotel_room .st-hotel-content, .single-st_tours .st-hotel-content, .single-st_rental .st-hotel-content, .single-st_cars .st-hotel-content, .single-st_activity .st-hotel-content {
display: block;
}
}
.single-st_hotel .featured-image-background, .single-hotel_room .featured-image-background, .single-st_tours .featured-image-background, .single-st_rental .featured-image-background, .single-st_cars .featured-image-background, .single-st_activity .featured-image-background {
height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.single-st_hotel .featured-image-background .st-gallery, .single-hotel_room .featured-image-background .st-gallery, .single-st_tours .featured-image-background .st-gallery, .single-st_rental .featured-image-background .st-gallery, .single-st_cars .featured-image-background .st-gallery, .single-st_activity .featured-image-background .st-gallery {
position: relative;
height: 500px;
}
.single-st_hotel .featured-image-background .st-gallery .btn-group, .single-hotel_room .featured-image-background .st-gallery .btn-group, .single-st_tours .featured-image-background .st-gallery .btn-group, .single-st_rental .featured-image-background .st-gallery .btn-group, .single-st_cars .featured-image-background .st-gallery .btn-group, .single-st_activity .featured-image-background .st-gallery .btn-group {
position: absolute;
bottom: 30px;
right: 0;
}
.single-st_hotel .featured-image-background .st-gallery .btn-group .btn, .single-hotel_room .featured-image-background .st-gallery .btn-group .btn, .single-st_tours .featured-image-background .st-gallery .btn-group .btn, .single-st_rental .featured-image-background .st-gallery .btn-group .btn, .single-st_cars .featured-image-background .st-gallery .btn-group .btn, .single-st_activity .featured-image-background .st-gallery .btn-group .btn {
margin-left: 10px;
}
.single-st_hotel #st-modal-show-map .st-map, .single-hotel_room #st-modal-show-map .st-map, .single-st_tours #st-modal-show-map .st-map, .single-st_rental #st-modal-show-map .st-map, .single-st_cars #st-modal-show-map .st-map, .single-st_activity #st-modal-show-map .st-map {
display: block;
}
.single-st_hotel .st-service-header, .single-hotel_room .st-service-header, .single-st_tours .st-service-header, .single-st_rental .st-service-header, .single-st_cars .st-service-header, .single-st_activity .st-service-header {
margin-top: 40px;
margin-bottom: 20px;
}
.single-st_hotel .st-service-header .review-score .head, .single-hotel_room .st-service-header .review-score .head, .single-st_tours .st-service-header .review-score .head, .single-st_rental .st-service-header .review-score .head, .single-st_cars .st-service-header .review-score .head, .single-st_activity .st-service-header .review-score .head {
position: relative;
font-size: 24px;
color: var(--link-color, #1A2B48);
font-weight: 400;
line-height: 25px;
margin-bottom: 5px;
}
.single-st_hotel .st-service-header .review-score .head .left, .single-hotel_room .st-service-header .review-score .head .left, .single-st_tours .st-service-header .review-score .head .left, .single-st_rental .st-service-header .review-score .head .left, .single-st_cars .st-service-header .review-score .head .left, .single-st_activity .st-service-header .review-score .head .left {
text-align: right;
}
.single-st_hotel .st-service-header .review-score .head .head-rating, .single-hotel_room .st-service-header .review-score .head .head-rating, .single-st_tours .st-service-header .review-score .head .head-rating, .single-st_rental .st-service-header .review-score .head .head-rating, .single-st_cars .st-service-header .review-score .head .head-rating, .single-st_activity .st-service-header .review-score .head .head-rating {
display: block;
line-height: 13px;
margin-top: 11px;
}
.single-st_hotel .st-service-header .review-score .head .text-rating, .single-hotel_room .st-service-header .review-score .head .text-rating, .single-st_tours .st-service-header .review-score .head .text-rating, .single-st_rental .st-service-header .review-score .head .text-rating, .single-st_cars .st-service-header .review-score .head .text-rating, .single-st_activity .st-service-header .review-score .head .text-rating {
color: var(--main-color, #5191FA);
font-size: 14px;
}
.single-st_hotel .st-service-header .review-score .head .score, .single-hotel_room .st-service-header .review-score .head .score, .single-st_tours .st-service-header .review-score .head .score, .single-st_rental .st-service-header .review-score .head .score, .single-st_cars .st-service-header .review-score .head .score, .single-st_activity .st-service-header .review-score .head .score {
position: relative;
float: right;
margin-left: 20px;
padding: 15px 12px 0;
background: var(--main-color, #5191FA);
border-radius: 5px;
color: #fff;
font-size: 36px;
font-weight: 400;
min-height: 52px;
}
.single-st_hotel .st-service-header .review-score .head .score span, .single-hotel_room .st-service-header .review-score .head .score span, .single-st_tours .st-service-header .review-score .head .score span, .single-st_rental .st-service-header .review-score .head .score span, .single-st_cars .st-service-header .review-score .head .score span, .single-st_activity .st-service-header .review-score .head .score span {
font-size: 14px;
color: #fff;
}
.single-st_hotel .st-service-header .review-score .head .score:after, .single-hotel_room .st-service-header .review-score .head .score:after, .single-st_tours .st-service-header .review-score .head .score:after, .single-st_rental .st-service-header .review-score .head .score:after, .single-st_cars .st-service-header .review-score .head .score:after, .single-st_activity .st-service-header .review-score .head .score:after {
position: absolute;
content: "";
width: 0;
height: 0;
bottom: 0;
left: -8px;
border: 15px solid transparent;
border-bottom: 25px solid var(--main-color, #5191FA);
}
.single-st_hotel .st-service-header .review-score .foot, .single-hotel_room .st-service-header .review-score .foot, .single-st_tours .st-service-header .review-score .foot, .single-st_rental .st-service-header .review-score .foot, .single-st_cars .st-service-header .review-score .foot, .single-st_activity .st-service-header .review-score .foot {
color: var(--grey-color, #5E6D77);
font-size: 14px;
text-align: right;
}
.single-st_hotel .st-stars i, .single-hotel_room .st-stars i, .single-st_tours .st-stars i, .single-st_rental .st-stars i, .single-st_cars .st-stars i, .single-st_activity .st-stars i {
cursor: pointer;
font-size: 12px;
color: #fa5636;
}
@media screen and (max-width: 991px) {
.single-st_hotel .st-list-rooms .heading, .single-hotel_room .st-list-rooms .heading, .single-st_tours .st-list-rooms .heading, .single-st_rental .st-list-rooms .heading, .single-st_cars .st-list-rooms .heading, .single-st_activity .st-list-rooms .heading {
margin: 0;
padding-top: 15px;
}
.single-st_hotel .st-list-rooms .heading, .single-st_hotel .st-list-rooms .facilities, .single-hotel_room .st-list-rooms .heading, .single-hotel_room .st-list-rooms .facilities, .single-st_tours .st-list-rooms .heading, .single-st_tours .st-list-rooms .facilities, .single-st_rental .st-list-rooms .heading, .single-st_rental .st-list-rooms .facilities, .single-st_cars .st-list-rooms .heading, .single-st_cars .st-list-rooms .facilities, .single-st_activity .st-list-rooms .heading, .single-st_activity .st-list-rooms .facilities {
padding-left: 15px;
padding-right: 15px;
}
.single-st_hotel .st-list-rooms .price-wrapper, .single-st_hotel .st-list-rooms .btn-show-price, .single-st_hotel .st-list-rooms .btn_hotel_booking, .single-hotel_room .st-list-rooms .price-wrapper, .single-hotel_room .st-list-rooms .btn-show-price, .single-hotel_room .st-list-rooms .btn_hotel_booking, .single-st_tours .st-list-rooms .price-wrapper, .single-st_tours .st-list-rooms .btn-show-price, .single-st_tours .st-list-rooms .btn_hotel_booking, .single-st_rental .st-list-rooms .price-wrapper, .single-st_rental .st-list-rooms .btn-show-price, .single-st_rental .st-list-rooms .btn_hotel_booking, .single-st_cars .st-list-rooms .price-wrapper, .single-st_cars .st-list-rooms .btn-show-price, .single-st_cars .st-list-rooms .btn_hotel_booking, .single-st_activity .st-list-rooms .price-wrapper, .single-st_activity .st-list-rooms .btn-show-price, .single-st_activity .st-list-rooms .btn_hotel_booking {
margin-left: 15px;
margin-bottom: 30px;
}
.single-st_hotel .st-service-header, .single-hotel_room .st-service-header, .single-st_tours .st-service-header, .single-st_rental .st-service-header, .single-st_cars .st-service-header, .single-st_activity .st-service-header {
margin-top: 30px;
}
}
.single-st_hotel .modal, .single-hotel_room .modal, .single-st_tours .modal, .single-st_rental .modal, .single-st_cars .modal, .single-st_activity .modal {
z-index: 999999;
}
.single-st_hotel .btn_hotel_booking, .single-st_hotel .btn-show-price, .single-hotel_room .btn_hotel_booking, .single-hotel_room .btn-show-price, .single-st_tours .btn_hotel_booking, .single-st_tours .btn-show-price, .single-st_rental .btn_hotel_booking, .single-st_rental .btn-show-price, .single-st_cars .btn_hotel_booking, .single-st_cars .btn-show-price, .single-st_activity .btn_hotel_booking, .single-st_activity .btn-show-price {
padding: 10px 20px;
background: var(--main-color, #5191FA);
}
@media screen and (min-width: 991px) {
.single-st_hotel #st-content-wrapper .form-book-wrapper, .single-hotel_room #st-content-wrapper .form-book-wrapper, .single-st_tours #st-content-wrapper .form-book-wrapper, .single-st_rental #st-content-wrapper .form-book-wrapper, .single-st_cars #st-content-wrapper .form-book-wrapper, .single-st_activity #st-content-wrapper .form-book-wrapper {
margin-bottom: 30px;
margin-top: 40px;
}
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .widget-box:first-child, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .widget-box:first-child, .single-st_tours #st-content-wrapper.single-hotel-style-2 .widget-box:first-child, .single-st_rental #st-content-wrapper.single-hotel-style-2 .widget-box:first-child, .single-st_cars #st-content-wrapper.single-hotel-style-2 .widget-box:first-child, .single-st_activity #st-content-wrapper.single-hotel-style-2 .widget-box:first-child {
margin-top: 0px;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs, .single-st_tours #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs, .single-st_rental #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs, .single-st_cars #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs, .single-st_activity #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs {
border: none;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-st_tours #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-st_rental #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-st_cars #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-st_activity #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li {
margin-bottom: -2px;
padding-left: 30px;
padding-right: 30px;
display: inherit;
}
@media screen and (max-width: 991px) {
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-st_tours #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-st_rental #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-st_cars #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li, .single-st_activity #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li {
padding-left: 15px;
padding-right: 15px;
}
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li:first-child, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li:first-child, .single-st_tours #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li:first-child, .single-st_rental #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li:first-child, .single-st_cars #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li:first-child, .single-st_activity #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li:first-child {
padding-left: 0;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a, .single-st_tours #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a, .single-st_rental #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a, .single-st_cars #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a, .single-st_activity #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a {
padding: 20px 0;
font-size: 14px;
font-weight: 500;
color: var(--link-color, #1A2B48);
text-transform: uppercase;
background: 0 0;
border: none;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a.active, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a.active, .single-st_tours #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a.active, .single-st_rental #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a.active, .single-st_cars #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a.active, .single-st_activity #st-content-wrapper.single-hotel-style-2 .st-tabs .nav-tabs li a.active {
color: var(--main-color, #5191FA);
border: none;
border-bottom: 2px solid var(--main-color, #5191FA);
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .st-tabs .tab-pane, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .st-tabs .tab-pane, .single-st_tours #st-content-wrapper.single-hotel-style-2 .st-tabs .tab-pane, .single-st_rental #st-content-wrapper.single-hotel-style-2 .st-tabs .tab-pane, .single-st_cars #st-content-wrapper.single-hotel-style-2 .st-tabs .tab-pane, .single-st_activity #st-content-wrapper.single-hotel-style-2 .st-tabs .tab-pane {
padding-top: 25px;
padding-bottom: 25px;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail, .single-st_tours #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail, .single-st_rental #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail, .single-st_cars #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail, .single-st_activity #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail {
margin-top: 20px;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail .accordion-button, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail .accordion-button, .single-st_tours #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail .accordion-button, .single-st_rental #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail .accordion-button, .single-st_cars #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail .accordion-button, .single-st_activity #st-content-wrapper.single-hotel-style-2 .st-tabs .content-tab-detail .accordion-button {
font-size: 18px;
font-weight: 500;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-date-field, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-date-field, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-date-field, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-date-field, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-date-field, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-date-field {
padding: 20px;
}
@media screen and (max-width: 991px) {
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .submit-group, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .submit-group, .single-st_tours #st-content-wrapper.single-hotel-style-2 .submit-group, .single-st_rental #st-content-wrapper.single-hotel-style-2 .submit-group, .single-st_cars #st-content-wrapper.single-hotel-style-2 .submit-group, .single-st_activity #st-content-wrapper.single-hotel-style-2 .submit-group {
padding-bottom: 15px;
}
}
@media screen and (min-width: 991px) {
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper {
margin-top: 0px;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-group, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-group, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-group, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-group, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-group, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-group {
border-top: none;
border-right: 1px solid #d7dce3;
width: 33.3333%;
float: left;
position: relative;
display: block;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-in-wrapper, .single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-out-wrapper, .single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-extra-field, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-in-wrapper, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-out-wrapper, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-extra-field, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-in-wrapper, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-out-wrapper, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-extra-field, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-in-wrapper, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-out-wrapper, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-extra-field, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-in-wrapper, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-out-wrapper, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-extra-field, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-in-wrapper, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .check-out-wrapper, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper .form-extra-field {
padding: 15px 20px;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper label, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper label, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper label, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper label, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper label, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper label {
margin-bottom: 0;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 {
border-top: 1px solid #d7dce3;
box-shadow: 1px 1px 2px #eee;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .submit-group, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .submit-group, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .submit-group, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .submit-group, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .submit-group, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .submit-group {
border: none;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .form-date-field, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .form-date-field, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .form-date-field, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .form-date-field, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .form-date-field, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .form-date-field {
padding: 0px;
}
}
@media screen and (min-width: 991px) and (min-width: 992px) {
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group {
border-right: none;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n+1), .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n+1), .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n+1), .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n+1), .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n+1), .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n+1) {
padding-right: 5px;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n), .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n), .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n), .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n), .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n), .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:nth-child(2n) {
padding-left: 5px;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:not(.st_note_send_email), .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:not(.st_note_send_email), .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:not(.st_note_send_email), .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:not(.st_note_send_email), .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:not(.st_note_send_email), .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .form-group:not(.st_note_send_email) {
width: 50%;
}
.single-st_hotel #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .st_note_send_email, .single-hotel_room #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .st_note_send_email, .single-st_tours #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .st_note_send_email, .single-st_rental #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .st_note_send_email, .single-st_cars #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .st_note_send_email, .single-st_activity #st-content-wrapper.single-hotel-style-2 .form-book-wrapper.form-single-style-2 .st_send-mail-form .st_note_send_email {
width: 100%;
padding-left: 0px;
}
}
.single-st_hotel.st-header-1 .mfp-arrow, .single-st_hotel.st-header-2 .mfp-arrow, .single-st_hotel.st-header-3 .mfp-arrow, .single-hotel_room.st-header-1 .mfp-arrow, .single-hotel_room.st-header-2 .mfp-arrow, .single-hotel_room.st-header-3 .mfp-arrow, .single-st_tours.st-header-1 .mfp-arrow, .single-st_tours.st-header-2 .mfp-arrow, .single-st_tours.st-header-3 .mfp-arrow, .single-st_rental.st-header-1 .mfp-arrow, .single-st_rental.st-header-2 .mfp-arrow, .single-st_rental.st-header-3 .mfp-arrow, .single-st_cars.st-header-1 .mfp-arrow, .single-st_cars.st-header-2 .mfp-arrow, .single-st_cars.st-header-3 .mfp-arrow, .single-st_activity.st-header-1 .mfp-arrow, .single-st_activity.st-header-2 .mfp-arrow, .single-st_activity.st-header-3 .mfp-arrow {
background: rgba(255, 255, 255, 0.2);
border-radius: 50px;
color: #FFF;
font-size: 20px;
width: auto;
height: auto;
padding: 20px;
z-index: 9999;
}
.single-st_hotel.st-header-1 .mfp-arrow::after, .single-st_hotel.st-header-1 .mfp-arrow::before, .single-st_hotel.st-header-2 .mfp-arrow::after, .single-st_hotel.st-header-2 .mfp-arrow::before, .single-st_hotel.st-header-3 .mfp-arrow::after, .single-st_hotel.st-header-3 .mfp-arrow::before, .single-hotel_room.st-header-1 .mfp-arrow::after, .single-hotel_room.st-header-1 .mfp-arrow::before, .single-hotel_room.st-header-2 .mfp-arrow::after, .single-hotel_room.st-header-2 .mfp-arrow::before, .single-hotel_room.st-header-3 .mfp-arrow::after, .single-hotel_room.st-header-3 .mfp-arrow::before, .single-st_tours.st-header-1 .mfp-arrow::after, .single-st_tours.st-header-1 .mfp-arrow::before, .single-st_tours.st-header-2 .mfp-arrow::after, .single-st_tours.st-header-2 .mfp-arrow::before, .single-st_tours.st-header-3 .mfp-arrow::after, .single-st_tours.st-header-3 .mfp-arrow::before, .single-st_rental.st-header-1 .mfp-arrow::after, .single-st_rental.st-header-1 .mfp-arrow::before, .single-st_rental.st-header-2 .mfp-arrow::after, .single-st_rental.st-header-2 .mfp-arrow::before, .single-st_rental.st-header-3 .mfp-arrow::after, .single-st_rental.st-header-3 .mfp-arrow::before, .single-st_cars.st-header-1 .mfp-arrow::after, .single-st_cars.st-header-1 .mfp-arrow::before, .single-st_cars.st-header-2 .mfp-arrow::after, .single-st_cars.st-header-2 .mfp-arrow::before, .single-st_cars.st-header-3 .mfp-arrow::after, .single-st_cars.st-header-3 .mfp-arrow::before, .single-st_activity.st-header-1 .mfp-arrow::after, .single-st_activity.st-header-1 .mfp-arrow::before, .single-st_activity.st-header-2 .mfp-arrow::after, .single-st_activity.st-header-2 .mfp-arrow::before, .single-st_activity.st-header-3 .mfp-arrow::after, .single-st_activity.st-header-3 .mfp-arrow::before {
width: 100%;
height: 100%;
border: transparent;
display: block;
position: unset;
top: unset;
left: unset;
margin: 0px;
}
.single-st_hotel.st-header-1 .mfp-arrow.stt-icon-arrow-left, .single-st_hotel.st-header-2 .mfp-arrow.stt-icon-arrow-left, .single-st_hotel.st-header-3 .mfp-arrow.stt-icon-arrow-left, .single-hotel_room.st-header-1 .mfp-arrow.stt-icon-arrow-left, .single-hotel_room.st-header-2 .mfp-arrow.stt-icon-arrow-left, .single-hotel_room.st-header-3 .mfp-arrow.stt-icon-arrow-left, .single-st_tours.st-header-1 .mfp-arrow.stt-icon-arrow-left, .single-st_tours.st-header-2 .mfp-arrow.stt-icon-arrow-left, .single-st_tours.st-header-3 .mfp-arrow.stt-icon-arrow-left, .single-st_rental.st-header-1 .mfp-arrow.stt-icon-arrow-left, .single-st_rental.st-header-2 .mfp-arrow.stt-icon-arrow-left, .single-st_rental.st-header-3 .mfp-arrow.stt-icon-arrow-left, .single-st_cars.st-header-1 .mfp-arrow.stt-icon-arrow-left, .single-st_cars.st-header-2 .mfp-arrow.stt-icon-arrow-left, .single-st_cars.st-header-3 .mfp-arrow.stt-icon-arrow-left, .single-st_activity.st-header-1 .mfp-arrow.stt-icon-arrow-left, .single-st_activity.st-header-2 .mfp-arrow.stt-icon-arrow-left, .single-st_activity.st-header-3 .mfp-arrow.stt-icon-arrow-left {
left: 50px;
}
.single-st_hotel.st-header-1 .mfp-arrow.stt-icon-arrow-right, .single-st_hotel.st-header-2 .mfp-arrow.stt-icon-arrow-right, .single-st_hotel.st-header-3 .mfp-arrow.stt-icon-arrow-right, .single-hotel_room.st-header-1 .mfp-arrow.stt-icon-arrow-right, .single-hotel_room.st-header-2 .mfp-arrow.stt-icon-arrow-right, .single-hotel_room.st-header-3 .mfp-arrow.stt-icon-arrow-right, .single-st_tours.st-header-1 .mfp-arrow.stt-icon-arrow-right, .single-st_tours.st-header-2 .mfp-arrow.stt-icon-arrow-right, .single-st_tours.st-header-3 .mfp-arrow.stt-icon-arrow-right, .single-st_rental.st-header-1 .mfp-arrow.stt-icon-arrow-right, .single-st_rental.st-header-2 .mfp-arrow.stt-icon-arrow-right, .single-st_rental.st-header-3 .mfp-arrow.stt-icon-arrow-right, .single-st_cars.st-header-1 .mfp-arrow.stt-icon-arrow-right, .single-st_cars.st-header-2 .mfp-arrow.stt-icon-arrow-right, .single-st_cars.st-header-3 .mfp-arrow.stt-icon-arrow-right, .single-st_activity.st-header-1 .mfp-arrow.stt-icon-arrow-right, .single-st_activity.st-header-2 .mfp-arrow.stt-icon-arrow-right, .single-st_activity.st-header-3 .mfp-arrow.stt-icon-arrow-right {
right: 50px;
}
.single-hotel-style-2 .widgets:first-child {
margin-top: 40px;
}
@media screen and (max-width: 992px) {
.single-hotel-style-2 .form-check-availability-hotel .form-group {
padding: 0px;
}
.single-hotel-style-2 .form-check-availability-hotel .form-group.submit-group {
padding: 15px;
}
}
#st-content-wrapper .st-hotel-map-area {
position: relative;
}
@media screen and (min-width: 992px) {
#st-content-wrapper .st-hotel-map-area .st-gallery {
width: 66.6666%;
float: left;
}
}
@media screen and (min-width: 992px) {
#st-content-wrapper .st-hotel-map-area .st-map {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 33.3333%;
float: left;
}
#st-content-wrapper .st-hotel-map-area .st-map .google-map {
height: 100%;
}
}
#st-content-wrapper .form-book-wrapper {
position: relative;
}
#st-content-wrapper .form-book-wrapper .field-guest {
padding: 0px;
}
#st-content-wrapper .form-book-wrapper .field-guest .form-extra-field {
padding: 20px;
}
#st-content-wrapper .form-book-wrapper .message-wrapper {
padding-left: 20px;
padding-right: 20px;
}
.question-author {
margin-top: 15px;
}
.st-featured-background {
height: 500px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 100%;
}
@media (max-width: 480px) {
.st-featured-background {
display: none;
}
}
.room-featured-items {
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
.room-featured-items {
margin-bottom: 15px;
}
}
@media screen and (max-width: 991px) {
.room-featured-items .item {
margin-bottom: 15px;
}
}
.single-hotel_room .st-stars i {
cursor: pointer;
color: #ffdc00;
font-size: 20px;
}
.single-hotel_room .review-list .comment-item-body .st-stars {
margin-top: 15px;
margin-bottom: 15px;
}
.single-hotel_room .form-more-extra .extras {
padding: 0px;
list-style: none;
}
.single-hotel_room .form-more-extra .extras li {
padding-bottom: 10px;
margin-bottom: 10px;
display: block;
border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
}
@media (max-width: 480px) {
.single-hotel_room .form-more-extra .extras li .st-flex {
display: flex;
}
}
.single-hotel_room .form-more-extra .dropdown {
display: block;
text-align: right;
font-size: 16px;
color: var(--main-color, #5191FA);
}
.single .title-enquiry-form {
font-size: 17px;
padding: 20px 20px;
margin: 0px;
}
.single .st-sent-mail-customer {
padding: 0 20px;
position: relative;
border-top: 1px solid #d7dce3;
background-color: #fff;
}
.single .st-sent-mail-customer .st_send-mail-form .form-group {
border-top: none !important;
margin-top: 5px;
padding: 0px !important;
}
.single .st-sent-mail-customer .st_send-mail-form .form-group input {
border: none;
padding: 20px 5px;
border-bottom: 1px solid #d7dce3;
border-radius: 0;
box-shadow: inset 0 1px 1px transparent;
}
.single .st-sent-mail-customer .st_send-mail-form .form-group textarea {
height: 80px;
border: none;
padding: 20px 5px;
border-bottom: 1px solid #d7dce3;
border-radius: 0;
box-shadow: inset 0 1px 1px transparent;
}
.single form .ccv-success {
min-height: 300px;
position: relative;
}
.single form .ccv-success .content-message {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 21%;
width: 100%;
text-align: center;
font-size: 14px;
}
.single #nav-book .dropdown {
width: 100%;
}
.single #nav-book .form-extra-field {
padding: 20px;
}
.single .st-flickity {
position: relative;
}
.single .st-flickity .shares {
position: absolute;
top: 30px;
right: 30px;
z-index: 1;
}
.single .st-flickity .shares .share-item {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(26, 43, 72, 0.6);
color: #FFF;
text-align: center;
line-height: 40px;
}
.single .st-flickity .shares .share-item:not(:last-child) {
margin-right: 10px;
}
.single .st-flickity .carousel .item {
margin-right: 5px;
width: 75%;
height: 500px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.single .st-flickity .flickity-prev-next-button {
background: rgba(26, 43, 72, 0.6);
width: 50px;
height: 50px;
border-radius: 3px;
}
.single .st-flickity .flickity-prev-next-button.next {
right: 30px;
}
.single .st-flickity .flickity-prev-next-button.next:after {
content: "\f178";
font-family: FontAwesome, sans-serif;
font-size: 18px;
color: #FFF;
z-index: 1;
}
.single .st-flickity .flickity-prev-next-button.previous {
left: 30px;
}
.single .st-flickity .flickity-prev-next-button.previous:after {
content: "\f177";
font-family: FontAwesome, sans-serif;
font-size: 18px;
color: #FFF;
z-index: 1;
}
.single .st-flickity .flickity-button-icon {
display: none;
}
.single .st-flickity .flickity-prev-next-button.next:after {
content: url(//kwellnessnyc.com/wp-content/themes/traveler/v2/images/svg/ico_next.svg) !important;
position: relative;
top: 4px;
}
.single .st-flickity .flickity-prev-next-button.previous:after {
content: url(//kwellnessnyc.com/wp-content/themes/traveler/v2/images/svg/ico_pre.svg) !important;
position: relative;
top: 4px;
}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(//kwellnessnyc.com/wp-content/themes/traveler/v2/js/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(//kwellnessnyc.com/wp-content/themes/traveler/v2/js/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }