body {
    font-family: 'Arsenal';
}

/**
* navbar
*/

.navbar {
    background-color: #fff;
    min-height: 68px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 17px;
    line-height: 48px;
}

.navbar .navbar-nav a {
    color: #4a4a4a;
    line-height: 36px;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-toggle {
    padding: 20px 15px;
}

.navbar-toggle .icon-bar {
    background: #4a4a4a;
}

.nav>li>a {
    padding-left: 30px;
    padding-right: 30px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #fff;
    text-decoration: underline;
}

@media (max-width: 1198px) {
    .nav>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 996px) {
    .nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }
}

/**
* main
*/

.engine {
    background: url('../images/lighthousehotel/home_header_2.png') no-repeat center;
    background-size: cover;
    vertical-align: middle;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    font-family: Cochin;
    font-size: 41px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-top: 0;
    color: #FF5221;
}

h1 span {
    font-family: Calibri;
    vertical-align: text-top;
    display: inline-block;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-family: Arsenal;
    line-height: 18px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    color: #8F8F8F;
    margin-top: 0;
    margin-bottom: 45px;
}

.engine-wrapper {
    margin-top: auto;
    background:#EFEFEF;
    width: 100%;
    padding: 27px 20px 40px 20px;
}

@media (max-width: 768px) {
    h1 {
        padding-top: 18vh;
        color: white;
    }

    h1 span{
        line-height: 22px;
        display: block;
        margin-bottom: 20px;
    }

    h1 span svg path{
        fill: white;
    }

    h3 {
        margin-top: 0;
        color: white;
        max-width: 70%;
        margin: auto;
    }

    .engine-wrapper {
        padding: 0;
        height: 100vh;
        background: url('../images/lighthousehotel/home_header_2.png') no-repeat center;
        background-size: cover;
    }

    .engine-wrapper .container {
        padding: 0;
        height: 100%;
        position: relative;
        background: rgba(38, 15, 0, 0.61);
    }

    .engine-wrapper .container form {
        background: rgba(0, 0, 0, 0.28);
        padding: 25px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

/**
* form
*/
form {
    font-family:'Arsenal';
    font-size: 18px;
    color: #4a4a4a;
}

.form-control::-webkit-input-placeholder { color: #4a4a4a; font-size: 18px;}  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #4a4a4a; font-size: 18px;}  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #4a4a4a; font-size: 18px;}  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #4a4a4a; font-size: 18px;}  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #4a4a4a; font-size: 18px;}  /* Microsoft Edge */

@media (min-width: 768px) {
    form .form-group {
        width: 18%;
        padding: 0 1%;
    }
}

form.form-inline select {
    font-size: 18px;
    color: #4a4a4a;
    display: block;
    width: 100% !important;
    padding: 0px 12px;
}

form .form-control {
    height: 60px;
    line-height: 60px;
}

.btn-primary {
    background-color: #FF5221;
    border-color: #FF5221;
    line-height: 46px;
    font-family: Arsenal;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

form.form-inline .btn-primary {
    width: 100% !important;
}

form.form-inline input {
    font-size: 16px;
}

.btn-primary:hover {
    background-color: #E63A00;
    border-color: #E63A00;
}

@media (max-width: 768px) {
    .select-inline {
        margin-bottom: 5px;
    }
}

h2 {
    font-family: Cochin;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 4.9px;
    color: #FF5221;
}

.subtitle {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4a4a4a;
}

@media (min-width: 768px) {
    .section-history {
        padding: 76px 0 0 0;
    }
}

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

.content-text {
    padding: 40px 0;
    max-width: 560px;
}

.line {
    width: 2px;
    height: 100px;
    border: solid 1px #979797;
    margin: 100px 0;
    display: inline-block;
}

.line-short {
    width: 2px;
    height: 40px;
    border: solid 1px #979797;
    margin: 40px 0;
    display: inline-block;
}

@media (min-width: 768px) {
    .line-short {
        display: none;
    }
}

.inline-block {
    display: inline-block;
}

.section-inside {
    padding-left: 0;
    min-height: 600px;
}

.section-inside .inside-images {
    padding-top: 60px;
    text-align: center;
}

@media (min-width: 768px) {
    .section-inside {
        background: url(../images/lighthousehotel/img_2.png?v=20181119) no-repeat;
        background-size: 400px;
        padding-left: 500px;
    }

    .section-inside .inside-images {
        text-align: left;
    }
}

.quote {
    font-family: Cochin;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #4a4a4a;
}

.quote-img {
    padding-top: 30px;
}

@media (max-width: 768px) {
    .quote-img {
        padding-top: 60px;
    }
}

.section-rooms .content-text {
    padding: 40px 0 60px 0;
    max-width: 600px;
    margin: 0 auto;
}

.section-rooms .room-options {
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .section-rooms .room-options img {
        padding-bottom: 25px;
    }
}

.section-rooms .btn-primary {
    width: 200px;
    height: 60px;
    background-color: #FF5221;
    border-color: #FF5221;
    line-height: 46px;
    font-family: Arsenal;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.section-rooms .btn-primary:hover {
    background-color: #E63A00;
    border-color: #E63A00;
}

.footer {
    border-top: solid 1px #c5c5c5;
    margin-top: 200px;
    padding: 20px 20px 20px 20px;
    position: relative;
    background-color: #fff;
}

@media (max-width: 768px) {
    .footer {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .footer.fixed {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}

.footer a {
    height: 21px;
    font-family: Arsenal;
    font-size: 17px;
    font-weight: normal;
    color: #4a4a4a;
}

.footer .col-left {
    margin-left: 35px;
    display: inline-block;
}

.footer .col-right {
    margin-right: 135px;
    display: inline-block;
    float: right;
}

@media (max-width: 992px) {
    .footer .col-left {
        display: block;
        margin: 55px 0 0;
        text-align: center;
    }

    .footer .col-right {
        display: block;
        float: none;
        margin: 0;
        text-align: center;
    }
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    padding: 20px 5px;
    line-height: 24px;
    display: inline-block;
}

@media (max-width: 992px) {
    .footer ul li {
        padding: 0 5px;
    }
}

.footer ul li.link a {
    color: #FF5221;
}

.footer .ico {
    background: url(../images/icons/footer_icons.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
}

.footer .ico-logo {
    background-position: 0 0;
    width: 29px;
    height: 44px;
    top: 30px;

}

.footer .ico-social {
    background-position: 100% 0;
    width: 132px;
    height: 44px;
    right: 15px;
    top: 30px;
}

/**
* room and rates
*/

.room-and-rates .engine {
    margin-top: 70px;
    height: unset;
    padding-bottom: 20px;
}

.room-and-rates .engine-wrapper {
    margin-top: 20px;
    padding: 20px;
}

@media (max-width: 768px) {
    .room-and-rates .engine {
        justify-content: start;
        padding: 0 5px;
    }

}

.room-and-rates .engine-wrapper .mobile-engine {
    color: #fff;
    text-align: left;
    font-size: 20px;
}

.room-and-rates .engine-wrapper .mobile-engine .ico-search {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 140px;
    background: #FF5221;
    padding: 8px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1;
    width: 36px;
    text-align: center;
}

.room-and-rates .engine-wrapper .mobile-engine .ico-search:hover {
    background: #E63A00;
}

@media (max-width: 768px) {
    .rar-summary .main .wizard {
        padding-top: 0;
        border-top: none;
    }
}

@media (max-width: 992px) {
    .rar-summary .sidebar {
        padding-top: 40px;
    }
}

.rar-summary .sidebar-header {
    min-height: 300px;
    background: url('../images/lighthousehotel/img_bg.png') no-repeat center bottom;
    background-size: 80%;
}

@media (max-width: 768px) {
    .rar-summary .sidebar-header,
    .rar-summary .main {
        min-height: auto;
        background: none;
    }

}

.pointer {
    cursor: pointer;
}

.card {
    border: solid 1px #d5d5d5;
    padding: 30px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #4a4a4a;
}

.card.active {
    box-shadow: 3px 0 5px 0 rgba(151, 151, 151, 0.23);
    border: solid 1px #d5d5d5;
    background-color: #fafafa;
}

.card.pointer:hover {
    box-shadow: 3px 0 5px 0 rgba(151, 151, 151, 0.23);
    border: solid 1px #d5d5d5;
    background-color: #fafafa;
}

.card+.card,
    .card.pointer+.card.pointer:hover{
        border-top: none;
}

@media (max-width: 768px) {
    .card+.card {
        border-top: solid 1px #d5d5d5;
    }
}

.main .card {
    padding-left: 0;
}

@media (max-width: 768px) {
    .main .card {
        padding-left: 30px;
        margin-top: 60px;
        padding-bottom: 60px;
    }

}

.sidebar .card p {
    margin-bottom: 0;
}

.card h2 {
    padding: 0 0 25px;
    margin: 0;
}

.card h5 {
    font-family: Arsenal;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: normal;
    margin: 0 0 10px;
    color: #4a4a4a;
}

.card select {
    height: 32px;
    border: solid 1px #979797;
    border-radius: 0;
    background-color: #fff;
    min-width: 50px;
}

.card .card-content {
    padding: 5px 0 15px;
}

.card .main {
    font-weight: bold;
}

.card .card-checkout {
    border-top: solid 1px #979797;
    padding-top: 30px;
    margin-bottom: 40px;
}

.card .card-checkout .main {
    font-size: 27px;
    font-weight: bold;
}

.room-image {
    width: 45%;
    margin-left: -30px;
    float: left;
}

.room-content {
    width: 55%;
    float: right;
}

@media (max-width: 768px) {

    .room-image {
        width: auto;
        margin-left: 0;
        float: none;
        margin-top: -60px;
        margin-bottom: 20px;
    }

    .room-content {
        width: auto;
        float: none;
    }
}

.room-content .room-action {
    position: absolute;
    bottom: 25px;
    color: #FF5221;
    font-size: 18px;
}

.room-content .room-info {
    display: table;
    width: 100%;
}

.lonely {
    position: relative;
}

.lonely .room-content .room-info {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.room-content .room-info .item {
    display: table-cell;
    vertical-align: bottom;
}

.room-content .room-info .item.price {
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.room-content .room-info .item.price .line-through {
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.line-through {
    text-decoration: line-through;
}

.room-content .room-info .item.price .sub-price {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}

.line-through .js-currency {
    margin-right: -2px;
}

.card-checkout .js-currency {
    margin-right: 2px;
}

.price > .js-currency {
    margin-right: -5px;
}

.upselling-ico1 {
    width: 40px;
    height: 40px;
    background: red;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../images/icons/bell.svg') no-repeat center center;
    background-size: 30px;
}

.upselling-ico2 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../images/icons/paw.svg') no-repeat center center;
    background-size: 30px;
}

.link-navigation {
    padding: 10px 0;
}

.link-navigation .pull-left {
    color: #FF5221
}

.link-navigation .pull-right {
    color: #9b9b9b
}

.register label {
    font-weight: normal;
    font-size: 16px;
    color: #9b9b9b;
}

.confirm img {
    width: 660px;
    margin-top: 68px;
    max-width: 100%;
}

.confirm .title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    padding: 20px 0 10px;
    text-align: center;
    color: #FF5221;
}

.confirm .subtitle {
    font-size: 22px;
    line-height: 1.3;
    color: #4a4a4a;
}

.confirm .btn-primary {
    padding: 6px 20px;
    margin-top: 20px;
    margin-bottom: 100px;
} 