


body {
    font-family: 'Assistant', sans-serif;
}



html {
    height: 100%;
    background-color: #485E81;
}

    html form.index {
        background-color: #485E81;
        height: 100%;
        margin: 0;
    }

@media screen and (min-width: 1024px) {
    html form.index {
        background-attachment: scroll;
    }

    .project-div p {
        max-height: 120px;
    }
}

@media (min-width: 576px) {
    body.search-0 .container-fluid {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    body.search-0 .container-fluid {
        max-width: none;
    }
}

@media (min-width: 1200px) {
    body.search-0 .container-fluid {
        max-width: 1140px;
    }
}

body.search-0 .li-minus:before {
    content: "-";
    position: absolute;
    right: 15px;
}

@media (min-width: 992px) {
    body.search-0 .li-minus:before {
        right: 2rem;
    }
}

.frame-button {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    box-sizing: content-box;
    border: 2px solid transparent;
}

    .frame-button:hover {
        text-decoration: none;
    }

    .frame-button:before, .frame-button:after {
        display: block;
        content: "";
        width: 16px;
        height: 5px;
        position: absolute;
        transition: left 0.8s, right 0.8s, top 0.8s, bottom 0.8s, height 0.8s, width 0.8s;
    }

    .frame-button:before {
        top: 0;
        left: -2px;
        border-left: 1px solid #383333;
        border-top: 1px solid #383333;
    }

    .frame-button:after {
        top: 0;
        right: -2px;
        border-top: 1px solid #383333;
        border-right: 1px solid #383333;
    }

    .frame-button:focus {
        outline: none;
    }

    .frame-button:hover:before, .frame-button:hover:after {
        width: 35%;
        height: 35%;
    }

    .frame-button:hover > span:before, .frame-button:hover > span:after {
        width: 35%;
        height: 35%;
    }

    .frame-button > span {
        padding: 0px 0.7em 0px 0.7em;
        color: #383333;
        font-size: 0.9rem;
        font-weight: 400;
        letter-spacing: -0.001rem;
        line-height: 2rem;
    }

        .frame-button > span:before, .frame-button > span:after {
            display: block;
            content: "";
            width: 16px;
            height: 5px;
            position: absolute;
            transition: left 0.8s, right 0.8s, top 0.8s, bottom 0.8s, height 0.8s, width 0.8s;
        }

        .frame-button > span:before {
            bottom: 0;
            left: -2px;
            border-bottom: 1px solid #383333;
            border-left: 1px solid #383333;
        }

        .frame-button > span:after {
            bottom: 0;
            right: -2px;
            border-bottom: 1px solid #383333;
            border-right: 1px solid #383333;
        }

    .frame-button.text-white::before, .frame-button.text-white::after {
        border-color: #ffffff;
    }

    .frame-button.text-white > span {
        color: #ffffff;
    }

        .frame-button.text-white > span::before, .frame-button.text-white > span::after {
            border-color: white;
        }

.s-button-dark {
    color: white;
    background-color: #383333;
    opacity: 0.9;
    text-decoration: none;
    padding: 6px 22px;
    font-size: 18px;
}

    .s-button-dark:hover {
        opacity: 1;
        color: white !important;
        text-decoration: none !important;
    }

.s-button-light {
    color: #383333 !important;
    background-color: #d7d7d7;
    opacity: 0.9;
    text-decoration: none;
    padding: 6px 22px;
    border: none;
}

    .s-button-light:hover {
        color: #383333 !important;
        opacity: 1;
    }

    .s-button-light.s-button-small {
        padding: 4px 8px;
    }

    .s-button-light.s-button-toggle {
        opacity: 1;
    }

    .s-button-light.s-button-toggle-current {
        background-color: #daab21;
        color: white !important;
    }





.s-button {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 34px;
    border-radius: 23px;
    color: white;
    background-color: #383333;
    opacity: 0.9;
    text-decoration: none;
    padding: 6px 22px;
    font-size: 15px;
    text-align: center;
}

    .s-button:hover {
        opacity: 1;
        color: white !important;
        text-decoration: none !important;
    }


.text-white a {
    color: white;
}

.text-blackish a {
    color: #383333;
}

.text-red {
    color: #500c16;
}

.text-blackish {
    color: #383333;
}

.text-white {
    color: white;
}

.bg-orange {
    background-color: #daab21;
}

.bg-red {
    background-color: #500c16;
}

.bg-blackish {
    background-color: #383333;
}

.bg-white {
    background-color: white;
}

@media screen and (max-width: 600px) {
    .bg-xs-white {
        background-color: white;
    }

    .text-xs-white {
        color: white;
    }
}

@media screen and (min-width: 1024px) {
    .bg-md-white {
        background-color: white;
    }
}


.rtl {
    direction: rtl;
    text-align: right;
}

.scrollbar::webkit-scrollbar-track {
    background-color: #d7d7d7;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #383333;
}

.s-frame {
    padding: 1em;
    border: 3px solid #383333;
    position: relative;
    width: 160px;
    height: 100px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .s-frame {
        width: 100px;
        height: 66px;
    }
}

.s-frame::before, .s-frame::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    transition: left 0.8s, right 0.8s, top 0.8s, bottom 0.8s, height 0.8s, width 0.8s;
}

.s-frame::before {
    top: -0.3em;
    bottom: -0.3em;
    left: 15%;
    right: 15%;
}

.s-frame::after {
    left: -0.3em;
    right: -0.3em;
    top: 15%;
    bottom: 15%;
}

.s-frame:hover::before {
    left: 25%;
    right: 25%;
}

.s-frame:hover::after {
    top: 25%;
    bottom: 25%;
}

.s-frame img {
    z-index: 1;
}

.white-shadow {
    box-shadow: -0.5rem 0.214rem 1.857rem rgba(255, 255, 255, 0.72);
}

.pointer {
    cursor: pointer;
}

.object-fit-cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.object-fit-cover-width {
    object-fit: cover;
    width: 100%;
}

.object-fit-contain {
    object-fit: contain;
}

.wrap_text {
    display: block;
    width: 12rem;
    word-wrap: break-word;
}

.height-medium {
    height: 300px;
}

.filter-lighten {
    filter: contrast(0.5) brightness(1.5);
    transition: filter 0.5s;
}

    .filter-lighten:hover {
        filter: initial;
    }

.s-border-bottom {
    border-bottom: 2px solid;
}

.s-border-bottom-lite {
    border-bottom: 1px solid;
}

.s-border-left {
    border-left: 2px solid;
}

.border-red {
    border-color: #500c16 !important;
}

.border-blackish {
    border-color: #383333;
}

.border-skew::after {
    content: "";
    position: absolute;
    top: 25%;
    height: 60%;
    width: 5px;
    background: white;
    transform: skew(-5deg);
}

a {
    color: #383333;
    font-weight: 400;
    opacity: 0.85;
    cursor: pointer;
}

    a.opacity-1 {
        opacity: 1;
    }

    a:hover {
        opacity: 1;
        color: inherit !important;
        text-decoration: none !important;
    }

    a.current {
        /*color: #b65940 !important;*/
    }

        a.current:hover {
            opacity: 1;
        }

.form-background {
    background-color: #485E81;
    height: 100%;
    margin: 0;
    background-attachment: scroll;
}


.footer {
    line-height: 25px !important;
}

@media screen and (max-width: 767px) {
    .height-xs-medium {
        height: 300px;
    }

    .height-xs-small {
        height: 150px;
    }

    .tab {
        display: inline;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        padding-right: 8px;
        padding-left: 8px;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1024px) {
    .height-md-medium {
        height: 300px;
    }
}


.headline-1 {
    font-size: 68px;
    font-weight: bold;
    letter-spacing: 0.038em;
}


.headline-2 {
    font-size: 47px;
    font-weight: normal;
    line-height: 40px;
}

.headline-3 {
    font-size: 30px;
    font-weight: 600;
}

.headline-4 {
    font-size: 28px;
    line-height: 32px;
}

.headline-5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.headline-6 {
    font-size: 22px;
    line-height: 28px;
}

.headline-7 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.headline-8 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

select {
    font-weight: bold;
}

.paragraph-1, input, textarea {
    font-size: 18px;
    line-height: 28px;
}

.paragraph-2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}

.paragraph-3 {
    font-size: 15px;
    line-height: 24px;
}

.paragraph-4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.paragraph-5 {
    font-size: 14px;
    line-height: 20px;
}

.paragraph-6 {
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 600px) {
    .paragraph-xs-5 {
        font-size: 14px;
        line-height: 20px;
    }
}

nav {
    background-color: #ffffff;
}

form {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    form * {
        border-color: #383333;
    }

        form *:focus {
            outline: none;
        }

        form *.dark {
            border-color: #ffffff;
        }

input, textarea {
    border-bottom: 1px solid;
    border-color: #383333;
    border-top: none;
    border-left: none;
    border-right: none;
}

textarea {
    outline: none;
    resize: none;
    width: 100%;
}

input:focus {
    outline: none;
}

.s-checkbox label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.s-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.s-checkbox .circle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 3px solid black;
}

.s-checkbox .text {
    vertical-align: middle;
}

.s-checkbox input:checked ~ .circle:after {
    display: block;
}

.s-checkbox .circle:after {
    content: "";
    position: absolute;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5px;
    width: 5px;
    background-color: black;
}

.l-0 {
    left: 0 !important;
}

.y-align {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pr-15 {
    padding-right: 15px !important;
}

@media (min-width: 992px) {
    .pr-lg-2-rem {
        padding-right: 2rem !important;
    }
}

@media (min-width: 768px) {
    .pr-md-30 {
        padding-right: 30px !important;
    }
}

@media (min-width: 1200px) {
    .px-xl-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 992px) {
    .mb-lg-6 {
        margin-bottom: 4.5rem !important;
    }
}

@media (min-width: 1200px) {
    .my-xl-6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
}

.mr-15 {
    margin-right: 15px !important;
}

@media (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid;
    }
}

.cursor-pointer {
    cursor: pointer !important;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.btn-none {
    -webkit-appearance: none !important;
    background: transparent !important;
    border: none !important;
}

.focus-none:focus {
    outline: none !important;
}

.list-style-none {
    list-style: none !important;
}

.color-white {
    color: #ffffff !important;
}

.underline {
    text-decoration: underline !important;
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

.m-width-none {
    max-width: none !important;
}

@media (min-width: 1200px) {
    .form-container {
        max-width: 1140px;
    }
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /*16:9*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }




/* event box */
/*
a:hover .frame-button {
    text-decoration: none;
}

    a:hover .frame-button:before,
    a:hover .frame-button:after {
        width: 35%;
        height: 35%;
    }

    a:hover .frame-button > span:before,
    a:hover .frame-button > span:after {
        width: 35%;
        height: 35%;
    }

/* hero header */

div.hero.container-fluid {
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    height: 55vh;
    background-color: gray;
}

.film-catalog,
.film-catalog .paragraph-5,
.film-catalog .paragraph-4,
.film-catalog .headline-3,
.film-catalog .headline-5,
.film-catalog .headline-7 {
    font-family: 'Open Sans', 'Open Sans Hebrew' !important;
}

.catalog-search {
    outline: none;
    background-image: url("/images/search.svg");
    background-position: left center;
    background-repeat: no-repeat;
}

.catalog-carousel .previous {
    transform: translateX(100%);
}

.catalog-carousel .next {
    transform: translateX(-100%);
}

.catalog-carousel img {
    transition: transform 0.5s;
    position: absolute;
    left: 0;
}

.catalog-carousel div.text-center.bg-blackish {
    z-index: 1;
}




.tagline h3 {
    opacity: 0;
    transition: opacity 0.8s;
    overflow: hidden;
}

.tagline .current {
    opacity: 1;
}


.counter-container {
    text-shadow: 2px 2px 10px #383333a8;
}





.projects img {
    transition: transform 0.5s;
    position: absolute;
}

.projects .arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 18px);
    cursor: pointer;
}




.error {
    border-color: red !important;
    background-color: lightpink;
}



[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    /*display: none;*/
    opacity: 0;
    width: 0;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label,
    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-right: 28px;
        padding-left: 28px;
        cursor: pointer;
        line-height: 16px;
        display: inline-block;
    }

[type="radio"]:focus + label,
[type="checkbox"]:focus + label {
    box-shadow: 0px 0px 7px 1px #496aa4;
}


[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    background: #fff;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    border-radius: 100%;
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.review [type="radio"]:checked + label,
.review [type="radio"]:not(:checked) + label {
    padding-right: 20px;
    padding-left: 0px;
}


.disabled {
    color: #91938e;
}

.landmark {
    position: relative;
    border-bottom-width: 2px;
    border-color: #383333;
}

    .landmark:after {
        content: "";
        display: block;
        margin-top: 0.5rem;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 3px solid black;
        background-color: transparent;
        margin: 10px 10px;
    }

    .landmark.disabled:after {
        border-color: #91938e;
    }

*, ::after, ::before {
    box-sizing: border-box;
}































.item_header {
    font-size: 20px;
    font-weight: 600;
}

.headline-4 {
    border-bottom: solid 1px #daab2188;
}





.style1 .item-img-div-right img, .style1 .item-img-div-left img {
    width: 100%;
}

@media (min-width: 992px) {
    .headline-4 {
        border-bottom: 0 none;
    }

    .style1 .item-img-div-left {
        background-image: url('/images/red-shape-left.png');
        background-position: left 20px top 0;
        background-size: 280px 220px;
        background-repeat: no-repeat;
    }

        .style1 .item-img-div-left img {
            margin: 30px 0px 30px 80px;
            float: left;
            height: 160px;
            width: 300px;
        }


    .style1 .item-img-div-right {
        background-image: url('/images/red-shape-right.png');
        background-position: right 20px top 0;
        background-size: 280px 220px;
        background-repeat: no-repeat;
    }

        .style1 .item-img-div-right img {
            margin: 30px 80px 30px 0px;
            float: right;
            height: 160px;
            width: 300px;
        }
}

.style1 .item-header {
}

.style1 .item-header-line:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 20px;
    left: 50%;
    border-left: solid 1px #daab2188;
    transform: translate(-50%);
}

.style2 {
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}

    .style2 .header {
        clear: both;
    }

    .style2 .red-space {
        height: 30px;
        width: 70%;
        clear: both;
    }

    .style2 .body {
        clear: both;
    }




.page-item.row-image .item-img-div-right img {
    width: 100%;
}

.page-item.row-image .item-img-div-left img {
    width: 100%;
}


.page-item.submission .item-header {
    font-family: 'Assistant';
    font-size: 22px;
    line-height: 25px;
}





.header-30 .header {
    font-size: 30px !important;
}


.page-item.circle .item-img-div-right img, .circle .item-img-div-left img {
    width: 100%;
}

@media (min-width: 992px) {
    .headline-4 {
        border-bottom: 0 none;
    }

    .page-item.circle .item-img-div-left {
        background-image: url('/images/yellow-shape-left.png');
        background-position: left 20px top 0;
        background-size: 280px 220px;
        background-repeat: no-repeat;
    }

        .page-item.circle .item-img-div-left img {
            margin: 16px 40px 20px 40px;
            float: left;
            height: 170px;
            width: 300px;
        }


    .page-item.circle .item-header-container {
        margin-top: 16px;
        border: solid 3px #daab21;
        border-radius: 50%;
        padding-top: 90%;
        width: 90%;
        height: 0;
        position: relative;
    }

    .page-item.circle .item-header-text {
        margin: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .page-item.circle .item-img-div-right {
        background-image: url('/images/yellow-shape-right.png');
        background-position: right 20px top 0;
        background-size: 280px 220px;
        background-repeat: no-repeat;
    }

        .page-item.circle .item-img-div-right img {
            margin: 16px 40px 20px 40px;
            float: right;
            height: 170px;
            width: 300px;
        }
}





/* SIMPLE SECTION - STYLES */

.quotation {
    background: url(/Images/quotation.png) left -100px top -70px no-repeat, url(/Images/quotation.png) right -100px bottom -70px no-repeat;
    padding: 40px;
}

.corners {
    background: url(/Images/corners.png) left -41px top -26px no-repeat, url(/Images/corners.png) right -41px top -26px no-repeat, url(/Images/corners.png) left -41px bottom -26px no-repeat, url(/Images/corners.png) right -41px bottom -26px no-repeat;
    padding: 40px;
}

.black-and-white img {
    filter: grayscale(100%);
}

.bottom-yellow-border {
    border-bottom: solid 1px #daab2188;
}

.vertical-yellow-border:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 20px;
    left: 50%;
    border-left: solid 1px #daab2188;
    transform: translate(-50%);
}


.video-container-16-9 .simple-body {
    position: relative;
    padding-bottom: 56.25%; /*16:9*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container-16-9 .simple-body iframe,
    .video-container-16-9 .simple-body object,
    .video-container-16-9 .simple-body embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



@media (min-width: 992px) {
    .red-drop-right {
        background-image: url('/images/red-shape-right.png');
        background-position: right 20px top 0;
        background-size: 280px 220px;
        background-repeat: no-repeat;
    }

        .red-drop-right img {
            margin: 30px 80px 30px 20px;
            float: right;
            height: 160px;
            width: 300px !important;
            object-fit: cover;
        }

    .red-drop-left {
        background-image: url('/images/red-shape-left.png');
        background-position: left 20px top 0;
        background-size: 280px 220px;
        background-repeat: no-repeat;
    }

        .red-drop-left img {
            margin: 30px 20px 30px 80px;
            float: left;
            height: 160px;
            width: 300px !important;
            object-fit: cover;
        }


    .yellow-box-left {
        background-image: url('/images/yellow-shape-left.png');
        background-position: left 20px top 0;
        background-size: 280px 220px;
        background-repeat: no-repeat;
    }

        .yellow-box-left img {
            margin: 16px 40px 20px 40px;
            float: left;
            height: 170px;
            width: 300px !important;
            object-fit: cover;
        }

    .yellow-box-right {
        background-image: url('/images/yellow-shape-right.png');
        background-position: right 20px top 0;
        background-size: 280px 220px;
        background-repeat: no-repeat;
    }

        .yellow-box-right img {
            margin: 16px 40px 20px 40px;
            float: right;
            height: 170px;
            width: 300px !important;
            object-fit: cover;
        }
}


#floatingCirclesG {
    position: relative;
    width: 58px;
    height: 58px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: rgb(255,255,255);
    height: 10px;
    width: 10px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 23px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 7px;
    top: 7px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 23px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 7px;
    top: 7px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 23px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 7px;
    bottom: 7px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 23px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 7px;
    bottom: 7px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}








.banner-top-left {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.banner-bottom-left {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.banner-top-right {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.banner-bottom-right {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.banner-center-center {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Modal (background) */
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.3); /* Black w/ opacity */
}

/* Modal Content */
.popup-content {
    position: relative;
    background-color: #000000cc;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 580px;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.popup-header {
    padding: 2px 16px;
    height: 50px;
}

.popup-body {
    padding: 2px 16px;
    color: white;
}


/* The Close Button */
.popup-close {
    color: rgb(255,255,255);
    float: right;
    padding: 0 10px 0 10px;
    font-size: 28px;
    font-weight: bold;
}

    .popup-close:hover,
    .popup-close:focus {
        color: rgba(255,255,255,0.8);
        text-decoration: none;
        cursor: pointer;
    }

.more-info {
    height: 16px;
    width: 16px;
    line-height: 14px;
    background-image: url('/Images/info.png');
    cursor: pointer;
    display: inline-block;
}

.more-info-copy {
    height: 16px;
    width: 16px;
    line-height: 14px;
    background-image: url('/Images/copy.png');
    cursor: pointer;
    display: inline-block;
}
