
/**********error-styles*************/

.ErrorPage
{
    background: #fafafa;
}

.ErrorPage .ErrorFrame
{
    padding-top: 5px;
    background: #fff;
    border-color: #f0f0f0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.ErrorPage .ErrorFrame .SuperiorTop
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #be1e2d;
    background-image: linear-gradient(to right, #be1e2d, #0027b5);
}

.ErrorPage .ErrorTitle:before
{
    color: #00006d;
}

.ErrorPage .ErrorTitle .TitleContent h3
{
    color: #00006d;
}

.ErrorPage .ErrorTitle .TitleContent span
{
    color: #22293f;
}

.ErrorPage .ErrorDescriptions section p
{
    color: #00006d;
}

.ErrorDescriptions section a.HomePageButton
{
    border: 2px solid #00006d;
    color: #00006d;
}

.ErrorDescriptions section a.HomePageButton:hover
{
    background: #00006d;
}

.ErrorPage .PageLogo
{
    background: url("<?= HOST.IMAGES_DIR."specials-logo.png" ?>") no-repeat;
    background-position: center;
    background-size: 90%;
}

/****************************header********************************/

header.Main .MultipleBar
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 1001;
    background-color: #be1e2d;
    background-image: linear-gradient(to right, #be1e2d, #0027b5);
}

.WApp .WInsider header.Main .HeaderInsider .LogoWrapper a img
{
    background: url("<?= HOST.IMAGES_DIR."specials-logo.png" ?>") no-repeat;
    background-position: center;
    background-size: contain;
}

header.Main .SlidesWrapper .SlideItem:first-child
{
    background: url("<?= HOST.IMAGES_DIR."slides/Slideshow_1.png"; ?>") no-repeat;
    background-size: cover;
    background-position: center;
}

.WApp .WInsider header.Main .DesktopMenuWrapper .TopMenu
{
    padding: 10px 10px 5px 0;
}

.WApp .WInsider header.Main .DesktopMenuWrapper .TopMenu a
{
    font-size: 1.6em;
}

.WApp .WInsider header.Main .DesktopMenuWrapper .TopMenu a, .DesktopMenuWrapper .HorizontalMenu li
{
    color: #22293f;
}

.DesktopMenuWrapper .HorizontalMenu li
{
    padding: 12px 30px;
    font-size: 1.2em;
}

.DesktopMenuWrapper .HorizontalMenu li:hover
{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.35);
}

.DesktopMenuWrapper .HorizontalMenu a.button-role li
{
    background-image: linear-gradient(to right, #be1e2d, #0027b5);
    color: #fff;
    border-radius: 50rem;
}

.DesktopMenuWrapper .HorizontalMenu a.button-role:hover li
{
    transition: .1s;
    border: 2px solid #be1e2d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.SlidesWrapper .CommonArea .SlideContent h2
{
    font-size: 2.1em;
    color: #00006d;
}

.SlidesWrapper .CommonArea .SlideContent p
{
    margin-top: 15px;
    font-family: Montserrat;
    color: #22293f;
}

.SlideContent a
{
    text-decoration: none;
}

.SlideContentButton
{
    color: #be1e2d;
    text-decoration: none;
    margin-top: 25px;
}

.SlideContentButton h3
{
    font-size: 1.6em;
}

.SlideContent .SlideContentButton p
{
    margin-top: 5px !important;
    color: #be1e2d !important;
}

.SlideContentButton .RightIcon
{
    border-color: #be1e2d;
}

.SlideContentButton .RightIcon:before
{
    border-color: transparent transparent transparent #be1e2d;
}

@media screen and (max-width: 1350px)
{
    .SlidesWrapper .CommonArea .SlideContent
    {
        top: auto;
        bottom: 20px;
    }
}

@media screen and (max-width: 1000px)
{
    header.Main
    {
        height: auto;
        min-height: 600px;
        padding-bottom: 0;
    }

    header.Main.Home video
    {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto !important;
    }

    .HeaderInfo .CommonArea .HeaderInfoInsider
    {
        bottom: 20px !important;
        left: 20px !important;
    }

    .DesktopMenuWrapper
    {
        display: none;
    }

    .WApp .WInsider header.Main #MobileTrigger
    {
        display: block;
    }
}

/*****************************************************/

.HalfBackgroundSection
{
    color: #bbbdbf;
}

.HalfBackgroundSection a
{
    color: #fff;
}

.HalfBackgroundSection .ImageGround
{
    background: url("<?= HOST.IMAGES_DIR."background/background-couple-erderly.png"; ?>") no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}

/********************************************************************/

.MiddleBackgroundSection
{
    background: url("<?= HOST.IMAGES_DIR."background/family-background.png"; ?>") no-repeat;
    background-size: cover;
    background-position: top left;
}

.MiddleBackgroundSection .Container .Wrapper
{
    color: #22293f;
}

.MiddleBackgroundSection a.BigHref
{
    color: #00006d;
}

.MiddleBackgroundSection a.FAQHref
{
    display: block;
    margin-top: 45px;
    font-size: 1.9em;
    text-decoration: none;
    font-weight: 700;
    color: #00006d;
}

@media screen and (max-width: 1200px)
{
    .MiddleBackgroundSection .Container
    {
        width: 80%;
        min-width: 400px;
        background: rgba(255,255,255,0.4);
    }
}

@media screen and (max-width: 850px)
{
}

/**************************************************************************/

.PlainMedium .Content
{
    padding: 65px 25px;
}

.PlainMedium .ImageBackground
{
    background: url("<?= HOST.IMAGES_DIR."background/background-suv.png"; ?>") no-repeat;
    background-size: contain;
}

.PlainMedium .Content h2
{
    color: #ec1c24;
}

.PlainMedium .Content span
{
    font-family: Montserrat;
    font-size: 0.85em;
    color: #be1e2d;
    font-weight: 500;
}

.PlainMedium .Content p
{
    font-family: PT Sans;
    font-weight: 700;
}

.PlainMedium a.BigHref, .PlainMedium a.BigHref
{
    font-weight: bold;
}

.PlainMedium a.BigHref, .PlainMedium a.BigHref span
{
    color: #22293f;
}

@media screen and (max-width: 720px)
{
    .PlainMedium .ImageBackground
    {
        position: relative;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        width: 70%;
        padding-bottom: 30%;
    }

    .PlainMedium .Content
    {
        float: none;
        width: 100%;
        padding: 25px;
    }
}

/*********************************************************/

footer.Main
{
    background: url("<?= HOST.IMAGES_DIR."background/footer-background.png"; ?>") no-repeat;
    background-size: cover;
}

.FooterLogoWrapper
{
    color: #fff;
}

.FooterLogoWrapper img
{
    background: url("<?= HOST.IMAGES_DIR."specials-logo.png"; ?>") no-repeat;
    background-size: contain;
}

footer.Main .FooterContent .CenterPanel nav ul li
{
    color: #fff;
}

/*****************************************************************/

header.Main.Home
{
    overflow: hidden;
}

header.Main .SlidesPanel
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff000009;
    display: none;
}

header.Main.Home .SlidesPanel
{
    display: block;
}

header.Main.Home .SlidesPanel a.Buttons
{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 100px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    background: rgba(255, 255, 255, 0.35);
}

header.Main.Home .SlidesPanel a.Buttons#Prev:before, header.Main.Home .SlidesPanel a.Buttons#Next:before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #e3e3e3;
}

header.Main.Home .SlidesPanel a.Buttons#Prev:before
{
    transform: translateX(-25%) translateY(-50%) rotate(-45deg);
    border-width: 3px 0 0 3px;
}

header.Main.Home .SlidesPanel a.Buttons#Next:before
{
    transform: translateX(-75%) translateY(-50%) rotate(-45deg);
    border-width: 0 3px 3px 0;
}

header.Main.Home .SlidesPanel a.Buttons.Prev
{
    left: 10px;
}

header.Main.Home .SlidesPanel a.Buttons.Next
{
    right: 10px;
}

header.Main .SlidesPanel .Slide
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1;
}

header.Main .SlidesPanel .Slide.Actived
{
    opacity: 1;
}

header.Main.Services
{
    position: relative;
}

header.Main.Services:before
{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 50%;
    height: 75%;
    background-image: url("<?= HOST.IMAGES_DIR."slides/services-slide.png" ?>");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

header.Main.Fleet:before
{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 50%;
    height: 75%;
    background-image: url("<?= HOST.IMAGES_DIR."slides/fleet-slide.png" ?>");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

header.Main.ContactUs
{
    position: relative;
    background-image: url("<?= HOST.IMAGES_DIR."slides/contactus-slide.png" ?>");
}

header.Main.ContactUs:before
{
    content: "<?= Core::$App->t("Contact us") ?>";
    position: absolute;
    bottom: 10px;
    font-size: 9em;
    color: #00006d;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    opacity: 0.6;
}


.HeaderInfoData
{
    position: absolute;
    bottom: 85px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 5;
}

.HeaderInfoData h2
{
    font-size: 1.9em;
    color: #00006d;
}

.HeaderInfoData p
{
    font-size: 1.3em;
}


@media screen and (max-width: 1550px)
{
    header.Main.ContactUs:before
    {
        content: "Contact Us";
        font-size: 5em;
    }
}

@media screen and (max-width: 800px)
{
    header.Main.ContactUs:before
    {
        content: "Contact Us";
        font-size: 3em;
    }
}

header.Main.Faq
{
    position: relative;
    background-image: url("<?= HOST.IMAGES_DIR."slides/faq-slide.png" ?>");
}

header.Main.Faq:before
{
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-100%) translateY(-50%);
    width: 50%;
    max-width: 550px;
    height: 250px;
    background: url("<?= HOST.IMAGES_DIR."background/faq-thumbnail.png" ?>") no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.6;
}

.HeaderMenu
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.HeaderInfo
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.HeaderInfo .CommonArea
{
    position: relative;
}

.HeaderInfo .CommonArea .HeaderInfoInsider
{
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 90%;
    padding: 50px;
    background: rgba(255, 255, 255, 0.5);
    max-width: 500px;
}

.HeaderInfo .CommonArea #Mainer.HeaderInfoInsider h2
{
    font-size: 1.9em;
    color: #00006d;
}

.HeaderInfo .CommonArea #Mainer.HeaderInfoInsider p.HP
{
    font-family: PT Sans;
    color: #22293f;
    font-weight: 700;
}

/******************************************************************/

.HeaderInfo .Second
{
    font-size: 1.8em;
    font-weight: 700;
    /* font-family: ; */
    color: #be1e2d;
}

.HeaderInfo .Third
{
    font-size: 1.1em;
    font-weight: bold;
    font-family: PT Sans;
    color: #0d0d51;
    margin: 25px auto;
}

/**************************************/

.GradientButton
{
    padding: 5px;
    border-radius: 40px;
    display: inline-block;
    background-color: #be1e2d;
    background-image: linear-gradient(to right, #be1e2d, #0027b5);
    text-decoration: none;
}

.GradientButton span
{
    display: block;
    max-width: 350px;
    width: 100%;
    min-width: 250px;
    height: 58px;
    border-radius: 40px;
    line-height: 58px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #0d0d51;
}

.GradientButton.White span
{
    background: #fff;
}

/********************************************/

.VideoSection
{
    padding: 100px 0;
}

.VideoSection .VideoWrapper
{
    position: relative;
    width: 90%;
    margin: auto;
    height: 0;
    padding-bottom: 51%;
}

.VideoSection .VideoWrapper iframe, .VideoSection .VideoWrapper video#VideoPlayer
{
    position: absolute;
    width: 100%;
    height: 100%;
}
