
*, *:after, *:before {
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
 
.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@font-face {
    font-family: 'Neou-Thin';
    src: url('z-Fonts/Neou-Thin.eot?#iefix') format('embedded-opentype'), url('z-Fonts/Neou-Thin.woff') format('woff'), url('z-Fonts/Neou-Thin.ttf') format('truetype'), url('z-Fonts/Neou-Thin.svg#Neou-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



img {
    border-width: 0px;
    display: block;
    border: 0px;
    border: none;
    outline: none;
    outline: 0;
    border-style: none;
    outline-width: 0px;
    max-width: 100%; /*!important*/
    height: auto;
}

input, select, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
}

    textarea:focus, input:focus {
        outline: 0;
    }

textarea {
    overflow: auto;
    resize: none;
}


*:focus, input:focus {
    outline: none;
}

/* Skip to main content - visible on focus for accessibility */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    padding: 0.75em 1em;
    background: #fff;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.skip-link:focus {
    left: 0.5em;
    top: 0.5em;
}

a {
    cursor: pointer;
    text-decoration: none;
    border-width: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ChristmasBG {
    /*background-image: url(../images/SnowTop.png);
    height: 141px;
    width: 746px;
    background-position: bottom;
    position: absolute;
    top: -21px;
    right: 0;*/
}


.ChristmasBGMobile {
    /*background-image: url(../images/snowTopMobile.png);
    height: 96px;
    width: 351px;
    background-position: bottom;
    position: absolute;
    top: -13px;
    right: 0;
    display: none;*/
}


.RemoveAnimation {
    -webkit-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    display: inline;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    border-width: 0px;
}

    table td, table th {
        padding: 0;
    }


body {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 0 0 0px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    color: #000;
    min-width: 330px;
    width: 100%;
    overflow-x: hidden;
}

.DivMain {
    position: relative;
    margin: auto;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.GoDownOnhover {
    background-position: top;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .GoDownOnhover:hover, .GoDownOnhoverSel {
        background-position: bottom;
    }


.CoverImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    min-width: 100%;
}


.FixedImage {
    position: static;
    width: 100%;
    background-color: black;
    background-attachment: fixed !important;
}

.IamTheOver {
    display: none;
}

.OpenHandStyle {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    .OpenHandStyle:active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }

.AnimateMe {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.AnimateMeSlower {
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.RemoveAnimation {
    -webkit-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* the CSS styling below will only be picked up by Safari and Chrome */
    .OpenHandStyle {
        cursor: -webkit-grab;
    }
}

.BorderTableStyle {
    background-color: #F5F7F4;
    border-width: 0px;
    margin: auto;
    direction: ltr;
    display: inline-block;
    height: 38px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: 1px 3px 3px #e0dfe4;
    -moz-box-shadow: 1px 3px 3px #e0dfe4;
    box-shadow: 1px 3px 3px #e0dfe4;
}

.DivHeader {
    position: fixed;
    width: 100%;
    height: 58px;
    background-color: #122F49;
    z-index: 20000000 !important;
    min-width: 330px;
}

.DivFooter {
    position: relative;
    width: 100%;
    min-height: 85px;
    background-color: #28282E;
    z-index: 10 !important;
}

.NormalDiv {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: auto;
}


.LeftBTNpagingStyle {
    cursor: pointer;
    background-image: url(../images/LeftBtnPaging.png);
    height: 38px;
    width: 23px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #F5F7F4;
    border-width: 0px;
}

    .LeftBTNpagingStyle:hover {
        background-position: right bottom;
    }

.RightBTNpagingStyle {
    cursor: pointer;
    background-image: url(../images/RightBtnPaging.png);
    height: 38px;
    width: 23px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: transparent;
    border-width: 0px;
}

    .RightBTNpagingStyle:hover {
        background-position: left bottom;
    }

.PagingNotSelected {
    width: 35px;
    height: 38px;
    line-height: 38px;
    font-family: 'Helvetica',Arial;
    font-size: 16px;
    color: #8D8D8D;
    background-color: transparent;
    padding: 8px 15px;
}

    .PagingNotSelected:hover {
        color: #1173A5;
    }

.PagingSelected {
    width: 35px;
    height: 38px;
    line-height: 38px;
    font-family: 'Helvetica',Arial;
    font-size: 16px;
    color: #1173A5;
    background-color: transparent;
    padding: 8px 15px;
}

.GiveMEFocus:focus {
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}

.ReqFillForm {
    display: none;
}

.ScrollDown {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/ScrollDown.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 15%;
    min-height: 40px;
    cursor: pointer;
}

.Background1 {
    position: static;
    width: 100%;
    background-color: black;
    background-attachment: fixed;
    min-width: 330px;
    height: 705px;
    -webkit-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.Background1Container:hover .Background1, .Background1Container.hover .Background1 {
    -webkit-transform: scale(1.05) rotate(0.2deg);
    -moz-transform: scale(1.05) rotate(0.2deg);
    -o-transform: scale(1.05) rotate(0.2deg);
    -ms-transform: scale(1.05) rotate(0.2deg);
    transform: scale(1.05) rotate(0.2deg);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .Background1Container:hover .Background1, .Background1Container.hover .Background1 {
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

.FooterBG {
    background-image: url(../images/FooterPattern.jpg);
    background-repeat: repeat;
    width: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 0 !important;
}

.SiteMapFloat1 {
    max-width: 300px;
    /*max-width: 280px;*/
    width: 100%;
    margin-bottom: 25px;
}

.SiteMapFloat2 {
    max-width: 300px;
    /*max-width: 240px;*/
    width: 100%;
    margin-bottom: 15px;
}

.p-b-6 {
    padding-bottom: 6px;
}

.m-t--2 {
    margin-top: -2px;
}

.SiteMapFloat3 {
    max-width: 300px;
    /*max-width: 240px;*/
    width: 100%;
    margin-bottom: 20px;
}

.SiteMapFloat4 {
    max-width: 300px;
    /*max-width: 230px;*/
    width: 100%;
    margin-bottom: 15px;
}

.SiteMapFloat2-1 {
    max-width: 300px;
    /*max-width: 210px;*/
    width: 100%;
    margin-bottom: 15px;
}

@media all and (max-width: 700px) {
    .SiteMapFloat1, .SiteMapFloat2, .SiteMapFloat2-1, .SiteMapFloat3, .SiteMapFloat4 {
        max-width: 240px;
    }
}

.SocialMediaLink {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.SocialMediaLinkHover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.SocialMediaLink:hover + .SocialMediaLinkHover ,.SocialMediaLinkHover:hover {
    opacity: 1;
    z-index:1;
}

.FacebookLink {
    display: inline-block;
    background-image: url(../images/FacebookLink.png);
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.TwitterLink {
    display: inline-block;
    background-image: url(../images/TwitterLink.png);
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.InstagramLink {
    display: inline-block;
    background-image: url(../images/InstaLink.png);
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.GooglePlusLink {
    display: inline-block;
    background-image: url(../images/GooglePlink.png);
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.YoutubeLink {
    display: inline-block;
    background-image: url(../images/youtube.png);
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.PinterestLink {
    display: inline-block;
    background-image: url(../images/PinterestLink.png);
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.LinkedInLink {
    display: inline-block;
    background-image: url(../images/LinkedInLink.png);
    width: 32px;
    height: 32px;
    text-transform: lowercase;
    margin-right: 5px;
}

.TiktokLink {
    display: inline-block;
    background-image: url(../images/TiktokLink.png);
    width: 32px;
    height: 32px;
    text-transform: lowercase;
    margin-right: 5px;
}

.ThreadsLink {
    display: inline-block;
    background-image: url(../images/threads-icon.png);
    width: 32px;
    height: 32px;
    text-transform: lowercase;
    margin-right: 5px;
}

.SiteMapFloat5 {
    max-width: 230px;
    width: 100%;
    margin-bottom: 20px;
}

.SiteMapFloat6 {
    max-width: 280px;
    width: 100%;
    margin-bottom: 20px;
}

.SiteMapFloat7 {
    max-width: 200px;
    width: 100%;
    margin-bottom: 20px;
}

.SiteMapFloat8 {
    max-width: 260px;
    width: 100%;
    margin-bottom: 20px;
}

.SiteMapFloat9 {
    max-width: 230px;
    width: 100%;
    margin-bottom: 20px;
}

.SiteMapSubTitle a:hover {
    color: #fff;
}

@media all and (max-width: 720px) {
    .SiteMapFloat5, .SiteMapFloat6, .SiteMapFloat7, .SiteMapFloat8, .SiteMapFloat9 {
        max-width: 240px;
    }
}

.SiteMapTitle a:hover {
    color: #D11140;
}

.InnerPreloader {
    width: 186px;
    height: 124px;
    background-color: #333333;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -93px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1000 !important;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}




.ThemNocountBlack {
    position: relative;
    cursor: pointer;
}

    .ThemNocountBlack .sharrre .count {
        font-weight: bold;
        color: #737373;
        display: block;
        font-family: 'bebasneue',Arial;
        font-size: 18px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 3px;
        left: 0px;
    }

    .ThemNocountBlack .sharrre .share {
        display: block;
        padding: 0;
        text-align: center;
        text-decoration: none;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 10 !important;
    }



    .ThemNocountBlack #facebook .count {
        /*left: 11px;*/
        background-color: #ea0029;
        padding: 4px !important;
        color: #fff !important;
        font-weight: normal !important;
        text-align: center;
        min-width: 10px;
        font-size: 11px;
        border-radius: 50%;
        position: absolute;
        min-height: 10px;
        top: 20px;
        left: 22px;
    }




    .ThemNocountBlack #twitter .count {
        left: 21px;
        top: 2px;
    }



    .ThemNocountBlack #googleplus .count {
        left: 21px;
        top: 1px;
    }


    .ThemNocountBlack #pinterest .count {
        left: 17px;
        top: 2px;
    }

    .ThemNocountBlack #facebook .share {
        background-image: url(../images/NewsFb.png);
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: 0 0;
        min-width: auto;
        min-height: auto;
    }

    .ThemNocountBlack #twitter .share {
        background-image: url(../images/NewsTw.png);
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: 0 0;
        min-width: auto;
        min-height: auto;
    }


    .ThemNocountBlack #linkedin .share {
        background-image: url(../images/NewsLn.png);
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: 0 0;
        min-width: auto;
        min-height: auto;
    }

    .ThemNocountBlack #whatsapp .share {
        background-image: url(../images/IconWp.png);
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: 0 0;
        min-width: auto;
        min-height: auto;
        filter: brightness(0.8); /* lower = darker */
    }



.TellAFriendLogo {
    background-image: url(../images/NewsTellF.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: top;
    cursor: pointer;
}


.DivTellContent {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../images/BGViews.png);
    background-repeat: repeat;
    display: none;
    z-index: 5000 !important;
    top: 0px;
}


.MyLoader {
    width: 100%;
    height: 101vh;
    background-color: white;
    z-index: 100000 !important;
    opacity: 1 !important;
}

.DivCupImage {
    top: 0;
    left: 0;
}

.CupImage {
    width: 296px;
    max-width: 353px;
}

.MyLoaderInside {
    width: 296px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -148px;
    z-index: 222222222 !important;
    height: 353px;
    margin-top: -177px;
    overflow: hidden;
}

.insideCerle {
    width: 73px;
    height: 73px;
    /*background-image: url(../images/cercle.png);*/
    background-color: #eee6d8;
    border: 2px solid #D11E41;
    border-radius: 50%;
    position: absolute;
    left: 112px;
    top: 133px;
    z-index: 10 !important;
}

.MycircleRedBorder {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border: 2px solid #D11E41;
    position: absolute;
    left: 88px;
    top: 109px;
    overflow: hidden;
}

.MycircleRed {
    border-radius: 50%;
    height: 126px;
    left: 89px;
    overflow: hidden;
    position: absolute;
    top: 109px;
    width: 124px;
}


.FillCercle {
    width: 130px;
    height: 130px;
    background: #D11E41;
    position: absolute;
    top: 100%;
    left: 0px;
}

.PercentageTxt {
    color: #D1113F;
    font-size: 20px;
    font-family: Verdana;
    letter-spacing: 0px;
    position: relative;
    top: 23px;
}

.AbsoMsg {
    position: absolute;
    top: 0px;
    left: 6px;
    width: 112px;
    height: 47px;
    z-index: 100 !important;
    display: none;
}

    .AbsoMsg > img {
        width: 112px;
        max-width: 112px;
    }

.AbsoMsgTop {
    display: block;
    top: -6px;
}

.AbsoMsgBottom {
    top: -9px;
}

.FooterPart {
    top: 0px;
    left: 0px;
}

.ContainerPreloaderHeight {
    height: 50px;
}

.ContainertobeDisplayedTop {
    top: 40px;
}

.ArrowPageTop {
    position: fixed;
    right: 20px;
    bottom: 50%;
    z-index: 100000 !important;
    cursor: pointer;
    height: 32px;
    width: 32px;
}

.HpHeaderHide {
    right: -120px !important;
}


/*For Loading Start*/


.loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.object {
    width: 20px;
    height: 20px;
    background-color: #122f49;
    position: absolute;
    left: 65px;
    top: 65px;
}

    .object:nth-child(2n+0) {
        margin-right: 0px;
    }


#object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#object_big {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_big {
    50% {
        -webkit-transform: scale(0.5);
    }
}

@keyframes object_big {
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes object_one {
    50% {
        -webkit-transform: translate(-65px,-65px);
    }
}

@keyframes object_one {
    50% {
        transform: translate(-65px,-65px);
        -webkit-transform: translate(-65px,-65px);
    }
}

@-webkit-keyframes object_two {
    50% {
        -webkit-transform: translate(0,-65px);
    }
}

@keyframes object_two {
    50% {
        transform: translate(0,-65px);
        -webkit-transform: translate(0,-65px);
    }
}

@-webkit-keyframes object_three {
    50% {
        -webkit-transform: translate(65px,-65px);
    }
}

@keyframes object_three {
    50% {
        transform: translate(65px,-65px);
        -webkit-transform: translate(65px,-65px);
    }
}

@-webkit-keyframes object_four {

    50% {
        -webkit-transform: translate(65px,0);
    }
}

@keyframes object_four {
    50% {
        transform: translate(65px,0);
        -webkit-transform: translate(65px,0);
    }
}




@-webkit-keyframes object_five {

    50% {
        -webkit-transform: translate(65px,65px);
    }
}

@keyframes object_five {
    50% {
        transform: translate(65px,65px);
        -webkit-transform: translate(65px,65px);
    }
}



@-webkit-keyframes object_six {

    50% {
        -webkit-transform: translate(0,65px);
    }
}

@keyframes object_six {
    50% {
        transform: translate(0,65px);
        -webkit-transform: translate(0,65px);
    }
}




@-webkit-keyframes object_seven {

    50% {
        -webkit-transform: translate(-65px,65px);
    }
}

@keyframes object_seven {
    50% {
        transform: translate(-65px,65px);
        -webkit-transform: translate(-65px,65px);
    }
}


@-webkit-keyframes object_eight {

    50% {
        -webkit-transform: translate(-65px,0);
    }
}

@keyframes object_eight {
    50% {
        transform: translate(-65px,0);
        -webkit-transform: translate(-65px,0);
    }
}
/*For Loading Ends*/


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

    .ChristmasBG {
        /*display: none;*/
    }


    .ChristmasBGMobile {
        /*display: block;*/
    }
}


@media all and (max-width: 650px ) {

    .ChristmasBG {
        /*display: none;*/
    }


    .ChristmasBGMobile {
        /*display: none;*/
    }
}


/* Utility Start */

.u-width100 {
    width: 100% !important;
}

.u-height100 {
    height: 100%;
}

.u-width10 {
    width: 10px;
}

.u-height10 {
    height: 10px;
}

.u-opacity1 {
    opacity: 1 !important;
}

.u-opacity0 {
    opacity: 0 !important;
}

.u-hide {
    display: none;
}

.u-show {
    display: block;
}


.u-relative {
    position: relative;
}

.u-absolute {
    position: absolute;
}

.u-fixed {
    position: fixed;
}

.u-overflowHidden {
    overflow: hidden;
}

.u-BorderBox, .u-borderBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.u-noBorderBox {
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

.u-Shadow {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.40);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.40);
}

.u-marginAuto {
    position: relative !important;
    margin: 0 auto;
}

.u-centerIcon {
    text-align: center;
    width: 100%;
}

.u-top0 {
    top: 0;
}

.u-pointer {
    cursor: pointer;
}

.u-nowrap {
    white-space: nowrap;
}

.u-uppercase {
    text-transform: uppercase;
}

.u-Capitalize {
    text-transform: capitalize;
}



.u-ltr {
    direction: ltr;
}

.u-rtl {
    direction: rtl;
}

.u-zindex10 {
    z-index: 10;
}

.u-bgWhite {
    background-color: #ffffff;
}

.u-bgBlack {
    background-color: #000000;
}

.u-inherit {
    height: inherit;
}

.u-100vh {
    height: 100vh !important;
}

.u-100vw {
    width: 100vw !important;
}

.u-coverImage {
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.u-containImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-width: 100%;
}

.u-fixedImage {
    position: static;
    background-color: #1A1A1A;
    background-attachment: fixed !important;
}

.u-padding0 {
    padding: 0 !important;
}

.u-margin0 {
    margin: 0 !important;
}

.u-inline {
    display: inline;
}

.u-inlineBlock {
    display: inline-block;
}

.u-underline {
    text-decoration: underline;
}

.u-valignT {
    vertical-align: top;
}

.u-valignB {
    vertical-align: bottom;
}

.u-valignM {
    vertical-align: middle;
}

.u-block {
    display: block;
}

.u-triangle {
    width: 15px;
    height: 15px;
    border: solid 15px #f7f7f7;
    border-radius: 3px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.u-CenterAbsoluteVertical {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.u-floatNone {
    float: none !important;
}

.u-table {
    display: table;
}

.u-tableCell {
    display: table-cell;
}


.u-removeSroll {
    height: 100vh !important;
    position: relative !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.u-centerMe {
    margin: 0;
    top: 50%;
    position: relative;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.u-inheritStyle, .u-inheritstyle {
    font-size: inherit;
    color: inherit;
    font-style: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-family: inherit;
    line-height: inherit;
    width: inherit;
    height: inherit;
    padding: 0;
    margin: 0;
}

.u-show480, .u-show768, .u-show1050, .u-show1200 {
    display: none;
}

.centerMeWH {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centerMeWidth {
    margin: 0;
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media all and (max-width: 1050px) {
    .u-hide1050 {
        display: none;
    }

    .u-show1050 {
        display: block;
    }
}

@media all and (max-width: 1200px) {
    .u-hide1200 {
        display: none;
    }

    .u-show1200 {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .u-hide768 {
        display: none;
    }

    .u-show768 {
        display: block;
    }
}

@media all and (max-width: 480px) {
    .u-hide480 {
        display: none;
    }

    .u-show480 {
        display: block;
    }
}


/* Utility End*/

/* Footer (privacy link, td positioning) */
.FooterPrivacyLink { font-size: 11px; }
.FooterPrivacyLinkMt { font-size: 11px; margin-top: 7px; }
.FooterTdRelative { position: relative; }


.AbsoTheWall {
    position: absolute;
    top: 10px;
    z-index: 5000;
}

    .AbsoTheWall img {
        width: 250px;
    }


@media all and (max-width: 768px) {
    .AbsoTheWall img {
        width: 100px;
    }
}
