@import "../vendor/bootstrap/css/bootstrap.min.css";
@import "../vendor/bootstrap/css/bootstrap-theme.min.css";
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/*= import fonts ----------*/
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), url(font/Ubuntu.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Changa One';
    font-style: normal;
    font-weight: 400;
    src: local('Changa One'), local('ChangaOne'), url(font/ChangaOne.woff) format('woff');
    font-display: swap;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background: #E6E6E6;
    font-family: 'Roboto', 'Ubuntu', sans-serif;
    color: #444C57;
    font-size: 13px;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    overflow-x: hidden;
    width:100%;
    display: block;
    overflow-y: visible;
    height: 100%;
}

/*.border-radius(@radius){
    .border-top-radius(@radius);
    .border-right-radius(@radius);
    .border-bottom-radius(@radius);
    .border-left-radius(@radius);
}*/
.nav-pills>li>a,
.nav-pills li a,
.nav-pills > a,
.nav-pills > a:focus,
.nav-pills > a:visited,
.nav-pills > a:hover
{
    font-size: 13px;
    border-radius: 5px;
    height: 26px;
    padding: 2px 10px 0 10px;
    margin: 0 5px 0 0;
    //background: transparent;
    background-color: #a9a8a8;
    //background-image: linear-gradient(to bottom, #fad8b6 4px, #f8b675 100%);
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    //border-bottom: 1px solid #c3c3c3;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-collapse .navbar-nav>li>a {
    color: #0e092c;
    background: #cdcdcd;
    margin: 2px;
}
.navbar-collapse {
    border: none;
    margin-top: 0;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus
{
    color: #ffffff;
    background-image: linear-gradient(to bottom, #ff9124 4px, #ff9124 100%);
    background-repeat: repeat-x;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.075) inset;

}
.nav-pills li:hover a:hover {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #ff9124 4px, #ff9124 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #ff9124 4px, #ff9124 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
}

.language-div {
    text-align: center;
    margin: -2px 15px 0 0;
    border-radius: 5px;
    background: #EEEEEE;
    border: solid 1px #cdcdcd;
    padding:2px 0 5px 0;
    width: 160px;
    float: right;
}
.screenChange-div {
    text-align: center;
    margin: -2px 5px 0 0;
    border-radius: 5px;
    background: #EEEEEE;
    border: solid 1px #cdcdcd;
    padding:2px 0 5px 0;
    width: 100px;
    float: right;
}
.logo {
    text-align: center;
    margin: 15px 0 10px 5px;
    padding:2px 0 5px 0;
    width: 300px;
    float: left;
}
.menu-div {
    text-align: center;
    margin: 0 0 10px 10px;
    padding: 0;
    float: left;
}

.navbar
{
    margin-top:-2px;
    background: #FFFFFF;
    border: solid 1px #cdcdcd;
    border-radius: 5px;
    float: none;

}
*:before, *:after {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

@media only screen and (max-width: 596px) {
    .container-align {
        margin-top:63px !important;
    }

}
@media only screen and (max-width: 582px) {
    .container-align {
        margin-top:83px !important;
    }

}
@media only screen and (max-width: 492px) {
    .container-align {
        margin-top:121px !important;
    }
}
@media only screen and (max-width: 409px) {
    .container-align {
        margin-top:186px !important;
    }
}

.tab-pane {
    padding-top: 25px;
    border-top: 1px solid #cdcdcd;
}
.container {
    text-align: center;
    max-width: 991px;
    background: transparent;
    margin: auto;
    padding: 0;
}
.container-align {
    margin-top: 95px;
    padding: 0;
}
.container-page {
    position: relative;
    background: transparent;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
.navbar-collapse {
    position: absolute; right: -15px; margin-top: 50px;
}

.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
.visible-desktop {
    display: inherit !important;
}
@media (min-width: 491px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important ;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
}
@media (max-width: 490px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-phone {
        display: inherit !important;
    }
    .hidden-phone {
        display: none !important;
    }
}

@media (max-width: 991px) {

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

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

    .divBackgroundImage {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 0;
        display: none;
    }
}
@media only screen and (max-width: 990px) {
    .hideNotImportant {
        visibility: hidden;
        display: none;
        clear: both;
        float: left;
        margin: 0;
    }

    .showWhenHideNotImportant {
        visibility: visible;
        clear: both;
        float: left;
        margin: 0 0 40px;
    }

}
.searchCarBox {
    //width:401px;
    margin-bottom: 10px;
    text-align: left;
}


@media only screen and (min-width:990px) and (max-width: 1200px) {
    .searchCarBox {
        width:678px;
        margin-bottom: 10px;
        text-align: left;
    }
}
@media only screen and (min-width:771px) and (max-width: 989px) {
    .searchCarBox {
        width:458px;
        margin-bottom: 10px;
        text-align: left;
    }
}
@media only screen and (min-width:741px) and (max-width: 770px) {
    .searchCarBox {
        width:408px;
        margin-bottom: 10px;
        text-align: left;
    }
}
@media only screen and (min-width:701px) and (max-width: 740px) {
    .searchCarBox {
        width:358px;
        margin-bottom: 10px;
        text-align: left;
    }
}
@media only screen and (min-width:650px) and (max-width: 700px) {
    .searchCarBox {
        width:300px;
        margin-bottom: 10px;
        text-align: left;
    }
}
@media only screen and (min-width: 1201px) {
    .searchCarBox {
        width:701px;
        margin-bottom: 10px;
        text-align: left;
    }
}


.divBackgroundImage {
    position: absolute;
    background: url(../images/rrc1_landscape.webp) no-repeat  fixed top   ;
    background-size: 100% 450px;
    width:100%;
    height: 450px;
    left: 0;
    top: 0;
    margin:0;
    padding: 0;
    vertical-align:top;
    z-index:0;
    display: block;
}
.divBackgroundImage-pattern {
    z-index: 0;
    height: inherit;
    margin-top: 0;
    width: 100%;
    background: transparent url(../images/denim.webp) repeat;
    opacity: 0.2;
}
.row {
    margin: 0;
    padding: 0;
}
.content {
    background: transparent;
    z-index:2;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.entry-header h3 {
    font-weight: bold;
    line-height: 26px;
    color: #434b56;
    margin: 0 0 8px;
    font-size: 16px;
    word-spacing: 2px;
}
.entry-header h4 {
    font-weight: bold;
    line-height: 22px;
    color: #434b56;
    margin: 0 0 8px;
    font-size: 13px;
    word-spacing: 2px;
}
.entry-header h5 {
    font-weight: bold;
    line-height: 18px;
    color: #434b56;
    margin: 0 0 8px;
    font-size: 11px;
    word-spacing: 2px;
}
.page-title {
    border-bottom: 1px dashed #cdcdcd;
}
.page-title > h2 {
    font-weight: bold;
    line-height: 30px;
    color: #434b56;
    margin: 0 0 8px;
    font-size: 26px;
    word-spacing: 1px;
}
.page-content {
    margin-top:20px;
    margin-bottom: 20px;
    padding: 20px 0 20px 0;
    text-align: left;
    vertical-align: top
}
.entry-content {
    color: #434b56;
    word-spacing: -1px;
}
.entry-meta a:before {
    content: url(../images/learn-more.webp);
    position: relative;
    right: 6px;
    top: 4px;
}
.entry-meta a:hover {
    text-decoration: none;
}
.entry-meta {
    text-transform: uppercase;
    color: #a5a8ac;
    line-height: 24px;
    font-weight: bold;
    margin: 6px 5px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.tabbable {
    background: #ffffff;
    width: 100%;
    min-width: 240px;
    border-radius: 5px;
    border-color: #cdcdcd;
    border-style: solid;
    border:1px;
    overflow-y: visible;

}

.tabbable > ul > li
{
    border-top: 4px solid #2F82EC;
}

.tabbable > ul > li.active ,
.tabbable > ul > li:hover
{
    border-top: 4px solid #2F82EC;
}
.nav-justified > .active, .nav-tabs > .active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #73a9ee !important;
    height: auto !important;
}
.nav-tabs{
    display:inline-flex;
}
.nav-tabs li{
    list-style-type:none;

}
.nav-tabs > li > a, .nav-tabs > li {
    line-height: normal !important;
    height: auto !important;
}
.nav-tabs.nav-justified > ul {
    width: 100%;
}
.menu-div {
    float: left;
}
@media (max-width: 768px) {
    .navbar-collapse {
        padding-left: 0;
    }
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 100%;

    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    .navbar-nav {
        margin: 0;
        background-color: #E6E6E6;
    }
    .menu-div {
        float: right;
    }
}
@media (min-width: 768px) {
    .navbar-collapse {
        position: relative; right: auto; margin-top: 10px; left: 0;
    }
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 100%;
    }
}
.navbar-collapse.in {
    overflow-y: hidden;
}
.nav-tabs,
.nav-tabs-justified,
.nav-justified {
    /*height: 34px;*/
    margin:0;
    padding:0;
    background: #f6ddaf;
    border-bottom: 0;
}
.datetimepicker {
    background: #fafafa !important;
}
.datetimepicker table tr td.new {
    color: #2d5da9 !important;
}
.datetimepicker thead tr:first-child {
    border: 1px solid #4690e9 !important;
    background: #f2d9ae !important;
}

.datetimepicker thead tr:first-child th {
    border-radius: 0;
}

.dropdown-menu {
    background: #a9a8a8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #ff9124 4px, #ff9124 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
}

.dropdown-menu > li > a {
    border:0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 5px;
}

.nav-tabs > li > a,
.nav-tabs > li
{
    height:30px;
    line-height: 10px;
    outline: none;
    cursor: pointer;
    border-bottom: 0;
    text-decoration: none;
}
.nav-justified > li:hover,
.nav-tabs > li:hover
{
    border-top: 4px solid #FC9020;
    height: 30px;
    background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-justified > .active,
.nav-tabs > .active,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 4px solid #FC9020;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 30px;
    outline: none;
    background: #ffffff;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}

.navDivOrangeBorderTop {
    border-top: 7px solid #FC9020;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    outline: none;
    background: #ffffff;
    border-right:1px solid #cdcdcd;
    border-left:1px solid #cdcdcd;
    border-bottom:1px solid #cdcdcd;
}

.navDivBlueBorderTop {
    border-top: 7px solid #2F82EC;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    outline: none;
    background: #F5F5F5;
    border-right:1px solid #cdcdcd;
    border-left:1px solid #cdcdcd;
    border-bottom:1px solid #cdcdcd;
}

a {
    outline: 0 !important;
    color: #0e092c;
    text-decoration: underline;
}
a:hover {
    color: #5580B7;
}


.support {
    background: #f3f3f3;
    border: 1px solid #d2d2d2;
    width: 299px;
    padding-top: 13px;
    height: 100px;
    text-align: left;
    margin: auto;
}
.support > img {
    padding: 4px 24px 20px 18px;
    float: left;
}
.support .title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 21px;
    color: #0e092c;
    margin-top: -1px;
}
.support .phone {
    color: #434b56;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: -1px 0 3px;
}
.support .email a {
    color: #0e092c;
    text-decoration: underline;
    border-bottom: 1px dotted #378EEF;
}
.support .email a:hover {
    border-bottom: none;
    text-decoration: none;
}
/* = Social buttons ------- */
.social-plugins {
    margin: 20px 0px;
    float: right;
}
.fcbk_like {
    width: 110px;
    float: right;
}

.feature-title {
    font-size: 15px;
    line-height: 21px;
    margin: 1px 0 9px 20px;
    font-weight: bold;
    color: #434b56;
    word-spacing: -1px;
}
.feature-title-img {
    height: 17px;
    width: auto;
    margin: 2px -2px 0;
    float: left;
}

.car-title {
    font-size: 15px;
    line-height: 21px;
    margin: 1px 0 9px 0;
    font-weight: bold;
    color: #434b56;
    word-spacing: -1px;
}
.car-title-img {
    margin: 2px 15px 5px 0;
    float: left;
    border: 1px solid #cdcdcd;
    max-width:150px;
}
.car-title-img-small {
    margin: 2px 5px 5px 0;
    float: left;
    border: 1px solid #cdcdcd;
    width: 105px;
    height: 65px;
}
.car-extras-small {
    margin: 2px 5px 5px 0;
    float: left;
    border: 1px solid #cdcdcd;
    width: 105px;
    height: 95px;
}
.car-details {
    border-top: 1px dashed #cdcdcd;
    margin-top:10px;
    padding-top:5px;
    display: none;
}
.car-view-details,
.car-view-details > a{
    color: #2F82EC;
    cursor: pointer;
}

.car-view-details:hover,
.car-view-details > a:hover {
    color: #ff9124;
    cursor: pointer;
}
.car-hide-details {
    color: #2F82EC;
    cursor: pointer;
    display: none;
}

.car-hide-details:hover {
    color: #ff9124;
    cursor: pointer;
}

input, select, textarea, .datepicker {
    background: #F9F9F9;
    width: 190px;
    margin: 0 0 0 0px;
    font-size: 12px;
    border: 1px solid #cdcdcd;
    line-height: 21px;
    height: 30px;
}
textarea {
    height:150px;
}
.datepicker {
    padding: 1px 0 1px 35px;
    background: #F9F9F9 url(../images/calendar.webp) no-repeat left center;

}
.datepicker:focus {
    background: #fff url(../images/calendar.webp) no-repeat left center;
}

.btn-orange {
    text-transform: uppercase;
    font-size: 12px;
    background-color: hsl(36, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9b05",
    endColorstr="#e58900");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9b05), to(#ff9124));
    background-image: -moz-linear-gradient(top, #ff9b05, #ff9124);
    background-image: -ms-linear-gradient(top, #ff9b05, #ff9124);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9b05), color-stop(100%, #ff9124));
    background-image: -webkit-linear-gradient(top, #ff9b05, #ff9124);
    background-image: -o-linear-gradient(top, #ff9b05, #ff9124);
    background-image: linear-gradient(#ff9b05, #ff9124);
    border-color: #ff9124 #ff9124 hsl(36, 100%, 43.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
    -webkit-font-smoothing: antialiased;
}
.btn-orange:hover {
    text-transform: uppercase;
    background-color: hsl(36, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9b05",
    endColorstr="#e58900");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9124), to(#e58900));
    background-image: -moz-linear-gradient(top, #ff9124, #e58900);
    background-image: -ms-linear-gradient(top, #ff9124, #e58900);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9124), color-stop(100%, #e58900));
    background-image: -webkit-linear-gradient(top, #ff9124, #e58900);
    background-image: -o-linear-gradient(top, #ff9124, #e58900);
    background-image: linear-gradient(#ff9124, #e58900);
    border-color: #e58900 #e58900 hsl(36, 100%, 43.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
    -webkit-font-smoothing: antialiased;
}

.btn-blue {
    text-transform: uppercase;
    font-size: 12px;
    background-color: hsl(215, 73%, 38%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4396F0",
    endColorstr="#2F82EC");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4396F0), to(#2F82EC));
    background-image: -moz-linear-gradient(top, #4396F0, #2F82EC);
    background-image: -ms-linear-gradient(top, #4396F0, #2F82EC);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4396F0), color-stop(100%, #2F82EC));
    background-image: -webkit-linear-gradient(top, #4396F0, #2F82EC);
    background-image: -o-linear-gradient(top, #4396F0, #2F82EC);
    background-image: linear-gradient(#4396F0, #2F82EC);
    border-color: #4396F0 #4396F0 hsl(215, 73%, 38%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
    -webkit-font-smoothing: antialiased;
}
.btn-blue:hover {
    text-transform: uppercase;
    background-color: hsl(215, 73%, 38%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2F82EC",
    endColorstr="#4396F0");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#2F82EC), to(#4396F0));
    background-image: -moz-linear-gradient(top, #2F82EC, #4396F0);
    background-image: -ms-linear-gradient(top, #2F82EC, #4396F0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2F82EC), color-stop(100%, #4396F0));
    background-image: -webkit-linear-gradient(top, #2F82EC, #4396F0);
    background-image: -o-linear-gradient(top, #2F82EC, #4396F0);
    background-image: linear-gradient(#2F82EC, #4396F0);
    border-color: #2F82EC #2F82EC hsl(215, 73%, 38%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
    -webkit-font-smoothing: antialiased;
}
.btn-green {
    text-transform: uppercase;
    font-size: 12px;
    background-color: hsl(125, 60%, 22%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63bc62",
    endColorstr="#1ea830");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#63bc62), to(#1ea830));
    background-image: -moz-linear-gradient(top, #63bc62, #1ea830);
    background-image: -ms-linear-gradient(top, #63bc62, #1ea830);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63bc62), color-stop(100%, #1ea830));
    background-image: -webkit-linear-gradient(top, #63bc62, #1ea830);
    background-image: -o-linear-gradient(top, #63bc62, #1ea830);
    background-image: linear-gradient(#63bc62, #1ea830);
    border-color: #63bc62 #63bc62 hsl(125, 60%, 22%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
    -webkit-font-smoothing: antialiased;
}
.btn-green:hover {
    text-transform: uppercase;
    background-color: hsl(125, 60%, 22%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1ea830",
    endColorstr="#63bc62");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#1ea830), to(#63bc62));
    background-image: -moz-linear-gradient(top, #1ea830, #63bc62);
    background-image: -ms-linear-gradient(top, #1ea830, #63bc62);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ea830), color-stop(100%, #63bc62));
    background-image: -webkit-linear-gradient(top, #1ea830, #63bc62);
    background-image: -o-linear-gradient(top, #1ea830, #63bc62);
    background-image: linear-gradient(#1ea830, #63bc62);
    border-color: #1ea830 #1ea830 hsl(125, 60%, 22%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
    -webkit-font-smoothing: antialiased;
}

.btn-grey {
    text-transform: uppercase;
    font-size: 12px;
    background-color: hsl(120, 1%, 22%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8d8d8d",
    endColorstr="#4c4d4c");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#8d8d8d), to(#4c4d4c));
    background-image: -moz-linear-gradient(top, #8d8d8d, #4c4d4c);
    background-image: -ms-linear-gradient(top, #8d8d8d, #4c4d4c);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d8d8d), color-stop(100%, #4c4d4c));
    background-image: -webkit-linear-gradient(top, #8d8d8d, #4c4d4c);
    background-image: -o-linear-gradient(top, #8d8d8d, #4c4d4c);
    background-image: linear-gradient(#8d8d8d, #4c4d4c);
    border-color: #8d8d8d #8d8d8d hsl(120, 1%, 22%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
    -webkit-font-smoothing: antialiased;
}
.btn-grey:hover {
    text-transform: uppercase;
    background-color: hsl(120, 1%, 22%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4d4c",
    endColorstr="#8d8d8d");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4c4d4c), to(#8d8d8d));
    background-image: -moz-linear-gradient(top, #4c4d4c, #8d8d8d);
    background-image: -ms-linear-gradient(top, #4c4d4c, #8d8d8d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4d4c), color-stop(100%, #8d8d8d));
    background-image: -webkit-linear-gradient(top, #4c4d4c, #8d8d8d);
    background-image: -o-linear-gradient(top, #4c4d4c, #8d8d8d);
    background-image: linear-gradient(#4c4d4c, #8d8d8d);
    border-color: #4c4d4c #4c4d4c hsl(120, 1%, 22%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
    -webkit-font-smoothing: antialiased;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;

}
.glyphicons.green:before{
    color:#1ea830;
}

.glyphicons.red:before{
    color: #a80c00;
}

.map {
    overflow: hidden;
    position: relative;
}

.map figure {
    padding-top: 5px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 380px;
    max-width: 100%;
}
.map address {
    float: left;
    display: block;
}

.map address dt {
}

.map address+address {
    margin-left: 80px;
    float: left;
}

address dd span {
    min-width: 66px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}
.map figure,
.map figure iframe,
#form input,
#form textarea,
#form .success {
    width: 100% !important;
    float: none !important;
}
.map figure {
    height: auto !important;
}

.map figure {
    margin-bottom: 15px;
}
.map figure iframe {
    width: 100%;
    height: 300px;
}
.map address {
    margin-right: 0;
}
iframe {
    border: 1px solid #cdcdcd;
}

/* = Progress bar content ---------------------------
------------------------- */
#progress-bar {
    margin-top:-16px;
    margin-bottom:10px;
    padding:0;
    width:100%;
    background: #f2f2f2;
    -moz-box-shadow: inset 0 1px 3px #e5e5e4;
    -webkit-box-shadow: inset 0 1px 3px #e5e5e4;
    box-shadow: inset 0 1px 3px #e5e5e4;
    border: 1px solid #bdbdbd;
}

#progress-bar-steps {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
}
.progress-bar-step {
    padding: 20px 22px 17px;
    float: left;
    width: 25%;
    color: #c7c9cd;
    border-right: 1px solid #d2d2d2;
}
.progress-bar-step_mobile {
    padding: 20px 22px 17px;
    color: #c7c9cd;
    border-right: 1px solid #d2d2d2;
}
.progress-bar-step.current {
    background: #1A55A8;
    color: #fff;
}
.progress-bar-step_mobile.current {
    background: #1A55A8;
    color: #fff;
}
.progress-bar-step.done {
    color: #656d78;
}
.progress-bar-step_mobile.done {
    color: #656d78;
}
.progress-bar-step.last {
    border: none;
}
.progress-bar-step_mobile.last {
    border: none;
}
.progress-bar-step.done .step_number {
    background: url(../images/step_done.webp) no-repeat center transparent;
    color: transparent;
}
.progress-bar-step-mobile.done .step_number {
    background: url(../images/step_done.webp) no-repeat center transparent;
    color: transparent;
}
.progress-bar-step.current .step_number {
    background: url(../images/step_current.webp) no-repeat center transparent;
}
.progress-bar-step_mobile.current .step_number {
    background: url(../images/step_current.webp) no-repeat center transparent;
}
.progress-bar-step .step_number {
    background: url(../images/step.webp) no-repeat center transparent;
    height: 45px;
    width: 45px;
    line-height: 3;
    text-align: center;
    float: left;
}
.progress-bar-step_mobile .step_number {
    background: url(../images/step.webp) no-repeat center transparent;
    height: 45px;
    width: 45px;
    line-height: 3;
    text-align: center;
    float: left;
}
.progress-bar-step .step_name {
    float: left;
    margin: 11px 8px;
}
.progress-bar-step_mobile .step_name {
    margin: 11px 8px;
}


.widget-content-range {
    color: #7C8490;
    min-height: 45px;
    word-spacing: -2px;
}
.divReservation {
    float:left;
    margin: 3px 20px 3px 3px;
    width:290px;
}


#headerSEO {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #809BB5;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;

    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
    display: none;
}

.red {
    color: #ff00ff;
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .modal-dialog {
        width: auto;
        margin: 30px auto;
    }
    #dialog-form {
        width: auto;
        margin: 30px auto;
    }

}

@media only screen and (min-width:992px) {
    .modal-dialog {
        width: auto;
        margin: 30px auto;
    }
    #dialog-form {
        width: auto;
        margin: 30px auto;
    }
}

@media only screen and (max-width:600px) {
    #dialog-form {
        width: 300px;
        margin: 10px auto;
    }
}

.ui-datepicker-month
{
    color: #333;
}
.ui-datepicker-year
{
    color: #333;
}

.smallMsg {
    border-radius: 6px;
    z-index: 1000;border:1px solid #3A3A3C; background-color: #1A55A8; width:250px; height:50px; top:20px; right:20px; position:absolute;padding:2px;display: none;text-align: center;font-size:14px;color:#ffffff;
}


.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}


.glyphicons-icon.booked{
    background-image:url(../vendor/glyphicons/images/glyphicons-booked.svg)
}
.glyphicons.booked:before{
    color:#F79198
}
/*

.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }

.carousel-control.left,.carousel-control.right {background-image:none;}
.item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: hidden;}
.rightest{ visibility: visible;}
.carousel-control, .carousel-control:focus { color: #ff9124; opacity: .9}
.carousel-control:hover { color: #1A55A8; }
.carousel-control:active { color: #1A55A8; }
*/
.carousel-control, .carousel-control:focus { color: #ff9124; opacity: .9}
.carousel-control:hover { color: #1A55A8; }
.carousel-control:active { color: #1A55A8; }

.corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    text-align: center;

    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-left{
    top: 25px;
    left: -45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding-right: 30px;
}
.corner-ribbon.orange{background: #ff9b05;}
.corner-ribbon.green{background: #1ea830; opacity: .85;}
/*#1ea830, #63bc62*/


.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding-left: 50px;
}
.corner-ribbon.top-right{
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding-left: 20px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;


}
.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.active > div { display:none; }
.active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
    .imgCarousel {width: 100%; height: 40vw !important;}
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
    .imgCarousel {width: 100%; height: 180px !important;}
}

/*md*/
@media (min-width: 992px)  {
    .carousel-inner .active.left { left: -33%; }
    .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev		     { left: -33%; }
    .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
    .imgCarousel {width: 100%; height: 160px !important;}
}


.block {
    width: 306px;
    height: 430px;
}


#mixedSlider {
    position: relative;
}
.MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}
.MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
}
@media (max-width: 991px) {
    .MS-content .item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .MS-content .item {
        width: 100%;
    }
}
.MS-content .item .imgTitle {
    position: relative;
    overflow: hidden;
}
.blogTitle {
    margin: 0;
    text-align: left;

    color: #252525;
    line-height: 25px;
    position: relative;
    background-color: rgba(255, 145, 36);
    width: 100%;
    height: 25px;
    font-weight: bold;
    padding: 0 0 2px 10px;
}

.MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    line-height: 25px;
    position: absolute;
    background-color: rgba(236, 235, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
}
.MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
}
.MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}
.MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}
.MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}
.MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}
.MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
    .MS-controls button {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .MS-controls button {
        font-size: 20px;
    }
}
.MS-controls .MS-left {
    left: 0px;
}
@media (max-width: 767px) {
    .MS-controls .MS-left {
        left: -10px;
    }
}
.MS-controls .MS-right {
    right: 0px;
}
@media (max-width: 767px) {
    .MS-controls .MS-right {
        right: -10px;
    }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
}

#basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
}
@media (max-width: 991px) {

    #basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

    #basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

    #basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}
@media only screen and (max-width:780px) {
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
    #dialog-form {
        width: 100%;
        margin: 30px auto;
    }
}
#dialog-form {
    margin-top:0;
    padding-top:0;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
    font-size: 1.1rem;
    max-width: 710px;
    width: 96% !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-dialog {
    line-height: normal;
    font-size:10px;
}

.ui-dialog-content label {
    margin-bottom:0;
    margin-top:2px;
    font-weight: normal;
}