@font-face{
    font-family: "Lato-Light";
    src: url("../Lato/Lato-Light.ttf") format("truetype");
}
@font-face{
font-family: "Lato-Regular";
src: url("../Lato/Lato-Regular.ttf") format("truetype");
}
@font-face{
font-family: "Lato-Semibold";
src: url("../fonts/Lato-Semibold.ttf") format("truetype");
}
body{
    font-family: "Lato-Regular";
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}
.mybooking-btn{
    padding: 0px;
}
.mybooking-btn a{
    background: #ba1e54;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px 0px;
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid #ba1e54;
    font-family: 'lato-light';
    font-size: 16px;
}
.locations-wrapper .fa-chevron-right:before {
    content: "\f054";
    font-size: 12px;
}
.listViewIsLoading .rcgNav-container{
    display: block;
}
/* Navigation bar design */
.rcg-nav-loader-nav .navbar-brand{
    padding: 0px;
    height: auto;
}
.rcg-nav{
    background-color: midnightblue;
    border-color: transparent;
    transition: top 0.2s ease-in-out 0s;
    width: 100%;
    border-radius: 0px;
}
.rcg-nav .navbar-brand{
    padding: 0px;
    height: 50px;
}
.rcgNav-container{
    position: relative;
}
.rcgNav-container .right-navbar{
    width: 50%;
    position: relative;
    top: 5px;
    font-size: 12px;
    text-align: right;
}
.left-navbar{
    display: inline-block;
}
.right-navbar{
    display: inline-block;
    float: right;
}
.myBookings-div{
    position: relative;
    border: 1px solid white;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    top: 9px;
    right: 10px;
}
.myBookings-span{
    color: white;
}

.rcgInfo-div{
    position: relative;
    top: 13px;
    color: white;
    cursor:pointer;
}
.rcgInfo-span .fa-navicon{
    font-size: 24px;
}
.myBookings-div:hover{
    text-decoration: none;
    background: #f3cbd9;
    color: #ba1e54;
    border: 1px solid #ba1e54;
}
.myBookings-div ~ .dropdown-menu{
    left: unset;
    right: 0px;
}
.rcgInfo-div ~ .dropdown-menu{
    left: unset;
    right: 0px;
    min-width: 196px;
    margin: 11px 0 0;
}
.rcg-right-dropdown{
    display: inline-block;
}
.rcg-right-dropdown ul{
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.rcgInfo-container{
    padding: 0px;
}
.rcgInfo-container a{
    color: #333;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 4px 10px;
}
.rcgInfo-container a:hover{
    background: #f3cbd9;
    text-decoration:none;
}
.links-div{
    display: inline-block;
    padding-top: 20px;
    margin-left: 20px;
}
.links-div span{
    margin: 0px 4px;
    text-transform: uppercase;
}
.links-div span>a{
    color: #ba1e54;
}
.rcg-more-info{
    float: right;
    display: inline-block!important;
    position: relative;
    right: 9px;
    top: 4px;
}

/* Navigation bar design */

/* NEW FOOTER DESIGN */

.rcg-footer{
    /* display: inline-block;
    width: 100%; */
    background: #3B5B9A;
    padding-top: 20px;
    position: relative;
}
.rcg-footer .sponsorImages.text-center{
    display: inline-block;
    width: 100%;
    background: #fdfdfd26;
    padding: 20px 10px;
    margin-bottom: 0px;
}
.rcg-footer .sponsorImages img{
    max-width: 100px;
    max-height: 32px;
}
.rcg-footer .sponsorImages div{
    display: inline-block;
    padding: 0px 10px;
}
.rcg-footer .bottomInfo-Rcg{
    display: inline-block;
    width: 100%;
    color: whitesmoke;
    padding: 4px 0px;
}
.bottom-footer-container{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.custom-loader .bottom-footer {
    background: #3B5B9A;
}
.custom-loader .sponsorImages{
    padding: 15px 15px;
    background-color: #f5f5f529;
    margin-top: 20px;
    margin-bottom: 0px;
}
.custom-loader .sponsorImages div{
    display: inline-block;
    padding: 0px 4px;
}
.custom-loader .sponsorImages img {
    max-width: 100px;
    max-height: 32px;
}
.custom-loader .bottomInfo-Rcg{
    display: inline-block;
    width: 100%;
    position: relative;
    top: 2px;
}
.custom-loader .bottom-footer span {
    font-size: 14px;
    color: whitesmoke;
}
/* .RCG-bottom-footer .sponsorImages img{
    max-width: 100px;
    max-height: 32px;
}
.RCG-bottom-footer .sponsorImages div{
    display: inline-block;
    padding: 0px 4px;
}
.RCG-bottom-footer .sponsorImages.text-center{
    display: inline-block;
    width: 100%;
    background: #fdfdfd26;
    padding: 10px;
    margin-bottom: 0px;
}
.RCG-bottom-footer .bottomInfo-Rcg{
    display: inline-block;
    width: 100%;
    position: relative;
    top: 7px;
}
.middle-footer-row{
    display: inline-block;
    width: 100%;
    background: #3B5B9A;
    padding-top: 30px;
    padding-bottom: 10px
}
.topInfo-row a{
    padding-right: 8px;
    color: #fff;
}
.topInfo-row a:hover{
    color:#fff;
    text-decoration: underline;
} */
/* NEW FOOTER DESIGN */

/* LOADER DESIGN */
.loadingPage.loadingPage-RCG.custom-loader{
    background: transparent;
    display: none;
}
.loadingPage.loadingPage-RCG.custom-loader .container{
    position: fixed;
    height: 200px;
    top: 44%;
    margin-top: -150px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    z-index: 10000;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 0px !important;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, .15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, .15);
}
.list-loaded .loadingPage.custom-loader{
	display:none !important;
}
.loadingPage.custom-loader{
    position: fixed!important;
    top: 0;
    background: white;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: white;
}
.loadingPage.custom-loader .loading-container{
    margin-top: 40px;
    width: 100%;
    background: white;
    z-index: 10000;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 0px !important;
    /* border: 1px solid #ddd; */
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 22px 40px rgba(0,0,0,.15);
    box-shadow: none;
}
.loader {
    width: 40%;
    height: 18.8px;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    border-radius: 10px;
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
  }
  .loader::after {
    content: '';
    width: 192px;
    height: 18.8px;
    background: #bc1953;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
    border-radius: 10px;
  }
  
  @keyframes animloader {
    0% {
      left: 0;
      transform: translateX(-100%);
    }
    100% {
      left: 100%;
      transform: translateX(0%);
    }
  }
  .loading-bar-trip{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .loading-bar-trip .location span{
    font-size: 30px;
    display: block;
  }
  .loading-bar-trip .datex span{
    font-size: 16px;
  }
  .loading-bar-trip .dates{
    font-size: 20px;
  }
  .loading-text{
    font-size: 20px;
  }
  .ajax-loading-image{
    display: none!important;
  }
  .loading-img{
    border: 10px solid #ba1e54;
    margin-top: 20px;
    height: auto;
    object-fit: fill;
  }
  .loading-bar-trip .people{
        color: #bc1953;
        font-size: 25px;
  }
  .loading-bar-trip .rcgCellphone-arrow{
    display: inline-block;
    width: 15px;
    height: auto;
    margin: 4px 0px;
  }
/* LOADER DESIGN */

/* BREADCRUMB DESIGN */

.breadcrumb-wrapper {
    padding: 4px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #222;
    border-radius: 0px;
    margin-top: 10px;
    opacity: 0.9;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.breadcrumb-wrapper div{
    padding: 0px 4px;
    text-align: center;
}
.breadcrumb-wrapper .breadcrumb-ball {
    color: #fff;
    border: 3px solid white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: 3px;
    background: #ccc;
    opacity: 0.6;
}
.breadcrumb-wrapper .breadcrumb-ball small {
    font-size: 16px;
    position: absolute;
    top: -1px;
    right: 5.5px;
    color: #ba1e54;
}
.breadcrumb-div.active .breadcrumb-ball {
    border: 3px solid #ba1e54;
    opacity: 1;
    background: #fff;
    color: #ba1e54;
}
.breadcrumb-div.active .breadcrumb-ball small{
    font-weight: 600;
}
.breadcrumb-wrapper .breadcrumb-div a {
    color: #fff;
    position: relative;
    top: -4px;
}
.breadcrumb-wrapper .breadcrumb-div.active a {
    text-decoration: underline;
}
/* BREADCRUMB DESIGN */

.closeWindow-ThinClose {
    width: 28px;
    height: auto;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 10;
}
.banner-background{
    background: white;
    padding: 5px;
    height: 558px;
    border-radius: 5px;
}
.banner-left{
    padding: 0px 5px;
}
.banner-right{
    padding: 0px 5px;
}
.container-fluid.rcg-container{
    background-position: center center;
    background-size: cover;
    min-height: 600px;
    background-color: white;
    padding: 0px;
}
.rcg-main-container-fluid{
    padding-top: 20px;
    padding-bottom: 20px;
}
.info-box-black div{
    padding-left: 0px;
}
/* .bottom-footer-container{
    background: #3B5B9A;
    text-align: center;
    padding: 20px;
} */
.sponsorImg{
    padding: 20px;
    background-color: #f5f5f529;
    margin: 20px 0px;
}
.sponsorImg div{
    display: inline-block;
}
.sponsorImg img{
    max-width: 100px;
    max-height: 32px;
} 
/* .info-box-black h4{
    padding: 4px 0px 
}
.info-box-black div{
    padding: 0px;
}
.info-box div>a{
    color: #fff;
} */
.social-div i {
    font-size: 24px;
    color: #3B5B9A;
}
/* .middle-footer-container{
    background: #000;
    color: #fff;
    padding: 20px 15px;
    padding-top: 0px;
    width: 100%;
} */
label{
    font-weight: 100;
}

/* SEARCHFORM DESIGN */

.banner-img{
    width: 100%;
    height: auto;
    object-fit: fill;
}
.banner-bottom img{
    width: 100%;
    display: inline-block;
    object-fit: cover;
    margin-top: 20px;
}

.banner{
    display: inline-block;
    width: 100%;
    height: 16px;
}
/* .info-box-bg{
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    min-height: 165px;
}
.info-box-bg.blue-box{
    border-top: 15px solid #4747d1;
}
.info-box-bg.yellow-box{
    border-top: 15px solid #FFA233;
}
.info-box-bg.black-box{
    border-top: 15px solid #000;
}
.info-box-bg.green-box{
    border-top: 15px solid #00b300;
} */
.customerService-div .fa::before{
    margin-right: 10px;
}
.rcg-bottom-info{
    padding: 0px;
}
.rcg-bottom-info span{
    color: #fff;
}

/* @media screen and (max-width: 1200px){
    .info-box-bg{
        min-height: 185px;
    }
    
} */
@media screen and (max-width: 992px){
    .banner-img {
        width: 100%;
        height: auto;
        object-fit: fill;
    }
    .rcg-main-container-fluid{
        width: 100%;
    }
    .cellPhone-notifications{
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .container.rcg-footer{
        width: 780px;
    }
}
@media screen and (max-width: 768px){
    .rcg-main-container-fluid{
        padding: 0px;
    }
    .rcg-container{
        padding: 4px;
        padding-bottom: 20px 
    }
    /* .info-box-bg{
        min-height: auto;
        margin: 4px 0px;
    } */
    .myBookings-div ~ .dropdown-menu{
        width:100%;
        min-width: 290px;
    }
    .rcgInfo-div ~ .dropdown-menu{
        width:100%
    }
    /* .middle-footer-container{
        width: 100%;
    } */
    .loader{
        width: 60%;
      }
      .loadingPage.custom-loader .loading-container{
        margin: 32% 0;
    }
    .bottomInfo-Rcg .text-center{
        border: none!important;
    }
    .container.rcg-footer{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    /* .top-footer-container{
        display: none;
    } */
    .loading-img{
        width: 100%;
      }
      .loader{
        width: 100%;
      }
      .rcgNav-container{
        text-align: center;
      }
      .rcg-img {
        width: 60px;
        height: 50px;
    }
    .rcgInfo-div{
        top: 6px;
    }
    .loadingPage.custom-loader .loading-container{
        margin: 40% 0;
    }
    .left-navbar {
        float: left;
    }
    .rcg-footer .sponsorImages div {
        display: inline-block;
        padding: 4px 10px;
        width: 46%;
    }
    .myBookings-div {   
        border: none;
        position: absolute;
        top: 0px;
        right: 30px;
    }
    .myBookings-span .fa-user-circle-o:before {
        color: #ba1e54;
        font-size: 22px;
    }
    .myBookings-div:hover {
        text-decoration: none;
        background: transparent;
        color: transparent;
        border: none;
    }
}
/* SEARCHFORM DESIGN */


    