:root {
    --primary: #1c315e;
    --gold: #bea166;
    --light-blue: #284789;
}

.text-gold {
    color: var(--gold);
}

.text-blue {
    color: var(--primary);
}

@font-face {
    font-family: 'avenir_bold';
    src: url('../fonts/AvenirNext-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_regular';
    src: url('../fonts/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_medium';
    src: url('../fonts/AvenirNext-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_demi';
    src: url('../fonts/AvenirNext-DemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'avenir_regular', Helvetica, Arial, sans-serif;
}

    .sign-in {
        background: url("../Images/bg_image_signin.png") center center no-repeat fixed;
        background-size: cover;
    }

    .welcome {
        background: url("../Images/bg_image_welcome.png") center center no-repeat fixed;
        background-size: cover;
    }

    .new-booking {
        background: url("../Images/bg_image_new_booking.png") center center no-repeat fixed;
        background-size: cover;
    }

    .confirmation {
        background: url("../Images/bg_image_confirmation.png") center top no-repeat fixed;
        background-size: cover;
    }

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

.btn {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
}

@media only screen and (min-width: 1400px) {
    .btn {
        font-size: 1rem;
        padding: 0.35rem 0.75rem;
    }
}

.btn.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
}

.btn.btn-primary-gradient {
    background: #1c315e;
    background: linear-gradient(0deg, rgba(28, 49, 94, 1) 0%, rgba(78, 121, 214, 1) 100%);
    border: none;
    color: white;
}

    .btn.btn-primary-gradient:hover {
        background: #bea166;
        background: linear-gradient(0deg, rgba(190, 161, 102, 1) 0%, rgba(224, 192, 126, 1) 100%);
    }

.btn.btn-secondary-gradient {
    background: #a68749;
    background: linear-gradient(0deg, rgba(166, 135, 73, 1) 0%, rgba(190, 161, 102, 1) 100%);
    border: none;
    color: white;
}

    .btn.btn-secondary-gradient:hover {
        background: #1c315e;
        background: linear-gradient(0deg, rgba(28, 49, 94, 1) 0%, rgba(78, 121, 214, 1) 100%);
    }

.btn.btn-transparent {
    background-color: transparent;
    color: white;
}

    .btn.btn-transparent:hover {
        color: var(--gold);
    }

.btn.btn-link {
    border: solid 3px white;
    color: white;
}

    .btn.btn-link:hover {
        background-color: white;
        color: var(--primary);
        text-decoration: none;
    }
/* Header */
header {
    background-color: var(--primary);
    font-family: 'avenir_medium', Helvetica, Arial, sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
}

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 0.25rem;
        font-size: 0.9rem;
    }

@media only screen and (min-width: 1400px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

header .navbar-expand-lg .navbar-toggler {
    margin: 0 0 0 auto;
}

header a.phone {
    color: white;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
}

header a {
    color: white;
}

    header a:hover {
        color: var(--gold);
        opacity: 1;
    }
/* Main */
.main #top-banner {
    background: #1c315e;
    background: linear-gradient(0deg, rgba(28, 49, 94, 1) 0%, rgba(40, 71, 137, 1) 100%);
}

    .main #top-banner h2 {
        color: var(--gold);
    }

    .main #top-banner a.active {
        color: var(--gold);
    }

.main #sign-in-form h3 {
    background: #1c315e;
    background: linear-gradient(0deg, rgba(28, 49, 94, 1) 0%, rgba(40, 71, 137, 1) 50%, rgba(28, 49, 94, 1) 100%);
    margin-bottom: 0;
}

.main #sign-in-form form {
    background: url('../Images/bg_map.png') center top no-repeat, white;
    background-size: contain;
    border: solid 1px #828282;
    border-radius: 0 0 6px 6px;
}

    .main #sign-in-form form label {
        color: var(--light-blue);
    }

    .main #sign-in-form form .input-group-text {
        background-color: transparent;
        color: var(--light-blue);
        font-weight: bold;
        padding: 0.35rem 0.5rem;
    }

.main #track-car-form h3 {
    background: #1c315e;
    background: linear-gradient(0deg, rgba(28, 49, 94, 1) 0%, rgba(40, 71, 137, 1) 50%, rgba(28, 49, 94, 1) 100%);
    margin-bottom: 0;
}

.main #track-car-form form {
    background: url('../Images/bg_map.png') center top no-repeat, white;
    background-size: contain;
    border: solid 1px #828282;
    border-radius: 0 0 6px 6px;
}

    .main #track-car-form form label {
        color: var(--light-blue);
    }

    .main #track-car-form form .input-group.d-flex input[type="text"] {
        flex: 0 1 80%;
        width: 80%;
    }

    .main #track-car-form form .input-group.d-flex button {
        border-radius: 0 5px 5px 0;
        flex: 0 1 20%;
        width: 20%;
    }

    .main #track-car-form form .input-group.d-flex input[type="radio"] {
        -webkit-appearance: none;
        background-color: white;
        border: solid 1px var(--primary);
        border-radius: 50%;
        height: 16px;
        width: 16px;
    }

        .main #track-car-form form .input-group.d-flex input[type="radio"]:checked {
            background-color: var(--primary);
        }

.main #content-welcome h2 {
    font-family: 'avenir_demi', Helvetica, Arial, sans-serif;
}

.main #content-welcome h3 {
    color: var(--primary);
    font-family: 'avenir_demi', Helvetica, Arial, sans-serif;
}

.main #content-welcome hr {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}

.main #content-welcome .col-block {
    height: 1px;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

    .main #content-welcome .col-block.active img {
        transform: scale(1.4, 1.4);
    }

    .main #content-welcome .col-block.active .dets {
        background-color: rgba(0, 0, 0, 0.8);
        color: var(--gold);
    }

    .main #content-welcome .col-block img {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scale(1.5, 1.5);
        transition: transform 0.12s ease-in-out 0s;
        z-index: 0;
    }

@media only screen and (min-width: 992px) {
    .main #content-welcome .col-block img {
        transform: scale(1.2, 1.2);
    }
}

.main #content-welcome .col-block .dets {
    background-color: rgba(28, 49, 94, 0.6);
    border: solid 6px white;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.main #content-welcome .col-block:hover img {
    transform: scale(1.4, 1.4);
}

.main #make-new-booking h3 {
    background: #1c315e;
    background: linear-gradient(0deg, rgba(28, 49, 94, 1) 0%, rgba(40, 71, 137, 1) 50%, rgba(28, 49, 94, 1) 100%);
    margin-bottom: 0;
}

.main #make-new-booking form {
    background: url('../Images/bg_map.png') center top no-repeat, white;
    background-size: contain;
    border: solid 1px #828282;
    border-radius: 0 0 6px 6px;
}

    .main #make-new-booking form label {
        color: var(--light-blue);
    }

    .main #make-new-booking form .input-group-text {
        background-color: transparent;
        color: var(--light-blue);
        font-weight: bold;
        padding: 0.35rem 0.5rem;
    }

    .main #make-new-booking form .btn-transparent {
        border: 1px solid #ced4da;
        color: var(--gold);
        font-weight: bold;
    }

.main #contacts a.rounded-circle {
    font-size: 1.5rem;
    line-height: 0;
    padding: 0.2rem 0.3rem;
}

.main #contacts h3 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#footer-top {
    background-color: white;
    font-family: 'avenir_medium', Helvetica, Arial, sans-serif;
}

    #footer-top ul.footer-icons li {
        margin: 0.5rem;
        text-align: left;
    }

@media only screen and (min-width: 992px) {
    #footer-top ul.footer-icons li {
        margin: 0 0.5rem;
    }
}

#footer-top ul.footer-icons li span {
    display: inline-block;
    font-size: 0.8rem;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

#footer {
    background: var(--primary);
    background: linear-gradient(170deg, #2a4783 0%, #0f1c37 100%);
    border-bottom: solid 12px var(--gold);
}

    #footer a.rounded-circle {
        display: inline-block;
    }

@media only screen and (min-width: 992px) {
    #footer .col-lg-6:first-child {
        border-right: solid 1px white;
    }

    #footer .col-lg-6:last-child {
        border-left: solid 1px white;
    }
}

/*new styles*/

@media (min-width: 1200px) {
    .footerLarge {
        max-width: 1300px;
    }
}

.dxeHyperlink_Aqua {
    text-decoration: none !important;
    font-size: 14.4px !important;
}

.paddingForm {
    padding: 3rem !important;
}
.pda {
    padding-top: 6px !important;
}

@media screen and (max-width:600px) {
    .paddMob{
        padding-left:7px !important;
    }
  
    .text-right {
        text-align: left !important;
    }

    .marginExtra {
        margin-left: 45px !important;
    }

    .h3 {
        font-size: 14px !important;
    }

    .btn {
        font-size: 8.5px !important;
    }

    .newheight {
        height: 30px !important;
    }

    .newheightimage {
        height: 40px !important;
    }

    .pt-4 {
        padding-top: 0px !important;
    }

    .navbar-toggler {
        margin-top: 11px !important;
    }

    .navbar {
        padding-right: 0px !important;
        height: 0px !important;
    }

    .h2Font {
        font-size: 25px !important;
    }

    .padd0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .signinFont {
        font-size: 22px !important;
    }

    .dxeHyperlink_Aqua {
        font-size: 8px !important;
    }

    .paddingForm {
        padding: 1rem !important;
    }

    #buttonDropRemove {
        padding-top: 10px !important;
    }
}

@media screen and (max-width:800px) {
    .paddMob {
        padding-left: 7px !important;
    }
    .text-right{
        text-align:left !important;
    }

    .marginExtra {
        margin-left: 45px !important;
    }

    .h3{
        font-size: 14px !important;
    }

    .btn {
        font-size: 8.5px !important;
    }

     .newheight{
        height:30px !important;
    }

    .newheightimage {
        height: 40px !important;
    }
    .pt-4 {
        padding-top: 0px !important;
    }

    .navbar-toggler {
        margin-top: 11px !important;
    }

    .navbar {
        padding-right: 0px !important;
        height: 0px !important;
    }
    .h2Font {
        font-size: 25px !important;
    }
    .padd0{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .signinFont {
        font-size: 22px !important;
    }

    .dxeHyperlink_Aqua{
        font-size:8px !important;
    }
    .paddingForm{
        padding:1rem !important;
    }
    #buttonDropRemove {
        padding-top: 10px !important;
    }

}

@media screen and (max-width:1159px) {
    .paddMob {
        padding-left: 7px !important;
    }
    header .navbar-expand-lg .navbar-nav .nav-link
    {
        font-size:0.7rem !important;
    }

    .btn {
        font-size: 8px !important;
    }

   
    .newheight {
        height: 30px !important;
    }

    .newheightimage {
        height: 40px !important;
    }

    .pt-4 {
        padding-top: 20px !important;
    }

    .navbar-toggler {
        margin-top: 11px !important;
    }

    .navbar {
        padding-right: 0px !important;
        height: 0px !important;
    }

   
    .signinFont {
        font-size: 22px !important;
    }

    .text-right {
        text-align: left !important;
    }

    .foot-top{
        width:100% !important;
    }
}

@media screen and (max-width:1202px) {
    .foot-top {
        width: 100% !important;
    }
    .paddMob {
        padding-left: 7px !important;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.7rem !important;
    }
    .text-right {
        text-align: left !important;
    }
    .newheight {
        height: 30px !important;
    }

    .newheightimage {
        height: 40px !important;
    }

    .pt-4 {
        padding-top: 20px !important;
    }

    .navbar-toggler {
        margin-top: 11px !important;
    }

    .navbar {
        padding-right: 0px !important;
        height: 0px !important;
    }

    .signinFont {
        font-size: 22px !important;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .foot-top {
        width: 100% !important;
    }
    .paddMob {
        padding-left: 7px !important;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.8rem !important;
    }

    .text-right {
        text-align: left !important;
    }

    .newheight {
        height: 30px !important;
    }

    .newheightimage {
        height: 40px !important;
    }

    .pt-4 {
        padding-top: 20px !important;
    }

    .navbar-toggler {
        margin-top: 11px !important;
    }

    .navbar {
        padding-right: 0px !important;
        height: 0px !important;
    }

    .signinFont {
        font-size: 22px !important;
    }
}

.col-sm-12.btnLeft {
    padding-left: 23px !important;
}

/* Toggle CSS*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 19px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #bea166;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5681ba;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*End toggle CSS*/


/*New footer*/



html,
body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}




/* Footer */
#footer-wrap {
    position: relative;
    clear: both;
    z-index: 150;
    width: 100%;
    height: 96px;
    padding-top: 23px;
    padding-bottom: 65px;
    background: #f0f0f0;
    border-top: solid 5px #e5e5e5;
}

#footer {
    font-weight: 100;
    overflow: hidden;
    width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 13px;
    color: #292f36;
    line-height: 1em;
}

    #footer p {
        float: left;
        font-size: 14px;
        line-height: 20px;
    }

    #footer ul {
        float: right;
    }

    #footer li {
        float: left;
        height: 16px;
        line-height: 20px;
        padding: 0 12px;
        font-size: 14px;
        border-right: 1px solid #292f36;
    }

        #footer li:last-child {
            border-right: none;
            padding-right: 0;
        }

    #footer .studio-link {
        padding-left: 6px;
        display: block;
        float: right;
        font-size: 14px;
        clear: both;
    }

    #footer a {
        text-decoration: none;
    }

        #footer a:hover {
            color: #62a0de;
        }

    #footer .tab-btn:hover {
        color: #254c88 !important;
    }

#footer-nav, #footer-phone {
    display: none;
}

.fb-like {
    float: right;
    padding-left: 20px;
    position: relative;
    top: -3px;
    width: 78px !important;
}

.gl-plus {
    float: right;
    margin-left: 8px;
    position: relative;
    top: -3px;
    width: 66px;
    overflow: hidden;
}

.smi {
    float: right;
    clear: right;
    padding: 24px 0 18px 0;
}



/************************ MEDIA QUERIES - RESPONSIVE LAYOUT ************************/
/* Responsive layout - Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    #footer {
        width: 728px;
        background-position: center top;
        font-size: 12px;
        height: auto;
    }
}
/* Responsive layout - Mobile Portrait */
@media only screen and (max-width: 767px) {
    #footer-wrap {
        height: auto;
        padding-top: 0;
    }

    #footer {
        position: relative;
        width: auto;
        height: auto;
        padding: 20px 10px 0;
        text-align: center;
        font-size: 12px;
    }

        #footer p {
            float: none;
        }


    #footer-nav {
        display: block;
        width: auto;
        margin: 0 auto 30px;
    }

        #footer-nav a {
            display: block;
            padding: 5px 0 8px;
            text-align: center;
            font-size: 16px;
            color: #0b3d70;
            background: #e5e5e5;
            text-decoration: none;
            font-variant: normal;
            font-family: 'AvenirLTStd-Medium', san-serif;
            font-weight: 100;
            padding: 13px 0;
            border-bottom: solid 1px #F0F0F2;
        }

        #footer-nav li.top {
            background: none;
        }

        #footer-nav a:hover, .submenu-box .current_page_item a {
            color: #a78a52;
        }

    #footer-phone {
        display: block;
        font-size: 19px;
        padding: 0 0 10px;
        margin: 0 auto;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        text-align: center;
    }

    #booking-size-message {
        display: none;
    }

    #footer p,
    .studio-link,
    .smi {
        display: block;
        float: none;
        clear: both;
        width: auto;
        text-align: center;
    }

    #menu-footer-nav {
        float: none !important;
    }

    .fb-like,
    .gl-plus {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0;
    }

    .studio-link {
        width: 100%;
    }

    #footer li {
        float: none;
        clear: both;
        display: block;
        border: none;
        padding: 10px 0;
    }

    #sidebar {
        margin-top: 0;
    }
}
/* Responsive layout - Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #footer {
        width: auto;
    }

    #footer-nav {
        width: 460px;
    }
}

@media only screen and (max-width: 991px) {
    #footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-footer-nav-container {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 480px) {
    .fb-like {
        top: -5px;
    }
}

/* New Footer */

.foot-top {
    background: #fff;
    width: 1300px;
    padding-left: 50px;
    margin: 0 auto;
    padding: 16px 0;
}

.foot-btm {
    background: #242b34;
    border-bottom: 1px solid #bea166;
    background: linear-gradient(170deg, #2a4783 0%,#0f1c37 100%);
}

.foot-btm-inn {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.half {
    width: 49%;
    display: inline-block;
    padding: 50px 20px;
    vertical-align: top;
    color: #fff;
}

    .half:nth-child(2) p.foot-head {
        margin: 15px 0 0;
    }

    .half:nth-child(1) {
        border-right: 1px solid;
    }

.footer .half:nth-child(2) ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

    .footer .half:nth-child(2) ul li .tab-btn {
        margin-top: 7px !important;
        color: #fff !important;
    }

.footer .half:nth-child(2) ul {
    margin: 40px 0 0 0;
}

.footer#footer-wrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border-top: solid 2px #e5e5e5;
}

.footer footer#footer {
    font-weight: 100;
    width: 100%;
    font-size: 13px;
    color: #292f36;
    padding: 0;
}

    .footer footer#footer p, .footer footer#footer ul, .footer footer#footer ul li {
        float: none !important;
    }

p.foot-head {
    font-size: 1.8rem !important;
    display: block;
    margin: 0 0 10px;
}

img#padd {
    margin: 20px 0 0;
}

/* Footer Icons */

ul.foot-icons li {
    display: inline-block;
    width: 210px;
    padding: 0 !important;
    font-size: .9rem !important;
    border-right: none !important;
    overflow: hidden;
    height: auto !important;
}

    ul.foot-icons li img, ul.foot-icons li span {
        display: inline-block;
        height: 51px;
    }

    ul.foot-icons li span {
        width: 67%;
        margin: 0 0 0 5px;
        top: 18px;
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .foot-top, .foot-btm-inn, .half {
        width: 100% !important;
        margin: 0 auto;
        padding: 20px 0;
    }

    ul.foot-icons li {
        width: 100%;
    }

    img#padd {
        width: 90%;
    }

    .footer .half:nth-child(2) ul li {
        display: inline-block !important;
        vertical-align: top;
        padding: 0;
        margin: 0 0 0 15px;
    }

    .footer .half:nth-child(1) {
        border-right: none !important;
    }

    .footer .half:nth-child(2) ul {
        margin: 10px 0 0 0;
    }

    .foot-btm {
        padding: 0 0 20px;
    }

    p.foot-head {
        line-height: 1 !important;
    }
}

footerStyle {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}

.fa-icons-label {
    font-size: 21px !important;
}

.fa-icons-bags {
    font-size: 25px !important;
}

@media only screen and (max-device-width: 700px) {
    #footer {
        overflow: scroll;
    }
}
