/*! jQuery UI - v1.12.1 - 2017-06-05
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: '';
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
}
.ui-widget-header .ui-icon {
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
}
.ui-button .ui-icon {
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

/*======================================
  Selectric v1.11.1
======================================*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 30px 0 10px;
    font-size: 15px;
    line-height: 50px;
    color: #696969;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #3498db;
    text-align: center;
    font-weight: 300;
}

.selectric .button:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #3498db;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #d6d6d6;
}

.selectric-hover .selectric .button {
    color: #3498db;
}

.selectric-hover .selectric .button:after {
    border-top-color: #3498db;
}

.selectric-open {
    z-index: 20;
}

.selectric-open .selectric {
    border-color: #d6d6d6;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: none;
    z-index: -1;
    box-shadow: 0 0 10px -3px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #333;
}

.selectric-items li.highlighted {
    background: #00adef;
    color: #fff;
    font-weight: bold;
}

.selectric-items li:hover {
    background: #00adef;
    color: #fff;
    font-weight: bold;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #333;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */

[class*='hint--'] {
    position: relative;
    display: inline-block;
}
[class*='hint--']:after,
[class*='hint--']:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
[class*='hint--']:hover:after,
[class*='hint--']:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
[class*='hint--']:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001;
}
[class*='hint--']:after {
    background: #3498db;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0 -1px 0 #298ed2;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
[class*='hint--'][aria-label]:after {
    content: attr(aria-label);
}
[class*='hint--'][data-hint]:after {
    content: attr(data-hint);
}
[aria-label='']:after,
[aria-label='']:before,
[data-hint='']:after,
[data-hint='']:before {
    display: none !important;
}
.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
    border-top-color: #3498db;
}
.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
    border-bottom-color: #3498db;
}
.hint--top:after,
.hint--top:before {
    bottom: 100%;
    left: 50%;
}
.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px);
}
.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}
.hint--bottom:after,
.hint--bottom:before {
    top: 100%;
    left: 50%;
}
.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px);
}
.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}
.hint--right:before {
    border-right-color: #3498db;
    margin-left: -11px;
    margin-bottom: -6px;
}
.hint--right:after {
    margin-bottom: -14px;
}
.hint--right:after,
.hint--right:before {
    left: 100%;
    bottom: 50%;
}
.hint--right:hover:after,
.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}
.hint--left:before {
    border-left-color: #3498db;
    margin-right: -11px;
    margin-bottom: -6px;
}
.hint--left:after {
    margin-bottom: -14px;
}
.hint--left:after,
.hint--left:before {
    right: 100%;
    bottom: 50%;
}
.hint--left:hover:after,
.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}
.hint--top-left:after,
.hint--top-left:before {
    bottom: 100%;
    left: 50%;
}
.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px);
}
.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px;
}
.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}
.hint--top-right:after,
.hint--top-right:before {
    bottom: 100%;
    left: 50%;
}
.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px);
}
.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px;
}
.hint--top-right:hover:after,
.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--bottom-left:after,
.hint--bottom-left:before {
    top: 100%;
    left: 50%;
}
.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px);
}
.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px;
}
.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}
.hint--bottom-right:after,
.hint--bottom-right:before {
    top: 100%;
    left: 50%;
}
.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px);
}
.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px;
}
.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.hint--large:after,
.hint--medium:after,
.hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word;
}
.hint--small:after {
    width: 80px;
}
.hint--medium:after {
    width: 150px;
}
.hint--large:after {
    width: 300px;
}
.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726;
}
.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
    border-top-color: #b34e4d;
}
.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
    border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
    border-right-color: #b34e4d;
}
.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0 #6c5328;
}
.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
    border-top-color: #c09854;
}
.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
    border-left-color: #c09854;
}
.hint--warning.hint--right:before {
    border-right-color: #c09854;
}
.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0 #1a3c4d;
}
.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
    border-top-color: #3986ac;
}
.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
    border-left-color: #3986ac;
}
.hint--info.hint--right:before {
    border-right-color: #3986ac;
}
.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0 #1a321a;
}
.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
    border-top-color: #458746;
}
.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
    border-bottom-color: #458746;
}
.hint--success.hint--left:before {
    border-left-color: #458746;
}
.hint--success.hint--right:before {
    border-right-color: #458746;
}
.hint--always:after,
.hint--always:before {
    opacity: 1;
    visibility: visible;
}
.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--always.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}
.hint--always.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--always.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}
.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.hint--always.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}
.hint--always.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.hint--always.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}
.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.hint--always.hint--left:after,
.hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}
.hint--always.hint--right:after,
.hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}
.hint--rounded:after {
    border-radius: 4px;
}
.hint--no-animate:after,
.hint--no-animate:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}
.hint--bounce:after,
.hint--bounce:before {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease,
        -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 2px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */
}
.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: 999;
}
.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;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 30px;
    font-size: 13px;
    border-radius: 0px;
    border: 1px solid #e4e7e7;
    white-space: nowrap;
    cursor: pointer;
    line-height: 15px;
}

.daterangepicker thead th,
.daterangepicker thead td {
    border: 1px solid transparent;
}
.daterangepicker thead tr:nth-child(2) th {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #e4e7e7;
}
.daterangepicker thead tr:nth-child(1) th {
    height: 25px;
}
.daterangepicker thead th.next i:before {
    content: '';
    background: url(/images/calendar-next.png) no-repeat center center;
    width: 18px;
    height: 10px;
    display: block;
}
.daterangepicker thead th.prev i:before {
    content: '';
    background: url(/images/calendar-back.png) no-repeat center center;
    width: 18px;
    height: 10px;
    display: block;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #e6eefc;
    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;

    color: #999;
}
.daterangepicker td.in-range {
    font-weight: 400;
    background-color: #e6eefc;
    border-color: #fff;
    color: #000;
    border-radius: 0;
}
.daterangepicker td.start-date {
    border-radius: 0;
}
.daterangepicker td.end-date {
    border-radius: 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #23a0f2;
    font-weight: 400;

    color: #fff;
}
.daterangepicker th.month {
    font-size: 15px;
    width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #e6e6e6;
    cursor: not-allowed;
    text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    padding: 5px 5px;
    border-radius: 0;
    border: 1px solid #e4e7e7;
    margin-top: -1px;
}
.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 6px;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    background: #eee;
}
.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 0px;
}
.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;
    padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.ranges {
    font-size: 11px;
    float: none;
    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;
}

/*  Larger Screen Styling */
@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 .ranges,
    .daterangepicker.single.ltr .calendar {
        float: left;
    }
    .daterangepicker.single.rtl .ranges,
    .daterangepicker.single.rtl .calendar {
        float: right;
    }
    .daterangepicker.ltr {
        box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.14);
        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 .ranges,
    .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.ltr .ranges {
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .calendar.left {
        clear: none !important;
    }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/fonts/glyphicons-halflings-regular.eot);
    src: url(/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
        url(/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
        url(/fonts/glyphicons-halflings-regular.woff) format('woff'),
        url(/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
        url(/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: '\002a';
}
.glyphicon-plus:before {
    content: '\002b';
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: '\20ac';
}
.glyphicon-minus:before {
    content: '\2212';
}
.glyphicon-cloud:before {
    content: '\2601';
}
.glyphicon-envelope:before {
    content: '\2709';
}
.glyphicon-pencil:before {
    content: '\270f';
}
.glyphicon-glass:before {
    content: '\e001';
}
.glyphicon-music:before {
    content: '\e002';
}
.glyphicon-search:before {
    content: '\e003';
}
.glyphicon-heart:before {
    content: '\e005';
}
.glyphicon-star:before {
    content: '\e006';
}
.glyphicon-star-empty:before {
    content: '\e007';
}
.glyphicon-user:before {
    content: '\e008';
}
.glyphicon-film:before {
    content: '\e009';
}
.glyphicon-th-large:before {
    content: '\e010';
}
.glyphicon-th:before {
    content: '\e011';
}
.glyphicon-th-list:before {
    content: '\e012';
}
.glyphicon-ok:before {
    content: '\e013';
}
.glyphicon-remove:before {
    content: '\e014';
}
.glyphicon-zoom-in:before {
    content: '\e015';
}
.glyphicon-zoom-out:before {
    content: '\e016';
}
.glyphicon-off:before {
    content: '\e017';
}
.glyphicon-signal:before {
    content: '\e018';
}
.glyphicon-cog:before {
    content: '\e019';
}
.glyphicon-trash:before {
    content: '\e020';
}
.glyphicon-home:before {
    content: '\e021';
}
.glyphicon-file:before {
    content: '\e022';
}
.glyphicon-time:before {
    content: '\e023';
}
.glyphicon-road:before {
    content: '\e024';
}
.glyphicon-download-alt:before {
    content: '\e025';
}
.glyphicon-download:before {
    content: '\e026';
}
.glyphicon-upload:before {
    content: '\e027';
}
.glyphicon-inbox:before {
    content: '\e028';
}
.glyphicon-play-circle:before {
    content: '\e029';
}
.glyphicon-repeat:before {
    content: '\e030';
}
.glyphicon-refresh:before {
    content: '\e031';
}
.glyphicon-list-alt:before {
    content: '\e032';
}
.glyphicon-lock:before {
    content: '\e033';
}
.glyphicon-flag:before {
    content: '\e034';
}
.glyphicon-headphones:before {
    content: '\e035';
}
.glyphicon-volume-off:before {
    content: '\e036';
}
.glyphicon-volume-down:before {
    content: '\e037';
}
.glyphicon-volume-up:before {
    content: '\e038';
}
.glyphicon-qrcode:before {
    content: '\e039';
}
.glyphicon-barcode:before {
    content: '\e040';
}
.glyphicon-tag:before {
    content: '\e041';
}
.glyphicon-tags:before {
    content: '\e042';
}
.glyphicon-book:before {
    content: '\e043';
}
.glyphicon-bookmark:before {
    content: '\e044';
}
.glyphicon-print:before {
    content: '\e045';
}
.glyphicon-camera:before {
    content: '\e046';
}
.glyphicon-font:before {
    content: '\e047';
}
.glyphicon-bold:before {
    content: '\e048';
}
.glyphicon-italic:before {
    content: '\e049';
}
.glyphicon-text-height:before {
    content: '\e050';
}
.glyphicon-text-width:before {
    content: '\e051';
}
.glyphicon-align-left:before {
    content: '\e052';
}
.glyphicon-align-center:before {
    content: '\e053';
}
.glyphicon-align-right:before {
    content: '\e054';
}
.glyphicon-align-justify:before {
    content: '\e055';
}
.glyphicon-list:before {
    content: '\e056';
}
.glyphicon-indent-left:before {
    content: '\e057';
}
.glyphicon-indent-right:before {
    content: '\e058';
}
.glyphicon-facetime-video:before {
    content: '\e059';
}
.glyphicon-picture:before {
    content: '\e060';
}
.glyphicon-map-marker:before {
    content: '\e062';
}
.glyphicon-adjust:before {
    content: '\e063';
}
.glyphicon-tint:before {
    content: '\e064';
}
.glyphicon-edit:before {
    content: '\e065';
}
.glyphicon-share:before {
    content: '\e066';
}
.glyphicon-check:before {
    content: '\e067';
}
.glyphicon-move:before {
    content: '\e068';
}
.glyphicon-step-backward:before {
    content: '\e069';
}
.glyphicon-fast-backward:before {
    content: '\e070';
}
.glyphicon-backward:before {
    content: '\e071';
}
.glyphicon-play:before {
    content: '\e072';
}
.glyphicon-pause:before {
    content: '\e073';
}
.glyphicon-stop:before {
    content: '\e074';
}
.glyphicon-forward:before {
    content: '\e075';
}
.glyphicon-fast-forward:before {
    content: '\e076';
}
.glyphicon-step-forward:before {
    content: '\e077';
}
.glyphicon-eject:before {
    content: '\e078';
}
.glyphicon-chevron-left:before {
    content: '\e079';
}
.glyphicon-chevron-right:before {
    content: '\e080';
}
.glyphicon-plus-sign:before {
    content: '\e081';
}
.glyphicon-minus-sign:before {
    content: '\e082';
}
.glyphicon-remove-sign:before {
    content: '\e083';
}
.glyphicon-ok-sign:before {
    content: '\e084';
}
.glyphicon-question-sign:before {
    content: '\e085';
}
.glyphicon-info-sign:before {
    content: '\e086';
}
.glyphicon-screenshot:before {
    content: '\e087';
}
.glyphicon-remove-circle:before {
    content: '\e088';
}
.glyphicon-ok-circle:before {
    content: '\e089';
}
.glyphicon-ban-circle:before {
    content: '\e090';
}
.glyphicon-arrow-left:before {
    content: '\e091';
}
.glyphicon-arrow-right:before {
    content: '\e092';
}
.glyphicon-arrow-up:before {
    content: '\e093';
}
.glyphicon-arrow-down:before {
    content: '\e094';
}
.glyphicon-share-alt:before {
    content: '\e095';
}
.glyphicon-resize-full:before {
    content: '\e096';
}
.glyphicon-resize-small:before {
    content: '\e097';
}
.glyphicon-exclamation-sign:before {
    content: '\e101';
}
.glyphicon-gift:before {
    content: '\e102';
}
.glyphicon-leaf:before {
    content: '\e103';
}
.glyphicon-fire:before {
    content: '\e104';
}
.glyphicon-eye-open:before {
    content: '\e105';
}
.glyphicon-eye-close:before {
    content: '\e106';
}
.glyphicon-warning-sign:before {
    content: '\e107';
}
.glyphicon-plane:before {
    content: '\e108';
}
.glyphicon-calendar:before {
    content: '\e109';
}
.glyphicon-random:before {
    content: '\e110';
}
.glyphicon-comment:before {
    content: '\e111';
}
.glyphicon-magnet:before {
    content: '\e112';
}
.glyphicon-chevron-up:before {
    content: '\e113';
}
.glyphicon-chevron-down:before {
    content: '\e114';
}
.glyphicon-retweet:before {
    content: '\e115';
}
.glyphicon-shopping-cart:before {
    content: '\e116';
}
.glyphicon-folder-close:before {
    content: '\e117';
}
.glyphicon-folder-open:before {
    content: '\e118';
}
.glyphicon-resize-vertical:before {
    content: '\e119';
}
.glyphicon-resize-horizontal:before {
    content: '\e120';
}
.glyphicon-hdd:before {
    content: '\e121';
}
.glyphicon-bullhorn:before {
    content: '\e122';
}
.glyphicon-bell:before {
    content: '\e123';
}
.glyphicon-certificate:before {
    content: '\e124';
}
.glyphicon-thumbs-up:before {
    content: '\e125';
}
.glyphicon-thumbs-down:before {
    content: '\e126';
}
.glyphicon-hand-right:before {
    content: '\e127';
}
.glyphicon-hand-left:before {
    content: '\e128';
}
.glyphicon-hand-up:before {
    content: '\e129';
}
.glyphicon-hand-down:before {
    content: '\e130';
}
.glyphicon-circle-arrow-right:before {
    content: '\e131';
}
.glyphicon-circle-arrow-left:before {
    content: '\e132';
}
.glyphicon-circle-arrow-up:before {
    content: '\e133';
}
.glyphicon-circle-arrow-down:before {
    content: '\e134';
}
.glyphicon-globe:before {
    content: '\e135';
}
.glyphicon-wrench:before {
    content: '\e136';
}
.glyphicon-tasks:before {
    content: '\e137';
}
.glyphicon-filter:before {
    content: '\e138';
}
.glyphicon-briefcase:before {
    content: '\e139';
}
.glyphicon-fullscreen:before {
    content: '\e140';
}
.glyphicon-dashboard:before {
    content: '\e141';
}
.glyphicon-paperclip:before {
    content: '\e142';
}
.glyphicon-heart-empty:before {
    content: '\e143';
}
.glyphicon-link:before {
    content: '\e144';
}
.glyphicon-phone:before {
    content: '\e145';
}
.glyphicon-pushpin:before {
    content: '\e146';
}
.glyphicon-usd:before {
    content: '\e148';
}
.glyphicon-gbp:before {
    content: '\e149';
}
.glyphicon-sort:before {
    content: '\e150';
}
.glyphicon-sort-by-alphabet:before {
    content: '\e151';
}
.glyphicon-sort-by-alphabet-alt:before {
    content: '\e152';
}
.glyphicon-sort-by-order:before {
    content: '\e153';
}
.glyphicon-sort-by-order-alt:before {
    content: '\e154';
}
.glyphicon-sort-by-attributes:before {
    content: '\e155';
}
.glyphicon-sort-by-attributes-alt:before {
    content: '\e156';
}
.glyphicon-unchecked:before {
    content: '\e157';
}
.glyphicon-expand:before {
    content: '\e158';
}
.glyphicon-collapse-down:before {
    content: '\e159';
}
.glyphicon-collapse-up:before {
    content: '\e160';
}
.glyphicon-log-in:before {
    content: '\e161';
}
.glyphicon-flash:before {
    content: '\e162';
}
.glyphicon-log-out:before {
    content: '\e163';
}
.glyphicon-new-window:before {
    content: '\e164';
}
.glyphicon-record:before {
    content: '\e165';
}
.glyphicon-save:before {
    content: '\e166';
}
.glyphicon-open:before {
    content: '\e167';
}
.glyphicon-saved:before {
    content: '\e168';
}
.glyphicon-import:before {
    content: '\e169';
}
.glyphicon-export:before {
    content: '\e170';
}
.glyphicon-send:before {
    content: '\e171';
}
.glyphicon-floppy-disk:before {
    content: '\e172';
}
.glyphicon-floppy-saved:before {
    content: '\e173';
}
.glyphicon-floppy-remove:before {
    content: '\e174';
}
.glyphicon-floppy-save:before {
    content: '\e175';
}
.glyphicon-floppy-open:before {
    content: '\e176';
}
.glyphicon-credit-card:before {
    content: '\e177';
}
.glyphicon-transfer:before {
    content: '\e178';
}
.glyphicon-cutlery:before {
    content: '\e179';
}
.glyphicon-header:before {
    content: '\e180';
}
.glyphicon-compressed:before {
    content: '\e181';
}
.glyphicon-earphone:before {
    content: '\e182';
}
.glyphicon-phone-alt:before {
    content: '\e183';
}
.glyphicon-tower:before {
    content: '\e184';
}
.glyphicon-stats:before {
    content: '\e185';
}
.glyphicon-sd-video:before {
    content: '\e186';
}
.glyphicon-hd-video:before {
    content: '\e187';
}
.glyphicon-subtitles:before {
    content: '\e188';
}
.glyphicon-sound-stereo:before {
    content: '\e189';
}
.glyphicon-sound-dolby:before {
    content: '\e190';
}
.glyphicon-sound-5-1:before {
    content: '\e191';
}
.glyphicon-sound-6-1:before {
    content: '\e192';
}
.glyphicon-sound-7-1:before {
    content: '\e193';
}
.glyphicon-copyright-mark:before {
    content: '\e194';
}
.glyphicon-registration-mark:before {
    content: '\e195';
}
.glyphicon-cloud-download:before {
    content: '\e197';
}
.glyphicon-cloud-upload:before {
    content: '\e198';
}
.glyphicon-tree-conifer:before {
    content: '\e199';
}
.glyphicon-tree-deciduous:before {
    content: '\e200';
}
.glyphicon-cd:before {
    content: '\e201';
}
.glyphicon-save-file:before {
    content: '\e202';
}
.glyphicon-open-file:before {
    content: '\e203';
}
.glyphicon-level-up:before {
    content: '\e204';
}
.glyphicon-copy:before {
    content: '\e205';
}
.glyphicon-paste:before {
    content: '\e206';
}
.glyphicon-alert:before {
    content: '\e209';
}
.glyphicon-equalizer:before {
    content: '\e210';
}
.glyphicon-king:before {
    content: '\e211';
}
.glyphicon-queen:before {
    content: '\e212';
}
.glyphicon-pawn:before {
    content: '\e213';
}
.glyphicon-bishop:before {
    content: '\e214';
}
.glyphicon-knight:before {
    content: '\e215';
}
.glyphicon-baby-formula:before {
    content: '\e216';
}
.glyphicon-tent:before {
    content: '\26fa';
}
.glyphicon-blackboard:before {
    content: '\e218';
}
.glyphicon-bed:before {
    content: '\e219';
}
.glyphicon-apple:before {
    content: '\f8ff';
}
.glyphicon-erase:before {
    content: '\e221';
}
.glyphicon-hourglass:before {
    content: '\231b';
}
.glyphicon-lamp:before {
    content: '\e223';
}
.glyphicon-duplicate:before {
    content: '\e224';
}
.glyphicon-piggy-bank:before {
    content: '\e225';
}
.glyphicon-scissors:before {
    content: '\e226';
}
.glyphicon-bitcoin:before {
    content: '\e227';
}
.glyphicon-btc:before {
    content: '\e227';
}
.glyphicon-xbt:before {
    content: '\e227';
}
.glyphicon-yen:before {
    content: '\00a5';
}
.glyphicon-jpy:before {
    content: '\00a5';
}
.glyphicon-ruble:before {
    content: '\20bd';
}
.glyphicon-rub:before {
    content: '\20bd';
}
.glyphicon-scale:before {
    content: '\e230';
}
.glyphicon-ice-lolly:before {
    content: '\e231';
}
.glyphicon-ice-lolly-tasted:before {
    content: '\e232';
}
.glyphicon-education:before {
    content: '\e233';
}
.glyphicon-option-horizontal:before {
    content: '\e234';
}
.glyphicon-option-vertical:before {
    content: '\e235';
}
.glyphicon-menu-hamburger:before {
    content: '\e236';
}
.glyphicon-modal-window:before {
    content: '\e237';
}
.glyphicon-oil:before {
    content: '\e238';
}
.glyphicon-grain:before {
    content: '\e239';
}
.glyphicon-sunglasses:before {
    content: '\e240';
}
.glyphicon-text-size:before {
    content: '\e241';
}
.glyphicon-text-color:before {
    content: '\e242';
}
.glyphicon-text-background:before {
    content: '\e243';
}
.glyphicon-object-align-top:before {
    content: '\e244';
}
.glyphicon-object-align-bottom:before {
    content: '\e245';
}
.glyphicon-object-align-horizontal:before {
    content: '\e246';
}
.glyphicon-object-align-left:before {
    content: '\e247';
}
.glyphicon-object-align-vertical:before {
    content: '\e248';
}
.glyphicon-object-align-right:before {
    content: '\e249';
}
.glyphicon-triangle-right:before {
    content: '\e250';
}
.glyphicon-triangle-left:before {
    content: '\e251';
}
.glyphicon-triangle-bottom:before {
    content: '\e252';
}
.glyphicon-triangle-top:before {
    content: '\e253';
}
.glyphicon-console:before {
    content: '\e254';
}
.glyphicon-superscript:before {
    content: '\e255';
}
.glyphicon-subscript:before {
    content: '\e256';
}
.glyphicon-menu-left:before {
    content: '\e257';
}
.glyphicon-menu-right:before {
    content: '\e258';
}
.glyphicon-menu-down:before {
    content: '\e259';
}
.glyphicon-menu-up:before {
    content: '\e260';
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role='button'] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd,
dt {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*='col-'] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*='col-'],
table th[class*='col-'] {
    position: static;
    display: table-cell;
    float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type='search'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='checkbox'],
input[type='radio'] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type='file'] {
    display: block;
}
input[type='range'] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type='file']:focus,
input[type='checkbox']:focus,
input[type='radio']:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    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);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='date'].form-control,
    input[type='time'].form-control,
    input[type='datetime-local'].form-control,
    input[type='month'].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type='date'],
    .input-group-sm input[type='time'],
    .input-group-sm input[type='datetime-local'],
    .input-group-sm input[type='month'],
    input[type='date'].input-sm,
    input[type='time'].input-sm,
    input[type='datetime-local'].input-sm,
    input[type='month'].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type='date'],
    .input-group-lg input[type='time'],
    .input-group-lg input[type='datetime-local'],
    .input-group-lg input[type='month'],
    input[type='date'].input-lg,
    input[type='time'].input-lg,
    input[type='datetime-local'].input-lg,
    input[type='month'].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'],
.radio input[type='radio'],
.radio-inline input[type='radio'] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type='checkbox'],
fieldset[disabled] input[type='radio'],
input[type='checkbox'].disabled,
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='radio'][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type='checkbox'],
    .form-inline .radio input[type='radio'] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: '';
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*='col-'] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type='checkbox'],
.input-group-addon input[type='radio'] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type='checkbox'],
    .navbar-form .radio input[type='radio'] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: '/\00a0';
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: '';
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: ' ';
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: ' ';
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.0001)),
        to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: ' ';
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */

.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    left: 0;
}
.SumoSelect p {
    margin: 0;
}
.SumoSelect {
    width: 200px;
}
.SelectBox {
    padding: 5px 8px;
}
.sumoStopScroll {
    overflow: hidden;
}
.SumoSelect .hidden {
    display: none;
}
.SumoSelect .search-txt {
    display: none;
    outline: 0;
}
.SumoSelect .no-match {
    display: none;
    padding: 6px;
}
.SumoSelect.open .search-txt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
}
.SumoSelect.open > .search > label,
.SumoSelect.open > .search > span {
    visibility: hidden;
}
.SelectClass,
.SumoUnder {
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    box-sizing: border-box;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.SelectClass {
    z-index: 1;
}
.SumoSelect .select-all > label,
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options li.opt label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    box-shadow: 0 0 2px #7799d0;
    border-color: #7799d0;
}
.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #a4a4a4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0;
}
.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    font-style: italic;
}
.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    overflow: hidden;
}
.SumoSelect.open > .optWrapper {
    top: 35px;
    display: block;
}
.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    max-height: 250px;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
    border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options {
    border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #e4e4e4;
}
.SumoSelect .select-all.sel,
.SumoSelect > .optWrapper > .options li.opt.sel {
    background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
    display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700;
}
.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%;
}
.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    cursor: pointer;
}
.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px;
}
.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #dbdbdb;
    border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px;
}
.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}
.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #11a911;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
}
.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none;
}
.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
    cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}
.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAgMjIgMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnYwIDB6IiBmaWxsPSIjMDA3YWZmIi8+PC9zdmc+);
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3IDIydjBMNSA0NGwtMi4xLTIuMUwyMi44IDIyIDIuOSAyLjEgNSAwIDI3IDIydjB6IiBmaWxsPSIjMDA3YWZmIi8+PC9zdmc+);
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAgMjIgMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnYwIDB6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3IDIydjBMNSA0NGwtMi4xLTIuMUwyMi44IDIyIDIuOSAyLjEgNSAwIDI3IDIydjB6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAgMjIgMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnYwIDB6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3IDIydjBMNSA0NGwtMi4xLTIuMUwyMi44IDIyIDIuOSAyLjEgNSAwIDI3IDIydjB6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIwIDEyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImwiIGQ9Ik02MCA3VjI3eiIgc3Ryb2tlPSIjNmM2YzZjIiBzdHJva2Utd2lkdGg9IjExIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L2RlZnM+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3Ii8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCA2MCw2MCkiLz48dXNlIHhsaW5rOmhyZWY9IiNsIiBvcGFjaXR5PSIuMjciIHRyYW5zZm9ybT0icm90YXRlKDYwIDYwLDYwKSIvPjx1c2UgeGxpbms6aHJlZj0iI2wiIG9wYWNpdHk9Ii4yNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgxMjAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjM3IiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjQ2IiB0cmFuc2Zvcm09InJvdGF0ZSgyMTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjU2IiB0cmFuc2Zvcm09InJvdGF0ZSgyNDAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjY2IiB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjc1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMDAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjg1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMzAgNjAsNjApIi8+PC9zdmc+);
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIwIDEyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImwiIGQ9Ik02MCA3VjI3eiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjExIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L2RlZnM+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3Ii8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCA2MCw2MCkiLz48dXNlIHhsaW5rOmhyZWY9IiNsIiBvcGFjaXR5PSIuMjciIHRyYW5zZm9ybT0icm90YXRlKDYwIDYwLDYwKSIvPjx1c2UgeGxpbms6aHJlZj0iI2wiIG9wYWNpdHk9Ii4yNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgxMjAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjI3IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjM3IiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjQ2IiB0cmFuc2Zvcm09InJvdGF0ZSgyMTAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjU2IiB0cmFuc2Zvcm09InJvdGF0ZSgyNDAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjY2IiB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjc1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMDAgNjAsNjApIi8+PHVzZSB4bGluazpocmVmPSIjbCIgb3BhY2l0eT0iLjg1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMzAgNjAsNjApIi8+PC9zdmc+);
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('/css/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #2a7aaf;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/** FONTS **/
@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

.jq-dropdown {
    position: absolute;
    z-index: 1039;
    display: none;
}
.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
    min-width: 160px;
    max-width: 360px;
    list-style: none;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: visible;
    padding: 4px 0;
    margin: 0;
}
.jq-dropdown .jq-dropdown-panel {
    padding: 10px;
}
.jq-dropdown.jq-dropdown-tip {
    margin-top: 8px;
    top: 28px !important;
}
.jq-dropdown.jq-dropdown-tip:before {
    position: absolute;
    top: -6px;
    left: 9px;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    display: inline-block;
}
.jq-dropdown.jq-dropdown-tip:after {
    position: absolute;
    top: -5px;
    left: 10px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    display: inline-block;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
    left: auto;
    right: 9px;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
    left: auto;
    right: 10px;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
    max-height: 180px;
    overflow: auto;
}
.jq-dropdown .jq-dropdown-menu li {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height: 18px;
}
.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 18px;
    padding: 3px 15px;
    margin: 0;
    white-space: nowrap;
}
.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
    background-color: #f2f2f2;
    color: inherit;
    cursor: pointer;
}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
    font-size: 1px;
    border-top: solid 1px #e5e5e5;
    padding: 0;
    margin: 5px 0;
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}
.dropzone {
    position: relative;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em;
}
.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green;
}
.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px;
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.dropzone,
.dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
    background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.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;
}
.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}
.irs-line-left {
    left: 0;
    width: 11%;
}
.irs-line-mid {
    left: 9%;
    width: 82%;
}
.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}
.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.single {
}
.irs-slider.from {
}
.irs-slider.to {
}
.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.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;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}

.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;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(/images/sprite-skin-nice.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 8px;
    top: 25px;
}
.irs-line-left {
    height: 8px;
    background-position: 0 -30px;
}
.irs-line-mid {
    height: 8px;
    background-position: 0 0;
}
.irs-line-right {
    height: 8px;
    background-position: 100% -30px;
}

.irs-bar {
    height: 8px;
    top: 25px;
    background-position: 0 -60px;
}
.irs-bar-edge {
    top: 25px;
    height: 8px;
    width: 11px;
    background-position: 0 -90px;
}

.irs-shadow {
    height: 1px;
    top: 34px;
    background: #000;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}

.irs-slider {
    width: 22px;
    height: 22px;
    top: 17px;
    background-position: 0 -120px;
}
.irs-slider.state_hover,
.irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min,
.irs-max {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

.irs-disabled {
}

/*------------------------*/
.clear {
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}
.float-none {
    float: none !important;
}
.center {
    text-align: center;
}
:focus {
    outline: none;
}
.cell_left {
    text-align: right;
}
.cell_right {
    text-align: left;
}
.cell_mid {
    text-align: center;
    width: 217px;
}
.paddingTop {
    padding-top: 30px;
}
.paddingLeft0 {
    padding-left: 0px;
}
.mt-25 {
    margin-top: 25px!important;
}

/*------------------------*/
html {
    overflow-x: hidden;
}
body,
html {
    height: 100%;
    position: relative;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
}
body.body-search {
    background: #f2f4f9 !important;
}
/* HEADER + MENU */
header {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-bg {
    /*background: url('/images/bg-images.jpg') no-repeat top center;*/
    background: #ccc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 22vh;
    padding-bottom: 19vh;
}
.logo {
    width: 170px;
    height: 36px;
    float: left;
}
a {
    text-decoration: none !important;
}

a {
    color: #1da0f3;
    text-decoration: none;
}
.top {
    padding-top: 10px;
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 55px;
}
.fixed {
    background-color: #1ea0f2;
    width: 100%;
    margin: 0;
    height: 55px;
    padding-top: 10px;
    z-index: 999;
    position: fixed;
    top: 0;
}
.scroll-menu {
    background-color: #199ed8;
    width: 100%;
    margin: 0;
    height: 55px;
    padding-top: 10px;
}
.mainmenu {
    float: right;
}
.mainmenu > ul {
    list-style: none;
    line-height: 35px;
    height: 35px;
    margin: 0;
}
.mainmenu > ul > li {
    margin-right: 20px;
    float: left;
}
.mainmenu > ul > li:last-child {
    margin-right: 0px !important;
    float: right;
}
.mainmenu > ul > li a {
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 37px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mainmenu > ul > li a:hover {
    color: #fb7677;
}
.mainmenu > ul > li a.active {
    color: #fb7677 !important;
    font-weight: 600;
}
.mainmenu > ul > li a.host {
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 34px;
    height: 35px;
    display: block;
    background-color: transparent;
    padding: 0 12px;
    border-radius: 3px;
}
.mainmenu > ul > li a.host:hover {
    background-color: #fb7677;
    border: 1px solid #fb7677;
    color: #fff;
}
.mainmenu > ul > li a.help {
    padding-right: 32px;
}
.mainmenu > ul > li a.help::before {
    content: '';
    background: url(/images/help-icon.png) top left no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 5px;
    right: 0;
}
.mainmenu > ul > li a.help:hover::before {
    content: '';
    background: url(/images/help-icon-hover.png) top left no-repeat;
}
#signup {
    padding-top: 0px;
}
.dropdown select::-ms-expand {
    display: none;
}
.drop-1 .selectric {
    border: none;
    background: transparent;
}
.drop-1 .selectric .label {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    height: 38px;
    line-height: 38px;
    margin: 0 35px 0 10px;
}
.drop-1 .selectric .button {
    background: transparent;
    line-height: 38px;
    height: 38px;
    width: 38px;
}
.drop-1 .selectric .button:after {
    border: 7px solid transparent;
    border-top-color: #fff;
    top: 4px;
}
.drop-1 .selectric-items li.highlighted {
    background: #fff;
    color: #333;
}
.drop-1 .selectric-items li:hover {
    background: #fff;
    color: #333;
}
.drop-1 .selectric-hover .selectric span {
    color: #fb7677;
}
.drop-1 .selectric-hover .selectric .button:after {
    border-top-color: #fb7677;
}
.intro {
    color: white;
}
.intro h1 {
    font-size: 47px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.intro p {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 80px;
    text-align: center;
}
.main-search {
    display: table;
    margin: 0 auto;
}
.main-search-full {
    width: 100%;
    font-size: 18px;
    color: #696969;
    display: inline-block;
    margin-bottom: 50px;
    background: #fff;
    float: left;
    padding: 10px;
    border-radius: 5px;
}
.destination-field select {
    height: 50px;
    border: none;
    margin-right: 10px;
    padding-left: 40px;
    background-image: url(/images/pin.svg), url(/images/dropdown.svg);
    border-radius: 3px;
    font-size: 15px;
    background-size: 20px;
    font-weight: 300;
    /* padding-left: 40px; */
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 11px 14px, 97% 20px;
    background-color: #fff;
    -webkit-appearance: none;
}
.move-in-field input,
.move-out-field input {
    width: 370px;
    height: 50px;
    border: none;
    margin-right: 10px;
    padding-left: 40px;
    background-image: url(/images/calendar1.svg), url(/images/dropdown.svg);
    border-radius: 3px;
    font-size: 15px;
    background-size: 20px;
    font-weight: 300;
    /* padding-left: 40px; */
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 11px 14px, 97% 20px;
    background-color: #fff;
}
.blackTxt {
    color: #000;
}
select {
    -moz-appearance: none;
}
select:required:invalid {
    color: #999999;
}
option[value=''][disabled] {
    display: none;
}
option {
    color: #333;
    font-size: 15px !important;
    height: 22px !important;
    line-height: 22px !important;
    padding: 5px 0px !important;
}
.smallNote {
    font-size: 13px;
    margin-bottom: 0px;
}
/****  datepicker ***/
.daterangepicker .input-mini {
    padding: 0 6px 0 30px !important;
}
.ui-datepicker {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #3498db !important;
    border-radius: 0px !important;
}
.ui-datepicker-header {
    border-radius: 0px !important;
    border: none;
    background: #3498db !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
}
.ui-datepicker-prev {
    background: url(/images/cal-prev.png) no-repeat center center !important;
    left: 1px !important;
}
.ui-datepicker-prev:hover {
    background: url(/images/cal-prev.png) no-repeat center center !important;
    border: none !important;
}
.ui-datepicker-next {
    background: url(/images/cal-next.png) no-repeat center center !important;
    right: 1px !important;
}
.ui-datepicker-next:hover {
    background: url(/images/cal-next.png) no-repeat center center !important;
    border: none !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    top: 1px !important;
}
.ui-datepicker table {
    margin: 0 10px 10px 10px !important;
    width: 93% !important;
}
.ui-datepicker td a {
    text-align: center !important;
    border: none !important;
}
.ui-datepicker td span {
    text-align: center !important;
    border: none !important;
    background: transparent !important;
}
.ui-datepicker td a {
    padding: 7px 4px !important;
}
.ui-datepicker-current-day a {
    color: #333;
}
.ui-datepicker-current-day a.ui-state-active {
    background: #3498db !important;
    color: #fff;
}
.ui-datepicker-today a {
    background: #fb7677 !important;
    color: #fff !important;
}
.discover-bg {
    background-color: #f7f7f7;
    height: 100%;
}
.meetHost-bg {
    background-color: #f7f7f7;
    height: 100%;
}
.discover,
.works,
.meetHost,
.video {
    margin-top: 70px;
}
.video-bg .fp-tableCell {
    opacity: 0;
}
.video-bg.active .fp-tableCell {
    vertical-align: top;
    opacity: 1;
}
.partners {
    margin: 0 auto;
    margin-bottom: 30%;
    max-width: 1024px;
}
.discover h2,
.meetHost h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 15px 50px 15px;
    text-align: center;
    text-transform: capitalize;
}
.discover h2:after,
.meetHost h2:after {
    content: '';
    height: 2px;
    width: 90px;
    background-color: #696969;
    display: block;
    margin-top: 20px;
    margin-left: -45px;
    left: 50%;
    position: absolute;
}
.discover h3,
.meetHost h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 5px 15px 5px;
    text-align: center;
}
.text-color1 {
    color: #3498db;
}
.star-text1 {
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 10px 0 0;
}
.star-text2 {
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 0 0 10px;
}
.star-1,
.star-2,
.star-3,
.star-4 {
    padding-right: 5px;
}
.star-5 {
    padding-right: 15px;
}
.copyright {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    font-weight: 300;
}
.chatting {
    position: fixed;
    right: 20px;
    bottom: 35px;
    z-index: 525;
}
.stick {
    position: absolute;
    bottom: 15px;
    z-index: 100;
}
.signin-toggle {
    position: absolute;
}
.signin-container {
    width: 100%;
    display: block;
    border-top: 7px solid #3498db;
    padding: 30px;
}
.signin-container.search_pop {
    padding-top: 40px;
}
.signTexbox {
    height: 40px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 300;
}
.checkMe {
    margin: 10px 0;
    line-height: 26px;
}
.checkMe a {
    font-size: 15px;
    color: #696969;
    text-transform: initial;
    text-align: right;
    font-weight: 300;
}
.dontAccounttxt {
    font-weight: 300;
    font-size: 15px;
    line-height: 40px;
}
.dont-btn {
    width: 110px;
    height: 40px;
    background-color: #3498db;
    border-bottom: 0px solid #fb7677;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
}
.dont-btn:hover {
    background-color: #fb7677;
    border-bottom: 40px solid #fb7677;
}
.popup-content-signin {
    max-width: 370px;
    width: 100%;
    max-height: 580px;
    min-height: 350px;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.forgotp {
    text-align: right;
}
/*pop-up*/
.pop-close-signin {
    line-height: 33px !important;
    color: #fff !important;
    font-size: 32px !important;
    background-color: #3498db;
    padding: 15px 25px 0 0;
    text-align: right;
    right: 0 !important;
    width: 100%;
}
.all-close {
    display: none;
    transform: none;
}
.pop-close,
.price-pop-close,
.all-close {
    font-weight: 300;
    display: inline-block;
    transform: scale(1.2, 1);
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 25px;
    display: none;
    z-index: 10;
}
.filter-close,
.map-close {
    font-weight: 300;
    display: inline-block;
    transform: scale(1.2, 1);
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 11px;
    left: 10px;
    padding: 10px;
    font-size: 25px;
    display: none;
    z-index: 1;
}
.ontop {
    z-index: 550;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #364048;
    opacity: 0.9;
}
.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 600;
    padding: 0;
    overflow: auto;
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.ontop,
.hideCont {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.showPop {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.showPopOver {
    opacity: 0.9;
    visibility: visible;
}
.popup-inner-wrapper {
}
.popup-content {
    /* margin: 0 auto; margin-top:8%; max-width:970px; max-height:80%; width:100%; min-height:480px; background-color:rgba(255,255,255,0.97); padding:0; position: relative; overflow-y: auto; */
}
.popup-content {
    margin: 0 auto;
    margin-top: 2%;
    max-width: 890px;
    width: 100%;
    background-color: #fff;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    min-height: 330px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.sign-header {
    width: 100%;
    color: #fff;
    background: #3498db;
    text-align: left;
    font-size: 19px;
    text-transform: capitalize;
    z-index: 5;
    padding: 15px;
    position: relative;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
}
.sign-up-text {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    margin: 120px 10px 50px 10px;
    line-height: 26px;
}
#popup-group .host-btn {
    width: 190px;
    height: 60px;
    background-color: #fb7677;
    border-bottom: 0px solid #3498db;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    margin: 0 3px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#popup-group .host-btn:hover {
    background-color: #fb7677;
    border-bottom: 60px solid #3498db;
}
.register-text a {
    color: #3498db;
}
.or-text {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    color: #fb7677;
    position: relative;
    text-align: center;
}
.or-text span {
    background: #fff;
    display: inline-block;
    line-height: 1;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}
.or-text:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    display: block;
    position: absolute;
    top: 16px;
    left: 0%;
}
.text-field {
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #333;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    border-radius: 3px;
}
.date-field {
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #fff;
    background: #fff url(/images/calendar-icon.png) no-repeat 8px 8px;
    color: #333;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    border-radius: 3px;
    padding-left: 40px;
    background-size: 20px;
}
.radio_chk_group {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 6px 12px 6px 12px;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    border-radius: 3px;
}
.radio_chk_group .grp_lbl {
    padding-top: 3px;
    line-height: 20px;
}
.home-address {
    width: 100%;
    border: 1px solid #d6d6d6;
    color: #333;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    border-radius: 3px;
    background: #fff url(/images/destination-icon.png) no-repeat 10px 8px;
    padding-left: 38px;
    background-size: 20px;
    font-weight: 300;
}
.register-field-left {
    width: 38%;
    margin-left: 10%;
    float: left;
}
.register-field-right {
    width: 38%;
    margin-right: 10%;
    float: right;
}
#popup-group input:focus,
#popup-group textarea:focus {
    border: 1px solid #00adef;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 173, 239, 0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 173, 239, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(0, 173, 239, 0.4);
}
.mar-none {
    margin: 0 !important;
}
.mar-l-r-20 {
    margin: 0 20px;
}
.marBottom5 {
    margin-bottom: 5px !important;
}
.marBottom10 {
    margin-bottom: 10px;
}
.marBottom15 {
    margin-bottom: 15px;
}
.marBottom20 {
    margin-bottom: 20px !important;
}
.marBottom30 {
    margin-bottom: 30px !important;
}
.marBottom40 {
    margin-bottom: 40px !important;
}
.padBottom10 {
    padding-bottom: 10px;
}
.padBottom20 {
    padding-bottom: 20px;
}
.padBottom30 {
    padding-bottom: 30px;
}
.padBottom50 {
    padding-bottom: 50px;
}
.padBottom70 {
    padding-bottom: 50px;
}
.padTop90 {
    padding-top: 80px !important;
}
.marTop10 {
    margin-top: 10px !important;
}
.marTop20 {
    margin-top: 20px !important;
}
.marTop30 {
    margin-top: 30px !important;
}
.marTop40 {
    margin-top: 40px !important;
}
.marTop50 {
    margin-top: 50px !important;
}
.marTop70 {
    margin-top: 70px !important;
}
.marTop110 {
    margin-top: 90px !important;
}
.padTop60 {
    padding-top: 60px !important;
}
.marRight5 {
    margin-right: 5px !important;
}
.font-14 {
    font-weight: 300;
    font-size: 15px;
}
.font-16 {
    font-weight: 300;
    font-size: 16px;
}
.font-18 {
    font-weight: 300;
    font-size: 18px !important;
}
.radio-text {
    font-weight: 300;
    font-size: 15px;
    font-weight: 300;
}
input[type='radio'] {
    display: none;
}
input[type='radio'] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
input[type='radio'] + label span {
    background-color: #d7d7d7;
    border: 3px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0 0 1px #d7d7d7;
}
input[type='radio'] + label {
    margin-right: 15px;
    line-height: 26px;
}
input[type='radio']:checked + label span {
    background-color: #005380;
    border: 3px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px #005380;
    overflow: hidden;
}
.np-btn {
    height: 100px;
}
#popup-group .next-btn {
    width: 44px;
    height: 44px;
    background: url(/images/next-up.png) no-repeat top left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 15px;
}
#popup-group .next-btn {
    width: 44px;
    height: 44px;
    background: url(/images/next-up.png) no-repeat top left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 15px;
}
#popup-group .next-btn:hover {
    opacity: 0.7;
}
#popup-group .next-btn:disabled {
    background: url(/images/next-disabled.png) no-repeat top left;
}
#popup-group .preview-btn {
    width: 44px;
    height: 44px;
    background: url(/images/preview-up.png) no-repeat top left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 15px;
}
#popup-group .preview-btn:hover {
    opacity: 0.7;
}
#popup-group .preview-btn:disabled {
    background: url(/images/preview-disabled.png) no-repeat top left;
}
#popup-group .selectric {
    border-radius: 3px;
}
html .drop-2 .selectric .label {
    color: #8a8a8a;
    font-size: 15px;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 11px;
    height: auto;
    font-weight: 300;
}
html .drop-2 .selectric .button {
    width: 40px;
    height: 38px;
}
html .drop-2 .selectric-focus .selectric {
    border: 1px solid #00adef;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 173, 239, 0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 173, 239, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(0, 173, 239, 0.4);
}
html .selectric .button:after {
    background: url(/images/down-arrow.png) no-repeat top right;
    display: block;
    width: 15px;
    border: none;
    height: 9px;
}
.error {
    border: 1px solid #d82929;
}
.error-info {
    background: #fff url(/images/info.png) no-repeat top right;
    width: 18px;
    height: 18px;
    position: absolute !important;
    display: block;
    top: 11px;
    right: 10px;
    z-index: 1;
}
.drop-info {
    right: 44px;
}
.check-info {
    left: 88px;
    top: 18px;
}
.error-field {
    height: 24px;
    color: #d82929;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.position {
    position: relative;
}
.required-star {
    font-weight: 600;
    color: #d82929;
    font-size: 20px;
}
.required:after {
    font-weight: 600;
    content: '*';
    display: block;
    color: #d82929;
    position: absolute;
    top: 0px;
    right: -10px;
    font-size: 20px;
}
.text-title {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 20px 0;
    text-align: left;
    line-height: 1;
    padding: 0 5%;
}
.radio-title {
    font-size: 15px;
    float: left;
    width: 40%;
    line-height: 18px;
    font-weight: 300;
}
.radio-content {
    padding-top: 17px;
}
.country-code {
    width: 25%;
    float: left;
}
.mobile-number {
    width: 75%;
    float: left;
}
.mobile-number .text-field {
    border-left: 0px solid #fff;
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.step-position {
    position: relative;
    top: -4px;
    float: right;
    margin-right: 35px;
}
.btn-step {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2a7aaf;
    color: #fff;
    font-size: 16px;
    margin: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
}
.btn-step:hover,
.btn-step.active {
    background: #fff;
    color: #3498db;
}
.btn-step:disabled {
    color: #fff;
    background: #2a7aaf;
}
.row-popup {
    width: 100%;
    display: inline-block;
    padding: 0 5%;
}
#student-reg-step2 .radio-title,
#student-reg-step3 .radio-title {
    width: 100%;
}
.width100 {
    width: 100%;
}
.width70 {
    width: 70%;
    float: left;
}
.width40 {
    width: 43% !important;
    float: left;
}
.width50 {
    width: 50%;
    float: left;
}
.width60 {
    width: 60%;
    float: left;
}
.width30 {
    width: 30%;
    float: left;
}
.shared-room {
    margin-left: 10%;
}
.note {
    font-weight: 300;
    font-size: 14px;
    color: #5f5f5f;
}
.note p {
    font-weight: bold;
    float: left;
    height: 40px;
    margin-right: 5px;
}
.textarea-field {
    width: 100%;
    height: 80px;
    border: 1px solid #d6d6d6;
    padding-left: 10px;
    background: #fff;
    color: #8a8a8a;
    font-size: 15px;
    padding-top: 8px;
    border-radius: 3px;
    font-weight: 300;
}
.textarea-field-step3 {
    height: 75px !important;
}
.terms-text {
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #d6d6d6;
    padding: 30px 20px 30px 30px;
    font-weight: 300;
}
.terms-text p {
    margin-bottom: 14px;
}
.terms-text p:last-child {
    margin-bottom: 5px;
}
.terms a {
    color: #fb7677;
    text-decoration: none;
    float: right;
    font-weight: 400;
}
.thanks-text {
    text-align: center; /*border:1px solid #d6d6d6;*/
    padding: 30px;
}
.thanks-text h1 {
    font-weight: 600;
    font-size: 22px;
    color: #005380;
    line-height: 36px;
    margin-bottom: 5px;
    padding: 0 10px;
    margin-top: 30px;
}
.thanks-text h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    background: #eff4f7;
    width: 70%;
    margin: 0 auto;
}
.sub-btn {
    width: 140px;
    height: 40px;
    background-color: #fb7677;
    border-bottom: 0px solid #3498db;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sub-btn:hover {
    background-color: #fb7677;
    border-bottom: 40px solid #3498db;
}
#host-reg .radio-title {
    width: auto;
    margin-right: 30px;
}
.lr-margin {
    width: 80%;
    margin: 0 10%;
}
.row-verify {
    width: 56%;
    display: inline-block;
    margin: 0 22%;
}
.width30 .sub-btn {
    width: 94%;
    margin: 0;
    margin-left: 6%;
}
#host-verify .or-text {
    margin: 10px 0 15px 0;
}
#host-verify .or-text:before {
    width: 47%;
    left: 0;
}
#host-verify .or-text:after {
    width: 47%;
    left: 53%;
}
.verified-text h2 {
    font-weight: 300;
    font-size: 24px;
    color: #005380;
    text-align: center;
    line-height: 30px;
}
.verified-img {
    background: url(/images/verified-smily.png) no-repeat center center;
    height: 150px;
}
#host-reg-step1 input[type='radio'] + label {
    margin-right: 40px;
}
#host-reg-step1 .checkbox {
    float: left;
}
.add-btn {
    height: 35px;
    background-color: #fb7677;
    border-bottom: 0px solid #3498db;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    padding: 0 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.add-btn:hover {
    background-color: #fb7677;
    border-bottom: 35px solid #3498db;
}
.extra-space {
    margin-bottom: 40px;
}
.pet-description {
    width: 100%;
    height: 35px;
    background: #3498db;
    color: #fff;
    margin-bottom: 10px;
}
.col-type {
    width: 20%;
    float: left;
    line-height: 35px;
    margin-right: 1.5%;
}
.col-description {
    width: 39%;
    float: left;
    line-height: 35px;
    margin-right: 1.5%;
}
.col-indoor {
    width: 10%;
    float: left;
    line-height: 35px;
    margin-right: 1.5%;
}
.col-outdoor {
    width: 10%;
    float: left;
    line-height: 35px;
    margin-right: 1.5%;
}
.col-quantity {
    width: 15%;
    float: left;
    line-height: 35px;
}
.check-indoor {
    line-height: 15px;
    padding-left: 25px;
}
.check-indoor .checkbox {
    margin: 0;
}
.padLeft10 {
    padding-left: 10px;
}
.room-detail {
    font-weight: 300;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 18px;
}
.room-detail p {
    padding-bottom: 15px;
}
.room-detail p:last-child {
    padding-bottom: 30px;
}
.room-detail span {
    font-weight: bold;
}
#host-reg-step2 .radio-title {
    width: 100%;
}
.checkbox span {
    font-size: 15px;
    color: #5f5f5f;
}
.none {
    display: none;
}
.checkbox.terms {
    padding: 20px 0;
}
/*  step form new css */

.noScrollbar {
    overflow: hidden;
}
.form_step_head {
    padding: 30px 0 20px 0;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
.register-text {
    text-align: center;
    font-size: 16px;
    color: #696969;
    font-weight: 300;
}
.signupwith_icons {
    display: inline-block;
    vertical-align: baseline;
}
.signupwith_icons a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999px;
    background: url(/images/signup-icon.png) no-repeat 0 0;
    margin-left: 13px;
}
.signupwith_icons a.fb {
    background-position: 0 0;
}
.signupwith_icons a.tw {
    background-position: -34px 0;
}
.signupwith_icons a.gp {
    background-position: -68px 0;
}
.signupwith_icons a.li {
    background-position: -102px 0;
}
.button_bar {
    background: #eff4f7;
    display: table;
    margin: 40px auto 0 auto;
    position: relative;
    text-align: center;
    padding: 13px 56px;
    border-radius: 100px;
    width: 100%;
    max-width: 370px;
    margin-bottom: 40px;
}
.button_bar span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}
.button_bar .preview-btn {
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    margin-left: 0 !important;
}
.button_bar .next-btn {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    margin-right: 0 !important;
}
.button_bar .step_count {
    font-weight: 600;
    text-transform: capitalize;
}
.button_bar .step_count em {
    font-weight: 600;
    text-transform: capitalize;
}
.checkbox_inline {
    margin: 0;
    padding-bottom: 0px;
}
.checkbox_inline .chk_wrp {
    padding-right: 30px;
    line-height: 30px;
}
.exp_panel .topbdr {
    border-top: 1px solid #d6d6d6;
    margin-top: 10px;
    margin-bottom: 10px;
}
.extbdr {
    margin-left: -13px;
    margin-right: -13px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.form_step_subhead {
    padding: 0;
    margin: 0;
    line-height: 1;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.form_step_subhead:before {
    content: '';
    height: 1px;
    background: #d6d6d6;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.form_step_subhead span {
    display: inline-block;
    line-height: 1;
    position: relative;
    background: #fff;
    text-transform: capitalize;
    color: #3498db;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 10px 10px 0;
}
.field_with_btn {
    display: table;
    width: 100%;
}
.field_with_btn .filed_cell,
.field_with_btn .filed_btn_cell {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.field_with_btn .filed_btn_cell {
    padding-left: 10px;
}
.field_with_btn .filed_btn_cell a {
    display: block;
    white-space: nowrap;
}
.field_with_btn.flex_tbl {
    table-layout: fixed;
}
.field_with_btn.flex_tbl .filed_cell {
    width: auto;
}
.field_with_btn.flex_tbl .filed_cell + .filed_cell {
    padding-left: 10px;
}
.field_with_btn.flex_tbl .filed_cell.w100 {
    width: 100px;
}
.footnote {
    font-size: 13px;
}
.tahnks_msg_wrp {
    display: table;
    margin: 0 auto;
    width: 100%;
    padding: 0 10%;
}
.thanks_msg {
    text-align: center;
    margin-top: 130px;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 30px 20px 40px 20px;
}
.thanks_msg h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}
.thanks_msg p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.homestay_tahnks {
    background: #fff;
    padding: 0 10px;
    position: absolute;
    top: -87px;
    left: 50%;
    transform: translateX(-50%);
}
.smile_icon {
    background: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}
/*host_list page*/
#left-panel h3 {
    font-weight: 600;
    font-size: 18px;
    color: #3498db;
    line-height: 24px;
    margin-bottom: 14px;
    margin-top: 8px;
    text-transform: capitalize;
}
.cites-map {
    overflow: hidden;
}
.enter-school input {
    width: 100%;
    height: 40px;
    border: 1px solid #d6d6d6;
    margin-right: 10px;
    padding-left: 45px;
    background: #fff url(/images/destination-icon.png) no-repeat 8px center;
    background-size: 24px;
    margin-bottom: 10px;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 300;
}
#left-panel .move-in-field input,
#left-panel .move-out-field input {
    width: 100%;
    height: 40px;
    border: 1px solid #d6d6d6;
    line-height: 40px;
    background: #fff url(/images/calendar-icon.png) no-repeat 8px 8px;
    background-size: 24px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.enter-guest .drop-2 {
    border: 1px solid #d6d6d6;
    background: #fff url(/images/guest-icon.png) no-repeat 8px center;
    background-size: 24px;
    margin-bottom: 14px;
    border-radius: 3px;
}
.enter-guest .selectric {
    border: none;
    background: transparent;
    margin-left: 35px;
}
.enter-guest .selectric-open .selectric-items {
    width: 100% !important;
}
.enter-guest .drop-2 .selectric-focus .selectric {
    outline: none;
    box-shadow: none;
    border: none;
}
#left-panel .search-btn {
    width: 100%;
    height: 40px;
    background-color: #fb7677;
    border-bottom: 0px solid #3498db;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
#left-panel .search-btn:hover {
    opacity: 0.8;
}
.filter-space {
    margin-top: 37px !important;
    margin-bottom: 25px !important;
}
.panel-heading {
    height: 30px;
    width: 100%;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}
.panel-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.toggle-chevron {
    background: url(/images/up-arrow.png) no-repeat top right;
    display: block;
    height: 9px;
    width: 15px;
    position: absolute;
    top: 3px;
    right: 0;
}
.toggle-close span {
    background: url(/images/down-arrow.png) no-repeat top right;
    display: block;
    height: 9px;
    width: 15px;
    position: absolute;
    top: 3px;
    right: 0;
}
#left-panel hr {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
    border-top: none;
    border-left: none;
    border-right: none;
}
.property-column {
    margin-bottom: 15px;
}
.right-top-title h1 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    font-weight: 300;
}
.right-top-title h4 {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 18px;
    margin-bottom: 15px;
}
.photo {
    overflow: hidden;
    margin: 10px 0;
    position: relative;
}
.filter {
    position: relative;
}
.clear-filters {
    position: absolute;
    top: 7px;
    right: 0;
}
.clear-filters a {
    font-size: 15px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fb7677;
}
.clear-filters a:hover {
    text-decoration: underline;
}
.clear-fil {
    top: 2px;
}
.price-range {
    border: 0;
    color: #5f5f5f;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 59px;
}
.price-column {
    margin-top: 7px;
    margin-bottom: 60px;
    background: url(/images/price-slider.png) repeat-x left bottom 16px;
}
.price-heading {
    margin-bottom: 7px;
}
.img-slider {
    height: 160px;
}
#slider-range.ui-widget-content {
    border: none !important;
    background: transparent;
}
#slider-range.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 10px;
}
#slider-range.ui-slider .ui-slider-handle {
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
}
#slider-range.ui-slider-horizontal .ui-slider-range {
    top: 5px;
    height: 3px;
}
#slider-range .ui-widget-header {
    background: #3498db;
}
#slider-range.ui-slider .ui-slider-handle {
    border: 8px solid #3498db;
    background: #d8e1e6;
}
.infoName {
    font-size: 16px;
    margin-bottom: 2px;
    color: #696969;
    margin-right: 10px;
}
.infoPrice {
    font-weight: 600;
    font-size: 16px;
    color: #696969;
    margin-bottom: 4px;
}
.infoMonth {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 6px;
}
.infoDetail {
    font-size: 15px;
    color: #696969;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.star_1,
.star_2,
.star_3,
.star_4,
.star_5 {
    float: left;
}
.starRatingContainer {
    height: 20px;
    margin: 0 auto;
    margin-top: 10px;
}
#slider4 .starRatingContainer {
    width: 90px;
}
.textReviews {
    font-weight: 300;
    font-size: 14px;
    color: #969696;
    line-height: 20px;
    margin-left: 10px;
}
.owlPrev {
    background: url(/images/arriw-prev.png) no-repeat center center;
    height: 100%;
    width: 15%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 4;
    background-size: 14px;
    border: 0px;
}
.owlNext {
    background: url(/images/arriw-next.png) no-repeat center center;
    height: 100%;
    width: 15%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 4;
    background-size: 14px;
    border: 0px;
}
.pagination {
    display: inline-block;
    font-size: 16px;
}
.pagination a {
    float: left;
    padding: 9px;
    width: 35px;
    height: 35px;
    color: #696969;
    background-size: 100%;
    text-decoration: none;
    transition: background-color 0.3s;
    border-radius: 50%;
    margin: 0 5px;
}
.pagination a.active {
    background-color: #3498db;
    color: white;
    border-radius: 50%;
}
.pagination a:hover:not(.active) {
    background-color: #f7f7f7;
    border-radius: 50%;
}
.page-back {
    background: url(/images/pagination-back.png) no-repeat top left;
}
.page-back:disabled {
    background: url(/images/pagination-back-disabled.png) no-repeat top left;
    cursor: default;
}
.page-next {
    background: url(/images/pagination-next.png) no-repeat top left;
}
.viewAll a {
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fb7677;
    line-height: 35px;
}
.viewAll a:hover {
    text-decoration: underline;
}
.rentals {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 35px;
}
.fill-star-svg {
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 2px;
    fill: #005380;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.blank-star-svg {
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 2px;
    fill: #fff;
    stroke: #005380;
    stroke-width: 70;
    fill-opacity: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.like-svg {
    display: block;
    height: 28px;
    width: 28px;
    fill: #484848;
    stroke: #fff;
    stroke-width: 2;
    fill-opacity: 0.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/****************   GENERAL   *********************/
/*****  CUSTOMIZED RADIO BUTTON   *****/
.containerBtn {
    display: inline-block;
    position: relative;
    padding-top: 2px;
    padding-left: 35px;
    margin: 0px 50px 25px 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.containerBtn input {
    position: absolute;
    opacity: 0;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #999;
}
/* On mouse-over, add a grey background color */
.containerBtn:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.containerBtn input:checked ~ .checkmark {
    background-color: #199ed8;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.containerBtn input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.containerBtn .checkmark:after {
    top: 7px;
    left: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}
/********* 5 Columns Grid ***********/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*******************   HOME   **************************************/
.search-btn {
    width: 180px;
    height: 50px;
    background-color: #1da0f3;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.search-btn:hover {
    background-color: #fc9192;
}
.lightRedTitle {
    color: #fb7677;
    margin-bottom: 90px;
}
.section_wrp .lightRedTitle h3 {
    font-size: 20px;
    font-weight: bold;
}
.big_btn {
    display: block;
    color: #fff;
    background-color: #fb7677;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    padding: 20px 20px;
    font-weight: 600;
    width: 300px;
    margin: 55px auto 75px;
    text-align: center;
    box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.big_btn:hover,
.big_btn:focus {
    color: #fff;
    opacity: 0.8;
    box-shadow: none;
}
.section_wrp {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_wrp h2 {
    font-size: 32px;
    line-height: 50px;
    margin: 0 15px 6px 15px;
    text-align: center;
    text-transform: capitalize;
    color: #91a6c3;
}
.section_wrp p {
    font-size: 20px;
    margin: 0 0px 30px 0px;
    text-align: center;
}
.section_wrp h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 5px 5px 5px;
    text-align: center;
}
.gl_act {
    padding-top: 15px;
}
.cityes-btn {
    color: #fb7677;
    background-color: #fff;
    border: 3px solid #fb7677;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 30px;
    font-weight: 700;
    box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, 0.2);
    width: 300px;
}
.cityes-btn span {
    font-weight: 700;
    font-size: 15px;
}
.cityes-btn_outline {
    background: #fff;
    border: 1px solid #fb7677;
    color: #fb7677;
    transition: all 0.3s ease;
    border-radius: 3px;
    font-weight: 600;
}
.cityes-btn_outline:hover {
    background: #fff;
    border: 1px solid #3498db;
    color: #3498db;
}
.cityes-btn:hover,
.cityes-btn:focus {
    color: #fb7677;
    box-shadow: none;
}
.gallery {
    margin-left: 0;
    margin-right: 0;
}
.gallery-img1 p,
.gallery-img2 p,
.gallery-img3 p,
.gallery-img4 p,
.gallery-img5 p {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 20px;
}
.gl_title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}
.gl_content {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.gl_thum_wrp {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.gl_content h3 {
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    transition: all ease-in-out 0.25s;
}
.gl_content p {
    font-size: 15px;
    color: #fff;
    padding: 7px 0 0 0;
    margin: 0;
    line-height: 1;
    text-align: left;
    transition: all ease-in-out 0.4s;
}
.pad-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.gallery-img1 span,
.gallery-img2 span,
.gallery-img3 span,
.gallery-img4 span,
.gallery-img5 span,
.gallery-img1 {
    width: 40%;
    margin-right: 2.6%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 194px;
}
.gallery-img2 {
    width: 31.7%;
    margin-right: 2.6%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 194px;
}
.gallery-img3 {
    width: 23.1%;
    float: right;
    overflow: hidden;
    position: relative;
    height: 480px;
}
.gallery-img4 {
    width: 31.7%;
    margin-right: 2.6%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 2.6%;
    height: 256px;
}
.gallery-img5 {
    width: 40%;
    margin-right: 2.6%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 2.6%;
    height: 256px;
}
.gl_img {
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    margin-bottom: 20px;
}
.parent {
    display: inline-block;
    cursor: pointer;
}
.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.parent:hover .child,
.parent:focus .child {
    transform: scale(1.2);
}
.parent:hover h3,
.parent:focus h3 {
    transform: translateY(-15px);
}
.parent:hover p,
.parent:focus p {
    transform: translateY(-15px);
    transition-delay: 0.1s;
}
.btn-space {
    margin-top: 30px;
}
.works-bg {
    background-color: #3498db;
    height: 100%;
}
.works-img {
    height: 320px;
    width: 100%;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
    clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
}
.works {
    background-color: #3498db;
}
.works h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    margin: 0 15px 50px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.works h2:after {
    content: '';
    height: 2px;
    width: 90px;
    background-color: #fff;
    display: block;
    margin-top: 20px;
    margin-left: -45px;
    left: 50%;
    position: absolute;
}
.works h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 120px;
    text-align: center;
    color: #fff;
}
.carousel-text {
    color: #fff;
    padding-right: 8%;
    padding-left: 4%;
}
.carousel-text h1 {
    color: rgba(44, 140, 200, 0.95);
    font-weight: 600;
    font-size: 150px;
    position: absolute;
    z-index: -1;
    text-shadow: 1px 4px 6px #3498db, 0 0 0 #0f6ead, 1px 4px 6px #3498db;
}
.carousel-text h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 26px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 105px;
    z-index: 2;
}
.carousel-text p {
    font-size: 16px;
    line-height: 18px;
}
.marBottom50 {
    margin-bottom: 50px;
}
.marBottom80 {
    margin-bottom: 80px;
    padding-left: 8%;
}
.light_gray_bg {
    background-color: #eff4f7;
}
.how_it_work_row {
    text-align: center;
}
.how_it_work_row .icon_wrp {
    border-radius: 50%;
    background: #f9f9f9;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
}
.how_it_work_row .icon_wrp img {
    padding: 66px;
}
.how_it_work_row .icon_wrp .icon_num {
    width: 46px;
    height: 46px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    background: #a8d8ea;
    border-radius: 50%;
}
.how_content h3 {
    font-weight: 600;
    font-size: 20px;
}
.how_content p {
    font-size: 14px !important;
    line-height: 27px !important;
    font-weight: 300;
}
/* partners */
.partner_wrp {
    padding-bottom: 35px;
}
.partner_logo_row {
    /*display:flex; justify-content: space-around; flex-direction: row; */
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin: 0 auto;
}
.partner_logo_row .partner_logo {
    align-items: center;
    display: flex;
    padding: 10px;
    max-width: 222px;
    width: 100%;
    height: 160px;
    margin: 5px 6px;
}
.partner_logo_row .partner_logo img {
    margin: 0 auto;
    display: table;
}
#secondary-search {
    display: none;
    margin-top: 55px;
}
/*******************    Host List Page   ***************************/
/*Bootstrap carousel*/
.topMargin {
    padding-top: 55px;
}
.negativeMargin {
    margin-top: -32px;
}
#filters {
    position: fixed;
    top: 55px;
    left: 0px;
    padding: 25px 20px 15px;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}
#filters input[type='text'] {
    border: 1px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px 8px;
    width: 100%;
}
.SumoSelect {
    display: block !important;
    float: left !important;
    margin-right: 5px;
}
.SelectBox {
    padding: 10px 8px !important;
}
#filters #fromDatePicker {
    margin: 0px;
}
#home-list {
    margin-top: 80px;
    padding: 0px 20px 40px 20px !important;
}
.padding-0 {
    padding: 0px;
}
.padding-left-0 {
    padding-left: 0px;
}
.home-tile {
    padding: 0px;
    margin: 1% 1% 1%;
    border: 0px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.tile-margin {
    padding: 5px 7px 10px !important;
}
.carousel {
    width: 100%;
}
.carousel-inner .item img {
    width: 100%;
    margin: 0px;
    border-radius: 4px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 22px;
}
.wishList {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}
.infoContainer {
    margin: 3px 0;
}
.infoContainer a {
    text-decoration: none;
}
.host_user_pic {
    width: 22%; /* height: 80px; */
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    position: absolute;
    bottom: 27px;
    left: 30px;
    background: #d6d6d6;
}
/*.host_item_detail>div:first-child{margin-top: -75px;}*/
.host_user_pic img {
    width: 100%;
    height: 100%;
}
.host_aminity {
    float: right;
    display: table;
    width: 75%;
    border: 0px solid #d6d6d6;
    border-collapse: collapse;
    margin-top: 3px;
}
.host_aminity > div {
    display: table-cell;
    vertical-align: middle;
    border-right: 0px solid #d6d6d6;
    padding: 5px 8px;
    color: #696969;
    text-align: left;
}
.host_aminity > div:first-child {
    border-left: 0;
}
.host_aminity > div:last-child {
    border-right: 0;
}
.by_fourwheeler span,
.by_twowheeler span {
    background: url(/images/four-wheeler.png) no-repeat center 5px;
    width: 100%;
    background-size: 20px;
    font-size: 10px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    padding-top: 33px;
    text-align: center;
}
.by_twowheeler span {
    background: url(/images/two-wheeler.png) no-repeat center 5px;
    background-size: 24px;
}
.host_amount {
    font-size: 18px;
    text-align: right !important;
}
.host_amount span {
    display: block;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 300;
    line-height: 10px;
}
.host_item_detail {
    position: relative;
    padding-right: 3px;
}
.host_item_detail h3 {
    font-weight: 400;
    font-size: 24px; /*color:#3498db;*/
    padding-top: 14px;
    padding-left: 0px;
    margin: 0px;
}
.host_item_detail p {
    font-size: 15px;
    color: #333;
    line-height: 1.2;
    padding-top: 3px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300;
}
.width15 {
    width: 16%;
    float: left;
}
.width40 {
    width: 47%;
    float: left;
}
.width20 {
    width: 20%;
    float: right;
}
.clsPaging {
    margin: 50px 0;
}
/* Map */
.map-container {
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    z-index: 3;
}
#map-host {
    height: 100%;
    width: 100%;
}
#map-profile {
    height: 560px;
    width: 100%;
    margin: 0px 0px 50px 0px;
}
.custom-marker {
    position: relative;
    width: 70px;
    height: 30px;
    /*border: 1px solid #CCC; */
    border-radius: 5px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    overflow: visible;
}
/*.custom-marker:after {
    border-top: 40px solid #0099CC;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: 0px;
    content: '';
    position: absolute;
    left: 45%;
    margin-left: -15px;
	margin-bottom: -20px;
    width: 0;
    height: 0;
}*/
.host-marker {
    position: relative;
    width: 114px;
    height: 114px;
    background: #c2e7e0;
    border-radius: 50%;
    opacity: 0.7;
}
/*******************    Profile   ***************************/
#neighborhood-bottom {
    display: none;
}
#more-rooms-right {
    display: none;
}

@media (max-width: 991px) {
    #neighborhood-bottom {
        display: block;
    }
    #neighborhood-left {
        display: none;
    }
    #more-rooms-right {
        display: block;
    }
    #more-rooms-left {
        display: none;
    }
}
.section_header {
    position: relative;
    padding-top: 0px;
    padding-bottom: 25px;
}
.photos-btn {
    position: absolute;
    bottom: 46px;
    right: 20px;
    display: block;
    border: 0px;
    border-radius: 5px;
    background-color: #fff;
    color: #199ed8;
    padding: 5px 10px;
    text-decoration: none !important;
}
.photos-btn:hover {
    opacity: 0.9;
}
.topSmallMargin {
    margin-top: 10px !important;
}
.profile-section {
    margin: 0px 0px 50px 0px;
}
.profile-section h2 {
    color: #1ea0f2;
    border-bottom: 1px solid #dfe0e0;
    margin: 3px 0px 20px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    font-weight: 900;
}
.profile-section h3 {
    color: #333333;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 600;
}
.profile-section p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.profile-section p.smallTxt {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
}
.profile-section span.smallTxt {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    float: left;
    width: 100%;
    text-align: center;
}
#house_pics {
    width: 100%;
}
#house_pics img {
    width: 100%;
    max-width: 1200px;
}
.host_profile-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.host_profile-pic img {
    width: 100%;
    max-width: 200px; /*max-width: 200px;*/
}
.host_profile-info {
    text-align: center;
}
.host_profile-info h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.host_profile-info p {
    margin: -5px;
    font-size: 12px;
    color: #808080;
}
.notes {
    margin: 10px 0px 10px 0px;
}
.notes p {
    line-height: 22px;
    margin: 2px 0px;
    font-weight: 700;
    color: #1da0f3;
    font-size: 15px;
}
.host-people {
    float: left;
    width: 100%;
    text-align: center;
}
.host-people .img-holder {
    background: #ebfbff;
    border-radius: 50%;
    text-align: center;
}
.host-people .img-holder img {
    height: 37px;
    margin: 0 auto;
    display: table;
}
.host-people .name {
    color: #009ee1;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
}
.caption {
    margin: 0px 0px 10px 0px;
}
.caption p {
    line-height: 18px;
}
#rules-extra,
#homestay-extra,
#amenity-extra {
    display: none;
    margin: 20px 0px 0px 0px;
}
.expand-link {
    text-decoration: none !important;
    color: #23a0f2;
    font-size: 12px;
}
#form-amenities {
    margin-top: 20px;
}
#form-amenities h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #00000c;
}
#form-amenities h4 {
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 20px;
}
.guest-comment {
    margin-bottom: 20px;
}
.guest-info h3 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin: 0px 0px 5px 0px;
}
.guest-info p {
    line-height: 20px;
    margin: 2px 0px 10px;
}
.profile-section ul,
ul.list-check {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.profile-section ul.list-check li,
ul.list-check li {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    position: relative;
    padding-left: 27px;
    font-size: 14px;
    color: rgba(75,92,116,0.90);
    letter-spacing: 0.33px;
}
.profile-section ul.list-check li:before,
ul.list-check li:before {
    content: '';
    position: absolute;
    background: url(/images/new-check.svg) no-repeat;
    background-size: 16px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    left: 0px;
}
.profile-section .host_item_detail h3 {
    padding-top: 3px;
    padding-left: 10px;
    margin: 0px;
}
.profile-section .host_aminity {
    float: right;
    display: table;
    width: 78%;
    border: 0px solid #d6d6d6;
    border-collapse: collapse;
    margin-top: 3px;
}
.profile-section .host_aminity > div {
    display: table-cell;
    vertical-align: middle;
    border-right: 0px solid #d6d6d6;
    padding: 1px 2px;
    color: #696969;
    text-align: left;
}
.profile-section .host_amount {
    font-size: 20px;
    font-weight: bold;
    text-align: center !important;
}
.profile-section .host_amount span {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 300;
    line-height: 10px;
}
/* main form box  */
.fixed-form {
    position: fixed;
    top: 75px;
}
/* main form box  */
.fixed-btn {
    position: fixed;
    top: 107px;
}
#profile-form-box {
    border: 1px solid #e5e5e5;
    padding: 0px;
    margin-top: 0px;
    font-size: 15px;
    max-width: 360px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.form-box-header {
    color: #fff;
    background-color: #1ea0f2;
    border-radius: 6px 6px 0px 0px;
    height: 54px;
    margin: 0px;
}
.form-box-content {
    padding: 10px 20px 20px 20px;
}
.host_room_info {
    width: 100%;
    border: 0px solid #d6d6d6;
    border-collapse: collapse;
    float: left;
    padding: 7px 20px;
}
.host_room_info > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.host_room_info > div:first-child {
    border-left: 0;
}
.host_room_info > div:last-child {
    border-right: 0;
}
.host_room_info .host_amount {
    font-size: 20px;
    font-weight: bold;
    text-align: left !important;
}
.host_room_info .host_amount span {
    display: block;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 300;
    line-height: 10px;
}
.host_room_info .host_plan {
    font-size: 20px;
    text-align: right !important;
}
.host_room_info .host_plan span {
    display: block;
    font-size: 13px;
    vertical-align: bottom;
    font-weight: 300;
    line-height: 42px;
}
.price-table {
    border-collapse: collapse;
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
}
.price-table tr td {
    position: relative;
    color: #798DA9;
    font-weight: 400;
    text-align: right;
    width: 30%;
    padding: 10px 0px;
    font-size: 13px;
    vertical-align: middle;
}

.price-table tr.orange td {
    color: #FF8155;
}

.booking-continue-btn.btn {
    padding: 15px 10px;
}
.price-table tr td:first-child {
    text-align: left;
    width: 70%;
}
.price-table img {
    position: relative;
    top: -1px;
    width: 15px;
    display: inline-block;
    margin-left: 6px;
}
.price-table img.firstQ {
}
#form-price-box,
#form-price-box-res {
    padding: 0px 2%;
    margin-top: 15px;
    margin-bottom: 5px;
}
#form-price-box form,
#form-price-box-res form {
    margin-top: -10px;
}
#form-price-box form .select,
#form-price-box-res form .select {
    height: 48px;
}
#form-price-box form .select select,
#form-price-box-res form .select select {
    font-size: 14px;
    padding: 14px 12px;
}
#form-price-box form input,
#form-price-box-res form input {
    padding: 14px 12px;
    font-size: 14px;
}
#form-price-box form .checkDate,
#form-price-box-res form .checkDate {
    margin-bottom: 5px !important;
    margin-top: 15px !important;
}
/* INPUT + SELECT + SUBMIT */
.field-box {
    margin: 10px 0px 10px;
}
#profile-form-box form input,
#profile-form-box-mobile form input {
    height: 41px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-size: 13px;
    color: #666666;
}
#profile-form-box form label,
#profile-form-box-mobile form label {
    font-weight: 600;
    font-size: 13px;
    color: #333333;
}
#profile-form-box form .checkDate,
#profile-form-box-mobile form .checkDate {
    display: inline-block;
    float: left;
    width: 48%;
}
#profile-form-box form .moveDate > div:last-child,
#profile-form-box-mobile form .moveDate > div:last-child {
    float: right;
}
#profile-form-box form select,
#profile-form-box-mobile form select {
    height: 41px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
    background: #fff url(/images/dropdown.svg) no-repeat 96% 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    background-size: 13px;
    font-size: 13px;
}
#profile-form-box form input.submit_btn,
#profile-form-box form .submit_btn,
#profile-form-box-mobile form input.submit_btn,
#profile-form-box-mobile form .submit_btn {
    display: block;
    text-align: center;
    background-color: #1ea0f2;
    /* margin: 5px 0px; */
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
    text-align: center;
    border: 0px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 1px 4px 21px rgba(30, 160, 242, 0.5);
}
#profile-form-box form input.submit_btn:hover,
#profile-form-box-mobile form input.submit_btn:hover {
    opacity: 0.8;
}
#instagram {
    width: 40px;
    height: 40px;
}
/************************  BOOKING PROCESS  *************************/
.affix {
    position: fixed;
}

.daterangepicker.dropdown-menu {
    z-index: 10000;
}

.search-page-label {
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .affix {
        position: fixed;
        width: 293px !important;
    }
    .affix-top {
        width: 293px !important;
    }
}
.affix-bottom {
    position: absolute;
}
#breadcrumb {
    margin-top: 80px;
}
#booking-steps {
    margin-top: 30px;
    margin-bottom: 100px;
    width: 80%;
}
#booking-steps h1 {
    font-size: 24px;
    line-height: 42px;
    color: #199ed8;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 10px;
}
#booking-steps p {
    line-height: 28px;
}
#booking-steps .labelInput {
    margin-top: 15px;
    margin-bottom: 0px;
}
#booking-steps .title-step-form {
    margin-top: 50px;
    margin-bottom: 20px;
}
.guestDetails .guest_wrp {
    float: left;
    border-radius: 50%;
    background: #f9f9f9;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    margin-top: 5px;
}
.guestDetails .guest_wrp img {
    padding: 0px;
}
.gInfo {
    float: right;
    margin-top: 38px;
}
.gInfo p {
    color: #199ed8;
    font-size: 15px;
    font-weight: bold;
}
.gInfo img {
    width: 35px;
}
.gender {
    float: left;
    text-align: center;
}
.smoker {
    float: left;
    margin-left: 10px;
    text-align: center;
}
#booking-summary {
    margin-top: 100px;
    font-size: 15px;
    max-width: 360px;
    width: 100%;
    text-align: left;
    box-shadow: 0 22px 60px 0 rgba(29,33,46,0.06);
}
#booking-summary h2 {
    color: #1DA0F3;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: CENTER;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 0.57px;
}
.summary-box-content {
    padding: 15px 25px;
    background: #ffffff;
    border: 1px solid #f1f0f0;
}
.summary-box-content .field-box {
    margin-top: 0px;
}
.summary-table {
    border-collapse: collapse;
    margin-top: 0px;
    margin-bottom: 25px;
    width: 100%;
}
.summary-table tr td {
    position: relative;
    color: #696969;
    text-align: right;
    width: 30%;
    padding: 20px 5px 4px;
    border-bottom: 1px solid #d5d5d5;
}
.summary-table tr td:first-child {
    text-align: left;
    width: 70%;
}
.summary-table img {
    position: absolute;
    bottom: 4px;
    width: 20px;
}
.summary-table img.firstQ {
    left: 203px;
}
.summary-table img.secondQ {
    left: 100px;
}
.fixed-summary {
    position: fixed;
    top: 110px;
}
.fixed-summary-bottom {
    position: fixed;
    bottom: 0px;
}
/* Style the input fields */
#booking-steps input {
    height: 50px;
    width: 99.8%;
    padding: 6px 8px 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#booking-steps select {
    height: 50px;
    width: 99.8%;
    padding: 6px 8px 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
}
#booking-steps #dateSelection select {
    /*width: 32.5%;
	margin-left: 0.5%;*/
}
#booking-steps #dateSelection select:first-child {
    margin-left: 0%;
}
#booking-steps #dateSelection p {
    float: left;
    width: 32.8%;
    margin-left: 0.5%;
}
#booking-steps #dateSelection p:first-child {
    margin-left: 0%;
}
.requirements {
    margin-top: 50px;
    margin-bottom: 0px;
}
#booking-steps textarea {
    height: 160px;
    width: 99.8%;
    padding: 5px 8px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}
.btn-margin {
    margin: 40px 0px;
}
#booking-steps #card-details p {
    display: inline-block;
    width: 49.5%;
}
#booking-steps .nextBtn {
    background-color: #199ed8;
    margin: 0px;
    color: white;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 99.8%;
    height: auto;
    text-align: center;
    border: 0px;
    border-radius: 5px;
    box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, 0.2);
}
#booking-steps .nextBtn:hover {
    opacity: 0.8;
    box-shadow: none;
}
/* Mark input boxes that gets an error on validation: */
#booking-steps .invalid {
    background-color: #ffdddd;
}
/* Hide all steps by default: */
.booking-tab {
    display: none;
    margin-top: 30px;
    min-height: 700px;
}
/* Make circles that indicate the steps of the form: */
.step {
    margin: 0 2px;
    color: #333;
    border: none;
    display: inline-block;
    background-color: #fff;
}
/* Mark the active step: */
.step.active {
    color: #199ed8;
    opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
    color: #199ed8;
    opacity: 0.6;
}
#booking-steps ul {
    list-style: none;
    margin: 25px 0px 20px;
}
#booking-steps li {
    position: relative;
    list-style-type: none;
    height: 46px;
    line-height: 34px;
}
#booking-steps li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -40px;
    width: 30px;
    height: 30px;
    background-image: url('/images/disc.png');
}
.back-btn {
    background-color: #fff;
    margin: 5px 0px;
    color: #199ed8;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 99.8%;
    height: auto;
    text-align: center;
    border: 2px solid #199ed8;
    border-radius: 5px;
    box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.back-btn:hover {
    box-shadow: none;
}
/**************************    FOOTER    ***********************/
.footer {
    background-color: #f9f9f9;
}
.footer-logo {
    width: 120px;
    margin-top: 20px;
}
.footer-bg1 {
    padding: 60px 0px 30px;
    background-color: #f9f9f9;
    position: relative;
}
.footer-nav {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 100%;
    margin-left: 20%;
}
.footer-nav h6,
.footer-contact h6 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #808080;
    margin-top: 0px;
}
.footer-nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.footer-nav ul li a {
    color: #666666;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.footer-nav ul li a:hover {
    color: #333;
}
.social-icon {
    margin: 70px auto 0px;
    list-style: none;
    padding: 0;
    width: 234px;
}
.social-icon li {
    float: left;
    margin: 0px 5px 58px;
}
.social-icon li a svg #google,
.social-icon li a svg #google1,
.social-icon li a svg #google2,
.social-icon li a svg #twitter,
.social-icon li a svg #facebook,
.social-icon li a svg #pinterest,
.social-icon li a svg #instagram,
.social-icon li a svg #instagram1,
.social-icon li a svg #instagram2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon li a svg:hover #google,
.social-icon li a svg:hover #google1,
.social-icon li a svg:hover #google2 {
    fill: #d6492f;
}
.social-icon li a svg:hover #twitter {
    fill: #20b8ff;
}
.social-icon li a svg:hover #facebook {
    fill: #3b5998;
}
.social-icon li a svg:hover #pinterest {
    fill: #b93936;
}
.social-icon li a svg:hover #instagram,
.social-icon li a svg:hover #instagram1,
.social-icon li a svg:hover #instagram2 {
    fill: #527fa4;
}
.footer-email input {
    width: 280px;
    height: 50px;
    border: none;
    padding-left: 15px;
    border-radius: 3px 0 0 3px;
}
.footer-email-btn {
    width: 150px;
    height: 50px;
    background-color: #fb7677;
    border-bottom: 0px solid #3498db;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin-left: -5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 3px 3px 0;
}
.footer-email-btn:hover {
    background-color: #3498db;
}
.footer-fill-star-svg {
    display: block;
    height: 17px;
    width: 17px;
    margin-right: 3px;
    fill: #d6d7d8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.footer-blank-star-svg {
    display: block;
    height: 17px;
    width: 17px;
    margin-right: 3px;
    fill: transparent;
    stroke: #d6d7d8;
    stroke-width: 70;
    fill-opacity: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/*******************************************************/

.price-show {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    padding: 7px 10px;
    position: absolute;
    left: 50px;
    top: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.price-show:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    left: 0;
    bottom: -9px;
}
.price-show-select {
    background-color: #005380;
    color: #fff;
    font-size: 15px;
    padding: 7px 10px;
    position: absolute;
    left: 150px;
    top: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.price-show-select:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #005380;
    border-left: 10px solid transparent;
    position: absolute;
    left: 0;
    bottom: -9px;
}
.map-popup-contact {
    background-color: #fff;
    width: 260px;
    position: absolute;
    padding: 5px 5px 0 5px;
    left: 302px;
    top: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.map-popup-contact:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -12px;
    top: 60px;
}
.popup-img {
    width: 250px;
    height: 140px;
    overflow: hidden;
}
.popup-img img {
    width: 100%;
}
.popup-price {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 5px;
    font-weight: 300;
}
.popup-price span {
    font-weight: 600;
    color: #3498db;
}
.map-directions {
    list-style: none;
    margin: 5px 0 16px 0;
    float: right;
}
.map-directions a {
    color: #696969;
    font-weight: 300;
    font-size: 10px;
    display: block;
    text-align: center;
}
.map-directions li {
    float: left;
    margin: 0 1px;
}
.byCar {
    background: url(/images/map-directions.png) no-repeat 2px 0px;
    width: 50px;
    height: 30px;
    padding-top: 30px;
}
.byTrain {
    background: url(/images/map-directions.png) no-repeat -49px 0px;
    width: 50px;
    height: 30px;
    padding-top: 30px;
}
.byWalk {
    background: url(/images/map-directions.png) no-repeat -97px 0px;
    width: 50px;
    height: 30px;
    padding-top: 30px;
}
.byBicycle {
    background: url(/images/map-directions.png) no-repeat -145px 0px;
    width: 50px;
    height: 30px;
    padding-top: 30px;
}
.map-popup-starRating {
    display: inline-block;
    margin-top: 10px;
    margin-left: 4px;
}
.map-popup-textReviews {
    font-weight: 300;
    font-size: 12px;
    color: #969696;
    line-height: 30px;
}
.map-popup-fill-star {
    display: block;
    height: 13px;
    width: 13px;
    margin-right: 1px;
    fill: #005380;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.map-popup-blank-star {
    display: block;
    height: 13px;
    width: 13px;
    margin-right: 1px;
    fill: #fff;
    stroke: #005380;
    stroke-width: 70;
    fill-opacity: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* new design css */
.filter_bar {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}
.filter_bar .filter_cell {
    display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}
.filter_bar .filter_cell:first-child {
    padding-left: 0;
}
/* .filter_bar .filter_cell:last-child{padding-right:0} */
.w130px {
    width: 130px;
}
.host_list_thum {
    max-width: 100%;
    width: auto;
    height: 210px;
    object-fit: cover;
}
.select_chk .SumoSelect {
    width: 100%;
}
.filter_cell .cityes-btn_outline {
    display: block;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}
.filter_cell .SumoSelect > .optWrapper {
    width: auto;
}
.hostlist_personal_detail {
    text-align: center;
}
.hostlist_personal_detail h3 {
    color: #3498db;
    font-size: 22px;
}
.hostlist_personal_detail strong {
    font-weight: 600;
}
.hostlist_personal_detail p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    padding-bottom: 15px;
}
.hostlist_personal_detail p strong {
    font-size: 14px;
}
.hostlist_personal_detail h4 {
    font-size: 16px;
    font-weight: 600;
}
.hostlist_personal_detail > div {
    padding-top: 15px;
    border-bottom: 1px solid #d6d6d6;
}
.hostlist_personal_detail > div:last-child {
    border-bottom: 0;
}
.detail_lbl {
    font-weight: 600;
}
.host_desc {
    padding-top: 10px;
}
.font-15 {
    font-size: 15px;
    font-weight: 300;
}
.font-16 {
    font-size: 16px;
}
.bluetxt {
    color: #005380;
    font-size: 15px;
}
.kid_yrs {
    margin-top: -14px;
    position: relative;
}
.kid_yrs:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -5%;
    height: 110%;
    width: 1px;
    background: #d6d6d6;
    display: block;
}
.kid_yrs > div {
    float: left;
    line-height: 16px;
    color: #005380;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 14px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-size: 15px;
}
.kid_yrs .boy_img {
    background-image: url(/images/icon-boy.png);
}
.kid_yrs .girl_img {
    background-image: url(/images/icon-girl.png);
}
.pets_count {
    margin-top: -15px;
    position: relative;
}
.beforeSep:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -5%;
    height: 110%;
    width: 1px;
    background: #d6d6d6;
    display: block;
}
.pets_count .pets {
    float: left;
    font-size: 22px;
    color: #fb7677;
    font-weight: 700;
    padding-right: 45px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
}
.pets_count .pets:first-child {
    margin-left: 0;
}
.pets_count .pets.dog_l_icon {
    background-image: url(/images/dog-icon-l.png);
}
.pets_count .pets.dog_m_icon {
    background-image: url(/images/dog-icon-m.png);
    background-position: 65% center;
}
.pets_count .pets.dog_s_icon {
    background-image: url(/images/dog-icon-s.png);
    background-position: center center;
}
.pets_count .pets.dog_m_icon_home {
    background-image: url(/images/dog-icon-m-home.png);
    background-position: 65% center;
}
.pets_count .pets.cat_l_icon {
    background-image: url(/images/cat-icon-l.png);
}
.pets_count .pets.cat_m_icon {
    background-image: url(/images/cat-icon-m.png);
    background-position: 75% center;
}
.pets_count .pets.cat_s_icon {
    background-image: url(/images/cat-icon-s.png);
    background-position: 38px center;
}
.tab_section_head {
    color: #3498db;
    border-bottom: 1px solid #3498db;
    padding-bottom: 10px;
}
.tab_section_head h2 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 15px;
}
.aminity_section_title {
    font-size: 16px;
    color: #696969;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 30px;
}
.neighborhood_section_title {
    font-size: 16px;
    color: #696969;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 30px;
}
.neighborhood_section_content {
    font-weight: 300;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 1.3;
}
/* end */

/*host detail page*/
.room-only ul {
    list-style: none;
}
.room-only ul li {
    background: url(/images/calendar-next.png) -13px 5px no-repeat;
    padding-left: 15px;
}
.slider-img-1 {
    background-image: url(/images/slider-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
}
.slider-full {
    padding: 25px 0;
}
.request-btn {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    background: #fff;
}
.request-btn-fix {
    position: fixed;
    top: 0;
    left: 72%;
    z-index: 1000;
}
.request-btn-fix .btn {
    margin-top: 5px;
    padding: 0 20px;
    margin-bottom: 0;
}
.owl-text-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}
.owl-text-overlay h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.owl-text-overlay h2 span {
    font-size: 16px;
}
.owl-text-overlay p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
#host-details .owlPrev,
#host-details .owlNext {
    background-size: 22px;
    width: 8%;
}
#host-details .tablinks a {
    color: #696969;
    width: 25% !important;
    height: 50px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    transition: 0.3s;
    font-size: 16px;
    background: #eff4f7;
    border-top: 2px solid #3498db;
}
#host-details .tablinks a:hover {
    color: #fff;
    border-top: 2px solid #3498db;
    background: #3498db;
}
#host-details .activeTab {
    color: #fff !important;
    border-top: 2px solid #3498db !important;
    background: #3498db !important;
}
#host-details .tabcontent {
    display: none;
    margin-top: 60px;
}
.tab-content {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}
.stickytab {
    position: absolute;
    width: 750px;
}
.fixTab {
    position: fixed;
    top: 0;
    z-index: 700;
}
.fixTab:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 50px;
    background: #fff;
}
.stickyprice {
    position: absolute;
    width: 360px;
    background: #fff;
}
.fixPrice {
    position: fixed;
    top: 0;
    z-index: 510;
}
#YourHost h1,
#Amenities h1 {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 30px;
}
.your-host {
    padding-top: 90px !important;
    margin: 0;
}
.borderTop {
    border-top: 1px solid #ccc;
    width: 100%;
}
#YourHost .img-circle,
#reviews .img-circle {
    width: 100%;
}
.students-hosted1 {
    font-size: 15px;
    color: #005380;
    text-align: left;
    line-height: 16px;
    position: relative;
    text-align: center;
}
.students-hosted {
    font-size: 15px;
    color: #005380;
    text-align: left;
    line-height: 16px;
    position: relative;
    text-align: center;
}
.students-hosted:before {
    width: 1px;
    height: 120%;
    top: -12%;
    left: -14px;
    background: #d6d6d6;
    position: absolute;
    content: '';
}
.ambassador {
    font-size: 15px;
    color: #005380;
    line-height: 16px;
    padding-left: 45px;
    background: url(/images/icon-approved.png) no-repeat left center;
    height: 30px;
}
.big_num {
    font-weight: 700;
    font-size: 22px;
    color: #fb7677;
    display: block;
    line-height: 25px;
    text-align: center;
}
.ambassador img {
    float: left;
    margin-right: 4px;
    margin-bottom: 20px;
}
.hr {
    width: 40%;
}
.bold {
    font-weight: 800;
}
#Amenities .more-btn {
    margin: 0;
}
.amenities-text {
    width: 100%;
    height: 38px;
    display: block;
    padding-top: 12px;
    padding-left: 45px;
    margin: 20px 0;
    font-size: 15px;
    font-weight: 300;
    color: #5f5f5f;
}
.tv {
    background: url(/images/icon-tv.png) no-repeat left center;
}
.desk {
    background: url(/images/icon-desk.png) no-repeat left center;
}
.closet-space {
    background: url(/images/icon-closet-space.png) no-repeat 10px center;
}
.double-beds {
    background: url(/images/icon-double-beds.png) no-repeat left center;
}
.bathroom {
    background: url(/images/icon-bathroom.png) no-repeat left center;
}
.internet {
    background: url(/images/icon-internet.png) no-repeat 10px center;
}
.kitchen {
    background: url(/images/icon-kitchen.png) no-repeat 10px center;
}
.laundry {
    background: url(/images/icon-laundry.png) no-repeat left center;
}
.parking {
    background: url(/images/icon-parking.png) no-repeat left center;
}
.pool {
    background: url(/images/icon-pool.png) no-repeat left center;
}
.fitness {
    background: url(/images/icon-fitness.png) no-repeat left center;
}
.neighborhood-map {
    background: url(/images/neighborhood-map.png) no-repeat left top;
    width: 100%;
    display: block;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.distance-popup {
    background-color: #fff;
    width: 270px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.distance-text {
    font-size: 16px;
    padding: 15px 0 10px 15px;
    float: left;
}
.distance-km {
    font-size: 14px;
    padding: 15px 15px 10px 0;
    float: right;
}
.distance-directions {
    list-style: none;
    padding: 10px 15px 15px 15px;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
}
.distance-directions li {
    float: left;
    width: 25%;
}
.distance-directions li a {
    color: #333;
    font-size: 10px;
    display: block;
    text-align: center;
}
#Neighborhood h1 {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 40px;
}
#HouseRules h1 {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 130px;
    padding-bottom: 40px;
}
.pad0 {
    padding: 0;
}
.marHouseRules {
    margin-top: -60px;
}
.house-rule {
    font-weight: 300;
    font-size: 15px;
    color: #5f5f5f;
    list-style: none;
}
.house-rule li {
    /*background:url(/images/list-style.png) no-repeat top left; padding-left: 60px; */
    padding-bottom: 14px;
    line-height: 1.2;
}
.reviews-bg {
    background-color: #eff4f7;
    height: auto;
}
#reviews h2 {
    font-size: 28px;
    text-transform: capitalize;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 300;
}
#other-homestay h1 {
    font-size: 28px;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: 300;
}
#reviews h2 span {
    font-weight: 300;
    font-size: 22px;
}
.star_rating_wrp .student-name,
.star_rating_wrp .starRatingContainer {
    display: inline-block;
}
.student-name {
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
}
.star_rating_wrp .starRatingContainer {
    margin-top: 0;
    height: auto;
}
.star_rating_wrp .date_p {
    font-size: 15px;
}
.review_title {
    padding-bottom: 10px;
}
.review_title h3 {
    font-size: 20px;
    color: #3498db;
}
.wid60 {
    width: 60% !important;
}
.reviews-text p:first-child {
    color: #005380;
    font-weight: 300;
    margin-top: 10px;
}
.reviews-text p {
    font-weight: 300;
    font-size: 15px;
    color: #5f5f5f;
    margin-bottom: 10px;
    line-height: 18px;
}
.reviews-img {
    text-align: center;
}
.reviews-img img {
    display: inline-block;
    max-width: 78%;
    margin: 0 auto;
}
.owl-theme .owl-nav {
    width: 100%;
    margin: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    margin: 0;
    padding: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}
#slider4 .owl-prev,
#slider5 .owl-prev,
#slider6 .owl-prev {
    position: absolute;
    left: -30px;
    height: 32px;
    width: 20px;
    background: url(/images/arriw-prev1.png) no-repeat center center;
    top: 30%;
}
#slider4 .owl-next,
#slider5 .owl-next,
#slider6 .owl-next {
    position: absolute;
    right: -30px;
    height: 32px;
    width: 20px;
    background: url(/images/arriw-next1.png) no-repeat center center;
    top: 30%;
}
.neighborhood-nav {
    font-size: 12px;
    list-style: none;
    float: right;
}
.neighborhood-nav li {
    float: left;
    padding-top: 50px;
    text-align: center;
    width: 70px;
    height: 45px;
}
.neighborhood-nav a {
    color: #333;
    cursor: default;
    font-weight: 300;
    font-size: 13px;
}
.transport {
    background: url(/images/transport-up.png) no-repeat top center;
}
.transport:hover {
    background: url(/images/transport-hover.png) no-repeat top center;
}
.food {
    background: url(/images/food-up.png) no-repeat top center;
}
.food:hover {
    background: url(/images/food-hover.png) no-repeat top center;
}
.shopping {
    background: url(/images/shopping-up.png) no-repeat top center;
}
.shopping:hover {
    background: url(/images/shopping-hover.png) no-repeat top center;
}
.parks {
    background: url(/images/parks-up.png) no-repeat top center;
}
.parks:hover {
    background: url(/images/parks-hover.png) no-repeat top center;
}
.fitnes {
    background: url(/images/fitness-up.png) no-repeat top center;
}
.fitnes:hover {
    background: url(/images/fitness-hover.png) no-repeat top center;
}
.book-it-container {
    margin-bottom: 30px !important;
}
.book-price {
    background: #005380;
    color: #fff;
    font-size: 28px;
    height: 50px;
    line-height: 38px;
    padding: 0 20px;
    width: 360px;
    display: table;
}
.book-price span {
    position: absolute;
    top: 34px;
    left: 22px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}
.room_aminiti_lbl {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    width: 65%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.book-it-detail {
    border: 1px solid #d6d6d6;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border-top: none;
}
#host-details .move-in-field {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-top: 15px;
}
#host-details .move-out-field {
    width: 49%;
    float: left;
    margin-top: 15px;
}
#host-details .move-in-field input,
#host-details .move-out-field input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
}
#host-details .enter-guest input {
    width: 100%;
    height: 50px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding-left: 15px;
}
#host-details .enter-guest1 {
    width: 25%;
    float: left;
    margin-right: 2%;
    margin-top: 10px;
}
#host-details .enter-room {
    width: 73%;
    float: left;
    margin-top: 10px;
}
.book-it-detail label {
    font-size: 16px;
    line-height: 32px;
    color: #3498db;
    font-weight: 600;
}
.room-pricing {
    font-weight: 600;
    font-size: 15px;
    padding: 15px 0 10px 0;
    color: #3498db;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}
#host-details .checkbox {
    margin: 5px 0;
}
.prising_tbl {
    margin: 0 -20px;
}
.pricing td {
    font-weight: 300;
    font-size: 15px;
}
.before_total td {
    padding-bottom: 20px;
}
.pricing {
    width: 100%;
}
.pricing tr {
    vertical-align: bottom;
    border-bottom: 1px solid #d6d6d6;
}
.charged-text {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
}
.total_row {
    border: none !important;
}
.width75 {
    width: 75%;
}
.width25 {
    width: 25%;
    text-align: right;
}
.height34 {
    height: 34px !important;
}
.height15 {
    height: 15px !important;
}
.pricing-total {
    font-weight: 600 !important;
    font-size: 16px !important;
    height: 40px !important;
}
.btn {
    background-color: #1da0f3;
    border-bottom: 0px solid #1da0f3;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
    box-shadow: 1px 4px 21px rgba(30, 160, 242, 0.5);
}
.btn:hover {
    background-color: #3498db;
    color: #fff !important;
}
.btn:focus {
    color: #fff !important;
}
.more-bedroom-top {
    color: #3498db;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d6d6d6;
    font-weight: 600;
}
.more-bedroom-detail {
    border: 1px solid #d6d6d6;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-top: none;
}
.more-bedroom-detail .infoPrice {
    margin-left: 0;
}
.badroom-img {
    width: 40%;
    margin-right: 15px;
    overflow: hidden;
    float: left;
    height: 90px;
}
.single-bad {
    background: url(/images/shared-2.png) no-repeat -20px top;
    line-height: 18px;
    background-size: 38px;
    padding-left: 24px;
    font-weight: 300;
    font-size: 14px;
    color: #5f5f5f;
    margin: 7px 0 5px 0;
}
.private-bath {
    background: url(/images/icon-bathroom.png) no-repeat left top;
    line-height: 18px;
    background-size: 18px;
    padding-left: 24px;
    font-weight: 300;
    font-size: 14px;
    color: #5f5f5f;
}
.pad-left45 {
    padding-left: 45px;
}
/*student-deshboard page*/
.profile-setting {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 2px solid #9acced;
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.hostTxt {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 2px solid #9acced;
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.hostTxt img {
    width: 100%;
}
#dashboard .mainmenu > ul > li a.help::before {
    right: -12px;
}
#dashboard .mainmenu > ul > li {
    margin-right: 25px;
}
#dashboard .drop-1 .selectric-hover .selectric span {
    color: #fff;
}
#dashboard .drop-1 .selectric-hover .selectric .button:after {
    border-top-color: #fff;
}
#dashboard .more-btn {
    margin: 0 1px;
    margin-bottom: 0px;
}
.mob-help {
    margin: 0 15px 0 20px !important;
}
.profile-host {
    margin-right: 20px;
}
.profile-host:after {
    content: ' ';
    position: absolute;
    top: -3px;
    right: -22px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    border-bottom: none;
}
.profile-setting img {
    width: 40px;
    height: 40px;
}
.favourite-icon {
    width: 34px;
    height: 34px;
    background: url(/images/icon-favourite.png) no-repeat center center;
    display: block;
}
.dashboard-nav ul li.msgcount a span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fb7677;
    display: block;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: -5px;
    right: -8px;
}
.dashboard-nav ul li.notificationcount a span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fb7677;
    display: block;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: -5px;
    right: -8px;
}
.dashboard-nav ul li a span {
    width: 22px;
    height: 22px;
    border-radius: 50%; /* background:#FB7677; display:block; */
    line-height: 22px;
    text-align: center; /*font-weight:bold;/* position: absolute; top: -5px; right: -8px;*/
}
.message-icon {
    width: 34px;
    height: 34px;
    background: url(/images/icon-message.png) no-repeat center center;
    display: block;
    margin-top: 5px;
}
.notification-icon {
    width: 34px;
    height: 34px;
    background: url(/images/icon-notification.png) no-repeat center center;
    display: block;
    margin-top: 5px;
}
.dashboard-nav {
    position: relative;
}
.dashboard-nav.mainmenu > ul > li a:hover {
    color: #fff;
}
.dashboard-nav.mainmenu > ul > li a.help:hover::before {
    background: url(/images/help-icon.png) top left no-repeat;
}
.my-profile {
    width: 200px;
    display: block;
    position: absolute;
    top: 53px;
    right: 154px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-top: 7px solid #3498db;
}
/* .my-profile:before {content:''; width: 0; height: 0; border-left:12px solid transparent;border-right:12px solid transparent; border-bottom:14px solid #fff; position: absolute; top: -14px; right: 12px;} */
.my-profile::before {
    content: '';
    background: url('/images/uparrow.png') left center no-repeat;
    width: 12px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: -13px;
}
.my-profile li {
    list-style: none;
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 0 10px;
    cursor: pointer;
}
.my-profile li a {
    color: #333 !important;
    line-height: 40px !important;
}
.my-profile li:hover {
    font-weight: 600 !important;
}
.my-profile li:last-child {
    border-bottom: none;
}
.black-head {
    height: 65px;
    width: 100px;
    display: inline-block;
    background: #005380;
}
.myAccount,
.notificationBox,
.messageBox,
.offerBox {
    border: 1px solid #d6d6d6;
    width: 100%;
    margin: 30px 0;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}
.myAccount {
    padding: 35px 15px;
}
.offerBox {
    padding: 35px 15px 0 15px;
}
.offerBox,
.upcoming-stude {
    margin-bottom: 80px;
}
.dashboard-btn {
    height: 40px;
    background-color: #fb7677;
    border-bottom: 0px solid #3498db;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dashboard-btn:hover {
    background-color: #3498db;
    color: #fff;
    border-bottom: 40px solid #3498db;
}
.headText {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.subheadText {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.textBox {
    padding: 35px 15px;
    background: #eff4f7;
    display: inline-block;
    width: 100%;
    margin-bottom: -3px;
    border-bottom: 1px solid #d6d6d6;
}
.notifiRow {
    border-top: 1px solid #d6d6d6;
    margin: 0 1.5%;
    padding: 15px 0;
    min-height: 60px;
    width: auto;
}
.rowText {
    color: #005380;
    font-size: 15px;
    line-height: 22px;
    margin-top: 4px;
    font-weight: 300;
}
.noBorder {
    border: none;
}
.tRight {
    text-align: right;
}
.sendmail {
    margin: 30px 0;
}
.messageRow {
    padding: 30px 15px 50px 15px;
    width: 100%;
}
.offerTitle {
    display: inline-block;
}
.offerRow {
    width: 100%;
    padding: 30px 0 30px 0;
}
.offerTexttitel {
    color: #0e76bd;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    text-align: left;
}
.offerText {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.head-nav {
    background: #005380;
    width: 100%;
    height: 50px;
}
/*student-deshboard info page*/
.tab button {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 0 15px;
    transition: 0.3s;
    font-size: 16px;
    line-height: 18px;
    background: #fff;
    height: 50px;
}
.tab button:hover,
.tab button.active {
    background: #f7f9fb;
    color: #3498db;
}
.tabcontent {
    display: none;
}
.panding-varification {
    float: right;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
.panding-varification span {
    float: right;
    background: #fb7677;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    margin-top: 10px;
    line-height: 30px;
    padding-left: 10px;
    margin-left: 6px;
}
.profileBox {
    border: 1px solid #d6d6d6;
    margin-top: 10px;
    width: 100%;
    padding: 15px 5px;
}
.preferenceBox {
    border: 1px solid #d6d6d6;
    margin-top: 10px;
    width: 100%;
}
.profileBtn {
    text-align: right;
}
#dashboard .text-field {
}
#dashboard input:focus,
#dashboard textarea:focus {
    border: 1px solid #00adef;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 173, 239, 0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 173, 239, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(0, 173, 239, 0.4);
}
.personal-info {
    border-radius: 50%;
    width: 125px;
}
.borderNone {
    border: none;
}
.mob-notification {
    margin-top: 10px;
    white-space: nowrap;
}
.verified {
    margin-left: 30px;
    background: url(/images/verified.png) no-repeat left 1px;
    display: inline-block;
    padding-left: 28px;
}
.profile-img {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    overflow: hidden;
    margin-right: 15px;
}
.profile-img img {
    width: 110%;
}
.stFirstName {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-top: 16px;
}
.stLastName {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
#preferences .radio-title {
    width: 100%;
}
.text-field-edit {
    width: 100%;
    height: 40px;
    border: 1px solid #d6d6d6;
    padding: 0 10px;
    background: #fff;
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 300;
}
.mar0 {
    margin: 0;
}
.rowTextEdit {
    color: #005380;
    font-size: 16px;
    line-height: 22px;
}
.color {
    color: #696969;
}
.height40 {
    min-height: 35px;
    margin-top: 5px;
    line-height: 30px;
}
.height40 .more-btn,
.termsRow .more-btn {
    margin-bottom: 5px !important;
}
/*Host-deshboard page*/
.balanceTitle {
    font-size: 20px;
    line-height: 30px;
}
.student-img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 4px;
}
.student-img img {
    width: 100%;
}
.rowPad25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.payNow {
    padding: 0 20px;
    margin-top: 10px;
    background-color: #20ab26;
    color: #fff;
    border: none;
}
.payNow:hover {
    padding: 0 20px;
    margin-top: 10px;
    background-color: green;
    color: #fff;
    border: none;
}
.rowPad25 .more-btn {
    margin-top: 10px;
}
.messageTxt {
    margin-left: 60px;
    margin-top: 10px;
}
.message-height {
    height: 48px;
    overflow: hidden;
}
.messageTxt p {
    line-height: 22px;
    margin-bottom: 10px;
    color: #333;
}
.less-btn {
    border: 1px solid #5f5f5f;
    color: #5f5f5f;
}
.student-detail {
    min-height: 50px;
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #d6d6d6;
}
.sTitle,
.pending a,
.accepted a {
    font-size: 16px;
    font-weight: 600;
}
.stName {
    font-size: 16px;
    margin-bottom: 6px;
}
.stCity {
    font-size: 16px;
    line-height: 24px;
}
.pending a {
    color: #e80505;
}
.accepted a {
    color: #20ab26;
}
.stStatus {
    text-align: center;
}
.icon-calendar {
    background: url(/images/icon-mix.png) no-repeat 0px 2px;
    display: block;
    width: 20px;
    height: 24px;
    float: left;
    margin-right: 5px;
}
.icon-clock {
    background: url(/images/icon-mix.png) no-repeat -25px 2px;
    display: block;
    width: 20px;
    height: 24px;
    float: left;
    margin-right: 5px;
}
/*host-deshboard info page*/
.bedroomListBox {
    border: 1px solid #d6d6d6;
    width: 100%;
    margin: 30px 0;
}
.bedroomListTitle {
    padding: 0 30px;
    background: #eff4f7;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 65px;
}
.listItem {
    padding: 40px 30px;
    border-top: 1px solid #d6d6d6;
}
.listImages {
    width: 270px;
    height: 160px;
    overflow: hidden;
    float: left;
}
.listItemtext {
    margin-left: 30px;
    float: left;
}
.listItemtext h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.listItemtext p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.sticky {
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.header-bg.active h1 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.header-bg.active p {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.header-bg.active .main-search-full {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.discover-bg.active h2,
.works-bg.active h2,
.video-bg.active h2,
.meetHost-bg.active h2,
.partners-bg.active h2 {
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    animation-delay: 0.6s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.discover-bg.active h3,
.works-bg.active h3,
.works-bg.active h1,
.works-bg.active h4,
.works-bg.active p,
.meetHost-bg.active h3,
.meetHost-bg.active h4 {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.meetHost-bg.active .host-bg {
    animation-name: fadeInUp20;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.works-bg.active .works-img {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.partners-bg.active .owl-carousel {
    animation-name: fadeInUp20;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.discover-bg.active .gallery-img1 {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.discover-bg.active .gallery-img2 {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.discover-bg.active .gallery-img3 {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.discover-bg.active .gallery-img4 {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.discover-bg.active .gallery-img5 {
    animation-name: fadeInUp50;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.discover-bg.active .cityes-btn {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.4s;
    animation-fill-mode: both;
    transition-timing-function: ease-in;
}
.editListFields,
.bankDetails {
    font-size: 15px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInUp20 {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInUp50 {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.nav-container,
.nav-icon {
    cursor: pointer;
    display: none;
    float: right;
}
.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 7px 0;
    transition: 0.4s;
}
.bar4,
.bar5,
.bar6 {
    width: 5px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.mobile-host,
.otherContainer,
.bottomContain {
    display: none;
}
#slider2 .owl-prev,
#slider6 .owl-prev {
    position: absolute;
    left: 10px;
    height: 32px;
    width: 20px;
    background: url(/images/arriw-prev1.png) no-repeat center center;
    top: 45%;
}
#slider2 .owl-next,
#slider6 .owl-next {
    position: absolute;
    right: 10px;
    height: 32px;
    width: 20px;
    background: url(/images/arriw-next1.png) no-repeat center center;
    top: 45%;
}
#slider2 .owl-prev,
#slider2 .owl-next {
    top: 35%;
}
button.accordion {
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    background: transparent;
}
button.accordion:after {
    content: '';
    background: url(/images/up-arrow.png) no-repeat center right;
    display: block;
    height: 15px;
    width: 15px;
    float: right;
}
button.accordion.activeAcc:after {
    content: '';
    background: url(/images/down-arrow.png) no-repeat center right;
    display: block;
    height: 15px;
    width: 15px;
    float: right;
}
.panelAccordion {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* Google Translate CSS override Start */
.goog-te-gadget {
    height: 35px;
}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border: 0 none !important;
}
.goog-te-gadget-simple img {
    display: none;
}
.goog-te-gadget-simple a.goog-te-menu-value {
    line-height: 35px !important;
    background: url(/images/down-arrow-w.png) right top 13px no-repeat;
    padding-right: 20px;
}
.goog-te-gadget-simple a.goog-te-menu-value:hover {
    background: url(/images/down-arrow-w-h.png) right top 13px no-repeat;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    font-size: 14px !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 35px !important;
}
.goog-te-gadget-simple:hover .goog-te-menu-value span {
    color: #fb7677 !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    border: 0 none !important;
}
.goog-te-gadget-simple a span:nth-child(5) {
    display: none;
}
.goog-te-menu-frame {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* Google Translate CSS override End */

/* new */
.nobdr {
    border: 0;
}
/*****************************************************************************************/
/***** Common Classes *****/
.font-bold {
    font-weight: 600;
}
.fomt-semibold {
    font-weight: 600;
}
.font-light {
    font-weight: 200;
}
.font-regular {
    font-weight: 300;
}
.font-medium {
    font-weight: 400;
}
.text-white {
    color: #fff;
}
.text-blue {
    color: #3498db;
}
.text-grey {
    color: #696969;
}
.text-light-grey {
    color: #5f5f5f;
}
.text-orange {
    color: #fb7677;
}
.text-uppercase {
    text-transform: capitalize;
    margin-bottom: 6px;
    font-size: 19px;
    color: #696969;
    font-weight: 700;
}
.text-left {
    text-align: left;
}
.bg-light-blue {
    background-color: #eff4f7;
}
.bg-dark-blue {
    background-color: #005380;
}
.font-50,
.font-40 {
    font-size: 40px;
    line-height: 50px;
}
.font-30 {
    font-size: 25px;
    line-height: 35px;
}
.font-20 {
    font-size: 20px;
    line-height: 26px;
}
.font-22 {
    font-size: 22px;
    line-height: 30px;
}
.font-14 {
    line-height: 20px;
}
.padLeft15 {
    padding-left: 15px;
}
.padRight15 {
    padding-right: 15px;
}
.padRight0 {
    padding-right: 0;
}
.padLeft0 {
    padding-left: 0;
}
.padTop5 {
    padding-top: 5px;
}
.pad20 {
    padding: 20px;
}
.marTop68 {
    margin-top: 55px;
}
.btnType2 {
    height: 36px;
    line-height: 36px;
    padding: 0px 15px !important;
}
.btnType1,
.btnType2 {
    background-color: #fb7677;
    border-bottom: 0px solid #45aad8;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 100%;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
}
.btnType1:hover,
.btnType2:hover {
    background-color: #45aad8;
}
.orangeBorderBtn {
    border: 1px solid #fb7677;
    color: #fb7677;
    background: none;
}
.orangeBorderBtn:hover {
    color: #fff;
    border-color: #45aad8;
}
.only-checkbox {
    margin: 0;
}
.only-checkbox [type='checkbox']:not(:checked) + label,
.only-checkbox [type='checkbox']:checked + label {
    padding-left: 0;
    height: 24px;
    width: 24px;
    display: block;
}
.small-btn {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
/*Bullet list*/
.check-bullet-list {
    list-style: none;
}
.check-bullet-list li {
    background: url(/images/check-bullet.png) no-repeat 0 top;
    padding-left: 30px;
    margin-bottom: 15px;
}
.check-bullet-list li:last-child {
    margin-bottom: 0;
}
/*Table*/
.table-theme-1 {
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    font-size: 14px;
    line-height: 20px;
}
.table-theme-1 th {
    background-color: #eff4f7;
    font-weight: 600;
    vertical-align: middle;
}
.table-theme-1 th,
.table-theme-1 td {
    padding: 10px 15px;
}
.table-theme-1 td {
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    font-weight: 300;
}
.tableNav {
    display: inline-block;
    vertical-align: middle;
}
.tableNav button {
    height: 27px;
    width: 27px;
    background-color: #999999;
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position: center center;
    border-radius: 2px;
    text-indent: -9999px;
    overflow: hidden;
}
.tableNav button:hover {
    background-color: #707070;
}
.prevNav {
    background-image: url(/images/cal-prev.png);
}
.nextNav {
    background-image: url(/images/cal-next.png);
}
/***** Help Center *****/
.helpBanner {
    padding-top: 135px;
    background: url(/images/help-banner-img.jpg) no-repeat center center;
    background-size: cover;
    height: 342px;
}
.helpSearch {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}
.helpSearch input[type='text'] {
    height: 58px;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding-left: 70px;
    padding-right: 15px;
}
.helpTab button.active,
.helpTab button:hover {
    color: #005380;
}
.helpSearch input[type='submit'] {
    position: absolute;
    width: 58px;
    background: url(/images/search-icon.png) no-repeat center center;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
}
/*Suggested List Anchors*/
.suggestedList {
    list-style: none;
}
.suggestedList li {
    background: url(/images/text-file-icon.png) no-repeat 0 center;
    padding: 20px 0 20px 32px;
    border-bottom: 1px solid #d6d6d6;
}
.suggestedList a {
    color: #696969;
}
.suggestedList a:hover {
    color: #000;
}
.searchResult {
    border: 1px solid #d6d6d6;
    padding: 10px 15px;
}
.searchResultList li {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}
/***** Student Payments *****/
.welcomeMatch {
    border-bottom: 1px solid #d6d6d6;
}
.welcomeMatch .left.marBottom20 {
    width: calc(100% - 80px);
}
.student-pic {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    overflow: hidden;
    margin-top: 0px;
    position: relative;
    margin-bottom: 0;
}
.student-pic img {
    width: 100%;
    height: auto;
}
.student-sign-out {
    position: absolute;
    right: 15px;
}
.printIcon {
    background: url(/images/print-icon.png) no-repeat center center;
    height: 25px;
    width: 25px;
    text-indent: -9999px;
    overflow: hidden;
}
/* reminder */
.reminder_wrp {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.reminder_wrp > div {
    display: table-cell;
    vertical-align: middle;
}
.reminder_user {
    width: 1%;
    padding-right: 10px;
}
.reminder_act {
    width: 1%;
    padding-left: 10px;
    white-space: nowrap;
}
.notification_user_thum {
    display: block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
}
.notification_user_thum img {
    width: 100%;
    height: auto;
}
/* .unread *:not(.btnType2) {font-weight: 600;} */
.unread .reminder_detail h4 {
    color: #3498db;
}
.unread .reminder_detail p {
    font-weight: 300;
}
.unread .reminder_detail p span {
    font-weight: 600;
}
.no_message_founds {
    padding: 30px 0;
    text-align: center;
}
.no_message_founds h3 {
}
.msgicon {
    background: url(/images/msgicon.png) no-repeat center center;
    height: 70px;
    margin-bottom: 40px;
}
.msgicon-green {
    background: url(/images/msgicon-green.png) no-repeat center center;
    height: 70px;
    margin-bottom: 40px;
}
.martop_m15 {
    margin-top: -15px;
}
.bedroom_item {
    padding: 20px 10px;
}
.bedroom_img {
    float: left;
    padding-right: 15px;
}
.bedroom_detail {
    float: left;
}
.avaibility_btn {
    text-transform: capitalize;
    padding: 15px 0;
}
.status_items {
    padding: 10px 0;
}
.status_items + .status_items {
    border-top: 1px solid #d6d6d6;
}
.status_items li:after,
.status_items li:before {
    content: '';
    display: block;
    clear: both;
}
.status_items li {
    display: block;
}
.status_items li .lbl {
    float: left;
    width: 92px;
    position: relative;
}
.status_items li .lbl:after {
    content: ':';
    position: absolute;
    right: 5px;
}
.status_items li .lbl_val {
    margin-left: 92px;
    display: block;
}
.confirmed-txt {
    color: #00a204;
}
.pending-txt {
    color: #ff0000;
}
.edit_photo_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(/images/edit-icon.png) no-repeat center center;
    text-indent: -9999px;
}
.signin-toggle .popupclose {
    top: -11px;
    right: 0 !important;
}
.admin_div_block {
    border: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.fld_lbl {
    padding-top: 13px;
    font-size: 14px;
}
.mar_left_0 {
    margin-left: 0;
}
.verified {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.grp_withbtn {
    display: table;
    width: 100%;
}
.grp_withbtn > div {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.grp_withbtn > div.t_btn {
    width: 1%;
}
.grp_withbtn .text-field {
    border-radius: 3px 0px 0px 3px;
    border-right: 0;
}
.grp_withbtn .icon_btn {
    padding: 5px 5px 3px 5px;
    border-radius: 0px 3px 3px 0;
}
.grp_withbtn .icon_btn i {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(/images/opt-icon.png) no-repeat center center;
}
.bedroom_list_thum {
    margin: 0 -15px;
    position: relative;
    background: #333;
}
.bedroom_list_thum img {
    max-width: 100%;
    height: auto;
}
.bedroom_list_item_detail .status_items {
    padding-bottom: 0;
}
.bedroom_list_item_detail .status_items li .lbl,
.bedroom_list_item_detail .status_items li .lbl_val {
    font-size: 14px;
}
.bedroom_list_item_detail .status_items li .lbl {
    width: 130px;
}
.bedroom_list_item_detail .status_items li .lbl_val {
    margin-left: 130px;
}
.bedroom_list_item_detail .has_img_val {
    padding-top: 10px;
}
.bedroom_list_item_detail .has_img_val .lbl_val img {
    margin-top: -10px;
}
.bedroom_item_list_price {
    text-align: right;
}
.bed_price span {
    display: block;
    font-size: 16px;
}
.bed_price span.bigtext {
    font-size: 24px;
    font-weight: 600;
}
.week_count {
    text-decoration: underline;
    padding: 25px 0 40px 0;
}
.bedroom_list_row {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.bedroom_list_row + .bedroom_list_row {
    border-top-width: 1px;
    border-top-color: #d6d6d6;
    margin-top: -1px;
}
.bedroom_list_row:hover {
    background-color: #f7f9fb;
    border-color: #3498db;
}
.chnage_pic {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.chnage_pic a {
    display: inline-block;
    padding: 12px 15px;
    font-size: 16px;
    color: #3498db;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
}
/* google translate */
.goog-te-menu-frame {
    border-radius: 5px;
}
.goog-te-combo,
.goog-te-banner *,
.goog-te-ftab *,
.goog-te-menu *,
.goog-te-menu2 *,
.goog-te-balloon * {
}
.goog-te-menu2-item div {
    padding: 8px;
    font-size: 13px;
    color: #333 !important;
    text-decoration: none;
    font-weight: 600;
}
.goog-te-menu2-item:hover div,
.goog-te-menu2-item-selected div {
    background-color: transparent;
    color: #fb7677 !important;
}
.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div {
    color: #333 !important;
}
/** 30/10/2017 **/
body .admin_div_block {
    padding-bottom: 20px;
}
.admin_div_block.no-border-notifi .notifiRow {
    border-top: 0px none;
    margin: 0 -15px;
    padding: 0;
}
.admin_menu ul.sub > li > a {
    cursor: pointer;
}
.admin_div_block .verified {
    margin-left: 0px;
}
.form_step_subhead.black-clr span {
    color: #696969;
    font-size: 15px;
}
.checkbox_list {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0px;
}
.checkbox_list .chk_wrp {
    padding-right: 15px;
}
.checkbox_list.checkbox span.chk_wrp {
    display: block;
    margin-bottom: 15px;
}
.checkbox_list.checkbox span.chk_wrp label {
    min-width: 380px;
}
.checkbox_list.checkbox span.chk_wrp label:before {
    right: 0px;
    left: inherit;
}
.checkbox_list.checkbox [type='checkbox']:checked + label,
.checkbox_list.checkbox [type='checkbox']:not(:checked) + label {
    padding-left: 0;
    padding-right: 35px;
}
.checkbox_list.checkbox [type='checkbox']:not(:checked) + label:after,
.checkbox_list.checkbox [type='checkbox']:checked + label:after {
    left: inherit;
    right: 1px;
}
.row-input-txt p {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
}
.row-input-txt input {
    width: 170px;
    margin: 0 10px;
}
.row-input-txt a {
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
}
.row-input-txt a:hover {
    color: #45aad8;
}
.admin_menu ul.sub > li > a.active {
    color: #fb7677 !important;
}
.text-field-edit {
    border-radius: 4px;
}
.arrow-input {
    position: relative;
    display: inline-block;
    padding-right: 36px;
}
.arrow-input .btn-arrow {
    cursor: pointer;
    background: #fb7677 url('/images/arrow-white.png') no-repeat center center;
    background-size: 30px 30px;
    height: 40px;
    width: 40px;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 0;
    right: 0;
}
.arrow-input .btn-arrow:hover {
    background-color: #45aad8;
}
.cst-room-listing .listItemtext h4 {
    color: #3498db;
    margin-bottom: 15px;
}
.room-feature-list li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 300;
}
.room-feature-list li span {
    min-width: 120px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
}
.no-padding {
    padding: 0 !important;
}
.cst-room-listing .listItem {
    padding: 30px 20px;
}
.mt-20 {
    margin-top: 20px !important;
}
.m-b-16 {
    margin-bottom: 16px;
}
.m-b-40 {
    margin-bottom: 40px;
}
/* 31/10/2017*/
.listItemPrice {
    text-align: right;
    float: right;
}
.room-price-list li {
    list-style: none;
}
.fontMedium16 {
    font-weight: 300;
    font-size: 15px;
}
.fontSemiBold24 {
    font-weight: 600;
    font-size: 22px;
}
.room-price-list li span {
    font-size: 15px;
    color: #3498db;
    border-bottom: 1px solid #3498db;
}
.room-price-list li .btnType2 {
    width: auto;
}
.editProperty {
    padding: 30px 0 0;
}
.edit-property-title {
    position: relative;
}
.edit-property-title span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #3498db;
    text-transform: capitalize;
}
.edit-property-title span strong {
    color: #696969;
    text-transform: none;
}
.edit-property-title:after {
    position: absolute;
    background: #d6d6d6;
    height: 1px;
    width: 100%;
    content: '';
    top: 10px;
    left: 0;
}
.editListItem {
    padding: 30px 0 0;
}
.editListImages {
    width: 270px;
    height: 160px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 15px;
}
.whiteBtn {
    background: #fff;
    font-size: 16px;
    color: #3498db;
    position: absolute;
    left: 50%;
    padding: 10px 25px;
    min-width: 180px;
    border-radius: 40px;
    top: 50%;
    margin: -20px 0 0 -90px;
    font-weight: 300;
    font-size: 15px;
}
.editUploadImages {
    float: left;
    width: calc(100% - 285px);
}
.edit-upload-images-list {
}
.edit-upload-images-list li {
    list-style-type: none;
    width: 80px;
    height: 80px;
    float: left;
    background: #eff4f7;
    padding: 15px;
    margin: 0 4px 3px 0;
}
.edit-upload-images-list li .uploadImg {
    position: relative;
    width: 49px;
    height: 48px;
}
.edit-upload-images-list li .uploadImg .chk_wrp {
    position: absolute;
    top: -20px;
    right: -20px;
}
.editListFields {
    margin-top: 20px;
}
.bt-1 {
    border-top: 1px solid #d6d6d6;
    padding: 30px 0;
}
.form-row {
    border-top: 1px solid #d6d6d6;
    padding: 30px 0;
}
.form-label {
    padding: 0;
}
.form-label span {
    font-weight: 300;
    font-size: 14px;
    display: block;
}
.form-fields {
}
.editActive {
    border: 2px solid #3498db;
    background: #f8f9fb;
}
.preferSet {
    padding: 5% 5% 2%;
    font-size: 14px;
}
.clsresultdiv {
    min-height: 250px;
}
/*.priceHighlight{ border-top:1px solid #ddd;}*/
.priceHighlight td {
    padding: 30px 0 6px 0;
}
.b-b-1 {
    border-bottom: 1px solid #ddd;
}
.more-links {
    color: #fb7677;
    text-decoration: none;
    font-size: 16px;
}
.disclaim-links {
    font-size: 16px;
    color: #fb7677;
    text-decoration: underline;
}
.sharedRoom {
    padding: 20px 20px 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: -21px;
}
.font14 {
    font-size: 14px;
    padding: 0;
}
.formLbl {
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
}
.text-field-disabled {
    background: #eff4f7;
}
.priceCont {
    margin-bottom: 45px;
}
.padTop30 {
    padding-top: 30px;
}
.padTop20 {
    padding-top: 15px;
}
.padTop10 {
    padding-top: 10px;
}
.houseRules {
    padding: 3% 5% 2%;
}
.addRule {
    border-top: 1px solid #d6d6d6;
    margin-top: 20px;
    padding-top: 20px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-50 {
    margin-top: 50px;
}
.mybookings {
    padding: 2%;
}
.tblTitle {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #3498db;
    text-transform: capitalize;
    padding: 10px;
}
table {
    background-color: transparent;
    font-weight: 300;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 9px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f7f9fb;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*='col-'] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*='col-'],
table th[class*='col-'] {
    position: static;
    display: table-cell;
    float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
}
.mybookings thead th {
    background: #eff4f7;
    font-weight: 600;
    font-size: 15px;
    color: #696969;
    border-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    ul.process-model {
        display: flex;
        justify-content: space-between;
    }

    ul.process-model::after {
        display: none;
    }
    .panel-booking .process-model li {
        width: auto !important;
        padding: 0;
        min-width: auto;
    }

    .panel-booking .process-model li::after {
        display: none !important;
    }

    ul.process-model::before {
        content: '';
        position: absolute;
        height: 1px;
        background: #009ee1;
        width: 85%;
        left: 40px;
        top: 17px;
    }


    .with-checkbox table td:first-child {
        padding: 10px 8px !important;
        width: 100%;
    }
    /*.table-responsive tr {
    border-bottom: 1px solid #d6d6d6;
}
.table-responsive tr:last-child {
    border-bottom: none;
}
.table-responsive table td {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 50%!important;
    float: left;
    border: none!important;
    font-size: 14px;
    min-height: 35px;
}
.table-responsive th {
    display: none;
}
.table-responsive td:before {
    position: absolute;
    left: 8px;
    content: attr(data-label);
    width: 45%;
    text-align: left;
    font-weight: 600;
}
.table-responsive h4 {
    margin-top: 0;
}*/
    .padd_left {
        padding-left: 0;
        padding-right: 0;
    }
    .padd_right {
        padding-left: 0;
        padding-right: 0;
    }
    .portlet-body.writerpacktbl {
        border: 1px solid #55616f;
        margin-bottom: 20px;
    }
    /*table.table-responsive {
    border: none;
}
.table-responsive tr:last-child {
    border: none;
}*/
    #signup {
        padding-top: 15px;
    }
}
.studentImg {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-top: 8px;
}
.studentImg img {
    width: 100%;
    height: 100%;
}
.studentDetails {
    float: left;
    font-size: 15px;
}
.studentDetails span {
    font-weight: 400;
    display: block;
}
.mybookings {
    font-size: 14px;
}
.book-name {
    font-weight: 300;
    display: block;
    font-size: 15px;
}
.book-date {
    display: block;
    font-size: 15px;
    background: url(/images/icon-calender.png) left 2px no-repeat;
    padding: 0 0 0 20px;
}
.book-time {
    display: block;
    font-size: 15px;
    background: url(/images/icon-clock.png) left 2px no-repeat;
    padding: 0 0 0 20px;
}
.statusPending {
    font-weight: 600;
    font-size: 15px;
    color: #e80505;
}
.statusAccepted {
    font-weight: 600;
    font-size: 15px;
    color: #20ab26;
}
button.accordiontab {
    background: #eff4f7;
    border: 1px solid #d6d6d6;
    color: #333333;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 10px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}
button.accordianuparrow {
    background: url('/images/up-arrow-accord.png') no-repeat scroll right center;
}
button.accordianuparrow {
    background: #3498db url('/images/up-arrow-accord-w.png') no-repeat scroll right center;
    color: #fff;
}
button.accordiontab.active {
    background: #3498db url('/images/down-arrow-accord-w.png') no-repeat scroll right center;
    color: #fff;
}
div.panel {
    padding: 10px;
    font-size: 14px;
    color: #696969;
    background-color: white; /*display: none;*/
    border: 1px solid #d6d6d6;
    border-top: 0;
    line-height: 18px;
}
button.accordiontab:first-child {
    margin-top: 0;
}
#host-disclaimer .terms-text {
    height: 300px;
    overflow-y: auto;
}
#host-disclaimer .checkbox.terms {
    text-align: center;
}
.mtb-30 {
    margin: 30px 0;
}
.m-b-20 {
    margin-bottom: 20px;
}
.sampleCheck {
    border-top: 1px solid #d6d6d6;
    padding: 5%;
}
.fontSemiBold16 {
    font-weight: 600;
    font-size: 16px;
}
.instructionsText {
    font-weight: 300;
    font-size: 12px;
}
.instructionsText span {
    font-weight: 600;
    display: block;
}
.bankDetails .radio_chk_group {
    background: #eff4f7;
    cursor: pointer;
}
.bankDetails .radio_chk_group input[type='radio'] + label span {
    background: #fff;
    box-shadow: none;
    border: 1px solid #d6d6d6;
}
.bankDetails .radio_chk_group.active {
    background: #3498db;
    border: 1px solid #3498db;
    color: #fff;
}
.bankDetails .radio_chk_group input[type='radio'] + label {
    margin-right: 0;
}
.bankDetails .radio_chk_group.active input[type='radio']:checked + label span,
.bankDetails .radio_chk_group.active input[type='radio'] + label span {
    background: #3498db;
    border: 3px solid #fff;
    box-shadow: none;
}
.extraInfoFields {
    font-size: 13px;
    color: #8a8a8a;
    margin-top: 10px;
    display: block;
    font-weight: 300;
}
.equilentForm {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
}
.taxTerms {
    margin-bottom: 50px;
}
.taxTermsHead {
    font-size: 22px;
    margin-bottom: 20px;
}
.taxTerms ul {
    font-size: 14px;
}
.taxTerms ul li {
    list-style: none;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}
.downloadBox {
    border-top: 1px solid #d6d6d6;
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.table-pagination {
    float: right;
    font-size: 15px;
    margin-top: -5px;
}
.table-pagination span {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    font-weight: 300;
}
.table-pagination a {
    border-radius: 3px;
    padding: 0;
    text-indent: -9999px;
    display: block;
    width: 27px;
    height: 27px;
    margin-left: 4px;
    float: left;
}
.pageBack {
    background: #fff url('/images/backpage.png') center center no-repeat;
}
.pageNext {
    background: #fff url('/images/nextpage.png') center center no-repeat;
}
.pageBack:hover {
    background: #c2e0f4 url('/images/backpage.png') center center no-repeat;
}
.pageNext:hover {
    background: #c2e0f4 url('/images/nextpage.png') center center no-repeat;
}
.b-l-1 {
    border-left: 1px solid #d6d6d6;
    padding-left: 20px;
}
.printInvoice {
    background: url('/images/print.png') center center no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
}
.mybookings thead.filterBar th {
    background: #fff;
    padding: 20px 20px !important;
}
.mybookings .filterBar th div {
    font-size: 15px;
}
.notifications {
    padding: 0;
}
.notifications .table > tbody > tr > td {
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
}
.notifications .table > tbody > tr > td .chk_wrp {
    position: relative;
    top: -8px;
    left: 5px;
}
.notifications .table {
    margin-bottom: 0;
}
.notifications .table > tbody > tr.read > td {
    font-weight: 300;
}
.notifyTxt {
    font-weight: 600;
    font-size: 14px;
    color: #fb7677;
    padding-top: 10px;
}
.notifyPagination {
    padding: 30px 0;
}
.notifications .table > tbody > tr:last-child td {
    border: 0;
}
.notification-list .studentDetails {
    float: left;
    width: calc(100% - 55px) !important;
}
.m-b-0 {
    margin-bottom: 0;
}
.height35 {
    height: 35px;
}
.height25 {
    height: 25px;
}
.notifications .studentDetails {
    font-weight: 300;
}
.notifications .studentDetails span {
    color: #3498db;
    font-weight: 600;
}
.notifications .studentDetails strong {
    font-weight: 600;
}
.notifications .studentImg {
    width: 35px;
    height: 35px;
    margin-top: 3px;
}
.notifyPagination .pageBack {
    background: #999999 url('/images/backpage-w.png') center center no-repeat;
}
.notifyPagination .pageNext {
    background: #999999 url('/images/nextpage-w.png') center center no-repeat;
}
.notifyPagination .pageBack:hover {
    background: #707070 url('/images/backpage-w.png') center center no-repeat;
}
.notifyPagination .pageNext:hover {
    background: #707070 url('/images/nextpage-w.png') center center no-repeat;
}
.notification-list li {
    border-bottom: 1px solid #d6d6d6;
    padding: 15px;
    list-style: none;
}
.notification-list li div {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.notification-list li:last-child {
    border: 0;
}
.notification-list li .chk_wrp {
    position: relative;
    top: -8px;
    left: 5px;
}
.notification-list li.read div {
    font-weight: 300;
}
.comments {
    margin: 15px 15px 0;
}
.replyMsg {
    background: url('/images/reply.png') center center no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
}
.replyMsgGray {
    background: url('/images/reply-gray.png') center center no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
}
.notifications.message .studentDetails,
.notifications.message .studentDetails span {
    width: 85%;
    color: #696969;
}
.ReplyBox {
    margin: 25px 0 15px 65px;
}
.notifications.message .textarea-field {
    font-weight: 300;
}
.userComment {
    background: #f7f7f7;
    border-top: 1px solid #d6d6d6;
    padding: 20px 10px;
}
.notifications.message .userComment .studentDetails,
.notifications.message .userComment .studentDetails span {
    width: 85%;
    color: #333333;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.notifications.message .readMsg .studentDetails,
.notifications.message .readMsg .studentDetails span {
    color: #696969 !important;
}
.notifications.message .unread .studentDetails,
.notifications.message .unread .studentDetails span {
    color: #005380;
}
.notifications.message .unread .userComment .studentDetails,
.notifications.message .unread .userComment .studentDetails span {
    color: #696969;
}
.height160 {
    height: 160px;
}
.text-field-user {
}
.text-field-user .text-field {
    padding-left: 50px;
}
.text-field-user span {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 25px;
    border-radius: 100%;
}
.text-field-user span img {
    width: 100%;
    height: 100%;
}
/*  Student Section */
.b-r-1 {
    border-right: 1px solid #d6d6d6;
}
.b-t-1 {
    border-top: 1px solid #d6d6d6;
}
.m-t-20 {
    margin-top: 20px;
}
.other-offer-cont {
    padding: 0 10px;
}
.top-links {
    text-align: right;
    margin-bottom: 10px;
}
.top-links a {
    font-weight: 600;
    font-size: 15px;
    color: #fb7677;
}
.offer-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.other-offer-box {
    margin-bottom: 10px;
    border-top: 1px solid #d6d6d6;
    padding-top: 10px;
}
.other-offer-box:first-child {
    border: 0;
}
.mybookings.student .checkbox-cont {
    position: relative;
    top: -13px;
}
.notifyPagination.pad0 {
    padding: 0;
}
.mybookings.student.green {
    color: #26991b;
}
.mybookings.host.green {
    color: #26991b;
}
.terms-list {
    margin: 0;
    padding: 0;
}
.terms-list li {
    list-style-type: none;
    background: url('/images/list-img-small.png') left center no-repeat;
    display: block;
    padding: 5px 0 0 35px;
    margin-bottom: 20px;
}
.terms-list li:last-child {
    margin-bottom: 0px;
}
.no-border-top {
    border: 1px solid #d6d6d6; /* border-top:2px solid #5f5f5f; */
    padding: 20px 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.p-t-10 {
    padding-top: 10px;
    display: inherit;
}
#student-terms-conditions .terms-text {
    height: 300px;
    overflow-y: auto;
}
.posRelative {
    position: relative;
}
.signInMenu {
    position: absolute; /* top: 280px; */
    top: 270px;
    width: 400px;
    right: -15px;
    z-index: 300;
}
.orCont {
    position: relative;
    border-top: 1px solid #d6d6d6;
    margin: 10px 0 20px;
}
.or {
    position: absolute;
    background: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
}
.signInWith {
    text-align: center;
}
.signInWith a {
    width: 50px;
    height: 50px;
    display: inline-block !important;
    margin: 10px 5px;
}
.popup-content-signin:before {
    content: '';
    background: url('/images/uparrow.png') left center no-repeat;
    width: 12px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: -6px;
}
.booking-divider {
    border-top: 1px solid #d6d6d6;
    padding-top: 15px;
}
.width75 {
    width: 75px;
}
.fontRegular {
    font-weight: 300;
}
.padBottom40 {
    padding-bottom: 40px;
}
.country-code .selectric {
    border-radius: 3px 0 0 3px !important;
}
.mobile-number .text-field {
    border-radius: 0 3px 3px 0 !important;
}
.m-b-30 {
    margin-bottom: 30px;
}
.selectric {
    border-radius: 3px;
}
.signInMenu iframe {
    min-height: 410px;
    max-height: 500px;
    box-shadow: 0 0 10px -3px;
}
.pop-close-signin,
.price-pop-close {
    display: none !important;
}
#taxpayer .selectric .label {
    height: 40px;
    line-height: 40px;
}
#taxpayer .selectric .button {
    width: 40px;
    height: 40px;
}
.emotion-style {
    font-size: 30px !important;
}
.map-button {
    background: url(/images/map.png) no-repeat center center;
    height: 40px;
    border: none;
}
.list-btn {
    background: url(/images/list.png) no-repeat center center;
}
.unsubscribe-text {
    text-align: right;
}
/* SIGNUP STEPS */
#student-reg,
#student-reg-step1,
#student-reg-step2,
#student-reg-step3 {
    display: none;
}
.optionBox {
    display: none;
}
.more-child,
.more-pet {
    display: none;
}

@media screen and (max-width: 1199px) {
    .gallery-img3 {
        height: 414px;
    }
    .footer-email input {
        width: 250px;
    }
    .footer-email-btn {
        width: 120px;
    }
    .star-text {
        padding-right: 0;
        font-size: 13px;
    }
    .star-1,
    .star-2,
    .star-3,
    .star-4 {
        padding-right: 2px;
    }
    .star-1 {
        padding-left: 3px;
    }
    .star-5 {
        padding-right: 5px;
    }
    .unsubscribe li {
        margin-right: 8px;
    }
    .gallery-img1 span,
    .gallery-img2 span,
    .gallery-img3 span,
    .gallery-img4 span,
    .gallery-img5 span {
        font-size: 17px;
        left: 15px;
    }
    .gallery-img1 p,
    .gallery-img2 p,
    .gallery-img3 p,
    .gallery-img4 p,
    .gallery-img5 p {
        font-size: 28px;
        left: 15px;
        bottom: 45px;
    }
    .works h3 {
        margin-bottom: 80px;
    }
    .carousel-text h4 {
        margin: 0 0 25px 0 !important;
    }
    .stickytab {
        width: 617px;
    }
    .stickyprice {
        width: 293px;
    }
    .book-price {
        width: 293px;
    }
    .badroom-img {
        margin-right: 10px;
    }
    #slider4 .owl-prev,
    #slider5 .owl-prev {
        left: -15px;
    }
    #slider4 .owl-next,
    #slider5 .owl-next {
        right: -15px;
    }
    .more-bedroom-detail {
        padding: 12px;
    }
    .gallery-img1,
    .gallery-img2 {
        height: 170px;
    }
    .gallery-img4,
    .gallery-img5 {
        height: 220px;
    }
    .host-name-year,
    .detail-title,
    .detail-text {
        padding: 0 0 0 15px;
    }
    .pet-cat {
        width: 42px;
    }
    .verified {
        margin-left: 0;
    }
    #host-info .width30,
    #host-info .width40 {
        width: 50% !important;
    }
    .tab button {
        font-size: 13px;
    }
    .bedroom_detail {
        padding-top: 10px;
    }
    .listItemPrice {
        width: 33%;
    }
    .listItemtext {
        width: 66%;
        margin-left: 0;
    }
    .listImages {
        margin-bottom: 15px;
    }
    .img-slider {
        height: 150px;
    }
    .gl_img {
        height: 170px;
    }
    .partner_logo_row .partner_logo {
        padding: 30px 30px;
        height: 140px;
    }
}

@media screen and (max-width: 991px) {
    .search-page-label {
        text-align: left;
    }
    .logo {
        background-size: 30px;
    }
    .mainmenu > ul > li {
        margin-right: 15px;
    }
    .intro h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .intro p {
        line-height: 26px;
        font-size: 24px;
        margin-bottom: 70px;
    }
    .destination-field select {
        max-width: 420px;
        width: 100%;
        margin-right: 0;
    }
    .move-in-field input,
    .move-out-field input {
        max-width: 420px;
        width: 100%;
        margin-right: 0;
    }
    .search-btn {
        max-width: 420px;
        width: 100%;
    }
    .main-search-full {
        display: table;
        max-width: 420px;
        width: 100%;
    }
    .destination-field,
    .move-out-field,
    .search {
        max-width: 420px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .partners {
        margin-bottom: 35%;
    }
    .gl_content h3 {
        font-size: 18px;
    }
    .gallery-img1 span,
    .gallery-img2 span,
    .gallery-img3 span,
    .gallery-img4 span,
    .gallery-img5 span {
        font-size: 16px;
        left: 15px;
    }
    .gallery-img1 p,
    .gallery-img2 p,
    .gallery-img4 p,
    .gallery-img5 p {
        font-size: 24px;
        bottom: 40px;
    }
    .gallery-img3 p {
        font-size: 24px;
        bottom: 55px;
    }
    .gallery-img3 {
        height: 409px;
    }
    .host-bg {
        margin: 0;
    }
    .footer-email-btn {
        margin-left: 0;
    }
    .footer-email input {
        width: 280px;
        margin-bottom: 5px;
    }
    .social-icon li {
        margin-bottom: 50px;
    }
    .star-text {
        padding-right: 5px;
    }
    .star-1,
    .star-2,
    .star-3,
    .star-4 {
        padding-right: 5px;
    }
    .star-5 {
        padding-right: 20px;
    }
    .footer-bg2 {
        padding: 20px 0;
    }
    .host-detail .footer-bg2 {
        padding-bottom: 50px;
    }
    .unsubscribe li {
        float: right;
    }
    .social-icon {
        width: 230px;
    }
    .social-icon li {
        margin-right: 5px;
    }
    /* .radio-content{padding-top:10px;} */
    .country-code {
        width: 35%;
    }
    .mobile-number {
        width: 65%;
    }
    .row-verify {
        width: 76%;
        margin: 0 12%;
    }
    .selectric .label {
        margin: 0 40px 0 10px;
    }
    .check-indoor {
        padding-left: 17px;
    }
    #host-reg-step1 .width50 {
        width: 60%;
    }
    #host-reg-step1 .checkbox {
        width: 25%;
    }
    #host-reg-step1 .width70 {
        width: 100%;
        margin-bottom: 20px !important;
    }
    .extra-space {
        margin-bottom: 20px;
    }
    .stickytab {
        width: 96%;
        display: none;
    }
    .stickyprice {
        width: 720px;
        position: relative;
    }
    .book-price {
        width: 100%;
    }
    .bookbefore:before {
        content: '';
        position: absolute;
        width: 15%;
        height: 60px;
        background: #005380;
        left: -14%;
    }
    .neighborhood-nav li {
        width: 56px;
    }
    #slider4 .owl-prev,
    #slider5 .owl-prev {
        left: 5px;
    }
    #slider4 .owl-next,
    #slider5 .owl-next {
        right: 5px;
    }
    .pricing {
        width: 100%;
    }
    .stickytab {
        display: block;
    }
    .chatting {
        display: none;
    }
    .fixTab,
    .stickytab {
        left: 0;
        width: 100%;
    }
    .slider-full .col-md-12 {
        padding: 0;
    }
    .bottomContain {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 3;
        background-color: #fb7677;
    }
    .bottomBtn {
        margin: 0 auto;
        width: 100%;
    }
    .bottomBtn .btn {
        width: 100%;
        margin: 0;
        height: 40px;
        line-height: 40px;
    }
    .bottomBtn .btn:hover {
        border-bottom: 40px solid #3498db;
    }
    #request-book {
        position: fixed;
        left: 0;
        top: 100% !important;
        z-index: 751;
        background-color: #fff;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        transition: top 0.5s ease;
    }
    #request-book.open {
        top: 0 !important;
    }
    .price-pop-close {
        display: block !important;
    }
    .slider-img-1 {
        height: 400px;
    }
    /* .footer{margin-bottom: 40px;} */
    .book-it-detail {
        padding: 0 15px;
        border: none;
    }
    .tab button {
        width: auto;
    }
    .tab {
        margin-bottom: 30px;
    }
    #host-info .width30,
    #host-info .width40 {
        width: 33% !important;
    }
    .mob-scroll {
        overflow-x: auto;
    }
    /* 	.partner_logo_row{flex-wrap:nowrap}*/
    .partner_logo_row .partner_logo {
        padding: 20px 20px;
        height: 120px;
    }
    .gallery {
        margin-left: -15px;
        margin-right: -15px;
    }
    .filter_bar .filter_cell {
        display: inline-block;
        width: 33.3333%;
        margin-bottom: 5px;
    }
    .filter_bar .filter_cell:nth-child(4) {
        padding-left: 0;
    }
    /* .filter_bar .filter_cell:nth-child(6){clear:both; padding-left:0;} */
    .book-price span {
        right: 60px;
    }
    .admin_menu.accord {
        margin-bottom: 40px;
    }
    .more-bedroom {
        display: none;
    }
    .book-price {
        padding: 0 45px 0 20px;
    }
    .img-slider {
        height: 140px;
    }
    .gl_img {
        height: 150px;
    }
    .goog-te-gadget-simple .goog-te-menu-value span {
        color: #333 !important;
        font-size: 22px !important;
    }
    .goog-te-gadget-simple a.goog-te-menu-value {
        background: url(/images/down-arrow.png) right top 11px no-repeat;
        padding-right: 30px;
    }
    .dashboard-nav .goog-te-gadget-simple a.goog-te-menu-value {
        background: url(/images/icon-language.png) center center no-repeat;
    }
}

@media screen and (max-height: 700px) {
    .intro {
        margin-top: 70px;
    }
    .gallery-img1,
    .gallery-img2 {
        height: 170px;
    }
    .gallery-img4,
    .gallery-img5 {
        height: 180px;
    }
    .gallery-img3 {
        height: 374px;
    }
    .btn-space {
        margin-top: 20px;
    }
    .discover h2:after,
    .works h2:after {
        margin-top: 15px;
    }
    .discover h2,
    .meetHost h2,
    .works h2 {
        margin-bottom: 40px;
    }
    .works h3 {
        margin-bottom: 60px;
    }
    .carousel-text h4 {
        margin-bottom: 25px;
    }
    .partners h2 {
        margin-bottom: 10px;
    }
    .marBottom80 {
        margin-bottom: 40px;
    }
    .discover h3,
    .meetHost h3 {
        margin-bottom: 15px;
    }
    .more-bedroom {
        display: none;
    }
    .partners {
        margin-top: 15px;
    }
    .book-it-container {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .jx_ui_Widget {
        display: none;
    }
    .img-slider {
        height: 170px;
    }
    .header-bg {
        padding-bottom: 10vh;
    }
    .dashboard-nav > ul > li:last-child {
        float: right;
    }
    .top {
        background-color: #199ed8;
        width: 100%;
        margin: 0;
        height: 55px;
        padding-top: 10px;
        z-index: 999;
        position: fixed !important;
        top: 0;
    }
    .sticky {
        animation-name: none;
    }
    .fp-section.fp-table,
    .fp-slide.fp-table {
        display: block !important;
        height: auto !important;
    }
    .fp-tableCell {
        display: block !important;
        height: auto !important;
    }
    #fullpage {
        top: 60px !important;
    }
    .header-bg.active h1 {
        animation-name: none;
    }
    .header-bg.active p {
        animation-name: none;
    }
    .header-bg.active .main-search-full {
        animation-name: none;
    }
    .discover-bg.active h2,
    .works-bg.active h2,
    .video-bg.active h2,
    .meetHost-bg.active h2,
    .partners-bg.active h2 {
        animation-name: none;
    }
    .discover-bg.active h3,
    .works-bg.active h3,
    .works-bg.active h1,
    .works-bg.active h4,
    .works-bg.active p,
    .meetHost-bg.active h3,
    .meetHost-bg.active h4 {
        animation-name: none;
    }
    .meetHost-bg.active .host-bg {
        animation-name: none;
    }
    .works-bg.active .works-img {
        animation-name: none;
    }
    .partners-bg.active .owl-carousel {
        animation-name: none;
    }
    .discover-bg.active .gallery-img1 {
        animation-name: none;
    }
    .discover-bg.active .gallery-img2 {
        animation-name: none;
    }
    .discover-bg.active .gallery-img3 {
        animation-name: none;
    }
    .discover-bg.active .gallery-img4 {
        animation-name: none;
    }
    .discover-bg.active .gallery-img5 {
        animation-name: none;
    }
    .discover-bg.active .cityes-btn {
        animation-name: none;
    }
    .discover-bg {
        margin-top: 210px;
    }
    .dashboard-nav.mainmenu {
        display: block;
    }
    .nav-open {
        display: block;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
        text-align: center;
        z-index: 5;
        -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.2);
        transition: top 0.5s ease;
    }
    .nav-open ul {
        background-color: #fff;
        line-height: 60px;
        height: auto;
        margin: 0px;
        padding: 0px;
    }
    .nav-open ul li {
        float: none;
        margin: 0;
    }
    /* .nav-open ul li:nth-child(3){display:none;} */
    .nav-open ul li a {
        color: #333;
        font-size: 22px;
        line-height: 60px;
    }
    .mainmenu > ul > li a.help:hover::before {
        display: none;
    }
    .mainmenu > ul > li a.help {
        padding: 0;
    }
    .nav-open .drop-1 {
        width: 100%;
        height: 60px;
    }
    .nav-open .drop-1 .selectric .label {
        font-size: 22px;
        text-transform: uppercase;
        color: #333;
        height: 60px;
        line-height: 60px;
        margin: 0;
    }
    .nav-open .drop-1 .selectric .button {
        display: none;
    }
    .nav-open .drop-1 .selectric-items li.highlighted {
        background: #fff;
        color: #333;
    }
    .discover,
    .works,
    .meetHost,
    .video {
        margin-top: 40px;
    }
    .carousel-text h1 {
        margin-top: -95px;
    }
    .works h3 {
        margin: 0 15px 20px 15px !important;
    }
    .marBottom80 {
        margin-bottom: 100px;
        padding: 0 15px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin: 20px 0;
    }
    .works-img {
        height: 200px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
    .gallery-img1,
    .gallery-img2,
    .gallery-img3,
    .gallery-img4,
    .gallery-img5 {
        width: 100%;
        height: 200px !important;
        margin: 0 0 2.6% 0;
    }
    .bg-one,
    .bg-two,
    .bg-three,
    .bg-four,
    .bg-five {
        background-size: cover;
    }
    .btn-space {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .video {
        height: 320px;
    }
    .video-bg h2 {
        margin-top: 0;
    }
    .meetHost {
        margin-bottom: 30px;
    }
    .host-bg {
        margin: 0 10%;
    }
    .partners {
        margin: 40px 0;
    }
    .footer {
        position: relative !important;
    }
    .footer-bg1 {
        text-align: center;
    }
    .footer-nav {
        width: 100%;
        margin: 0;
    }
    .footer-nav h6 {
        text-align: center;
    }
    .footer-email input {
        width: 65%;
        margin: 0;
    }
    .footer-email-btn {
        width: 34%;
        margin-left: -4px;
    }
    .social-icon {
        margin: 0 auto;
        width: 224px;
    }
    .social-icon li {
        margin: 25px 5px 0 5px;
    }
    .copyright {
        line-height: 20px;
        text-align: center;
    }
    .unsubscribe {
        margin: 0 auto;
    }
    .unsubscribe li {
        line-height: 20px;
        text-align: center;
    }
    .starRatingContainerFooter {
        margin: 5px auto;
        width: 305px;
    }
    .intro h1,
    .discover h2,
    .meetHost h2,
    .works h2,
    .video-bg h2,
    .partners h2,
    .section_wrp h2 {
        font-size: 30px;
    }
    .intro p,
    .discover h3,
    .meetHost h3,
    .works h3 {
        font-size: 20px;
    }
    .gallery-img3 p {
        bottom: 40px;
    }
    .gl_img {
        height: 170px;
    }
    /*host_list page*/
    .updateSearch,
    .searchDetail {
        display: none;
    }
    .otherContainer {
        display: block;
        position: fixed;
        bottom: 20px;
        right: 20px;
        height: 40px;
        width: 40px;
        z-index: 154;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14);
    }
    .buttonContainer {
        margin: 0 auto;
    }
    .buttonContainer .btn {
        width: 110px;
        margin: 0 -1px;
        height: 40px;
        line-height: 40px;
    }
    .buttonContainer .btn:hover {
        border-bottom: 40px solid #3498db;
    }
    .forgotp {
        text-align: left;
    }
    .checkMe {
        margin: 10px 0 0 0;
    }
    .sign-btn .btn {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .dontAccounttxt {
        margin-bottom: 5px;
    }
    .popupFilter {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        z-index: 600;
    }
    .filter-container {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.98);
        padding: 0;
        position: fixed;
    }
    .cites-map {
        display: none;
    }
    .map-fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 150;
        top: 55px;
        left: 0;
    }
    .map-fixed #ngmap {
        height: 100% !important;
    }
    .right-top-title h1 {
        margin-top: 20px;
    }
    /*host detail page*/
    .scroll-menu {
        background-color: #199ed8;
        width: 100%;
        margin: 0;
        height: 60px;
        padding-top: 10px;
        width: 100%;
        top: 0;
    }
    .neighborhood-nav {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .reviews-img .wid60 {
        width: 40% !important;
    }
    .reviews-img img {
        margin-bottom: 30px;
    }
    .neighborhood-nav li {
        margin: 0 1px;
    }
    .pet-cat,
    .pet-dog,
    .under-12yrs,
    .under-7yrs {
        margin: 10px 0;
    }
    .slider-img-1 {
        height: 300px;
    }
    .slider-full {
        padding: 0;
    }
    .your-host {
        padding-top: 40px !important;
    }
    .meethostimg .img-circle {
        width: 175px !important;
        margin-bottom: 10px;
    }
    .stickytab {
        display: none;
    }
    #YourHost h1 {
        padding-top: 0;
    }
    #all-filter {
        position: fixed;
        left: 0;
        top: 100%;
        z-index: 751;
        background-color: #fff;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 20px;
        transition: top 0.5s ease;
    }
    #all-filter.open {
        top: 0;
    }
    #world-map {
        position: fixed;
        left: 0;
        top: 100%;
        z-index: 751;
        background-color: #fff;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 20px;
        transition: top 0.5s ease;
    }
    #world-map.open {
        top: 0;
    }
    #left-panel h3 {
        text-align: center;
        font-size: 18px;
        line-height: 27px;
    }
    .filter-space {
        margin-top: 0 !important;
    }
    .filter-close,
    .map-close {
        display: block;
    }
    /*student dashboard page*/
    .tRight {
        margin-top: 15px;
    }
    #dashboard .headText,
    #dashboard .offerBox {
        text-align: center;
    }
    .dashboard-btn {
        padding: 0 25px;
    }
    .profile-setting:after {
        display: none;
    }
    .my-profile {
        right: 28px;
    }
    .mob-help {
        margin: 0 !important;
    }
    #dashboard .mainmenu > ul > li:nth-child(3),
    .profile-setting:before {
        margin-right: 0px;
    }
    .mobile-menu {
        right: 10px;
        top: 51px;
    }
    .mobile-menu ul li a {
        text-transform: uppercase;
        display: block;
    }
    .mobile-menu .drop-1 .selectric .label {
        color: #000;
        height: 50px;
        line-height: 50px;
        margin: 0 35px 0 0;
    }
    #dashboard .drop-1 .selectric-hover .selectric span {
        color: #000;
    }
    /*student info page*/
    .personal-info {
        margin-bottom: 20px;
    }
    #dashboard .text-field {
        width: 100%;
    }
    #dashboard .headText {
        text-align: left;
    }
    .height40 {
        height: auto;
        line-height: 22px;
        min-height: auto;
    }
    .rowText {
        margin: 10px 0;
    }
    /*host dashboard page*/
    .stStatus {
        text-align: left;
    }
    .mobile-table {
        overflow-x: auto;
    }
    .upcoming-stude {
        overflow: hidden;
    }
    .width750 {
        width: 750px;
    }
    /*popup*/
    .popup-wrapper {
        padding: 0;
    }
    .popup-content {
        margin-top: 0px;
        border-radius: 0px;
    }
    .popup-content-signin {
        max-width: 100%;
        max-height: 100%;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
        background-color: #fff;
    }
    .signInMenu iframe {
        box-shadow: none;
    }
    .sign-header {
        width: 100%;
        border-radius: 0;
    }
    .all-close {
        display: block;
    }
    .row-verify {
        width: 90%;
        margin: 0 5%;
    }
    #host-reg-step1 .width50 {
        width: 100%;
        margin-bottom: 15px;
    }
    #host-reg-step1 .checkbox {
        width: 50%;
    }
    #host-reg-step1 .checkbox.width40 {
        width: auto !important;
    }
    #host-reg-step1 .radio-title.width30 {
        width: 100%;
        margin-bottom: 15px;
    }
    .type-scroll {
        overflow: auto;
    }
    .text-field-edit {
        margin-bottom: 10px;
    }
    .verified {
        margin-top: 0;
        margin-left: 30px;
    }
    .myAccount .tRight {
        text-align: center;
    }
    .textBox .tRight {
        text-align: center;
    }
    .blankDiv {
        min-height: auto;
        margin: 0;
    }
    .listImages {
        float: none;
    }
    .listImages {
        width: 100%;
        height: auto;
    }
    .listImages img {
        width: 100%;
    }
    .listItemButton .more-btn {
        margin-bottom: 10px !important;
    }
    .tab button {
        width: 100%;
        font-size: 16px;
    }
    .marTop68 {
        margin-top: 55px;
    }
    /*.gl_img {width:100%}*/
    .video_bottom_content .content_cell {
        display: block;
        width: 100%;
    }
    .video_bottom_content .content_cell.cell_mid {
        padding: 15px 0;
    }
    .cell_left,
    .cell_right {
        text-align: center;
    }
    .ryt-video {
        padding-bottom: 52.25%;
    }
    /* .filter_bar .filter_cell:nth-child(6), */
    /* .filter_bar .filter_cell:nth-child(7){width:50%} */

    .signInMenu .ng-scope {
        top: 0px;
        width: 100%;
        z-index: 10;
        right: 0px;
        position: fixed;
        height: 100%;
    }
    .pop-close-signin {
        display: block !important;
    }
    .pets_count {
        margin-top: 0px;
    }
    #slider4 .img-circle {
        width: 150px;
    }
    .dashboard-nav .goog-te-gadget-simple .goog-te-menu-value span {
        font-size: 0px !important;
    }
    .date-right {
        margin-top: 10px;
        text-align: right;
    }
    .ReplyBox {
        margin: 25px 0 15px 100px;
    }
    .ReplyBox .mt-50 {
        margin-top: 10px;
    }
    .students-hosted:before {
        left: -16px;
    }
    .b-r-1 {
        border-right: none;
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: 30px;
    }
    .mob-pad-10 {
        padding-bottom: 10px;
    }
    .mob-pad-5 {
        padding-bottom: 10px;
    }
    .listItemPrice {
        width: 42%;
    }
    .listItemtext {
        width: 56%;
    }
    .profile-host {
        font-size: 0px !important;
    }
    .profile-host:after {
        right: -10px;
    }
    .clsPaging {
        margin: 0 0 15px 0;
    }
    .checkbox_inline {
        padding-top: 10px;
    }
    .p-t-10 {
        padding-top: 0px;
    }
    .search_selection label.no_small {
        padding-bottom: 24px !important;
    }
    .search_selection {
        margin-bottom: 10px !important;
    }
    .unsubscribe-text {
        text-align: center;
    }
    .partner_logo_row .partner_logo {
        max-width: 400px;
        height: 150px;
    }
    .tablet_margin {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    .editListImages {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .editListImages img {
        width: 100%;
        height: auto;
    }
    .editUploadImages {
        width: 100%;
    }
    .listItemPrice .m-b-40 {
        margin-bottom: 20px;
    }
    .listItemPrice .more-btn {
        margin: 3px 0 !important;
    }
}

@media screen and (max-width: 500px) {
    ul.process-model::before {
        width: 75%;
        left: 57px;
    }
    .header-bg {
        padding-bottom: 0;
        padding-top: 15vh;
    }
    .host-name-year,
    .host-name span {
        padding: 0;
    }
    #host-info .width30,
    #host-info .width40 {
        width: 50% !important;
    }
    .partner_logo_row {
        flex-wrap: wrap;
    }
    .partner_logo_row .partner_logo {
        padding: 5px;
    }
    .partner_logo_row .partner_logo img {
        width: auto;
        margin: 0 auto;
    }
    .main-search-full {
        display: table;
    }
    .destination-field,
    .destination-field input,
    .move-out-field input,
    .move-out-field,
    .search,
    .search-btn {
        width: 100%;
    }
    .move-out-field {
        width: 100%;
    }
    .section_wrp {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .intro h1,
    .discover h2,
    .meetHost h2,
    .works h2,
    .video-bg h2,
    .partners h2,
    .section_wrp h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .video_bottom_content .content_cell {
        font-size: 22px;
        line-height: 30px;
    }
    .intro p,
    .discover h3,
    .meetHost h3,
    .works h3,
    .section_wrp h3 {
        font-size: 18px;
    }
    .cityes-btn_outline {
        padding: 0px;
    }
    .step-position {
        top: 38px;
        margin-right: 0;
        right: 20px;
        position: absolute;
    }
    .checkbox_list.checkbox span.chk_wrp label {
        min-width: 240px;
    }
    .listItemPrice {
        width: 100%;
    }
    .listItemtext {
        width: 100%;
    }
    .pagination a {
        padding: 8px;
    }
    .row-input-txt p {
        width: 100%;
        margin-bottom: 10px;
    }
    .row-input-txt input {
        margin-left: 0;
    }
    .form_grp > div.lbl.w80,
    .form_grp > div.lbl.w190 {
        width: 100%;
        float: left;
        padding: 12px 10px 5px 12px;
    }
    .form_grp > div {
        width: 100%;
        float: left;
        padding-left: 5px;
    }
    .form_grp .radio-text {
        padding: 4px 0 10px 7px !important;
    }
}

@media screen and (max-width: 320px) {
    .host-name {
        font-size: 24px;
    }
    .ambassador {
        padding-top: 0;
    }
    .signin-container {
        padding: 30px 15px;
    }
}
/*******  FEEDBACK  *******/
#feedback {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 350px;
    margin-left: -3px;
    margin-bottom: -3px;
    z-index: 4;
}
#feedback .btn {
    line-height: 30px;
    height: 40px;
}
#feedback-form {
    float: left;
    width: 350px;
    height: 100%;
    z-index: 1000;
    padding-left: 10px;
    padding-right: 10px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#feedback-form .form-control {
    height: 40px;
    border: 1px solid #d6d6d6;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}
#feedback-form textarea {
    height: 75px !important;
}
#feedback-tab {
    float: right;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 40px;
    background-color: #fb7677;
    margin-top: 60px;
    margin-left: -40px;
    padding-top: 10px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-weight: 600;
}
#feedback-tab:hover {
    background-color: #fb7677;
}
#feedback-form textarea {
    resize: none;
}

@media screen and (max-width: 380px) {
    #feedback-form {
        width: 265px;
    }
}

@media screen and (max-width: 340px) {
    #feedback-form {
        width: 240px;
    }
}
.img-full {
    float: left;
    width: 100%;
}
.row.row-slider {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px;
    position: relative;
}
.row.row-slider div[class^='col-'] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
ul.list-amenities {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.list-amenities li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666666;
    padding-left: 32px;
    position: relative;
    height: auto !important;
}
ul.list-amenities.full li {
    width: 100%;
}
/* ul.list-amenities.inline li {
    width: auto !important;
    margin-right: 20px;
} */
ul.list-amenities li img {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    top: -1px;
}
.img-table {
    margin: 0 auto;
    display: table;
}
.img-footer {
    height: 116px;
}
ul.list-social {
    margin: 30px auto 30px;
    padding: 0;
    list-style: none;
    display: table;
}
ul.list-social li {
    float: left;
    margin-right: 10px;
}
ul.list-social li:last-child {
    margin-right: 0px;
}
ul.list-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #b2b2b2;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.list-social li a:hover {
    background-color: #1ea0f2;
}
.btn-view-photos {
    width: auto;
    float: right;
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    border: none;
    font-weight: 500;
    height: auto !important;
    padding: 11px 16px !important;
    line-height: 1;
}
.btn-view-photos:hover {
    background: #1ea0f2;
}
.container-abs {
    position: absolute;
    bottom: -40px;
    z-index: 999;
    margin: 0 auto;
    display: table;
    left: 0px;
    right: 0px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-hosts .swiper-hosts .swiper-slide .holder {
    background: #fff;
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #efecec;
    text-align: center;
    min-height: 184px;
    border-radius: 5px;
    display: flex;
    align-items: inherit;
}
.swiper-hosts .swiper-button-next,
.swiper-hosts .swiper-button-prev {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    display: inline-block;
}
.swiper-hosts .swiper-button-next {
    background: #1ea0f2 url(/images/right.svg) no-repeat 9px 6px !important;
    background-size: 10px !important;
    right: -15px !important;
}
.swiper-hosts .swiper-button-prev {
    background: #1ea0f2 url(/images/left.svg) no-repeat 9px 6px !important;
    background-size: 10px !important;
    left: -15px !important;
}
.swiper-hosts .swiper-slide .holder .caption {
    margin-bottom: 0px;
}
.swiper-hosts .swiper-slide .holder img {
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    display: table;
}
.swiper-hosts .swiper-slide .holder .host-people .img-holder img {
    height: 37px !important;
    width: 37px !important;
    margin-top: 16px;
}
.swiper-hosts .swiper-slide .holder .host-people .img-holder {
    width: 70px;
    height: 70px;
    margin: 0px auto 10px;
    display: table;
}
.swiper-hosts .swiper-slide .holder .caption p {
    margin-bottom: 0px;
    line-height: 1;
}
.swiper-hosts .swiper-slide .holder .host-people .name {
    margin-bottom: 0px;
    line-height: 1;
    float: left;
    width: 100%;
}
.swipe-bedrooms .swiper-slide {
    position: relative;
}
.swipe-bedrooms .swiper-slide img {
    border-radius: 5px;
    width: 100%;
}
.swipe-bedrooms .swiper-slide .overlay-bedroom {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0 );
    border-radius: 5px;
}
.swipe-bedrooms .swiper-slide .link-favourite {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 7px;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 1px;
}
.swipe-bedrooms .swiper-slide .link-favourite img {
    width: 15px;
}
.bedroom-holder {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.bedroom-holder .overlay-bedroom {
    position: absolute;
    width: 100%;
    height: 62%;
    left: 0px;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0 );
    border-radius: 5px;
    /* top: 0px; */
    bottom: 0px;
}
.bedroom-holder .bedroom-info {
    position: absolute;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    float: left;
    padding-left: 10px;
}
.bedroom-holder .bedroom-info img {
    border: 2px solid #fff;
    width: 50px;
    position: absolute;
    left: 13px;
    top: 0px;
}
.bedroom-holder .bedroom-info span {
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    top: 3px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 3px;
}
.bedroom-holder .bedroom-info p {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
}
.bedroom-holder .bedroom-info p small {
    color: #1ea0f2;
    font-weight: 700;
    font-size: initial;
}
.swiper-hosts {
    position: relative;
    float: left;
    width: 100%;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
/*
 * 1.1 -> Basic Margin
 * -----------------------------------------------
*/
.m-0 {
    margin: 0px !important;
}
.m-5 {
    margin: 5px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-15 {
    margin: 15px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-30 {
    margin: 30px !important;
}
.m-40 {
    margin: 40px !important;
}
.m-50 {
    margin: 50px !important;
}
.m-60 {
    margin: 60px !important;
}
.m-70 {
    margin: 70px !important;
}
.m-80 {
    margin: 80px !important;
}
.m-90 {
    margin: 90px !important;
}
.m-100 {
    margin: 100px !important;
}
.m-110 {
    margin: 110px !important;
}
.m-120 {
    margin: 120px !important;
}
.m-130 {
    margin: 130px !important;
}
.m-140 {
    margin: 140px !important;
}
.m-150 {
    margin: 150px !important;
}
.m-160 {
    margin: 160px !important;
}
.m-170 {
    margin: 170px !important;
}
.m-180 {
    margin: 180px !important;
}
.m-190 {
    margin: 190px !important;
}
.m-200 {
    margin: 200px !important;
}
/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-50 {
    padding: 50px !important;
}
.p-60 {
    padding: 60px !important;
}
.p-70 {
    padding: 70px !important;
}
.p-80 {
    padding: 80px !important;
}
.p-90 {
    padding: 90px !important;
}
.p-100 {
    padding: 100px !important;
}
.p-110 {
    padding: 110px !important;
}
.p-120 {
    padding: 120px !important;
}
.p-130 {
    padding: 130px !important;
}
.p-140 {
    padding: 140px !important;
}
.p-150 {
    padding: 150px !important;
}
.p-160 {
    padding: 160px !important;
}
.p-170 {
    padding: 170px !important;
}
.p-180 {
    padding: 180px !important;
}
.p-190 {
    padding: 190px !important;
}
.p-200 {
    padding: 200px !important;
}
/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-110 {
    margin-top: 110px !important;
}
.mt-120 {
    margin-top: 120px !important;
}
.mt-130 {
    margin-top: 130px !important;
}
.mt-140 {
    margin-top: 140px !important;
}
.mt-150 {
    margin-top: 150px !important;
}
.mt-160 {
    margin-top: 160px !important;
}
.mt-170 {
    margin-top: 170px !important;
}
.mt-180 {
    margin-top: 180px !important;
}
.mt-190 {
    margin-top: 190px !important;
}
.mt-200 {
    margin-top: 200px !important;
}
/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
.mr-0 {
    margin-right: 0 !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mr-70 {
    margin-right: 70px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
.mr-90 {
    margin-right: 90px !important;
}
.mr-100 {
    margin-right: 100px !important;
}
.mr-110 {
    margin-right: 110px !important;
}
.mr-120 {
    margin-right: 120px !important;
}
.mr-130 {
    margin-right: 130px !important;
}
.mr-140 {
    margin-right: 140px !important;
}
.mr-150 {
    margin-right: 150px !important;
}
.mr-160 {
    margin-right: 160px !important;
}
.mr-170 {
    margin-right: 170px !important;
}
.mr-180 {
    margin-right: 180px !important;
}
.mr-190 {
    margin-right: 190px !important;
}
.mr-200 {
    margin-right: 200px !important;
}
/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-110 {
    margin-bottom: 110px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.mb-130 {
    margin-bottom: 130px !important;
}
.mb-140 {
    margin-bottom: 140px !important;
}
.mb-150 {
    margin-bottom: 150px !important;
}
.mb-160 {
    margin-bottom: 160px !important;
}
.mb-170 {
    margin-bottom: 170px !important;
}
.mb-180 {
    margin-bottom: 180px !important;
}
.mb-190 {
    margin-bottom: 190px !important;
}
.mb-200 {
    margin-bottom: 200px !important;
}
/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
.ml-0 {
    margin-left: 0 !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.ml-70 {
    margin-left: 70px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.ml-90 {
    margin-left: 90px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.ml-110 {
    margin-left: 110px !important;
}
.ml-120 {
    margin-left: 120px !important;
}
.ml-130 {
    margin-left: 130px !important;
}
.ml-140 {
    margin-left: 140px !important;
}
.ml-150 {
    margin-left: 150px !important;
}
.ml-160 {
    margin-left: 160px !important;
}
.ml-170 {
    margin-left: 170px !important;
}
.ml-180 {
    margin-left: 180px !important;
}
.ml-190 {
    margin-left: 190px !important;
}
.ml-200 {
    margin-left: 200px !important;
}
/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
.pt-0 {
    padding-top: 0 !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-110 {
    padding-top: 110px !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.pt-130 {
    padding-top: 130px !important;
}
.pt-140 {
    padding-top: 140px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pt-160 {
    padding-top: 160px !important;
}
.pt-170 {
    padding-top: 170px !important;
}
.pt-180 {
    padding-top: 180px !important;
}
.pt-190 {
    padding-top: 190px !important;
}
.pt-200 {
    padding-top: 200px !important;
}
/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
.pr-0 {
    padding-right: 0 !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.pr-80 {
    padding-right: 80px !important;
}
.pr-90 {
    padding-right: 90px !important;
}
.pr-100 {
    padding-right: 100px !important;
}
.pr-110 {
    padding-right: 110px !important;
}
.pr-120 {
    padding-right: 120px !important;
}
.pr-130 {
    padding-right: 130px !important;
}
.pr-140 {
    padding-right: 140px !important;
}
.pr-150 {
    padding-right: 150px !important;
}
.pr-160 {
    padding-right: 160px !important;
}
.pr-170 {
    padding-right: 170px !important;
}
.pr-180 {
    padding-right: 180px !important;
}
.pr-190 {
    padding-right: 190px !important;
}
.pr-200 {
    padding-right: 200px !important;
}
/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-110 {
    padding-bottom: 110px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.pb-130 {
    padding-bottom: 130px !important;
}
.pb-140 {
    padding-bottom: 140px !important;
}
.pb-150 {
    padding-bottom: 150px !important;
}
.pb-160 {
    padding-bottom: 160px !important;
}
.pb-170 {
    padding-bottom: 170px !important;
}
.pb-180 {
    padding-bottom: 180px !important;
}
.pb-190 {
    padding-bottom: 190px !important;
}
.pb-200 {
    padding-bottom: 200px !important;
}
/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
.pl-0 {
    padding-left: 0 !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-70 {
    padding-left: 70px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
.pl-90 {
    padding-left: 90px !important;
}
.pl-100 {
    padding-left: 100px !important;
}
.pl-110 {
    padding-left: 110px !important;
}
.pl-120 {
    padding-left: 120px !important;
}
.pl-130 {
    padding-left: 130px !important;
}
.pl-140 {
    padding-left: 140px !important;
}
.pl-150 {
    padding-left: 150px !important;
}
.pl-160 {
    padding-left: 160px !important;
}
.pl-170 {
    padding-left: 170px !important;
}
.pl-180 {
    padding-left: 180px !important;
}
.pl-190 {
    padding-left: 190px !important;
}
.pl-200 {
    padding-left: 200px !important;
}
.host-signup {
    background: url(/images/hostsignup-bg.jpg) no-repeat center center;
    float: left;
    width: 100%;
    padding: 40px;
    position: relative;
    background-size: cover;
    background-color: #ccc;
    height: 246px;
}
.host-signup .img-table {
    height: 36px;
    position: relative;
    z-index: 999;
}
.host-signup .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #1ea0f2c4;
    z-index: 99;
    display: block;
}
.host-signup.host-ush .overlay {
    background: rgba(110, 183, 163, 0.8) !important;
}
.panel-signup .text-title {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #009ee1;
}

.panel-signup.panel-ush .text-title {
    color: #ed8458;
}
.panel-ush .btn {
    background-color: rgb(110, 183, 163);
    border-bottom: 0px solid #6eb7a3;
    box-shadow: 1px 4px 21px rgba(110, 183, 163, 0.5);
}

.panel-ush .process-model li.active i {
    background: #ed8458 !important;
    border-color: #ed8458 !important;
    color: #fff;
    cursor: pointer;
}
.panel-ush .process-model li.visited::after {
    background: #fdaf8e;
}
.panel-ush .process-model li.visited i {
    background: #fdaf8f;
    border-color: #ffb698;
    color: #fff;
    cursor: pointer;
}

.panel-ush .process-model li.active a,
.panel-ush .process-model li.active a:hover,
.panel-ush .process-model li.active a:focus,
.panel-ush .process-model li.visited a,
.panel-ush .process-model li.visited a:hover,
.panel-ush .process-model li.visited a:focus {
    color: #ee8357;
}
.panel-ush.panel-signup .checkbox input[type='checkbox']:focus + label::before,
.panel-ush.panel-signup .checkbox input[type='radio']:focus + label::before {
    border-color: #ffb698 !important;
}

.panel-ush.panel-signup .checkbox-lg h2 {
    color: #ed8458 !important;
}

.panel-signup .checkbox label {
    padding-left: 8px !important;
}
.panel-ush.panel-signup .checkbox label::before {
    border: 1px solid #ee8357 !important;
    background-color: #ffede5 !important;
}
.panel-ush.panel-signup .checkbox label::after {
    background-color: #ee8357 !important;
}

.panel-ush .radio-primary input[type='radio']:checked + label::before {
    border-color: #ee8357 !important;
}
.panel-ush .radio label::before {
    border: 1px solid #ee8357 !important;
    background-color: #fff5f1 !important;
}

.panel-ush p a {
    color: #ed8458 !important;
}

.panel-ush .radio-primary input[type='radio']:checked + label::after {
    background-color: #ee8357 !important;
}

.panel-signup.panel-ush select.form-control {
    background: #fff url(/images/dropdown-ush.svg) no-repeat 98% 17px !important;
    background-size: 13px !important;
}

.panel-signup.panel-ush select.form-control.mini {
    background: #fff url(/images/dropdown-ush.svg) no-repeat 93% 17px !important;
    background-size: 13px !important;
}
.panel-ush .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #ed8458 !important;
}

.panel-ush.panel-signup .btn-primary-line {
    background: #fff;
    border: 2px solid #6eb7a3 !important;
    color: #6eb7a3 !important;
}
.panel-ush.panel-signup .btn-primary-line:hover,
.panel-ush.panel-signup .btn-primary-line:focus {
    background: #6eb7a3 !important;
    color: #fff !important;
}
.panel-signup {
    float: left;
    width: 100%;
    border: none !important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    margin-top: -126px;
    position: relative;
    z-index: 99;
    border-radius: 10px;
    margin-bottom: 60px;
}
.panel-signup .panel-body {
    padding: 30px;
    float: left;
    width: 100%;
}
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    position: relative;
}
.design-process-content h3 {
    margin-bottom: 16px;
}
.design-process-content p {
    line-height: 27px;
    margin-bottom: 14px;
    text-align: justify;
    font-weight: normal;
    font-size: 14px;
    color: rgba(75,92,116,0.90);
    letter-spacing: 0.33px;
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    border: none;
    z-index: 0;
    margin: 0 auto 20px;
    display: table;
    width: 100%;
    float: left;
    text-align: center;
}

.process-model li {
    display: inline-block;
    min-width: 20%;
    padding: 0px 10px;
    text-align: center;
    float: none;
}


.panel-booking .process-model li::after {
    background: #009ee1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: -70px;
    top: 18px;
    width: 90%;
    z-index: -1;
}

.panel-booking .process-model li:last-child::after {
    width: 0;
}


.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
    border: none;
    background: transparent;
}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
    margin-right: 0px;
    cursor: default;
}
.process-model li.active,
.process-model li.visited {
    color: #57b87b;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #1DA0F3;
}
.process-model li.active p,
.process-model li.visited p {
    opacity: 0.8;
    font-size: 14px;
    color: #1DA0F3;
    letter-spacing: 0.35px;
}
.process-model li i {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #1DA0F3;
    color: #1DA0F3;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
    font-style: normal;
    box-sizing: border-box;
}

.process-model li.visited i {
    background: #1DA0F3;
    border-color: #1DA0F3;
    color: #fff;
    cursor: pointer;
}
.process-model li.active i,
.process-model li.active.visited i {
    background: #1DA0F3;
    color: #fff;
    cursor: pointer;
}
.process-model li p {
    margin-top: 11px;
    opacity: 0.8;
    font-size: 14px;
    color: rgba(75,92,116,0.90);
    letter-spacing: 0.35px;
}
.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
    color: #606060 !important;
    font-weight: normal;
}
.process-model.contact-us-tab li::after {
    display: none;
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}
.design-process-content .text-md {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #4B5C74;
    letter-spacing: 0.39px;
    line-height: 30px;
    opacity: 0.8;
}
.design-process-content .text-md span {
    color: #FF8155;
}

.panel-signup.panel-booking .done-header.text-md.blue {
    opacity: 0.9;
    font-size: 30px;
    color: #1DA0F3;
}
.panel-signup.panel-booking .done-subheader.design-process-content.highlight-text {
    opacity: 0.6;
    font-size: 14px;
    color: #4B5C74;
    line-height: 30px;
}
@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
}

@media screen and (max-width: 400px) {

    ul.process-model::before {
        left: 38px;
    }

    .process-model.more-icon-preocess li {
        width: auto;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 10px;
    }
    /* .more-icon-preocess.process-model li::after {
        top: 14px;
    } */
    .process-model li::after {
        right: -30px !important;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
}
.panel-signup .checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.panel-signup .checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -5px;
    margin-left: -14px;
    border: 1px solid #009ee1;
    border-radius: 4px;
    background-color: #d9f2ff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    top: 2px !important;
    outline: none !important;
    box-shadow: none !important;
}
.panel-signup .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -5px;
    top: 2px;
    margin-left: -14px;
    padding-left: 1px;
    padding-top: 0px;
    font-size: 11px;
    background-image: none;
    background-color: #009ee1;
    color: #fff;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    line-height: 18px;
}
.panel-signup .checkbox input[type='checkbox'],
.panel-signup .checkbox input[type='radio'] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    outline: none;
    outline: none !important;
    box-shadow: none !important;
}
.panel-signup .checkbox input[type='checkbox']:focus + label::before,
.panel-signup .checkbox input[type='radio']:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
    border: 1px solid #009ee1 !important;
    outline: none !important;
    box-shadow: none !important;
}
.panel-signup .checkbox input[type='checkbox']:checked + label::after,
.panel-signup .checkbox input[type='radio']:checked + label::after {
    font-family: 'FontAwesome';
    content: '\f00c';
    outline: none;
    outline: none !important;
    box-shadow: none !important;
}
.panel-signup .checkbox input[type='checkbox']:indeterminate + label::after,
.panel-signup .checkbox input[type='radio']:indeterminate + label::after {
    display: block;
    content: '';
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
    outline: none;
}
.panel-signup .checkbox input[type='checkbox']:disabled,
.panel-signup .checkbox input[type='radio']:disabled {
    cursor: not-allowed;
}
.panel-signup .checkbox input[type='checkbox']:disabled + label,
.panel-signup .checkbox input[type='radio']:disabled + label {
    opacity: 0.65;
}
.panel-signup .checkbox input[type='checkbox']:disabled + label::before,
.panel-signup .checkbox input[type='radio']:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.panel-signup .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.panel-signup .checkbox.checkbox-inline {
    margin-top: 0;
}
.panel-signup .checkbox-primary input[type='checkbox']:checked + label::before,
.panel-signup .checkbox-primary input[type='radio']:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-signup .checkbox-primary input[type='checkbox']:checked + label::after,
.panel-signup .checkbox-primary input[type='radio']:checked + label::after {
    color: #fff;
}
.panel-signup .checkbox-danger input[type='checkbox']:checked + label::before,
.panel-signup .checkbox-danger input[type='radio']:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.panel-signup .checkbox-danger input[type='checkbox']:checked + label::after,
.panel-signup .checkbox-danger input[type='radio']:checked + label::after {
    color: #fff;
}
.panel-signup .checkbox-info input[type='checkbox']:checked + label::before,
.panel-signup .checkbox-info input[type='radio']:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.panel-signup .checkbox-info input[type='checkbox']:checked + label::after,
.panel-signup .checkbox-info input[type='radio']:checked + label::after {
    color: #fff;
}
.panel-signup .checkbox-warning input[type='checkbox']:checked + label::before,
.panel-signup .checkbox-warning input[type='radio']:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.panel-signup .checkbox-warning input[type='checkbox']:checked + label::after,
.panel-signup .checkbox-warning input[type='radio']:checked + label::after {
    color: #fff;
}
.panel-signup .checkbox-success input[type='checkbox']:checked + label::before,
.panel-signup .checkbox-success input[type='radio']:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.panel-signup .checkbox-success input[type='checkbox']:checked + label::after,
.panel-signup .checkbox-success input[type='radio']:checked + label::after {
    color: #fff;
}
.panel-signup .checkbox-primary input[type='checkbox']:indeterminate + label::before,
.panel-signup .checkbox-primary input[type='radio']:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-signup .checkbox-primary input[type='checkbox']:indeterminate + label::after,
.panel-signup .checkbox-primary input[type='radio']:indeterminate + label::after {
    background-color: #fff;
}
.panel-signup .checkbox-danger input[type='checkbox']:indeterminate + label::before,
.panel-signup .checkbox-danger input[type='radio']:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.panel-signup .checkbox-danger input[type='checkbox']:indeterminate + label::after,
.panel-signup .checkbox-danger input[type='radio']:indeterminate + label::after {
    background-color: #fff;
}
.panel-signup .checkbox-info input[type='checkbox']:indeterminate + label::before,
.panel-signup .checkbox-info input[type='radio']:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.panel-signup .checkbox-info input[type='checkbox']:indeterminate + label::after,
.panel-signup .checkbox-info input[type='radio']:indeterminate + label::after {
    background-color: #fff;
}
.panel-signup .checkbox-warning input[type='checkbox']:indeterminate + label::before,
.panel-signup .checkbox-warning input[type='radio']:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.panel-signup .checkbox-warning input[type='checkbox']:indeterminate + label::after,
.panel-signup .checkbox-warning input[type='radio']:indeterminate + label::after {
    background-color: #fff;
}
.panel-signup .checkbox-success input[type='checkbox']:indeterminate + label::before,
.panel-signup .checkbox-success input[type='radio']:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.panel-signup .checkbox-success input[type='checkbox']:indeterminate + label::after,
.panel-signup .checkbox-success input[type='radio']:indeterminate + label::after {
    background-color: #fff;
}
.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-weight: 400 !important;
}
.radio label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #1da0f3;
    border-radius: 50%;
    background-color: #ebfbff !important;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    top: 3px;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 7px;
    height: 7px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #1da0f3;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type='radio'] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio input[type='radio']:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type='radio']:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type='radio']:disabled {
    cursor: not-allowed;
}
.radio input[type='radio']:disabled + label {
    opacity: 0.65;
}
.radio input[type='radio']:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
    margin-left: 0;
}
.radio-primary input[type='radio'] + label::after {
    background-color: #337ab7;
}
.radio-primary input[type='radio']:checked + label::before {
    border-color: #1ea0f2;
}
.radio-primary input[type='radio']:checked + label::after {
    background-color: #337ab7;
}
.radio-danger input[type='radio'] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type='radio']:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type='radio']:checked + label::after {
    background-color: #d9534f;
}
.radio-info input[type='radio'] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type='radio']:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type='radio']:checked + label::after {
    background-color: #5bc0de;
}
.radio-warning input[type='radio'] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type='radio']:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type='radio']:checked + label::after {
    background-color: #f0ad4e;
}
.radio-success input[type='radio'] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type='radio']:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type='radio']:checked + label::after {
    background-color: #5cb85c;
}
input[type='checkbox'].styled:checked + label:after,
input[type='radio'].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: '\f00c';
}
input[type='checkbox'] .styled:checked + label::before,
input[type='radio'] .styled:checked + label::before {
    color: #fff;
}
input[type='checkbox'] .styled:checked + label::after,
input[type='radio'] .styled:checked + label::after {
    color: #fff;
}
.d-table {
    margin: 0 auto;
    display: table;
}
.panel-signup .btn-primary {
    margin: 30px auto;
    display: table;
    max-width: 300px;
    border-color: #1ea0f2;
    min-width: 300px;
}
.panel-signup .btn-primary-line {
    background: #fff;
    border: 2px solid #1ea0f2 !important;
    color: #1ea0f2;
}
.panel-signup .btn-primary-line:hover {
    background: #1ea0f2;
    color: #fff;
}
/* .panel-signup .form-control {
    border: 1px solid #eaeaea;
    background: #fff;
    height: 41px;
    box-shadow: none;
    font-size: 13px;
    color: #666666;
}
.panel-signup select.form-control {
    -webkit-appearance: none;
    background: #fff url(/images/dropdown.svg) no-repeat 98% 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    background-size: 13px;
    font-size: 13px;
}
.panel-signup select.form-control.mini {
    background: #fff url(/images/dropdown.svg) no-repeat 93% 17px !important;
    background-size: 13px !important;
}
.panel-signup .text-danger {
    color: #fa7577;
    margin-top: -15px;
    float: left;
    width: 100%;
}
.panel-signup label {
    font-weight: 600;
    margin-bottom: 10px;
} */
/* .panel-signup .form-control::-webkit-input-placeholder { */
    /* Chrome/Opera/Safari */
    /* color: #b2b2b2;
} */
/* .panel-signup .form-control::-moz-placeholder { */
    /* Firefox 19+ */
    /* color: #b2b2b2;
}
.panel-signup .form-control:-ms-input-placeholder { */
    /* IE 10+ */
    /* color: #b2b2b2;
} */
/* .panel-signup .form-control:-moz-placeholder { */
    /* Firefox 18- */
    /* color: #b2b2b2;
} */
.link-back {
    position: absolute;
    bottom: 33px;
    left: 30px;
}
.link-back img {
    width: 33px;
}
.panel-signup .counter,
.panel-signup a.counter {
    float: left;
    width: 100%;
    background: #d9f2ff;
    height: 41px;
    line-height: 41px;
    color: #1ea0f2;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.checkbox-lg h2 {
    color: #1ea0f2;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.panel-signup .text-italic {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}
.panel-signup.panel-booking {
    margin: 0px;
    border: none;
    box-shadow: none !important;
    padding: 0px;
}
.panel-signup.panel-booking .panel-body {
    padding: 0px !important;
}
.panel-signup.panel-booking .panel-body .process-model li {
    width: 25%;
}
.panel-signup.panel-booking .text-lg {
    font-weight: 700;
    font-weight: bold;
    font-size: 24px;
    color: #1ea0f2;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 5px !important;
}
.panel-signup.panel-booking .text-md.blue {
    color: #4B5C74;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
    margin: 20px 0 30px;
    opacity: 0.6;
    text-align: left;
}

.panel-booking .text-md.blue {
    margin-bottom: 15px;
}
ul.list-ms {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.list-ms li {
    float: left;
    margin-right: 10px;
    font-size: 13px;
    color: #666666;
    line-height: 40px;
}
ul.list-ms li:last-child {
    margin-right: 0px;
}
ul.list-ms li span {
    background: #e2f5ff;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 7px;
    text-align: CENTER;
    margin-right: 10px;
    line-height: 20px;
}
ul.list-ms li span.male-icon {
    background-image: url(/images/male-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
ul.list-ms li span.non-smoker {
    background-image: url(/images/non-smoker-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.price-table tr td ul.list-ms li span img {
    width: 20px;
    height: 20px;
}
textarea.form-control {
    height: auto !important;
    resize: vertical;
}
.panel-signup .btn-primary.btn-full {
    width: 100% !important;
    max-width: 100% !important;
}
.total-box {
    background-size: 100%;
    float: left;
    width: 100%;
    position: relative;
    margin-top: -1px;
}

.total-table {
    background: #1ea0f4;
    padding: 0 25px;
}

.price-table-white tr td {
    color: #fff !important;
    font-size: 19px;
    font-weight: normal;
}
.total-box p {
    margin-bottom: 0px;
    opacity: 0.9;
    font-size: 12px;
    color: #4B5C74;
    line-height: 20px;
    background: rgba(29,160,243,0.06);
    padding: 15px 25px;
}
.total-box p a {
    color: #1DA0F3;
    text-decoration: none;
}
.price-table tr:last-child td {
    border-bottom: none !important;
}
.text-smal.text-copyright {
    font-size: 12px;
    opacity: 0.9;
    color: #4B5C74;
    line-height: 20px;
    margin-bottom: 30px;
    font-weight: normal;
}
.text-smal.text-copyright a {
    color: #1DA0F3;
}
#agreeded {
    margin-bottom: 0;
}

#Complete label {
    color: #36455B;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.subheader {
    float: left;
    width: 100%;
    position: fixed;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    height: 37px;
    top: 55px;
    z-index: 99;
}
.search-form {
    float: left;
    border: none;
    height: 37px;
    font-size: 13px;
}
.search-form.place {
    background: #fff url(/images/location.svg) no-repeat 96% 10px;
    background-size: 12px;
    padding-right: 40px;
    min-width: 300px;
    border-right: 1px solid #eae7e7;
    -webkit-appearance: none;
    border-radius: 0px;
}
.search-form.calendar {
    background: #fff url(/images/calendar.svg) no-repeat 95% 12px;
    background-size: 15px;
    padding-right: 40px;
    padding-left: 20px;
    min-width: 150px;
    border-right: 1px solid #eae7e7;
}
.search-others {
    float: left;
    height: 37px;
    border-right: 1px solid #eae7e7;
    font-size: 12px;
    line-height: 37px;
    padding-left: 20px;
    position: relative;
    padding-right: 50px;
    min-width: 200px;
}
.search-others span {
    float: right;
    position: absolute;
    right: 9px;
    top: -2px;
}
.search-others span img {
    width: 18px;
    margin-right: 3px;
}
.panel-listing {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 1px 1px 34px rgba(0, 0, 0, 0.1);
}
.panel-listing .swiper-container.swiper-lists .swiper-slide img {
    border-radius: 7px 7px 0px 0px;
}
.panel-listing .swiper-container.swiper-lists .swiper-slide {
    position: relative;
}
.panel-listing .swiper-container.swiper-lists .swiper-button-prev {
    background-image: url(/images/left.svg) !important;
}
.panel-listing .swiper-container.swiper-lists .swiper-button-next {
    background-image: url(/images/right.svg) !important;
}
.panel-listing .swiper-container.swiper-lists .swiper-button-prev,
.panel-listing .swiper-container.swiper-lists .swiper-button-next {
    background-size: 14px;
}
.panel-listing .link-heart {
    position: absolute;
    z-index: 99;
    top: 15px;
    right: 15px;
}
.panel-listing .link-heart img {
    width: 25px;
}
.panel-listing .listing-footer .img-avatar {
    position: absolute;
    z-index: 98;
    top: -26px;
    border-radius: 50%;
    left: 15px;
    border: 3px solid #fff;
    width: 60px;
}
.panel-listing .listing-footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}
.panel-listing .listing-footer h1 {
    float: left;
    padding-left: 65px;
    color: #009ee1;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.panel-listing .listing-footer ul.list-way,
.room__container ul.list-way {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}
.panel-listing .listing-footer ul.list-way li,
.room__container ul.list-way li {
    float: left;
    margin-right: 15px;
    font-size: 12px;
}
.panel-listing .listing-footer ul.list-way img,
.room__container ul.list-way img {
    float: left;
    margin-right: 7px;
}
.panel-listing .listing-footer ul.list-way li:last-child,
.room__container ul.list-way li:last-child {
    margin-right: 0px;
}
.overlay-price {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    text-align: right;
    padding: 0px 15px 15px;
}
.overlay-price p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1;
}
.overlay-price span {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.relativeparent {
}
.relativeparent .fixchild {
    position: fixed;
    bottom: 0px;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1) !important;
    top: 143px;
    height: calc(100vh - 169px);
    border-radius: 7px;
}
.iframe-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 172px);
}
.iframe-container > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border-radius: 7px;
}
.btn-aw {
    width: auto !important;
}
.btn {
    border: none !important;
}
.subheader .btn-xs {
    padding: 6px 8px !important;
    font-size: 11px !important;
    height: auto !important;
    font-weight: 500 !important;
    line-height: 1;
    box-shadow: none;
}
.nav-pagination .pagination li a {
    border-radius: 50% !important;
    text-align: center;
    padding: 5px !important;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #009ee1;
    color: #009ee1;
    width: 30px;
    height: 30px;
}
.nav-pagination .pagination li a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #009ee1 !important;
    border-color: #009ee1;
}
.nav-pagination .pagination > .active > a,
.nav-pagination .pagination > .active > a:focus,
.nav-pagination .pagination > .active > a:hover,
.nav-pagination .pagination > .active > span,
.nav-pagination .pagination > .active > span:focus,
.nav-pagination .pagination > .active > span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #009ee1 !important;
    border-color: #009ee1;
}
.jq-dropdown .jq-dropdown-menu li {
    padding: 3px 10px !important;
    font-size: 12px;
}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
    border-top: solid 1px #e7e7e7;
    margin: 5px 10px;
}
.jq-dropdown .jq-dropdown-menu li .radio,
.jq-dropdown .jq-dropdown-menu li .checkbox {
    margin: 0px !important;
}
.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
    background: none !important;
    color: inherit;
    cursor: pointer;
}
.btn-xs.btn-small {
    padding: 6px 8px !important;
    font-size: 11px !important;
    height: auto !important;
    font-weight: 500 !important;
    line-height: 1;
    box-shadow: none;
}
.panel-mobile {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    padding: 0px !important;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 1px 1px 34px rgba(0, 0, 0, 0.1);
    border: none !important;
}
.panel-mobile .search-form {
    border: 1px solid #eae7e7 !important;
    padding-left: 15px !important;
    width: 100%;
    max-width: 100%;
}
.panel-mobile .search-form.calendar {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 5px !important;
    margin-bottom: 15px !important;
}
.panel-mobile .search-others {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #eae7e7 !important;
}
.search-container {
    padding-top: 110px;
}
.jq-dropdown .jq-dropdown-menu li a.btn-default {
    float: left !important;
    width: 48% !important;
    background: #f1f1f1 !important;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 12px !important;
    box-shadow: none !important;
}
.jq-dropdown .jq-dropdown-menu li a.btn-default:hover {
    color: #666 !important;
}
.jq-dropdown .jq-dropdown-menu li a.btn-primary {
    float: right !important;
    width: 48% !important;
    background: #009ee1 !important;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 12px !important;
    color: #fff !important;
    box-shadow: none !important;
}
.jq-dropdown .jq-dropdown-menu li.inline-block {
    display: inline-block;
    width: 100%;
}
.alert {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 7px;
}
.alert-info {
    background: #e9f8ff;
    border: none;
    color: #1da0f3;
    font-weight: 500;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #02b3e4;
}
.fa-red {
    color: #fa7577 !important;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    box-shadow: none !important;
}
.btn-danger {
    color: #fff;
    background-color: #fa7577 !important;
    border-color: #fa7577 !important;
    box-shadow: none !important;
}
.btn-abs {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    padding: 1px 10px;
    min-width: 75px;
    border-radius: 5px;
}
.btn-info-icon {
    position: absolute;
    top: 10px;
    right: -30px;
    font-size: 16px;
}
.btn-grey {
    background: #f1f1f1 !important;
    border: #f1f1f1 !important;
    color: #666;
    box-shadow: none !important;
}
.btn-grey:hover,
.btn-grey:focus {
    color: #999 !important;
    background: #f1f1f1 !important;
    outline: none !important;
}

.btn-lgt {
    background: #fff !important;
    border: 1px solid #eee !important;
    color: #666;
    box-shadow: none !important;
}
.btn-lgt:hover,
.btn-lgt:focus {
    color: #999 !important;
    background: #f1f1f1 !important;
    outline: none !important;
}
.btn-link {
    text-align: center;
    color: #1ea0f2;
    font-weight: 600;
}
.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #1da0f3;
    border-radius: 5px;
    background-color: #d9f2ff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0px;
    margin-left: -20px;
    font-size: 12px;
    color: #555;
    line-height: 22px;
    text-align: center;
}
.checkbox input[type='checkbox'] {
    opacity: 0;
}
.checkbox input[type='checkbox']:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type='checkbox']:checked + label::after {
    font-family: fontawesome;
    content: '\f00c';
}
.checkbox input[type='checkbox']:disabled + label {
    opacity: 0.65;
}
.checkbox input[type='checkbox']:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-primary input[type='checkbox']:checked + label::before {
    background-color: #1da0f3;
    border-color: #1da0f3;
}
.checkbox-primary input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-danger input[type='checkbox']:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-info input[type='checkbox']:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-warning input[type='checkbox']:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type='checkbox']:checked + label::after {
    color: #fff;
}
.checkbox-success input[type='checkbox']:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type='checkbox']:checked + label::after {
    color: #fff;
}
.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #1da0f3;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 7px;
    height: 7px;
    left: 5px;
    top: 8px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type='radio'] {
    opacity: 0;
}
.radio input[type='radio']:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type='radio']:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type='radio']:disabled + label {
    opacity: 0.65;
}
.radio input[type='radio']:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio-primary input[type='radio'] + label::after {
    background-color: #428bca;
}
.radio-primary input[type='radio']:checked + label::before {
    border-color: #1ea0f2;
}
.radio-primary input[type='radio']:checked + label::after {
    background-color: #1ea0f2;
}
.radio-danger input[type='radio'] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type='radio']:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type='radio']:checked + label::after {
    background-color: #d9534f;
}
.radio-info input[type='radio'] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type='radio']:checked + label::before {
    border-color: #1da0f3;
}
.radio-info input[type='radio']:checked + label::after {
    background-color: #1da0f3;
}
.radio-warning input[type='radio'] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type='radio']:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type='radio']:checked + label::after {
    background-color: #f0ad4e;
}
.radio-success input[type='radio'] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type='radio']:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type='radio']:checked + label::after {
    background-color: #5cb85c;
}
.text-danger {
    color: #fa7577 !important;
}
.btn-sm {
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    padding: 6px 20px;
    box-shadow: none;
    border-radius: 6px;
}
.btn-primary-line {
    border: 2px solid #1ea0f2 !important;
}
.btn-danger-line {
    border: 2px solid #fa7577 !important;
    background: #fff !important;
    color: #fa7577 !important;
}
.btn-danger-line:hover,
.btn-danger-line:focus {
    background: #fa7577 !important;
}
.btn.btn-link-info {
    border: none;
    background: none;
    box-shadow: none !important;
}
.feature-block {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}
.feature-block img {
    width: 90px;
    display: flex;
}
.feature-block .feature-holder {
    width: 120px;
    padding: 0px;
    border-radius: 50%;
    /* border: 1px solid #ebe9e9;*/
    display: flex;
    height: 120px;
    line-height: 120px;
    margin: 0 auto;
}
.feature-block h1 {
    font-weight: 700;
    font-size: 24px;
    margin: 25px 0px 20px;
    color: #666;
}
.feature-block p {
    font-size: 17px;
    line-height: 32px;
    color: #666;
    margin-bottom: 0px !important;
}
.text-detail {
    font-size: 16px;
    color: #666;
    line-height: 34px;
}
.section_box {
    background: #fafafa;
}
.no-b {
    border: none !important;
}
.no-s {
    box-shadow: none !important;
}
.icon-steps {
    margin: 0 auto 20px;
    display: flex;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fef8fa;
    position: relative;
}
.icon-steps img {
    width: 39px;
}
.icon-steps span {
    position: absolute;
    bottom: 4px;
    right: -5px;
    background: #fff;
    border-radius: 50%;
    color: #fe7578;
    font-weight: 700;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
}
.text-bold {
    font-weight: 700 !important;
}
.section_blue {
    background-color: #1ea0f2;
    text-align: center;
}
.footer-blue .footer-bg1 .footer-nav h6,
.footer-blue .footer-bg1 .footer-contact h6,
.footer-blue .footer-bg1 .footer-nav ul li a {
    color: #fff !important;
}
.footer-blue .footer-bg1 .footer-logo {
    width: 180px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.footer-blue .footer-bg1 .p-address {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
}
.footer-blue {
    background-color: #1ea0f2 !important;
}
.footer-blue .footer-bg1 {
    background-color: #1ea0f2 !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section_blue h1 {
    text-align: CENTER;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
}
.section_blue h1 span {
    color: #fd3066;
}
.section_blue .btn {
    background: #fff;
    color: #1da0f3;
    padding: 10px 30px;
    font-weight: 600;
    margin: 40px 0px 0px;
}
.section_blue .btn:hover {
    background-color: #1c75b1 !important;
    color: #fff !important;
}
ul.list-social-icons {
    list-style: none;
    margin: 0 auto;
    display: table;
    padding: 0px;
}
ul.list-social-icons li {
    float: left;
    margin-right: 5px;
}
ul.list-social-icons li:last-child {
    margin-right: 0px;
}
ul.list-social-icons li a {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    border: 2px solid #fff;
}
ul.list-social-icons li a i {
    color: #1da0f3;
    font-size: 20px;
    line-height: 36px;
}
ul.list-social-icons li a:hover {
    background: none !important;
}
ul.list-social-icons li a:hover i {
    color: #fff;
}
.section_box .feature-block {
    min-height: 369px !important;
    margin-bottom: 20px;
}
.testimonials p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 40px;
    text-align: center;
}
.testimonials span {
    font-size: 18px;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 600;
    color: #666;
}
.panel.panel-payment {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 30px;
    border: none !important;
    position: relative;
    box-shadow: 1px 1px 34px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.panel.panel-payment h1 {
    color: #1ea0f2;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.panel.panel-payment .btn-xs {
    padding: 1px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    margin-bottom: 0px;
}
.btn-card {
    float: left;
    width: 100%;
    padding: 15px;
    border: 3px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}
.btn-card img {
    width: 26px;
    position: absolute;
    right: 15px;
    top: 15px;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.btn-card span {
    font-weight: bold;
    font-size: 16px;
    color: #666;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.btn-card p {
    color: #666;
    font-size: 13px;
    margin-bottom: 0px;
}

.btn-card:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}
.btn-card.selected {
    border-color: #95e1d3;
}

.btn-card.selected img {
    -webkit-filter: grayscale(0);
    filter: none;
}
.btn-card.selected * {
    color: #95e1d3;
}
.form-control {
    border: 1px solid #eaeaea;
    background: #fff;
    height: 41px;
    box-shadow: none;
    font-size: 13px;
    color: #333333;
}

#requirements {
    background-color: rgba(244,249,254,0.59);
    border: 1px solid #E6EBF0;
    border-radius: 4px;
    font-size: 14px;
    color: #A0AEC3;
    line-height: 28px;
}

#requirements {
    font-size: 14px;
    color: #A0AEC3;
    line-height: normal;
}

#requirements::placeholder {
    color: #A0AEC3;
    opacity: 1;
}

.new-controls .form-control::placeholder {
    color: #A0AEC3;
    opacity: 1;
}
  
.new-controls .form-control:-ms-input-placeholder {
    color: #A0AEC3;
  }
  
.new-controls .form-control::-ms-input-placeholder {
    color: #A0AEC3;
  }
.new-controls .text-danger {
    position: relative;
    top: -7px;
}

.birth-form-group {
    margin-top: 20px;
    margin-bottom: 0;
}

.new-controls .border_red {
    border: 1px solid rgba(255,129,85,0.50) !important;
}
/* 
.custom-select select {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: 0;
    border: none;
}

.custom-select {
    background-image: url('/images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
} */

.new-controls  select.form-control.hsm__form-input {
    -webkit-appearance: none;
    background: rgba(244, 249, 254, 0.59) url(/images/grey-dropdown.svg) no-repeat calc(100% - 15px) 50%;
    background-size: 13px;
    font-size: 16px;
    font-family: 'Proxima Nova', sans-serif;
    float: none;
}

.panel.panel-payment label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #222;
    line-height: 24px;
}

.payment-info .radio label {
    font-weight: normal !important;
    color: #666;
}

ul.list-colors {
    list-style: none;
    margin: 0px 0px 30px;
    float: left;
    width: 100%;
    padding: 0px;
}

ul.list-colors li {
    float: left;
    width: 80px;
    text-align: center;
    padding: 0px 1px;
    margin-right: 4px;
}
ul.list-colors li:last-child {
    margin-right: 0px;
}
ul.list-colors li a {
    font-size: 13px;
    text-align: center;
    color: #666;
    position: relative;
    float: left;
    width: 100%;
}
ul.list-colors li a img {
    width: 20px;
    display: table;
    margin: 0 auto 5px;
}

.fullwidth {
    float: left;
    width: 100%;
}
.text-center {
    text-align: center !important;
}
.title-h1 {
    color: #1ea0f2;
    font-size: 24px;
    font-weight: 700;
    float: left;
    width: 100%;
}

.review h2 {
    color: #1ea0f2;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 100%;
}

.review .table tr td {
    border: none !important;
    padding: 6px 0px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.review .table tr td:first-child {
    font-weight: 600;
    width: 25%;
    color: #222;
}

ul.list-legends.inline-legend li {
    float: left !important;
    width: auto !important;
    padding-left: 30px;
    margin-right: 20px;
}

ul.list-legends.inline-legend li:last-child {
    margin-right: 0px !important;
}

.modal-body .panel.panel-payment {
    float: none;
    width: auto;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 0px !important;
}

.modal-body .panel.panel-payment .panel-body {
    padding: 0px !important;
}

#studentsignup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 28px;
}

#studentsignup .date-of-birth-label {
    margin-bottom: 0px;
}
.list-modal {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-modal li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    text-align: justify;
}
.list-modal li:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #1ea0f2;
    position: absolute;
    left: 0px;
    top: 2px;
}

.custom__tooltip:before {
    content: attr(data-title);
    position: absolute;
    width: 300px;
    bottom: calc(100% + 10px);
    right: 0%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 10px;
    display: none;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.flex-wrap__wrap {
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .custom__tooltip:hover:before {
        display: block;
    }
}

#Map.fullscreen-mode {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1041;
}

.button__fullscreen {
    background: none rgb(255, 255, 255);
    border: 0px;
    margin: 10px;
    padding: 0px;
    position: absolute;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.button__fullscreen img {
    box-sizing: content-box;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

#loading-img {
    background: url(/images/loading.gif) center center no-repeat;
    height: 100%;
    z-index: 20;
}
.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    height: 100%;
    z-index: 99;
}
.delete {
    height: 50px;
    width: 50px;
    float: left;
}
.clschildgenderdtl .position {
    position: relative;
    float: left;
    width: 100%;
}
.meetHost_wrp .owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
    width: 101%;
}
.meetHost_wrp .owl-stage {
    display: inline-block;
}
#student-reg .position {
}
.clsstudentprofessional {
    color: #d82929;
    content: '*';
    display: block;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    right: 30%;
    top: 0;
}
.transportSelect {
    background: url(/images/transport-hover.png) no-repeat left top;
    width: 55px;
    height: 55px;
}
.foodSelect {
    background: url(/images/food-hover.png) no-repeat left top;
    width: 55px;
    height: 55px;
}
.shoppingSelect {
    background: url(/images/shopping-hover.png) no-repeat left top;
    width: 55px;
    height: 55px;
}
.parksSelect {
    background: url(/images/parks-hover.png) no-repeat left top;
    width: 55px;
    height: 55px;
}
.fitnesSelect {
    background: url(/images/fitness-hover.png) no-repeat left top;
    width: 55px;
    height: 55px;
}
.pop-close,
.price-pop-close,
.all-close {
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    transform: scale(1.2, 1);
    z-index: 10;
    top: 3px;
}
.popupclose {
    top: 50%;
    transform: translateY(-50%);
}
.radioprop {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 2px;
}
.more-bedroom-detail .owlPrev {
    background: url(/images/arriw-prev1.png) no-repeat center center;
    height: 18%;
    width: 15%;
    position: absolute;
    left: 0;
    top: 82%;
    display: block;
    z-index: 100;
    background-size: 14px;
}
.more-bedroom-detail .owlNext {
    background: url(/images/arriw-next1.png) no-repeat center center;
    height: 18%;
    width: 15%;
    position: absolute;
    right: 0;
    top: 82%;
    display: block;
    z-index: 100;
    background-size: 14px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
#frmhomesearch #destination,
#frmhomesearch #fromDatePicker,
#frmhomesearch #toDatePicker {
    z-index: 0;
}
.clsdiviframe {
    width: 400px;
    max-height: 100%;
    margin-left: 38.5%;
    margin-top: 17%;
}
#sign-in .popupclose {
    margin-top: 10px;
    padding-right: 0px;
    color: #fe7336;
}
#sign-in {
    width: 100%;
    position: relative;
}
#sign-in .signin-container {
    height: 100%;
}
#sign-in .checkMe {
    float: left;
    line-height: 26px;
    margin: 10px 0;
    width: 50%;
}
#sign-in .dontAccounttxt {
    float: left;
    margin-bottom: 5px;
    width: 50%;
}
#sign-in .forgotp {
    float: left;
    text-align: right;
    width: 50%;
}
#sign-in .popupclose {
    margin-top: 10px;
    padding-right: 0px;
    color: #fe7336;
    display: none;
}
.signin-toggle {
    position: relative !important;
}
#sign-in .loaderdiv {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99999;
    padding-top: 45%;
    padding-left: calc(50% - 50px);
}
.clsFinalResult {
    position: relative !important;
}
.Listingloaderdiv {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99999;
    padding-top: 10%;
    padding-left: calc(50% - 50px);
}
.blurdiv {
    /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
    opacity: 0.6;
    background-color: #f1f1f1;
}
.authenticate_loading {
    width: 72px;
    margin-left: calc(50% - 36px);
    margin-top: 45%;
}
#authenticate .popupclose {
    margin-top: 0px !important;
    color: #fe7336;
}
#search.popup-content {
    /*background-color: rgba(255, 255, 255, 0.97);
    margin: 8% auto 0;
    max-height: 80%; */
    max-width: 880px !important;
    min-height: 1px !important;
    /*overflow-y: auto;
    padding: 0;
    position: relative;
    width: 100%; */
    z-index: 99;
}
#search .text-title {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    margin: 50px 0 30px;
    padding: 0 10px;
    text-align: center;
}
.searchpop_act {
    padding-top: 10px;
    padding-bottom: 10px;
}
#search .fullwidth {
    width: 100%;
    z-index: 0;
}
#search .fullwidth .firstdivtop {
}
#search .fullwidth .seconddivtop {
    width: 4%;
}
#search .fullwidth .thirddivtop {
    width: 48%;
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 9px;
}
#search .fullwidth .firstdiv {
    margin-top: 2%;
    width: 48%;
}
#search .fullwidth .seconddiv {
    margin-top: 2%;
    width: 4%;
}
#search .fullwidth .thirddiv {
    margin-top: 2%;
    width: 48%;
}
.search_selection {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
}
.search_selection em {
    font-style: normal;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    margin-left: 40px;
    font-weight: 600;
}
.search_selection em small {
    font-size: 15px;
    font-weight: 300;
    display: block;
    text-transform: none;
}
.search_selection label {
    margin: 0;
    padding: 20px;
    display: block;
}
.search_selection label.not_selected * {
    color: #d7d7d7;
}
.search_selection label.no_small {
    padding-bottom: 44px;
}
.search_selection label.no_small em {
    padding-top: 2px;
}
.search_selection input[type='radio'] + label span {
    float: left;
    width: 25px;
    height: 25px;
    border-width: 5px;
}
.form_grp {
    display: table;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}
.form_grp > div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.form_grp > div * {
    font-size: 15px;
}
.form_grp > div.lbl {
    width: 1%;
    white-space: nowrap;
    padding: 17px 15px 13px 15px;
    padding-right: 0px;
}
.form_grp > div.lbl.w190 {
    width: 190px;
    font-weight: 400;
    font-size: 15px;
}
.form_grp > div.lbl.w80 {
    width: 90px;
    font-weight: 400;
    font-size: 15px;
}
.form_grp input[type='radio'] + label span {
    margin-top: -2px;
}
.form_grp .radio-text {
    margin-bottom: 0;
    padding: 4px 0 0 7px;
}
#search .fullwidth .firstdivtop .firsttitle {
    width: 89%;
    float: right;
    margin-top: -6px;
    margin-left: -20px;
}
#search .fullwidth .seconddivtop .firsttitle {
    width: 89%;
    float: right;
    margin-top: -6px;
    margin-left: -20px;
}
#search .fullwidth .thirddivtop .firsttitle {
    width: 89%;
    float: right;
    margin-top: -6px;
    margin-left: -20px;
}
#search .fullwidth .firstdivtop .secondtitle {
    font-size: 11px;
    padding-left: 32px;
    font: #d6d6d6;
}
#search .fullwidth .thirddivtop .secondtitle {
    font-size: 11px;
    padding-left: 32px;
    font: #d6d6d6;
}
#search .clsprivate {
    margin-top: 0px;
}
#search .pop-close {
    color: #fe7336;
}
.messageTxt .tRight {
    float: right !important;
    text-align: right !important;
}
.messageBox .clsMessageBlock .clschatright {
    float: right;
}
.messageBox .clsMessageBlock .clschatrighttext {
    float: right;
}
/*
.messageBox .clsMessageBlock .col-md-10 {
    width: 100% !important;
}*/

/*
.profile-toggle .my-profile {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    padding: 0 10px;
    position: absolute;
    right: 90px !important;
    top: 41px;
    width: 210px;
}


.profile-setting::before {
    background: none;
    border: none; / * 2px solid #9acced; * /
    border-radius: none; / * 50%; * /
    content: "";
    display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
*/
.error_container {
    position: relative !important;
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
    margin-bottom: 10px;
}
.error_container_inner {
    height: 100% !important;
    width: 48px !important;
    display: table-cell !important;
    vertical-align: top !important;
    border: 1px solid #d6d6d6 !important;
    background-color: #ffff !important;
    border-right: none !important;
    border-radius: 8px 0 0 8px !important;
    /* padding: 16px 0 16px 12px !important; */
    border-color: #d6d6d6 !important;
}
.error_message {
    display: table-cell !important;
    vertical-align: top !important;
    width: 100% !important;
    background-color: #ffffff !important;
    border: 1px solid #dbdbdb !important;
    border-left: none !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 5px 0px !important;
    text-align: left;
}
.forgotpassword {
    font-weight: 600;
    color: #696969;
    word-wrap: break-word;
    font-size: 17px;
    line-height: 34px;
}
.signin-container hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.forgotpassword-inner {
    color: #696969;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
    font-weight: 300;
}
#invalidauth {
    width: 100%;
    /*height: 440px;*/
    position: relative;
}
.popup-content-invalidauth {
    background-color: rgba(255, 255, 255, 0.97);
    left: 50%;
    max-height: 580px;
    max-width: 370px;
    /* min-height: 350px; */
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#invalidauth .pop-close {
    color: #fe7336;
    display: block;
    font-size: 25px;
    padding: 10px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    transform: scale(1.2, 1);
    z-index: 10;
    margin-top: 3%;
}
.move-in-field input,
.move-out-field input {
}
#frmsearch .move-in-field input,
#frmsearch .move-out-field input {
    padding-left: 45px !important;
}
.clsfromdatepicker {
    /*width: 300px !important;*/
}
.clsnorecordhostlist {
    font-size: 20px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
}
.profiledropdown .profile-setting::before {
    /* background: rgba(0, 0, 0, 0) url("/uploads/host/host-13.png") no-repeat scroll left top / 50px auto; */
    background: none !important;
    border: 2px solid #9acced;
    border-radius: 50%;
    content: '';
    display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.daterangepicker {
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}
.daterangepicker .monthselect {
    width: 30%;
    border-radius: 5px;
}
.daterangepicker .yearselect {
    width: 30%;
    border-radius: 5px;
}
.marker-price .marker-price {
    padding: 7px 7px;
    background: #fe7336;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    white-space: nowrap;
}
.marker-price .marker-price:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #fe7336 transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 3px;
    content: '';
}
.marker-price .marker-price:before {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 90%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    z-index: -1;
    border-radius: 85px;
    box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.4);
    transform: skew(-36deg);
}
.marker-price .marker-price:hover {
    background: #3498db;
}
.marker-price .marker-price:hover::after {
    border-color: transparent #3498db transparent transparent;
}
.clsgenderpadding {
    padding-right: 75px;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
.goog-te-menu-frame {
    max-width: 100% !important;
}
.goog-te-menu2 {
    max-width: 100% !important;
    overflow-x: scroll !important;
    box-sizing: border-box !important;
    height: auto !important;
}
/* Signin iframe */
#signinBox {
    display: none;
}
#sign-in-forgot-pwd {
    display: none;
}

.hsm__collapser {
    background-color: transparent;
    color: rgb(54, 69, 91);
    font-weight: 600;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(/images/icon-chevron-open.svg) no-repeat 100% 30%;
    padding-right: 20px;
    border-bottom: 1px solid rgba(121, 141, 169, 0.33);
    padding-bottom: 7px;
}

.hsm__collapser.collapsed {
    background: transparent url(/images/icon-chevron-close.svg) no-repeat 100% 40%;
    border-bottom: 1px solid rgba(29, 160, 243, 0.33);
}

/** ONLOAD **/

[v-cloak] {
    display: none;
}

.border_red {
    border: 1px solid red !important;
}

.color_red {
    color: red !important;
}

#floating-panel {
    position: absolute;
    top: 10px;
    left: 5%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

.partner-alias {
    font-family:'Proxima Nova',sans-serif;
    font-size: 29px;
    color: white;
    margin-left: 10px;
    float: left;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .partner-alias {
        margin-left: 0px;
        clear: left;
    }
    .partner-alias span {
        display: none;
    }

    .top-mobile-partner {
        height: 85px;
    }
}

footer {
    background-color: transparent !important;
}

.footer-bg1 {
    background-color: transparent !important;
}

select[disabled] .form-control, input[disabled] .form-control, form[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1;
}

select.form-control.mini:disabled  {
    background-color: #eee !important;
    opacity: 1;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.hsm__form-input,
.search-form.hsm__form-input,
.hsm__select.hsm__form-input {
    background-color: rgba(244, 249, 254, 0.59);
    border: 1px solid #e6ebf0;
    border-radius: 4px;
    padding: 15px 20px;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #36455b;
}

.hsm__form-input__textarea {
    height: auto;
    line-height: 22px;
    font-weight: 400;
}

/* .hsm__form-input:focus,
.search-form.hsm__form-input:focus {
    background-color: #fff;
} */

.search-form.hsm__form-input__location {
    background: rgba(244, 249, 254, 0.59) url(/images/input-location.svg) no-repeat
        calc(100% - 15px) 15px;
}

.hsm__form-input__icon {
    padding-right: 40px !important;
}

.search-form.hsm__form-input__date {
    background: rgba(244, 249, 254, 0.59) url(/images/input-date.svg) no-repeat calc(100% - 15px)
        15px;
}

.hsm__form-input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A0AEC3;
    opacity: 1; /* Firefox */
    font-family: 'Proxima Nova',sans-serif;
    font-size: 16px;
}

.hsm__form-input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A0AEC3;
    opacity: 1; /* Firefox */
    font-family: 'Proxima Nova',sans-serif;
    font-size: 16px;
}

.hsm__form-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A0AEC3;
    opacity: 1; /* Firefox */
    font-family: 'Proxima Nova',sans-serif;
    font-size: 16px;
}

.hsm__form-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A0AEC3;
    font-family: 'Proxima Nova',sans-serif;
    font-size: 16px;
}

.hsm__form-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A0AEC3;
    font-family: 'Proxima Nova',sans-serif;
    font-size: 16px;
}

.search-form.hsm__form-input__date::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #798da9;
    opacity: 1; /* Firefox */
}

.search-form.hsm__form-input__date::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #798da9;
    opacity: 1; /* Firefox */
}

.search-form.hsm__form-input__date::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #798da9;
    opacity: 1; /* Firefox */
}

.search-form.hsm__form-input__date:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #798da9;
}

.search-form.hsm__form-input__date::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #798da9;
}

.hsm__form-input.search-others span {
    top: 50%;
    transform: translateY(-50%);
}

.hsm__form-input.search-others span img {
    width: 20px;
}

.hsm__form-radio.radio input,
.hsm__form-radio.radio input:focus,
.hsm__form-checkbox.checkbox input,
.hsm__form-checkbox.checkbox input:focus {
    outline: none;
}

.hsm__form-radio.radio label::before,
.hsm__form-checkbox.checkbox label::before {
    border: 2px solid #798da9 !important;
    opacity: 0.3;
    background-color: #fff !important;
    width: 20px !important;
    height: 20px !important;
}

.hsm__form-radio.radio label::after {
    background-color: #1da0f3;
    width: 6px;
    height: 6px;
    left: 7px;
    top: 10px;
}

.hsm__form-checkbox.checkbox label::after {
    content: '' !important;
    background-color: #1da0f3;
    width: 8px !important;
    height: 8px !important;
    opacity: 0;
    border-radius: 2px;
    top: 11px;
    left: 6px;
}

.hsm__form-checkbox.checkbox input[type='checkbox']:checked + label::after {
    opacity: 1;
}

.hsm__form-radio.radio label,
.hsm__form-checkbox.checkbox label {
    font-size: 14px;
    color: #798da9;
    padding-top: 5px;
    font-weight: 600;
}

.hsm__form-checkbox__w-icon span {
    vertical-align: sub;
    font-size: 14px;
    color: #798da9;
    padding-top: 5px;
    font-weight: 400;
}

.hsm__form-checkbox__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 5px;
}

.hsm__select-container {
    border-bottom: 1px solid rgba(29, 160, 243, 0.33);
    line-height: 30px;
}

.hsm__select-container span {
    font-size: 16px;
    margin-right: 2px;
}

.hsm__select {
    border: none;
    background-color: white;
    color: rgb(54, 69, 91);
    font-weight: 600;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: white url(/images/icon-chevron-close.svg) no-repeat 100% 50%;
    padding-left: 5px;
    padding-right: 20px;
    cursor: pointer;
}

.hsm__select__cl-blue {
    color: rgba(29, 160, 243, 0.8);
    font-weight: 400;
}

.hsm-btn,
.jq-dropdown .jq-dropdown-menu li a.hsm-btn {
    height: 40px;
    box-shadow: 0px 8px 24px rgba(24, 29, 51, 0.1) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.hsm-btn.btn-default,
.jq-dropdown .jq-dropdown-menu li a.hsm-btn.btn-default {
    color: #1da0f3;
    background-color: #fff !important;
}

.hsm-btn.btn-primary,
.jq-dropdown .jq-dropdown-menu li a.hsm-btn.btn-primary {
    color: #fff;
}

.button {
    -webkit-box-shadow: 0 12px 36px rgba(24,29,51,.14);
    box-shadow: 0 12px 36px rgba(24,29,51,.14);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
    padding: 15px 10px;
    width: 180px;
    white-space: nowrap;
    text-align: center;
    border: 1px solid transparent;
}

.button--blue {
    background-color: #1da0f3;
    color: #fff;
    border-color: #1da0f3;
}

.button--white {
    background-color: transparent;
    color: #1da0f3;
    border-color: #1da0f3;
}

.buttons__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons__container .button {
    margin-bottom: 20px;
}

.buttons__container .button:first-child {
    margin-right: 30px;
}

.button__large {
    width: 260px;
    padding: 20px 10px;
}

.button--f-width {
    width: 100%;
}

.hsm__host-tile {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 18px 54px 0px rgba(17, 19, 41, 0.07);
    box-shadow: 0px 18px 54px 0px rgba(17, 19, 41, 0.07);
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    transition: box-shadow 300ms ease;
}

.hsm__host-tile:hover, .hsm__host-tile.hovered {
    box-shadow: 0 18px 54px 0 rgba(17, 19, 41, 0.6);
}

.hsm__host-tile__img {
    position: relative;
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hsm__host-tile__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

.hsm__host-tile__info {
    position: relative;
    background-color: #fff;
    padding: 16px 16px 11px;
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}

.hsm__host-tile__info-user {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hsm__host-tile__avatar {
    display: block;
    position: absolute;
    top: -30px;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0px 4px 20px rgba(21, 22, 42, 0.2);
    box-shadow: 0px 4px 20px rgba(21, 22, 42, 0.2);
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    z-index: 2;
}

.hsm__host-tile__avatar--no-pic:after {
    content: attr(data-initials);
    background-color: #888;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 26px;
    font-weight: 600;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hsm__host-tile__avatar--no-pic.female {
    border-color: #ffe3da;
    background-color: #ffe3da;
}

.hsm__host-tile__avatar--no-pic.female:after {
    background-color: #ffe3da;
    color: #ff8155;
}

.hsm__host-tile__avatar--no-pic.male {
    border-color: #e5eecf;
    background-color: #e5eecf;
}

.hsm__host-tile__avatar--no-pic.male:after {
    background-color: #e5eecf;
    color: #78a300;
}

.hsm__host-tile__avatar--no-pic img {
    opacity: 0;
}

.hsm__host-tile__avatar-name {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #36455b;
    text-align: left;
    padding-left: 90px;
    margin-bottom: 0px;
    padding-top: 10px;
}

.hsm__host-tile__price-container {
    position: relative;
}

.hsm__host-tile__price {
    font-size: 42px;
    font-weight: 600;
    color: #36455b;
    padding-left: 15px;
    padding-right: 3px;
    line-height: 100%;
}

.hsm__host-tile__from {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #767ba0;
    margin: 4px 0px 5px;
}

.hsm__host-tile__price-coin {
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #36455b;
}

.hsm__host-tile__price-per {
    font-size: 15px;
    font-weight: 400;
    color: #767ba0;
}

.hsm__host-tile__icons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.hsm__host-tile__travel-options-list,
.hsm__host-tile__travel-options-list.list-way {
    margin: 0px 0px 10px;
    padding: 0px;
    list-style: none;
}

.hsm__host-tile__travel-options-list.list-way {
    margin: 0px 0px 5px;
}

.hsm__host-tile__travel-options-list li:not(:last-child) {
    margin-bottom: 7px;
}

.hsm__host-tile__travel-options-list img {
    width: 32px;
    height: auto;
    margin-right: 7px;
    display: inline-block;
}

.hsm__host-tile__travel-options-list .list-way-distance {
    padding-top: 5px;
}

.hsm__host-tile__travel-options-list span {
    font-size: 14px;
    font-weight: 500;
    color: #36455b;
    vertical-align: middle;
    display: block;
}

.hsm__host-tile__travel-options-list li {
    display: flex;
    align-items: center;
}

.hsm__host-tile__premium {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 3px rgba(21, 22, 42, 0.3);
    padding: 7px 10px 6px;
    font-size: 12px;
    line-height: 100%;
    color: #ff8155;
    font-weight: 500;
    z-index: 2;
    min-width: 68px;
    text-align: center;
}

.hsm__host-tile__new {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background-color: #ffffff;
    color: #6a7b3b;
    border-radius: 12px;
    box-shadow: 0px 2px 3px rgba(21, 22, 42, 0.3);
    padding: 7px 10px 6px;
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
    min-width: 68px;
    text-align: center;
    z-index: 2;
    font-weight: 700;
}

.hsm__host-tile__room {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
    padding: 5px 16px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.hsm__host-tile__room-name {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    max-width: 80%;
    text-overflow: ellipsis;
}

.hsm__host-tile__favorite {
    width: 30px;
}

/**
** SLICK
**/

.room__container-row-mobile {
    display: none;
}

.hsm__host-tile-col {
    will-change: transform;
    transition: transform 200ms ease;
}

.hsm__host-tile-col.previous-slick-slide {
    transform: translateX(20px);
}

.hsm__host-tile-col.previous-slick-slide .room__container,
.hsm__host-tile-col.next-slick-slide .room__container {
    box-shadow: 0px 5px 10px 0px rgba(17, 19, 41, 0.7);
}

.hsm__host-tile-col.next-slick-slide {
    transform: translateX(-20px);
}

.hsm__host-tile__rating {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.hsm__rating__list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    line-height: 100%;
    display: flex;
}

.hsm__rating__list li {
    position: relative;
    display: inline-block;
    line-height: 100%;
    margin-right: 3px;
}

.hsm__rating__list li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(/images/icon-star-full.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    opacity: 0;
}

.hsm__rating__list li img {
    width: 12px;
    height: 12px;
    position: relative;
    margin-top: -1px;
}

/** HALF STARS **/

.hsm__rating--half-star li:first-child:before {
    background-image: url(/images/icon-star-half.svg);
    opacity: 1;
}

.hsm__rating--half-star li:first-child img {
    opacity: 0;
}

/** 1 STARS **/

.hsm__rating--one-star li:first-child:before {
    opacity: 1;
}

.hsm__rating--one-star li:first-child img {
    opacity: 0;
}

/** 1 AND HALF STARS **/

.hsm__rating--one-star.hsm__rating--half-stars li:nth-child(2):before {
    background-image: url(/images/icon-star-half.svg);
    opacity: 1;
}

.hsm__rating--one-star.hsm__rating--half-stars li:nth-child(2) img {
    opacity: 0;
}

/** 2 STARS **/

.hsm__rating--two-star li:nth-child(1):before,
.hsm__rating--two-star li:nth-child(2):before {
    opacity: 1;
}

.hsm__rating--two-star li:nth-child(1) img,
.hsm__rating--two-star li:nth-child(2) img {
    opacity: 0;
}

/** 2 AND HALF STARS **/

.hsm__rating--two-star.hsm__rating--half-stars li:nth-child(3):before {
    background-image: url(/images/icon-star-half.svg);
    opacity: 1;
}

.hsm__rating--two-star.hsm__rating--half-stars li:nth-child(3) img {
    opacity: 0;
}

/** 3 STARS **/

.hsm__rating--three-star li:nth-child(1):before,
.hsm__rating--three-star li:nth-child(2):before,
.hsm__rating--three-star li:nth-child(3):before {
    opacity: 1;
}

.hsm__rating--three-star li:nth-child(1) img,
.hsm__rating--three-star li:nth-child(2) img,
.hsm__rating--three-star li:nth-child(3) img {
    opacity: 0;
}

/** 3 AND HALF STARS **/

.hsm__rating--three-star.hsm__rating--half-stars li:nth-child(4):before {
    background-image: url(/images/icon-star-half.svg);
    opacity: 1;
}

.hsm__rating--three-star.hsm__rating--half-stars li:nth-child(4) img {
    opacity: 0;
}

/** 4 STARS **/

.hsm__rating--four-star li:not(:last-child):before {
    opacity: 1;
}

.hsm__rating--four-star li:not(:last-child) img {
    opacity: 0;
}

/** 4 AND HALF STARS **/

.hsm__rating--four-star.hsm__rating--half-stars li:last-child:before {
    background-image: url(/images/icon-star-half.svg);
    opacity: 1;
}

.hsm__rating--four-star.hsm__rating--half-stars li:last-child img {
    opacity: 0;
}

/** 5 STARS **/

.hsm__rating--five-star li:before {
    opacity: 1;
}

.hsm__rating--five-star li img {
    opacity: 0;
}

.hsm__host-tile__reviews {
    font-size: 12px;
    color: #798da9;
    font-weight: 500;
    line-height: 100%;
    margin-left: 5px;
    margin-top: 7px;
}

.calendar-table .next .fa,
.calendar-table .prev .fa {
    display: none;
}

.calendar-table .next:hover,
.calendar-table .prev:hover {
    background-color: transparent !important;
}

.calendar-table .next:hover:before,
.calendar-table .prev:hover:before {
    background-color: #1da0f3;
    color: #fff;
}

.calendar-table .next:before {
    content: '>';
}

.calendar-table .prev:before {
    content: '<';
}

.calendar-table .next:before,
.calendar-table .prev:before {
    border: 1px solid #1da0f3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1da0f3;
    font-size: 12px;
    position: relative;
    padding-top: 3px;
    transition: all 300ms ease;
}

.calendar-table .month {
    color: #36455b;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.calendar-table tbody td,
.daterangepicker thead tr:nth-child(2) th {
    border: none !important;
}

.calendar-table tbody td {
    font-size: 12px;
    color: #4b5c74;
    font-weight: 400;
    padding: 10px 0px;
}

.daterangepicker thead tr:nth-child(2) th {
    color: #798da9;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.modal__container .modal-body {
    margin: 0px;
    padding: 60px;
}

.modal__container .modal-body h1 {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #4b5c74;
    padding: 0 40px;
    text-align: center;
}

.modal__container .modal-body .btn-show-homestays {
    background-color: #1da0f3;
    -webkit-box-shadow: 0 12px 36px rgba(24, 29, 51, 0.14);
    box-shadow: 0 12px 36px rgba(24, 29, 51, 0.14);
    color: #fff;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
    margin-top: 30px;
}

.modal__container .modal-body .hsm__form-radio.radio label {
    padding-top: 2px;
    padding-left: 20px;
}

.modal__container .close {
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.modal__all-filters .panel.panel-payment label {
    color: #4b5c74;
}

#intermedaietform .hsm__form-radio {
    margin: 0px;
}

.modal-open .modal__login.in {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.modal__login {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modal .hsm__form-input {
    font-size: 16px;
    /*opacity: 0.8;*/
}

.modal .hsm__form-input.hsm__form-input__icon.hsm__form-input__location.on_modal.open {
    font-size: 16px;
    opacity: 1;
}

.modal__login .modal-dialog,
.modal__signup .modal-dialog {
    max-width: 600px;
    width: auto;
}

.modal__login .modal-dialog {
    width: 100%;
}

.modal__login .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 28px;
}

.modal__login .modal-content {
    -webkit-box-shadow: 0px 22px 60px rgba(29, 33, 46, 0.06);
            box-shadow: 0px 22px 60px rgba(29, 33, 46, 0.06);
}

.modal__login .modal-body,
.modal__signup .modal-body {
    padding: 0px;
}

.modal__login .panel {
    padding: 50px 90px 40px;
}

.modal__text-title {
    font-size: 26px;
    line-height: 36px;
    margin: 0px 0px 40px;
    color: #36455B;
    font-weight: 500;
    padding: 0px;
    opacity: 0.9;
}

.modal__login .link {
    font-size: 12px;
    color: #1DA0F3;
    line-height: 16px;
    margin: 0px;
    font-weight: 400;
}

.modal__signup .panel {
    padding: 50px;
}

.modal__signup .small__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #4B5C74;
}

.modal__signup .btn-sign-up {
    margin-bottom: 50px;
}

.modal__signup label {
    font-size: 16px;
    color: #36455B!important;
    font-weight: 500!important;
    line-height: 28px;
    margin-bottom: 10px;
}

.modal__signup label.genders {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    margin: 0px 0px 0px 25px;
}

.modal__signup input[type='radio']:checked + label span {
    background-color: rgba(29, 160, 243, 0.5);
    -webkit-box-shadow: 0 0 0 1px rgba(29, 160, 243, 0.5);
            box-shadow: 0 0 0 1px rgba(29, 160, 243, 0.5);
}

.modal__signup input[type='radio'] + label span {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px #E6EBF0;
            box-shadow: 0 0 0 1px #E6EBF0;
    width: 17px;
    height: 17px;
}

.modal__signup .date-of-birth__label {
    margin-top: 10px;
    margin-bottom: 0px;
}

.modal__signup .date-of-birth__small-text {
    font-size: 14px;
    color: #36455B;
    font-weight: 400;
    margin: 0px 0px 5px;
}

.modal__signup .genders:first-child {
    margin-left: 0px;
}

@media only screen and (min-width: 992px) {
    .modal__signup .search-form {
        text-indent: 15px;
    }
}

@media only screen and (max-width: 530px) {
    .modal__container .modal-body {
        padding: 40px;
    }

    .modal__container .modal-body h1 {
        padding: 0px;
        font-size: 24px;
    }

    .modal__container .modal-body .btn-show-homestays {
        width: 100%;
    }

    .modal__login .panel.panel-payment,
    .modal__signup .panel.panel-payment {
        padding: 30px!important;
    }
}
