#sc_title h1 {
    font-size: 36px;
    line-height: 38px;
    border: none;
}
#sc_title.title_mobile {
    position: relative;
    height: 110px;
    overflow: hidden;
    margin-bottom: 0;
}

#sc_title.title_mobile h1 {
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    margin: 0;
}
#sc_title h3, .var_table h3 {
    font-size: 24px;
    color: #707070;
    border-bottom: 1px solid #707070;
    margin: 0;
    padding-bottom: 5px;
}

#sc_title_icon {
    position: relative;
    height: 110px;
    overflow: hidden;
    margin-bottom: 0;
}

#sc_title_icon a.homelink {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    margin: 0;
    color: inherit;
    font-size: 32px;
    display: inline-block;
    text-decoration: none;
    width: 45px;
}

#sc_title_icon h1 {
    width: calc(100% - 90px);
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    margin: 0;
    font-size: 36px;
    line-height: 38px;
    color: inherit;
    border: none;
    display: inline-block;
}

#sc_content {
    padding: 30px 20px;
}
#sc_content input[type=text]:focus {
    cursor: pointer;
    background-color: #fff;
}
#sc_content #sc_ownerhtml {
    color: #000;
}
#sc_content #sc_ownerhtml h1 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    border: none;
    padding: 0;
}
#sc_content #sc_ownerhtml h2 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    padding: 0;
}
#sc_content #sc_ownerhtml h3 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
#sc_content #sc_ownerhtml pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
    border: none;
    background: none;
    color: #000;
}
#sc_content #sc_ownerhtml table {
    font-family: Arial, Helvetica, sans-serif;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: grey;
}
#sc_pagewidth {
    background: #fff;
    margin-top: 20px;
    border: 1px solid #C2C2C2;
    width: 100%;
}
#sc_maincol {
    margin: 0;
}
#headerContainer {
    background-color: #8CC63F;
}
#showprogress {
    margin: 30px 0;
    color: #333;
}
.sc_sr_searched_1 {
    color: inherit;
}
.sc_sr_searched_1 .prices_box_dates span {
    color: red;
}
img.logo {
    max-height: 100px;
    margin: 10px 0;
    max-width: 100%;
}
button.buttonBig {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    border: none;
    color: #fff;
    background-color: #8CC63F;
    padding: 6px 0;
}

button.buttonBig.loading {
    padding: 6px 30px;
    opacity: .65;
}

button.buttonBig:not(.loading) {
    opacity: 1;
}

#sc_footer {
    font-size: 14px;
    color: #8D8A8A;
    text-align: center;
    border: none;
    background: #fff;
}
#sc_footer a {
    color: #656565;
}
span.title {
    font-size: 15px;
    color: #8D8A8A;
    text-align: right;
    display: block;
}
span.title-left {
    font-size: 15px;
    margin-top: 6px;
    color: #8D8A8A;
    text-align: left;
    display: block;
}
span.search {
    font-size: 16px;
    color: #8D8A8A;
    text-align: center;
    display: block;
    margin-top: 6px;
}
#searchform {
    margin-top: 30px;
}
select {
    width: 100%;
    border: 1px solid #8D8A8A;
    padding: 0;
    text-indent: 6px;
    font-size: 15px;
    color: #4A4A4A;
    margin-bottom: 15px;
}

#results > p {
    color: #000;
    margin-top: 40px;
    padding: 0 40px;
    font-size: 18px;
    line-height: 24px;
    word-break: break-word;
}
#results #search-count + .pagenumbers {
    margin: 20px 0 0 0;
}
#results .pagenumbers {
    color: #8D8A8A;
}
#results .pagenumbers div > a {
    background: #fff;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    color: #4A4A4A;
}
#results .pagenumbers div > .hidden-pagination-element{
    display: none;
}
#results .pagenumbers div > .pagination-space{
    margin: 4px;
}
#results .pagenumbers div > strong {
    background-color: #FFC;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    color: #4A4A4A;
}

span.spinner-border {
    position: relative;
}

span.spinner-border::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -25px;
    color: #fff;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.1em solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.spinner-load {
    text-align: center;
    display: block;
    margin: 40px auto;
    color: #000;
}

div.spinner-load span.spinner-loader-text {
   display: inline-block;
   font-size: 18px;
}

div.spinner-load span.spinner-loader-text::before {
    content: '';
    display: inline-block;
    color: #000000;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.1em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    margin-right: 8px;
}

div.checkbox label {
    font-size: 14px;
    padding-left: 0;
    color: #000;
}

div.item {
    border: 1px solid #C2C2C2;
    margin-bottom: 20px;
    background-color: #fff;
}
div.item div.item_box {
    display: inline-block;
    padding: 10px 0;
}
div.item span.header, div.item span.header a {
    font-size: 18px;
    line-height: 22px;
    color: inherit;
    text-decoration: none;
}

div.item div.item_box div.item_box-img {
    float: left;
    max-width: 50%;
}
div.item div.item_box div.item_box-img img {
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
}
div.item div.item_box span.item_box-sub {
    float: left;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 0 10px 0;
    width: 100%;
}
div.item div.item_box span.sub:after {
    content: '';
    clear: both;
}
div.item div.item_box div.item_box-buttons {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

div.item div.item_box div.item_box-buttons a.sc_sr_info {
    float: left;
    font-size: 14px;
    width: 130px;
    box-sizing: border-box;
    padding: 8px 0px;
    text-align: center;
    background: #F0F0F0;
    border: unset;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
    margin-right: 5px;
}
div.item div.item_box div.item_box-buttons .sc_sr_avail_button {
    float: left;
    font-size: 14px;
    width: 130px;
    box-sizing: border-box;
    padding: 8px 0px;
    text-align: center;
    background: #8CC63F;
    border: unset;
    color: inherit;
    margin-bottom: 10px;
    font-weight: normal;
}
div.item div.item_box div.item_box-buttons a.sc_sr_avail {
    float: left;
    font-size: 16px;
    width: 130px;
    box-sizing: border-box;
    padding: 8px 0px;
    text-align: center;
    background: #8CC63F;
    border: unset;
    color: inherit;
    margin-bottom: 10px;
    font-weight: normal;
}
div.item div.item_book-buttons a.sc_sr_avail {
    font-size: 16px;
    width: 130px;
    box-sizing: border-box;
    padding: 8px 0px;
    text-align: center;
    background: #8CC63F;
    border: unset;
    color: inherit;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 7px;
}
div.item div.item_box div.item_box-buttons #sc_sr_avail {
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
}
div.item div.prices_box_dates {
    border-bottom: 1px solid #707070;
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #4A4A4A;
}
div.item div.prices_box_price {
    text-align: right;
    font-size: 22px;
    line-height: 28px;
    color: #4A4A4A;
}

span.stars-container span.title-gold {
    font-weight: bold;
    font-size: 18px;
    padding-right: 5px;
    line-height: 1;
}

div.item span.header span.stars-container {
    float: right;
    margin: 0 5px;
}
div.item span.header span.stars-container:after {
    content: '';
    clear: both;
}
span.stars-container i {
    position: relative;
    padding-right: 1px;
}
span.stars-container i::before {
    font-size: 20px;
    color: #fff;
}

span.stars-container i.fa-star::after {
    content: '\f005';
    color: #febb02;
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
}
span.stars-container i.fa-star-half::after {
    content: '\f089';
    color: #febb02;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 2px;
}

span.stars-items-1 span.title-gold, 
span.stars-items-1 i:nth-child(3), 
span.stars-items-1 i:nth-child(4), 
span.stars-items-1 i:nth-child(5), 
span.stars-items-1 i:nth-child(6), 
span.stars-items-1 i:nth-child(7) {
    display: none;
}

span.stars-items-2 span.title-gold, 
span.stars-items-2 i:nth-child(4), 
span.stars-items-2 i:nth-child(5), 
span.stars-items-2 i:nth-child(6), 
span.stars-items-2 i:nth-child(7) {
    display: none;
}

span.stars-items-3 span.title-gold, 
span.stars-items-3 i:nth-child(5), 
span.stars-items-3 i:nth-child(6), 
span.stars-items-3 i:nth-child(7) {
    display: none;
}

span.stars-items-4 span.title-gold, 
span.stars-items-4 i:nth-child(6), 
span.stars-items-4 i:nth-child(7) {
    display: none;
}

span.stars-items-4_5 span.title-gold, 
span.stars-items-4_5 i:nth-child(6) {
    display: none;
}

span.stars-items-4_6 i:nth-child(6) {
    display: none;
}

span.stars-items-5 span.title-gold, 
span.stars-items-5 i:nth-child(7) {
    display: none;
}

span.stars-items-6 span.title-gold {
    display: none;
} 

span.stars-items-7 i:nth-child(7) {
    display: none;
}

span.stars-items-8 i:nth-child(5), 
span.stars-items-8 i:nth-child(6), 
span.stars-items-8 i:nth-child(7) {
    display: none;
}

span.stars-items-9 i:nth-child(4), 
span.stars-items-9 i:nth-child(5), 
span.stars-items-9 i:nth-child(6), 
span.stars-items-9 i:nth-child(7) {
    display: none;
}

.var_table {
    position: relative;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-collapse: unset;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.var_table h3 {
    padding-right: 30px;
    margin-bottom: 20px;
}
.var_table div.collapse-button {
    position: absolute;
    top: 30px;
    right: 24px;
    font-size: 24px;
}
.var_table div.collapse-button span.glyphicon  {
    cursor: pointer;
}
#resultsMap {
    border: 1px solid #C2C2C2 !important;
}
#startdate, #enddate {
    width: 100%;
}
#calendarModal .modal-window {
    width: 96%;
}
#calendarModal .modal-window .modal-header {
    padding: 0;
}
#calendarModal .modal-window .modal-header h2 {
    margin: 0 0 10px 0;
}
div#regionID_display select.input-sm.input-sm, div#town_list select.input-sm.input-sm {
    height: 36px;
    font-size: 15px;
    padding: 0;
}

@media (min-width: 767px) and (max-width: 991px) { 
    #sc_content span.title {
        text-align: left;
    }
    
}

@media (max-width: 767px) {
    .container {
        width: auto;
    }
    #sc_title.title_mobile {
        height: auto;
    }
    #sc_title.title_mobile h1 {
        transform: none;
    }
    #imageContainer {
        text-align: center;
    }
    #sc_title h1 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    #sc_title_icon {
        height: auto;
        min-height: 70px;
    }
    #sc_title_icon h1 {
        width: calc(100% - 50px);
        position: relative;
        height: auto;
        font-size: 24px;
        left: 50px;
        line-height: 30px;
        text-align: center;
        transform: none;
    }
    #sc_title_icon a.homelink {
        top: 10px;
        transform: none;
    }

    #sc_footer {
        text-align: left;
    }
    #sc_content {
        padding: 5px;
        margin-bottom: 20px;
    }
    #sc_content #sc_title h3{
        margin: 10px 0 0px 0;
    }
    #sc_content select {
        margin: 10px 0;
        width: 100%;
    }
    span.title {
        text-align: left;
    }
    span.search {
        margin-bottom: 10px;
    }
    .buttonBig.right {
        float: unset;
    }
    div.item div.prices_box_dates {
        font-size: 14px;
    }
    div.item div.prices_box_price {
        font-size: 18px;
    }
    div.item div.item_book-buttons a.sc_sr_avail {
        float: right;
    }
    div.item span.header span.stars-container {
        float: unset;
        display: block;
        margin: 0 0 5px 0;
    }
    img.logo {
        display: block;
        text-align: center;
        margin: 10px auto;
    }
}


@media (min-width: 540px) and (max-width: 768px) { 
    #sc_content .buttons {
        width: calc(50% - 15px);
    }
    #sc_content .buttons-or {
        width: 30px;
        padding: 0;
    }
}