/* Minification failed. Returning unminified contents.
(52,17): run-time error CSS1039: Token not allowed after unary operator: '-header-text-color'
(116,23): run-time error CSS1039: Token not allowed after unary operator: '-page-font'
(120,27): run-time error CSS1039: Token not allowed after unary operator: '-page-font'
(122,21): run-time error CSS1039: Token not allowed after unary operator: '-page-colour'
(169,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(230,17): run-time error CSS1039: Token not allowed after unary operator: '-header-text-color'
(248,16): run-time error CSS1039: Token not allowed after unary operator: '-page-colour'
 */
.map-header {
    margin-bottom: 0px;
}

#map {
    width: 100%;
    height: 245px;
    margin-top: 53px;
}

.map-top {
    margin-bottom: 30px;
}

.map-directions {
    text-align: left;
    width: 100%;
}

.map-directions > div:nth-child(1) img {
    width: 29px;
    margin-right: 4px;
}

.map-image-cont {
    margin-bottom: 30px;
}

.map-image {
    width: 65%;
}

.map-image img {
    width: 100%;
}

.mt-item {
    display: inline-block;
    width: 47.8%;
    margin-right: 10px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 30px;
}

.mt-item i {
    font-size: 12pt;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    bottom: 2px;
    color: var(--header-text-color);
}

.mt-item > div:nth-child(1) {
    font-weight: 500;
    font-size: 12pt;
    margin-bottom: 5px;
}

.mt-item-content {
}

.mt-item-content span {
    display: block;
    white-space: normal;
}

.contact-us {
    margin-top: 23px;
    padding-top: 23px;
    border-top: 2px solid #e4e8ea;
}

html body .contact-us-on-top {
    margin-top: 0px;
    padding-top: 0;
    border-top: none;
    padding-bottom: 33px;
    border-bottom: 2px solid #e4e8ea;
    margin-bottom: 23px;
}

.contact-us-top > div {
    display: inline-block;
    vertical-align: top;
}

.contact-us-left {
    width: 55%;
}

.contact-us-left img {
    width: 100%;
}

.contact-us-right {
    width: 100%;
    white-space: pre-line;
}

.contact-us p {
    margin-bottom: 2px;
}

.notes-right {
    width: 100%;
}

.notes p {
    display: inline-block;
    width: 94%;
    vertical-align: top;
    font-size: 10.4pt;
    margin-bottom: .4rem;
    font-family: var(--page-font);
}

    .notes p * {
        font-family: var(--page-font);
        font-size: 10.4pt;
        color: var(--page-colour);
    }

.notes-overview-bottom {
    font-style: italic;
    margin-top: 23px;
}

.note-title {
    line-height: 2.5;
    font-size: 12pt;
}
.overview-intro {
    margin-bottom: 15px;
}

.overview-overview {
    margin-bottom: 15px;
    overflow: visible;
    display: block;
}

.overview-overview {
    display: block;
    vertical-align: top;
    white-space: unset;
}

    .overview-overview p {
        margin-bottom: 15px;
        display: block;
    }

.overview-equipment > div {
    margin-bottom: 5px;
}
/*----------------------------------------------PROPOSAL-------------------------------------------------------*/
html body p {
    margin: 0 0 4px;
}

.page {
    color: #435260;
    line-height: 1.2;
}

:root {
    --page-colour: #435260;
}

.page-section {
    padding: 70px 84px;
}

ol {
    list-style-type: decimal;
    margin-left: 16px;
}

ul {
    list-style-type: disc;
    margin-left: 16px;
}

ol {
    list-style-type: decimal;
    margin-left: 16px;
}

em, .note i {
    font-style: italic;
}

html body .fa {
    font-style: unset;
}
html body .josefin{
    font-family:AkzidenzLigh;
    font-weight:normal;
}

/*---------------------------------------------GLOBAL----------------------------------------------*/
html body .sub-header {
    font-size: 30pt;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 10px 0px;
    border-radius: 2px;
    line-height: 1.1;
}

html body .sub-header-text {
    margin-top: -10px;
    margin-bottom: 45px;
    font-style: italic;
}

html body .text {
    font-size: 10.4pt;
    line-height: 1.7;
}

.blue-bullet {
    font-size: 16pt;
    font-size: 12pt;
    position: relative;
    bottom: -5px;
    margin-right: 15px;
    color: var(--header-text-color);
    display: inline-block;
    vertical-align: top;
}

.venue-logo img {
    height: 60px;
}


/*---------------PDF Export---------------*/

.k-pdf-export .mt-item i{
    display:none;
}

.k-pdf-export em{
    font-style:normal;
    color:var(--page-colour);
}

.k-pdf-export #map{
    display:none;
}
.room-summary {
    width: 100%;
    margin-bottom: 55px;
}

.room-summary-th, .room-summary-td {
    display: inline-block;
    width: 24%;
}

.room-summary-th:nth-child(1), .room-summary-td:nth-child(1) {
    width: 19%;
}

.room-summary-th:nth-child(2), .room-summary-td:nth-child(2) {
    width: 40%;
}

.room-summary-th:nth-child(3), .room-summary-td:nth-child(3) {
    width: 23%;
}

.room-summary-th:nth-child(4), .room-summary-td:nth-child(4) {
    width: 15%;
}

.room-summary-group-header {
    padding: 8px;
    padding-left: 0px;
    font-size: 15px;
}

.rooms-cont {
    margin-bottom: 23px;
}

.room {
    width: 100%;
    padding-bottom: 35px;
    vertical-align: top;
}

.room > td {
    
    vertical-align: top;
}

html body table td.room-image {
    width: 215px!important;
}

.room-image img {
    width: 100%;
}

html body table td.room-info {
    width: 410px!important;
    padding-left: 23px;
    padding-top: 0px;
    vertical-align:top;
}

.room-info > div {
}

.room-info > .josefin {
    font-size: 13pt;
    margin-bottom: 5px;
}

.room-description {
    margin-bottom: 10px;
}

.room-dimensions {
    margin-bottom: 10px;
}

.room-dimensions > span {
    font-size: 11pt;
    font-weight: 400;
}

.room-dimensions p {
    margin-bottom: 0px;
    display: block;
}

.timeline:nth-child(4) {
    border-top: 2px solid #e4e8ea;
    padding-top: 30px;
}

.timeline-cont {
    padding: 0px;
}

/*------------------------BAR---------------------*/
.timeline-bar {
    width: 3px;
    height: 100%;
    background: #ced3d5;
    position: relative;
    bottom: 17px;
}

.timeline-bar-stop {
    width: 20px;
    height: 2px;
    border-radius: 20px;
    position: absolute;
    background: #ced3d5;
    left: -9px;
}

.timeline-bar-stop-left {
    bottom: 100%;
}

.timeline-bar-stop-right {
    top: 100%;
}
/*------------------------------ITEMS--------------------------*/
.timeline-items {
    vertical-align: top;
    width: 590px;
    padding-top: 6px;
    padding-bottom: 20px;
}

.timeline-item {
    vertical-align: top;
    margin-bottom: 30px;
    position: relative;
    bottom: 0px;
    width: 590px;
}

.timeline-caret {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 20px !important;
    background: #ced3d5 !important;
    border-radius: 0px 10px 10px 0px;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    left: unset;
    right: unset;
    margin-right: 11px;
}

.timeline-item > div:nth-child(2) {
    display: inline-block;
    width: 565px;
    padding-left: 0px;
    vertical-align: middle;
}

.timeline-item > div > div {
    display: inline;
    vertical-align: middle;
}

.timeline-item-time span {
    font-size: 10.4pt;
    margin-left: 0px;
    position: relative;
    display: inline-block;
    width: 115px;
    position: relative;
}

.timeline-item-info {
    max-width: 475px;
    vertical-align: middle;
    position: relative;
    margin-top: -8px;
    margin-bottom: 0px;
}

    .timeline-item-info span:nth-child(1) {
        font-size: 10.4pt;
        margin-right: 4px;
        text-transform: uppercase;
    }

    .timeline-item-info span:nth-child(2) {
        font-size: 10.4pt;
    }

.timeline-item-note {
    overflow: hidden;
    padding-left: 81px;
    display: block;
    text-align: left !important;
}

    .timeline-item-note p {
        text-overflow: ellipsis;
        margin-bottom: 2px;
    }
.intro {
    width: 100%;
    position: relative;
    overflow: visible;
    height: 1128px;
}

.intro-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

    .intro-cover > img {
        height: 100%;
        position: absolute;
        left: 0px;
        min-width: 100%;
    }

.intro-tint {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(14, 142, 210, 0.0);
}

    .intro-tint img {
        width: 170px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

.intro-content {
    position: absolute;
    width: 100%;
    bottom: 39%;
}

.intro-bg {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #0e1317;
}

.intro-content-text {
    padding: 53px 100px;
    padding-top: 46px;
    position: relative;
    z-index: 50;
}

.intro-content .sub-header {
    margin-bottom: -12px;
}

.intro-text span.text {
    display: block;
    color: white;
}

html body .intro-text-date {
    margin-top: 10px;
}
/*---------------------------------------------BEDROOMS------------------------------------------*/
html body .bedrooms-cont {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid #e4e8ea;
}

.bedrooms {
    text-align: left;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.bedroom-title {
    text-align: left !important;
}

    .bedroom-title > div {
        display: inline-block;
        vertical-align: top;
        padding: 0px 8px;
        text-align: left;
        margin-bottom: 10px;
        font-size: 12pt;
    }

html body .cost-title-name {
    text-align: left;
}

.bedroom-item {
    text-align: left !important;
}

    .bedroom-item > div {
        display: inline-block;
        vertical-align: top;
        padding: 0px 8px;
        text-align: left;
        margin-bottom: 8px;
    }
/*---------------------------------------------COST SUMMARY------------------------------------------*/
html body .cost-summary {
    border-top: 2px solid #e4e8ea;
    padding-top: 30px;
    margin-top: 30px;
}

.cost-left {
    text-align: left;
    width: 100%;
    vertical-align: middle;
    display:table;
}

.cost-title {
    text-align: left !important;
    display:table-row;
}

.cost-title > div {
    display: table-cell;
    vertical-align: top;
    padding: 8px 8px;
    padding-top:0px;
    text-align: right;
    margin-bottom: 10px;
    font-size: 12pt;
}

html body .cost-title-name {
    text-align: left;
}

html body .cost-title-date, html body .cost-item-date{
   
    text-align:left;
}

/*.cost-title-name, .cost-item-name {
    width: 50%;
}

.cost-item-qty, .cost-title-qty {
    width: 11%;
}

.cost-item-price, .cost-title-price {
    width: 20%;
}

.cost-item-unit, .cost-title-unit {
    width: 16%;
}*/

/*----mutliday (with dates)-----*/
/*.cost-summary-multiday .cost-title-name, .cost-summary-multiday .cost-item-name {
    width: 37%;
}

.cost-summary-multiday .cost-title-date, .cost-summary-multiday .cost-item-date {
    width: 16%;
    text-align: left;
}

.cost-summary-multiday .cost-item-qty, .cost-summary-multiday .cost-title-qty {
    width: 10%;
}

.cost-summary-multiday .cost-item-price, .cost-summary-multiday .cost-title-price {
    width: 18%;
}

.cost-summary-multiday .cost-item-unit, .cost-summary-multiday .cost-title-unit {
    width: 15%;
}*/
/*----end----*/
.cost-left > .cost-item {
    text-align: left !important;
    display:table-row;
}

.cost-item > div {
    display: table-cell;
    vertical-align: top;
    padding: 4px 8px;
    text-align: right;
    margin-bottom: 8px;
}

.cost-item-name {
    text-align: left !important;
}

.cost-total {
    text-align: right;
    margin-right: 16px;
    margin-top: 11px;
    display:table-row;
}

.cost-total span:nth-child(1) {
    margin-right: 8px;
    
}

.cost-summary-multiday .cost-total {
    
}


/*-----Discount------*/
html body .cost-total-discount-sub-total > div{
    padding-bottom:5px;
}

html body .discount-item > div{
    color:#c10c0c;
}


/*----------------------------------Tax Breakout------------------------------------*/
html body .cost-summary-breakout .cost-left .text {
    font-size: 10pt;
}

.cost-summary-breakout .cost-title > div {
    display: table-cell;
    vertical-align: top;
    padding: 8px 8px;
    padding-top:0px;
    text-align: right;
    margin-bottom: 10px;
}

/*----------------table-------------*/
.cost-summary-breakout .cost-item > div {
    display: table-cell;
    vertical-align: top;
    padding: 4px 8px;
    text-align: right;
    margin-bottom: 8px;
}

.cost-summary-breakout .cost-item-name {
    text-align: left !important;
}

.cost-summary-breakout .cost-title-name, .cost-summary-breakout .cost-item-name {
    width: 32%;
    text-align: left !important;
}

/*

.cost-summary-breakout .cost-item-qty, .cost-summary-breakout .cost-title-qty {
    width: 7%;
}

.cost-summary-breakout .cost-item-price, .cost-summary-breakout .cost-title-price {
    width: 14%;
}

.cost-summary-breakout .cost-item-net, .cost-summary-breakout .cost-title-net {
    width: 15%;
}

.cost-summary-breakout .cost-item-vat, .cost-summary-breakout .cost-title-vat {
    width: 13%;
}

.cost-summary-breakout .cost-item-unit, .cost-summary-breakout .cost-title-unit {
    width: 14%;
}

.cost-item-totals {
    width: 54%;
}*/

/*-----mutliday (with dates)-----*/
/*.cost-summary-breakout.cost-summary-multiday .cost-title-name, .cost-summary-breakout.cost-summary-multiday .cost-item-name {
    width: 25%;
}

.cost-summary-breakout.cost-summary-multiday .cost-item-date, .cost-summary-breakout.cost-summary-multiday .cost-title-date {
    width: 14%;
}

.cost-summary-breakout.cost-summary-multiday .cost-item-qty, .cost-summary-breakout.cost-summary-multiday .cost-title-qty {
    width: 6%;
}

.cost-summary-breakout.cost-summary-multiday .cost-item-price, .cost-summary-breakout.cost-summary-multiday .cost-title-price {
    width: 12%;
}

.cost-summary-breakout.cost-summary-multiday .cost-item-net, .cost-summary-breakout.cost-summary-multiday .cost-title-net {
    width: 13%;
}

.cost-summary-breakout.cost-summary-multiday .cost-item-vat, .cost-summary-breakout.cost-summary-multiday .cost-title-vat {
    width: 11%;
}

.cost-summary-breakout.cost-summary-multiday .cost-item-unit, .cost-summary-breakout.cost-summary-multiday .cost-title-unit {
    width: 13%;
}*/
/*----end----*/

/*---------------totals----------------*/
 .cost-total {
    text-align: right;
    margin-right: 0px;
    margin-top: 11px;
    display:table-row;
}

.cost-total > div{
    display:table-cell;
    text-align:right!important;
    padding-top:8px;
}

.cost-summary-breakout .cost-total span:nth-child(1) {
    margin-right: 8px;
    font-size: 10pt;
}

.cost-summary-breakout .cost-item-totals span:nth-child(1) {
    font-size: 12pt;
}
/*---------------------IMAGE STRIP-----------------*/
.image-strip {
    padding-top: 70px;
}

    .image-strip > div {
        display: block;
        width: 100%;
    }

        .image-strip > div > div {
            width: 33.3%;
            display: inline-block;
            margin-right: -4px;
            margin-bottom: 15px;
        }

            .image-strip > div > div:nth-child(1) {
                border-right: 8px solid white;
            }

            .image-strip > div > div:nth-child(2) {
                border-left: 4px solid white;
                border-right: 4px solid white;
            }

            .image-strip > div > div:nth-child(3) {
                border-left: 8px solid white;
            }

.image-strip-image {
    position: relative;
    overflow: hidden;
    height: 215px;
}

.image-strip img {
    min-width: 100%;
    height: 215px; /*172 is 1.5:1 ratio*/
    position: absolute;
    left: 0px;
    top: 0px;
}
