﻿@font-face {
    font-family: 'customFont';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/Metrisch-Medium-webfont.ttf') format('truetype'), url('fonts/Metrisch-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Metrisch-Medium-webfont.svg#customFont') format('svg');
}

body, div {
    font-family: 'customFont' !important;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

.marg_xlrg {
    margin-bottom: 20px;
}

.width_90_percent {
    width: 90% !important;
}

.width_91_percent {
    width: 91% !important;
}

.width_95_percent {
    width: 95%;
}

textarea {
    resize: none;
}

.border_none {
    border: none;
}

.redBorder {
    border: 2px solid red !important;
}

.play-pause, .panelHide, .soundHide, .displayNone, .noreplay .rplay-icon {
    display: none;
}

.run.t-0 .play-pause {
    display: block;
    opacity: 0;
    top: 50%;
    left: 50%;
}

.play-pause img {
    height: 89px;
    width: 89px;
    -moz-transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
}

.deleted, .visibilityHidden {
    /* display: none; */
    visibility: hidden;
}

.cta:not(.edit):active img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
/* Forms related CSS Start*/
.form {
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 560px;
    min-width: 370px;
    max-height: 450px;
    color: white;
    display: none;
    opacity: 0.96;
    filter: alpha(opacity=96);
    text-decoration: none;
    z-index: 1;
    font-size: 24px;
}

.closeBtn {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    background: url('assets/close.png') no-repeat;
    background-size: 40px 40px;
    text-align: center;
    cursor: pointer;
}

.pageHeader, .customRsvpPageHeader {
    padding: 5px 0 0 5px;
    max-width: 500px;
    margin: auto;
}

    .pageHeader h2 {
        margin: 5px 0 10px 0;
    }

.contentContainer {
    padding: 5px;
    max-width: 510px;
    margin: auto;
    height: 80%;
}

.attendChkContainer {
    margin: 0 0 12px 0;
}

    .attendChkContainer label {
        cursor: pointer;
    }

.rsvpDetails {
    display: block;
    overflow: hidden;
    max-height: 450px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}

.formRow {
    margin-top: 7px;
    width: 100%;
}

.inputLabel {
    display: inline-block;
    width: 30%;
}

.formInput {
    display: inline-block;
    width: 60%;
}

    .formInput input {
        height: 40px;
        border: 1px solid gray;
        border-radius: 5px;
        padding: 0 0 0 3px;
        width: 100%;
    }

    .formInput textarea {
        width: 96%;
        border-radius: 5px;
        vertical-align: middle;
        padding: 5px;
    }

#txtRsvpGuest {
    width: 25%;
    text-align: center;
}

.guestPMbtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: black;
    color: white;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.btnContainer {
    margin: 15px 0 5px 0;
    text-align: center;
}

.submit, .rsvpSubmit {
    background-color: #D85427;
    border-color: #CD4F25;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    font-size: 20px;
}

.thanks {
    max-width: 500px;
    margin: auto;
    padding: 0 0 0 5px;
    display: none;
}

.guestInput {
    width: 171px;
}

.sorrySmiley {
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: url('http://blog.fracasnoir.com/wp-content/uploads/2014/12/MiLkkBAia.png') no-repeat;
    background-size: 20px 20px;
    text-align: center;
}
/*Custom RSVP css*/
#rsvpForm, #rsvpForm1, #rsvpForm2, #rsvpForm3, #rsvpForm4, #unsubscribeForm {
    border-radius: 10px;
    padding: 10px;
    background-color: dimgrey;
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.25);
}

.insertYourRSVPDiv {
    height: 400px;
}

.customRsvpPageHeader {
    padding: 2px 0 0 0px;
    text-align: center;
}

    .customRsvpPageHeader h4 {
        margin-top: 0px;
        margin-bottom: 15px;
    }

.customRsvpInput, .contactUSTodayInput, .requestAQuoteInput {
    height: 35px !important;
}

.leftRsvpContents {
    float: left;
    width: 50%
}

.rightRsvpContents {
    float: right;
    width: 50%;
}

.clear {
    clear: both;
}

.EventCardSubmit {
    background-color: #d8aa27;
    border-color: #d0aa0f;
}

.ContactUsTodaySubmit, .RequestAQuoteSubmit {
    background-color: #f9860f;
    border-color: #f9860f;
    width: 50%;
}
/*Background gradient */
.EventInvitationCard {
    background: linear-gradient(blue,black);
}

.ContactUsTodayCard {
    background: linear-gradient(rgba(49, 95, 179, 0.95), rgba(152, 190, 247, 0.95));
}

.requestAQuoteCard {
    background: linear-gradient(#999, rgba(0,0,0,.5));
}
/* Forms related CSS End*/

/* Info Menu CSS Start */
.info a {
    color: #fff !important;
    font-size: 26px;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.toggl, .saveContact, .cursor {
    cursor: pointer;
}

.info {
    position: absolute;
    width: auto;
    min-width: 35%;
    padding: 10px 7px;
    background-color: #9E9E9E;
    border-radius: 10px;
    display: none;
    opacity: 1;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    height: auto;
    margin-left: 6px !important;
    margin-bottom: 8px !important;
    z-index: 1;
    transform: translateZ(0px);
}

    .info ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }


#p5pg5QXlX-an-anim {
    margin: auto;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }


@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#p5pg5QXlX-an-anim .p5pg5QXlX-an-stage div {
    position: absolute !important;
}

.run.t-0 .rplay-icon, .z-index-low {
    z-index: -1 !important;
}

.z-index-high:not(.z-index-low) {
    z-index: 99999;
}

.run.t-y69LXh .rplay-icon {
    z-index: 2;
}

.surveyTxtBgClr {
    background: gray;
}

.fbIframe {
    height: 30px !important;
    margin: 10px 0 10px 10px !important;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
}

.noevents ol, .disabled {
    pointer-events: none;
}


@keyframes alignFirstCta {
    0% {
        -webkit-transform: translate3d(4px, 851px, 0px);
        opacity: 1;
    }

    34.2097% {
        -webkit-transform: translate3d(4px, 701px, 0px);
        opacity: 1;
    }

    69.2978% {
        -webkit-transform: translate3d(4px, 801px, 0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(4px, 741px, 0px);
        opacity: 1;
    }
}

@keyframes alignSecondCta {
    0% {
        -webkit-transform: translate3d(123px, 851px, 0px);
        opacity: 1;
    }

    34.2097% {
        -webkit-transform: translate3d(123px, 701px, 0px);
        opacity: 1;
    }

    69.2978% {
        -webkit-transform: translate3d(123px, 801px, 0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(123px, 741px, 0px);
        opacity: 1;
    }
}

@keyframes alignThirdCta {
    0% {
        -webkit-transform: translate3d(260px, 851px, 0px);
        opacity: 1;
    }

    34.2097% {
        -webkit-transform: translate3d(260px, 701px, 0px);
        opacity: 1;
    }

    69.2978% {
        -webkit-transform: translate3d(260px, 801px, 0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(260px, 741px, 0px);
        opacity: 1;
    }
}

@keyframes alignFourthCta {
    0% {
        -webkit-transform: translate3d(391px, 851px, 0px);
        opacity: 1;
    }

    34.2097% {
        -webkit-transform: translate3d(391px, 701px, 0px);
        opacity: 1;
    }

    69.2978% {
        -webkit-transform: translate3d(391px, 801px, 0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(391px, 741px, 0px);
        opacity: 1;
    }
}

@keyframes alignFifthCta {
    0% {
        -webkit-transform: translate3d(534px, 851px, 0px);
        opacity: 1;
    }

    34.2097% {
        -webkit-transform: translate3d(534px, 701px, 0px);
        opacity: 1;
    }

    69.2978% {
        -webkit-transform: translate3d(534px, 801px, 0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(534px, 741px, 0px);
        opacity: 1;
    }
}

@keyframes alignLogoForThirdTemplate {
    0% {
        -webkit-transform: translate3d(100px, -30px, 0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(90px, 13px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes alignLogoForFifthTemplate {
    0% {
        -webkit-transform: translate3d(250px, -197px, 0px) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(0, 0, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(200px, 13px, 0px) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes alignLogoForSixthTemplate {
    0% {
        -webkit-transform: translate3d(1503px, 13px, 0px) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(200px, 13px, 0px) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
        opacity: 1;
    }
}
/* Keyframes for video card for portrait mode - 640 X 832 - end */

.editText a {
    text-decoration: none;
}

.editText:not(.personDesignation, .addressDiv) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personDesignationSingleLine, .personDesignationDoubleLine {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.personDesignationSingleLine {
    -webkit-line-clamp: 1;
}

.personDesignationDoubleLine {
    -webkit-line-clamp: 2;
}

input:disabled {
    cursor: no-drop;
}

#saveContactForm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -50%);
    width: 100%;
    text-align: center;
}

#saveContactDiv {
    height: 100%;
    width: 100%;
    color: white;
    font-size: 24px;
    background-color: #000;
    opacity: 0.90;
    border-radius: 10px;
}

#saveContactType, .cvmTagSpan input {
    background: transparent;
    color: #fff;
    padding: 0 10px;
    outline: none;
    font-size: 23px;
    height: 55px;
    width: 490px;
}

#saveContactType, .cvmTagSpan {
    border-radius: 10px;
    border: 1px solid #fff;
}

.cvmTagSpan {
    margin: 5% 0 !important;
    display: inline-flex;
    width: 490px;
}

    .cvmTagSpan input {
        border: none;
    }

.saveBtnInCvm, .saveContactFormCancel {
    background: transparent;
    width: 140px;
    border-radius: 10px;
    height: 55px;
    font-size: 22px;
    outline: none;
}

.saveBtnInCvm {
    margin-right: 15px !important;
    color: #4da378;
    border-color: #4da378;
}

    .saveBtnInCvm:hover {
        background: #4da378;
        color: #fff;
    }

.saveContactFormCancel {
    margin-left: 15px !important;
    color: #ea6060;
    border-color: #ea6060;
}

    .saveContactFormCancel:hover {
        background: #ea6060;
        color: #fff;
    }

#saveContactType option {
    font-size: 14px;
    color: #000;
    background-color: #e9e9e9;
}

select#saveContactType {
    background-image: url(assets/dropDown.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 2.5vw !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

@media only screen and (max-width: 576px) {
    select#saveContactType {
        background-size: 6vw !important;
    }
}

#otherPhNosDiv {
    visibility: hidden;
    display: inline-block;
    margin-left: 5%;
    position: relative;
    font-size: 25px;
}

    #otherPhNosDiv.show {
        visibility: visible;
    }

.top60Percent {
    top: -60%;
}

.top25Percent {
    top: -25%;
}

.ql-font-monospace {
    font-family: Monaco, Courier New, monospace !important;
}

.ql-font-serif {
    font-family: Georgia, Times New Roman, serif !important;
}

.banner img {
    width: inherit !important;
    height: inherit !important;
}
