body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Assistant', 'Open Sans', 'Roboto', Tahoma, Arial, sans-serif;
    background-color: black;
}
/*
@media only screen and (max-width: 800px) {
    body {
        transform: scale(calc(100vw / 800));
        transform-origin: top center;   
        border: 1px solid red;
    }
}
*/

::-webkit-scrollbar {
    display: none;
}

.section {
    width: 100%;
    display: block;
    overflow: hidden;
}

.section:nth-child(odd) {
    background-color: #f0f0f0;
}

.section:nth-child(even) {
    background-color: #ffffff;
}

#section1 {
    height: 100vh;
    background-color: black;
    /*
    background-image: url('../images/hero_top.jpg');
    background-repeat:  no-repeat;
    background-position: center;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
}


#section3 {
    background-color: black;
}


#section4 {
    background-color: #f0f0f0;
    color: #404040;
}


#boxItems {
    border: 0px solid red;
    text-align: center;
    text-align-last: center;
}
.boxItem {
    /*
    visibility: hidden;
    */
    border: 0px solid red;
    background-color: white;
    display: inline-block;
    text-align: right;
    width: 420px;
    /*
    height: 570px;
    */
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    vertical-align: top;
    padding-bottom: 20px;
    transition: all 0.5s ease;

}


.boxItem:hover {
    z-index: 100000 !important;
    transform: scale(1.05);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

}
@media only screen and (max-width: 800px) {
    .boxItem {
        display: inline-block;
        width: 150px;
        margin-left: 10px;
        ;
    }
}


.boxItemVideo {
    width: 100%;
    height: 230px;

    filter: saturate(0);
    filter: sepia(100%);
    transition: all 0.5s ease;

    background-repeat:  no-repeat;
    background-position: center;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media only screen and (max-width: 800px) {
    .boxItemVideo {
        height: 190px;
    }
}

.boxItemVideoPlay {

    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;
    background-image: url('../images/play.png');
    background-repeat:  no-repeat;
    background-position: center;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.boxItemVideoIframe {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
}
.boxItemVideoOver {
    filter: sepia(0%);
    filter: saturate(1);
}
.boxItemVideo iframe {
    width: 100%;
    height: 230px;
}
@media only screen and (max-width: 800px) {
    .boxItemVideo iframe {
        height: 190px;
    }
}
.boxItemText {
    direction: rtl;
    padding: 30px;
}
.boxItemText p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    color: #404040;
    text-align: justify;
    text-align-last: right;
    margin-bottom: 20px;
}

.boxItemText p strong {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.artistDescription {
    position: relative;
    height: 50px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}
.artistDescription:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 100%);
  width: 100%;
  height: 50px;
}

.artistDescription:hover {
    height: auto;
}

.artistDescription:hover::after {
    background-image: none;
}

.boxItemText h1 {
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    text-align: right;
    margin-bottom: 20px;
}
.boxItem i {
    color: #e1d76f;
}

@media only screen and (max-width: 800px) {
    .boxItemText {
        padding: 10px;
    }
    .boxItemText h1 {
        font-size: 18px;
    }

    .artistDescription {
        display: none;
    }

    .boxItemText .link {
        font-size: 11px;
        display: block;
        float: right;
    }
}



.link, .link a, .link a:link, .link a:visited, .link a:hover, .link a:active {
    cursor: pointer;
    color: #a0a0a0;
    text-decoration: none;
    margin-left: 10px;
    transition: all 0.5s ease;
}
.link a:hover, .link:hover {
    color: #000000;
    /*
    text-decoration: underline;
    */
}

.link a strong {
    color: #000000;
    font-weight: bold;
}
.relativeContainer {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.container {
    width: 900px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
    text-align: center;
}

#topText {
    position: absolute;
    top: 250px;
    left: 0px;
    padding-top: 0px;
    width: 100%;
    overflow: hidden;
    direction: rtl;
    text-align: center;
    border: 0px solid red;
    padding-bottom: 10px;
}
#topLogos {
    text-align: center;
}
#topLogos img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;

    /*max-width: 60vw;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    vertical-align: middle;
}
#mainLogo {
    width: 400px;
    max-width: 60vw;
}
#partnerLogoSpacer {
    display: none;
    width: 10px;
}
#partnerLogo {
    display: none;
    width: 250px;
    max-width: 45vw;
}



#topText p {
    display: block;
    width: 80%;
    max-width: 580px;
    color: white;
    font-size: 24px;
    font-weight: 200;
    text-align: right;
    direction: rtl;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#mainBtn {
    margin-top: 50px;
    background: no-repeat;
    border: 1px solid white;
    color: white;
    /*
    color: #e1d76f;
    border: 1px solid #e1d76f;
    */

}

@media only screen and (max-width: 800px) {
    #topText {
        top: 150px;
        padding-top: 0px;
        font-size: 20px;
    }
}


.btn {
    vertical-align: middle;
    text-decoration: none;
    line-height: 30px;
    background: none;
    /*
    border: 1px solid white;
    */
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    color: #ffffff;
    transition: all 0.5s ease;
    transform: scale(1.00);
    cursor: pointer;

}
.btn:hover {
    transform: scale(1.05);
}

.section .btn {
    margin-top: 15px;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    border-radius: 50px;
    padding-right: 30px;
    padding-left: 30px;
}

a.anchor {
    display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}

#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 1000;
    direction: rtl;
    transition: all 1s ease;
}
.headerTop {
    background: none;
}
#logo {
    height: 32px;
    position: absolute;
    top: 9px;
    left: 0px;
}

.headerScrolled {
    background-color: #000000;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#headerLinks {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
    line-height: 30px;
}
@media only screen and (max-width: 800px) {
    #header {
        height: 90px;
    }
    #headerLinks {
        display: block;
        float: right;
        border: 0px solid blue;
        width: 360px;
        margin-right: 0px;
        text-align: center;
    }
}



#footer {
    text-align: center;
    opacity: 1;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    height: 50px;
    /*
    background-color: white;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    z-index: 1000;
    */
    text-align: center;
}

#section2 {
    /*
    background-image: url('../images/talents_bg_sm.jpg');
    background-repeat: repeat;
    */
}

#topLinks {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    width: calc(100% - 180px);
    border: 0px solid blue;
    padding-right: 0px;
    transition: all 0.5s ease;

}


#topLinks a, #topLinks a:link, #topLinks a:visited, #topLinks a:hover, #topLinks a:active {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
}
#topLinks a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#topLinks a strong {
    color: #ffffff;
}


#socialLinks a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    border: 0px solid red;
    text-align: center;
    border-radius: 30px;
    opacity: 0.25;
    filter: saturate(0%);
    transition: all 0.5s ease;

}
#socialLinks a i {
    color: #ffffff;
}
#socialLinks a:hover {
    opacity: 1.0;
    filter: saturate(100%);
}

.contentText {
    display: inline-block;
    width: 450px;

    padding-left: 20px;
    color: #808080;
    font-size: 20px;
    line-height: 26px;
    font-weight: 200;
    text-align: right;
    direction: rtl;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 800px) {
    .contentText {
        max-width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.contentText strong {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.contentText h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #202020;
    font-weight: 800;
    font-size: 48px;
}
@media only screen and (max-width: 800px) {
    .contentText h1 {
        font-size: 40px;
    }
}

.contentText h2 {
    margin-top: 20px;
    color: #202020;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

.contentText h3 {
    color: #af0a0f;
    font-weight: 400;
    font-size: 20px;
    display: block;
}

.contentImage {
    float: left;
    display: inline-block;
    width: 400px;
    text-align: left;
    direction: rtl;
    padding-top: 80px;
    overflow: hidden;
}
.contentImage:nth-child(even) {
    float: right;
}

@media only screen and (max-width: 800px) {
    .contentImage {
        max-width: 90%;
        padding-top: 20px;
    }
    .contentImage {
        float: none;
    }

}

.contentImage img {
    width: 90%;
    transition: all 0.5s ease;
    transform: scale(0.97);
    /*
    height: 550px;
    */
}
.contentImage img:hover {
    transform: scale(1.0);
}

.content a, .content a:link, .content a:visited, .content a:hover, .content a:active {
    color: #404040;
    cursor: pointer;
    text-decoration: none;
}

.content h1 {
    text-align: center;
    font-weight: 800;
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #404040;
}


.contentCover {
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}
.contentCoverImage {
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    background-repeat:  no-repeat;
    background-position: center;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 10s ease;
}
.contentCoverImageGrow {
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
}

.contentWithCover {
    position: absolute;
    width: 250px;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    font-size: 24px;
    direction: rtl;
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 95%;
    background-color: rgba(255,0,0,0.5)
}

.contentWithCover p {
    text-align: justify;
}

.contentWithCover h1 {
    text-align: center;
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #af0a0f;
    padding: 5px;
    display: inline;
    margin-left: auto;
    margin-right: auto;
}
.contentWithCover h2 {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .contentWithCover {
        width: 150px;
        font-size: 16px;
        direction: rtl;
        padding-left: 10px;
        padding-right: 10px;
    }
    .contentWithCover h1 {
        font-size: 25px;
    }
    .contentWithCover h2 {
        margin-top: 20px;
        font-size: 18px;
    }
}

#scrollButtonContainer {
    position: fixed;
    bottom: 60px;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    direction: ltr;
}
#scrollButton {
    opacity: 1;
    cursor: pointer;
    padding: 5px;
    border: none;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 30px;
    border-radius: 50px;
    display: inline-block;
    background-color: #af0a0f;
    border-bottom: 4px solid #660003;
    color: #ffffff;
    text-shadow: none;
    transition: all 0.5s ease;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.scrollButtonBump {
    transform: translate(0px, -5px);

}

.contentCoverImage {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-repeat:  no-repeat;
    background-position: center;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 10s ease;

}
#video {
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100vh;
    width: 187.77777778vh;
    min-height: 53.25vw;
    min-width: 100%;
    /*
    */
    filter: blur(4px);

}

.videoOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /*
    background-color: #af0a0f;
    background-color: #000000;
    */
    background-color: #000000;
    opacity: 0.25;
}

#section4Footer, #section4Footer a:link, #section4Footer a:hover, #section4Footer a:visited {
    margin-top: 0px;
    direction: rtl;
    text-align: right;
    margin-bottom: 20px;
    color: #c0c0c0;
    font-size: 19px;
    font-weight: 200;
    text-decoration: none;
    display: inline-block;
}
#section4Footer a:hover {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}
#section4Footer i {
    color: #e1d76f;
}

#contactForm  {
    text-align: right;
}
#contactForm input, #contactForm textarea {
    font-family: 'Assistant', 'Open Sans', 'Roboto', Tahoma, Arial, sans-serif;
    vertical-align: middle;
    line-height: 30px;
    background-color: #202020;
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    padding-right: 10px;
    padding-left: 10px;
    width: 250px;
    height: 40px;
    display: block;
    border-radius: 30px;
    border: none;
    margin-top: 15px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
#contactForm button {
    color: #e1d76f;
    display: inline-block;
    width: 270px;
    border: 1px solid #e1d76f;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
#loading {
    font-size: 150px;
    margin: 50px;
    color: #e1d76f;
    animation: rotation 2s infinite linear;
}
