﻿html,
body {
    background: #f3f3f3;
    font-family: 'Ubuntu', sans-serif !important;
    font-style: normal;
    font-size: 16px;
    min-width: 300px;
}

:root {
    font-size: 16px;
}

p {
    color: #5a5a5a;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.9px;
    margin-bottom: 0.5rem;
}

.fas {
    font-size: 1.2em;
}

h1, h2, h3, h4, h5 {
    color: #000000 !important;
}

a {
    color: #000000;
}

.toast-title {
    font-weight: 500 !important;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.form-control {
    color: #5a5a5a !important;
}

.form-check-label {
    color: #5a5a5a;
    font-weight: 500;
    font-size: 0.8125rem;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
}

.bg-grey {
    background-color: #f3f3f3;
}

.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-img {
    width: 100%;
    height: auto;
    position: relative;
    top: -50%;
}

.header-img-wrapper {
    overflow: hidden;
    max-height: 610px;
    bottom: -50%;
}

.page-title {
    font-size: 3em;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}

.footer {
    background-color: #000000;
    color: white !important;
    min-height: 72px;
}

    .footer a {
        color: white !important;
    }

.btn-holder {
    /*min-height: calc(50vh - 61px);*/
}

.MainImage {
    background-image: url(../../../Css/images/background.jpg);
    /*min-height: calc(50vh - 61px);*/
}


    .MainImage::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0, 117, 160, 0.55);
    }

.header {
    background-color: #000000;
    color: white !important;
    line-height: 1.2;
}

.header-info {
    text-align: right;
    padding-top: 9px;
    margin-bottom: 9px;
    position: relative;
}

    .header-info li {
        display: inline-block;
        position: relative;
        font-size: 12px;
        line-height: 20px;
/*        text-transform: uppercase;*/
        margin: 0 10px;
    }

        .header-info li + li {
            margin-top: 0px;
        }

        .header-info li a {
            color: #463f4a;
            vertical-align: middle;
        }

            .header-info li a:hover {
                color: #463f4a;
            }

        .header-info li:after {
            position: absolute;
            content: "|";
            left: -10px;
            top: 0;
            font-size: 9px;
            line-height: 20px;
            color: #7f7981;
        }

        .header-info li:first-child:after {
            display: none;
        }

        .header-info li:hover:before {
            display: block;
        }

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 3px;
    padding: 10px 10px 10px 30px;
    min-width: 180px;
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

    .arrow-steps .step:after,
    .arrow-steps .step:before {
        content: " ";
        position: absolute;
        top: 0;
        right: -17px;
        width: 0;
        height: 0;
        border-top: 21px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 17px solid #d9e3f7;
        z-index: 2;
        transition: border-color 0.2s ease;
    }

    .arrow-steps .step:before {
        right: auto;
        left: 0;
        border-left: 17px solid #fff;
        z-index: 0;
    }

    .arrow-steps .step:first-child:before {
        border: none;
    }

    .arrow-steps .step:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .arrow-steps .step span {
        position: relative;
    }

        .arrow-steps .step span:before {
            opacity: 0;
            content: "✔";
            position: absolute;
            top: -2px;
            left: -20px;
        }

    .arrow-steps .step.done span:before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.5s;
        -moz-transition: opacity 0.3s ease 0.5s;
        -ms-transition: opacity 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s;
    }

    .arrow-steps .step.current {
        color: #fff;
        background-color: #000000;
    }

        .arrow-steps .step.current:after {
            border-left: 17px solid #000000;
        }

.prewData {
    margin-top: 5px;
    border: none;
    background: url(../../images/design/ProjectImages/arrows.png) bottom left no-repeat;
    width: 23px;
    height: 21px;
    cursor: pointer;
}

.nextData {
    margin-top: 5px;
    border: none;
    background: url(../../Images/design/ProjectImages/arrows.png) bottom right no-repeat;
    width: 23px;
    height: 21px;
    cursor: pointer;
}

.prewData:hover {
    background-position: bottom left;
}

.nextData:hover {
    background-position: bottom right;
}

.datecell {
    float: left;
    font-size: 0.75em;
    padding-left: 10px;
    padding-right: 10px;
    color: #5a5a5a;
}

    .datecell .weekName {
        font-size: 18px;
        font-weight: bold;
        color: #5a5a5a;
    }

    .datecell a {
        color: #5a5a5a;
        font-weight: bold;
    }

        .datecell a:hover {
            text-decoration: none;
        }

.page-item-active {
    z-index: 1;
    color: #000000;
    font-weight: bold;
    background-color: #fff;
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.45;
    border: 1px solid #cfcfcf;
    font-size: 1em;
}

.page-item {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.45;
    color: #5a5a5a;
    background-color: #fff;
    font-size: 1em;
    border: 1px solid #cfcfcf;
}

.SortLink {
    color: #000000 !important;
    font-size: 0.75em;
    font-weight: bold;
}

.phoneIcon {
    content: url(../../Images/design/ProjectImages/phoneIcon.png);
    vertical-align: middle;
}

.skypeIcon {
    content: url(../../Images/design/ProjectImages/skypeIcon.png);
    vertical-align: middle;
}

.mailIcon {
    content: url(../../Images/design/ProjectImages/mailIcon.png);
    vertical-align: middle;
}

.ordersIcon {
    content: url(../../Images/design/ProjectImages/orders.png);
    vertical-align: middle;
}

.regIcon {
    content: url(../../Images/design/ProjectImages/regIcon.png);
    vertical-align: middle;
}

.loginIcon {
    content: url(../../Images/design/ProjectImages/loginIcon.png);
    vertical-align: middle;
}

.phoneIcon-w {
    content: url(../../Images/design/ProjectImages/phoneIcon-w.png);
    vertical-align: middle;
}

.skypeIcon-w {
    content: url(../../Images/design/ProjectImages/skypeIcon-w.png);
    vertical-align: middle;
}

.mailIcon-w {
    content: url(../../Images/design/ProjectImages/mailIcon-w.png);
    vertical-align: middle;
}

.pin-w {
    content: url(../../Images/design/ProjectImages/pin-w.png);
    vertical-align: middle;
}

.linkedInIcon {
    content: url(../../Images/design/ProjectImages/linkedin.png);
    vertical-align: middle;
}

.instagramIcon {
    content: url(../../Images/design/ProjectImages/instagram.png);
    vertical-align: middle;
}

.facebookIcon {
    content: url(../../Images/design/ProjectImages/facebook.png);
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .imgRotate {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
}



select::-ms-expand {
    width: 12px;
    border: none;
    background: #fff;
}

.mainButton {
    color: white;
    /*    border-radius: 15px;*/
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5625em;
    /*    text-transform: uppercase;*/
    background-color: #0075A0;
}

    .mainButton:hover {
        color: white;
    }

.reqControlGroup {
/*    border-radius: .25rem 0 0 .25rem;*/
    z-index: 1;
}

.reqControl {
    height: 81px !important;
    color: #000000 !important;
    font-size: 1.5625em !important;
    font-weight: 500;
}

.corner {
    clip-path: polygon( 0 7px, 7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0% calc(100% - 7px), 0% 7px );
}

.gradWhite {
    background: linear-gradient(#f9f9f9, #ededed) !important;
}

.subMenu {
    font-size: 0.9375em;
    font-weight: bold;
/*    text-transform: uppercase;*/
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    clip-path: polygon( 0 7px, 7px 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, calc(100% - 7px) 100%, 0 100%, 0% calc(100% - 7px), 0% 7px );
}

.bgBigLogo {
    /*background: url(../../Images/design/ProjectImages/bgBigLogo.png) right top no-repeat;*/
}

.formBtn {
    color: #ffffff;
    min-width: 116px;
    font-size: 0.9375em;
    text-transform: uppercase;
    font-weight: 500;
    background: #0075A0;
}

    .formBtn:hover {
        color: white;
    }

.border-style-thin:after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
}

.form-control-inline {
    min-width: 0;
    max-width: 375px;
    display: inline;
}

.subMenu > li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 20px 29px 20px 29px;
}

    .subMenu > li:not(:first-child) {
        background: url(../../Images/design/ProjectImages/divider.png) left no-repeat;
    }

    .subMenu > li > a {
        color: #5a5a5a !important;
    }

.shadowBox {
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.2));
}

.sideMenu {
    font-size: 0.9375em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    width: 168px;
    float: right;
}

    .sideMenu > li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 100%;
    }

        .sideMenu > li > a {
            color: #5a5a5a !important;
        }

.sideBar {
    float: left;
    position: absolute;
    left: -168px;
    top: 0px;
}

@media screen and (max-width: 1530px) {
    .sideBar {
        position: relative;
        float: none;
        width: unset;
        left: unset;
        margin-bottom: 1rem !important;
    }

    .sideMenu {
        font-size: 0.9375em;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 100%;
        margin-bottom: unset;
        padding-bottom: unset;
        display: flex !important;
    }

        .sideMenu > li {
            display: inline-block;
            vertical-align: baseline;
            width: unset;
        }
}

.clipedBtnWrapper {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    background: #cfcfcf;
    box-sizing: border-box;
    clip-path: polygon( 0 8px, 8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px );
}

.clipedBtn {
    color: #5a5a5a;
    position: inherit;
    font-weight: bold;
    border: 0;
    background: #f8f8f8;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    clip-path: polygon( 0 7px, 7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0% calc(100% - 7px), 0% 7px );
    outline: none;
    padding: 2px 10px 4px 10px;
}

.borderless td, .borderless th {
    border: none !important;
}

.alternatingItem {
    background-color: #ebebeb;
}

.hardBorder {
    /*border-radius: 0 !important;*/
}

.stateExplainer {
    color: #5a5a5a;
    vertical-align: middle;
    display: inline-block;
}


.progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 0.75em;
    font-weight: bold;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
    width: 100%;
    height: 100%;
}

    .progress li {
        float: left;
        padding: 10px 30px 10px 40px;
        background: #bfbfbf;
        color: #5a5a5a;
        position: relative;
        width: 32%;
        margin: 0 1px;
        height: 100%;
    }

        .progress li:not(:first-child):before {
            content: '';
            border-left: 16px solid #fff;
            border-top: 16px solid transparent;
            border-bottom: 16px solid transparent;
            position: absolute;
            top: 0;
            left: 0;
        }


        .progress li:after {
            content: '';
            border-left: 16px solid #bfbfbf;
            border-top: 16px solid transparent;
            border-bottom: 16px solid transparent;
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 20;
        }

        .progress li.active {
            background: #595959;
            color: #fff;
        }

            .progress li.active:after {
                border-left-color: #595959;
            }


.superBold {
    font-weight: bolder;
}

.stateItem {
    width: 10px;
    height: 10px;
    margin: 5px;
    border: 1px solid rgba(0,0,0,.2);
    display: inline-block;
    vertical-align: middle;
}

.gridContainer {
    font-size: 0.75em !important;
    border: 1px solid #d1d1d1;
}

.gridHeader {
    color: #000000 !important;
    font-weight: bolder;
    font-size: 1.3750em;
}

.controlLabel {
    color: #5a5a5a;
}

.comapny-info {
    background: #000000 !important;
    font-size: 0.9375em;
    font-weight: 500;
    color: white;
    white-space: nowrap;
    border-radius: 15px;
}

    .comapny-info > div > div {
        padding-left: 30px;
        padding-right: 30px;
    }

.checkbox-mid {
    margin: 0;
    vertical-align: middle;
}

.HeighControl {
    min-height: 491px;
}

.HeighStatic {
    min-height: calc(100vh - 296px);
}
/* FIREFOX FIX OF UGLY SELECT BOXES */
@-moz-document url-prefix() {
    select.form-control {
        padding-right: 25px;
        background-image: url("data:image/svg+xml,\
      <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\
           height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'>\
        <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
      </svg>");
        background-repeat: no-repeat;
        background-position: calc(100% - 7px) 50%;
        -moz-appearance: none;
        appearance: none;
    }
}

.toast {
    opacity: 1 !important;
}

.btn-holder a:hover {
    text-decoration-color: white;
}

.ReqFormInfo {
    font-size: 0.8125rem;
    font-weight: bold;
    border-radius: 10px;
    color: #FFFFFF !important;
    background-color: #000000;
}

.proceed-button {
    color: white;
    position: relative;
}

    .proceed-button:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1.15em;
        margin-top: -4px;
        height: 0;
        width: 0;
        border: 6px solid transparent;
        border-top-color: #dFeEFF;
        border-top-color: rgba(255,255,255,1);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.btn-wrapped {
    color: white;
    padding: 0.15em 2em 0.15em 2em;
    font-size: 1.5em;
    background-color: #0075A0;
    text-transform: uppercase;
    padding-right: 2em;
    border-radius: 20px !important;
}

    .btn-wrapped:hover {
        color: white;
    }

.btn-wrapped-white {
    color: white;
    width: 230px;
    padding: 0.15em 0.8em 0.15em 0.8em;
    font-size: 1.5em;
    font-weight: 500;
    background-color: white;
    color: #000000;
    border: 2px solid #000000;
    text-transform: uppercase;
    /*border-radius: 8px !important;*/
}

    .btn-wrapped-white:hover {
        color: #000000;
    }

.btn-quate {
    height: 64px;
    font-size: 1.25em;
}

.form-client {
    border: 1px solid #000000;
    height: 3.5625rem;
    font-weight: 500;
}

.lbl-client {
    color: #000000;
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.arrows {
    background-image: url('../../Images/design/ProjectImages/arrowssm.png');
    width: 16px;
    height: 26px;
}

.req-arrows {
    position: absolute;
    bottom: calc(50% - 31px);
    height: 44px;
    left: calc(50% - 14px);
}

.calendar-day-header {
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: capitalize;
}

.calendar-day {
    color: #5a5a5a;
    text-align: right;
    background-color: #e6e6e4;
    border: 1px solid white;
    font-size: 0.8125rem;
    font-weight: bold;
    padding: 6px 7px;
}

.calendar-header {
    border-top: 0;
    font-family: 'Ubuntu';
    background-color: #000000;
    color: white;
    font-size: 1.25rem;
    /*border-radius: 7px;*/
    border-bottom: 0;
}

.calendar-day-disabled {
    opacity: 0.3;
}

.small-explainer {
    color: #5a5a5a;
    font-weight: 500;
    font-size: 0.8125rem;
    letter-spacing: 0.2px;
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .small-explainer li {
        display: inline;
    }

        .small-explainer li + li:before {
            content: '';
            background: url('../../Images/design/ProjectImages/smarrow.png') no-repeat 0 0;
            width: 12px;
            height: 12px;
            display: inline-block;
            padding-right: 2.5rem;
        }

.destinations-table {
    width: 100%;
    color: #5a5a5a;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.info-marker {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-list {
    color: #5a5a5a;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

    .text-list li {
        line-height: 2rem;
        margin-bottom: 6px;
    }

.border-round {
    /*border-radius: 7px;*/
}

.qa-tag {
    line-height: 61px;
    background-color: white;
    color: #000000;
    border-color: #000000;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding: 0;
    min-width: 219px;
}

.qa-header {
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.qa-body {
    font-size: 1rem !important;
    color: #5a5a5a;
    text-align: left;
    font-weight: 500;
    border: 0;
    letter-spacing: 1px;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    background-color: white;
}

.news-btn {
    background-color: white;
    color: #000000;
    border-color: #000000;
    padding: 6px 5px 6px 5px;
    font-weight: 600;
    font-size: 0.8125rem;
    text-transform: uppercase;
}

    .news-btn:hover {
        color: #000000;
    }

.card-text {
    font-size: 1.125rem;
}

.card-desc {
    height: 189px;
    overflow-y: hidden;
}

.news-date {
    color: #5a5a5a;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.9px;
    margin-bottom: 0.5rem;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.fa {
    color: #000000;
}

.active-tag {
    background-color: #9ea2a2 !important;
    color: white !important;
}

.qa-tag:hover {
    color: #000000;
}

.img-head {
    margin-left: 50%;
    margin-top: -20%;
    transform: translateX(-50%);
}

.img-head-wrap {
    overflow: hidden;
    max-height: 610px;
}

.text-uppercase {
    text-transform: initial !important;
}