@import url("https://use.typekit.net/ien1rau.css");

@font-face {
    font-family: Euphemia;
    src: url(Euphemia.woff);
}

/* ************** LOADING SCREEN CSS START HERE************** */
body,
html {
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*body.loading-screen {background-image: url(../assets/img/main-bg.jpg);background-size: cover;background-position: top center;background-repeat: no-repeat;height: 100vh;}*/

* {
    margin: 0;
    padding: 0;
}

hr.line{
    color: #99B7C0;
    margin-right: 100px;
}

.lang-inuk {
    font-family: Euphemia, sans-serif;
    font-weight: 400;
    font-style: normal;
}

span.spn {
    z-index: 99;
    color: #19bee1;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #19bee1;
}

.loading:after {
    content: '';
    background-color: transparent;
    width: 110%;
    height: 110%;
    position: absolute;
    border-radius: 100%;
    top: -5%;
    left: -5%;
    opacity: 0.7;
    box-shadow: rgba(255, 255, 255, 0.6) -4px -5px 3px -3px;
    animation: rotate 2s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    /*
    min-height: 100vh;
    min-width: 177.77vh;
*/
    min-height: 100%;
    min-width: 100%;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: -130px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/* ************** LOADING SCREEN CSS END HERE************** */

/* ************** QUILIQ PAGE CSS START HERE************** */

body.quiliq {
    padding: 0 !important;
    position: relative;
    background-image: url(../assets/img/quiliq_new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.insturction {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    margin: auto;
    color: #99B7C0;
    text-align: center;
    width: 100%;
}

.insturction h2 {
    font-size: 30px;
    margin-top: 25px;
}

.range {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    left: 32%;
    top: 84%;
    transform: rotate(-198deg);
    animation-iteration-count: 2;
    background-color: transparent;
}

input[type=range]::-webkit-slider-runnable-track {
    background: rgb(174, 174, 174);
    /*rgb(174,174,174)*/
    height: 0px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-moz-range-track {
    background: rgb(174, 174, 174);
    height: 0px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /*    border: 0.1px solid;*/
    border-radius: 50%;
    height: 100px;
    width: 100px;
    max-width: 200px;
    position: relative;
    bottom: 50px;
    background-color: transparent;
    cursor: -webkit-grab;
    /*
    -webkit-transition: border 10000ms ease;
    transition: border 10000ms ease;
*/
}


input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    /*    border: 0.1px solid;*/
    border-radius: 50%;
    height: 80px;
    width: 80px;
    max-width: 160px;
    position: relative;
    bottom: 11px;
    background-color: transparent;
    cursor: -moz-grab;
    /*
    -moz-transition: border 5000ms ease;
    transition: border 5000ms ease;
*/
}

@keyframes pulse {
    0% {
        transform: translate(00px, 0px);
    }

    100% {
        transform: translate(100px, 0px);
    }
}


.range.blue::-webkit-slider-thumb {
    border-color: rgb(59, 173, 227);
}

.range.blue::-moz-range-thumb {
    border-color: rgb(59, 173, 227);
}

input[type=range]::-webkit-slider-thumb:active {
    cursor: -webkit-grabbing;
}

input[type=range]::-moz-range-thumb:active {
    cursor: -moz-grabbing;
}

input[type="range"] {
    display: block;
    width: 33%;
    background-image: url(../assets/img/back_mobile1.png), url(../assets/img/back_mobile1.png), url(../assets/img/back_mobile1.png), url(../assets/img/back_mobile1.png);
    height: 45px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 90px top,
        135px top,
        180px top,
        225px top;
}

.overlay {
    height: auto;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

/* ************** QUILIQ PAGE CSS END HERE************** */

/* ************** MAIN SCREEN CSS START HERE************** */

img.title-logo {
    position: absolute;
    height: 200px;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
}

img.title-logo-bg {
    width: 100%;
}

.navbar-default {
    background-color: #0B0912;
    border-color: #0B0912;
}

.navbar-default .navbar-nav > li > a,
.navbar-nav > li > a {
    color: #99B7C0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height:25px;
}

.navbar-nav > li > a {
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-right: 30px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #99B7C0;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #99B7C0;
    font-size: 48px;
}

.navbar-brand {
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar {
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
}

img.logo-big {
    max-height: 205px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20%;
}

img.last-logo-big {
    max-height: 205px;
}

#navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.navbar-toggle {
    position: relative;
    float: right;
    /*    padding: 18px 20px;*/
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #99B7C0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 1px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #80C7DD;
    background-color: transparent;
    text-decoration: none;
    line-height:25px;
}

.section::after {
    content: "";
    background-image: url(../assets/img/ffffffff.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 82%;
    margin: auto;
}

.navbar-right {
    float: right;
    margin-right: 70px;
}

.hero-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.hero-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#section16::after {
    display: none;
}

#fullpage {
    background-image: url(../assets/img/SA_fullbckg_part1.jpg);
    background-size: cover;
    height: auto !important;
    background-repeat: no-repeat;
    background-position: top center;
}

/*
#intro {
    background-image: url(../assets/img/fggg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
*/

/* Example css brought in*/

.wrapper-common {
    padding: 40.25% 0 0 0;
    position: relative;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}


.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.section {
    text-align: center;
}

.section p {
    text-align: center;
    color: #99B7C0;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

.section h2 {
    display: none;
}

#menu li {
    width: 72%;
    color: #99B7C0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    list-style: circle;
}

#menu li.active {
    list-style: disc;
}

#menu li a {
    text-decoration: none;
    color: rgb(153, 183, 192, 0.30);
}

#menu li.active a:hover {
    color: rgb(153, 183, 192);
}

#menu li:hover {
    color: rgb(153, 183, 192);
}

#menu li a,
#menu li.active a {
    padding: 4px 0px;
    display: inline-block;
    vertical-align: middle;
}

#menu li.active a {
    color: #99B7C0;
}

#menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 5vw;
    height: 40px;
    z-index: 70;
    width: 35%;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#menu.fl {
    display: flex;
}

.fp-viewing-intro #menu {
    display: none;
}


.fp-viewing-intro .mobile-menu {
    color: transparent;
    display: none;
}

.invisible-logo {
    float: left;
    padding: 20px 0;
}

.action {
    position: fixed;
    top: 25px;
    z-index: 1;
    right: 25px;
    width: 48px;
    height: 48px;
    border: 2px solid #99B7C0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.action span.plus {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #99B7C0;
    font-size: 2em;
    transition: .3s ease-in-out;
}

.action.active span.plus {
    transform: rotate(135deg);
}

.action ul {
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 90vw;
    padding: 0px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 5;
    margin-bottom: 0px;
}

.action.active ul {
    top: -10px;
    right: 50px;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.action ul li {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    padding: 20px;
    float: right;
}

.action.active ul li a:hover,
.action ul li a:hover {
    color: #19bee1;
    text-decoration: none;
}

.action.active ul li a,
.action ul li a {
    font-weight: 600;
    color: #99B7C0;
    text-transform: uppercase;
    font-size: 20px;
}

.side_menu {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
    color: #99B7C0;
}

.main-page-footer {
    position: absolute;
}

.closebtn {
    float: left;
    font-size: 30px;
    background-color: rgb(0, 0, 0, 0.9);
    padding-left: 10px;
    display: none;
}

.close_main {
    cursor: pointer;
    padding-right: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.backup-bg {
    background-image: url(assets/img/SA_fullbckg_part1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.navbar-nav > li > a {
    padding:30px;
    color: #99B7C0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Example css brought in*/

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #0B0912;

}

.shamans-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sponsers {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sponsers img {
    margin: 10px;
}


/* ************** LOADING SCREEN CSS END HERE************** */
/* ************** ABOUT PAGE CSS START HERE************** */
body.about-page {
    background-image: url(../assets/img/about_bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 80vh;*/
}

.text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 85%;
    color: #99B7C0;
}


.text-wrapper p {
    font-size: 21px;
    font-family: brandon-grotesque, sans-serif;
    text-align: justify;
}

body.cast-page {
    background-image: url(../assets/img/cast_backgrd.jpg);
    background-size: cover;
    color: #99B7C0;
    background: url(../assets/img/cast_backgrd.jpg);
    background-color: transparent;
}

.title-wrapper h2 {
    text-transform: capitalize;
    text-decoration: underline;
    font-size: 36px;
    margin: 50px 0;
}

h4.media-heading {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

span.cast-name {
    text-transform: uppercase;
}

.right-pad {
    padding-right: 100px;
}

.left-pad {
    padding-left: 100px;
}

.media-body p {
    font-size: 16px;
}

/* ************** CAST PAGE CSS START HERE************** */
.navbar-static-top {
    margin-bottom: 20px;
}

.cast-row {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    margin-bottom: 50px;
}

.cast-text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cast-text-container p {
    font-size: 21px;
    line-height: 21px;
    text-align: justify;
    margin-right: 100px;
}

.cast-img {
    display: flex;
    justify-content: center;
}

.cast-img img {
    width: auto;
    height: 337px;
    margin-bottom: 20px;
}

.crew-row {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    margin-bottom: 50px;
}

.crew-text-container {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

.crew-text-container p {
    font-size: 21px;
    line-height: 21px;
    text-align: justify;
}

.crew-img {
    display: flex;
    justify-content: center;
}

.crew-img img {
    width: auto;
    height: 337px;
    margin-bottom: 20px;
}

.cast-logo {
    display: none;
}

h2.title-about {
    color: #99B7C0;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 25px 0;
}

/*Credit page css*/

.black-table {
    background: #000
}

.black-table td {
    font-size: 21px;
    font-family: brandon-grotesque, sans-serif;
    text-align: justify;
}

.black-table.table > tbody > tr > td,
.no-border {
    border: 0
}

.black-table tr td:first-child {
    position: relative
}

.black-table tr td:first-child:after {
    position: absolute;
    border: 1px dashed;
    content: '';
    width: 90%;
    top: 25px;
    right: 0;
}

.black-table tr.no-border td:first-child:after {
    border: 0
}

.black-table td span {
    background: #000;
    z-index: 1;
    /* padding: 10px; */
    position: relative;
}

.panel.panel-default.no-border {
    padding: 20px;
    background: #000;
}

@media (max-width: 1024px) {
    .small-text {
        display: block;
    }

    .big-text {
        display: none;
    }

    #intro {
        background-image: url(../assets/img/fggg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .hero-wrapper {
        display: none;
    }

    .vimeo-wrapper iframe {
        top: -32%;
        left: -32%;
        margin: auto;
        text-align: center;
        min-height: 100vh;
        min-width: 177vw;
    }

    img.title-logo-bg {
        height: 472px;
    }

    input[type="range"] {
        display: block;
        width: 86%;
    }

    .range {
        left: 0%;
        top: 69%;
    }

    #navbar {
        display: none;
    }

    #menu {
        display: none;
        background-color: rgba(0, 0, 0, 0.9);
    }

    #menu li {
        width: 100%;
        list-style-position: inside;
        background-color: rgba(0, 0, 0, 0.9);
        border-radius: 0;
        padding-top: 10px;
        padding-left: 10px;
    }

    .wrapper-common {
        padding: 52.25% 0 0 0;
        position: relative;
    }

    #menu li.active {
        list-style: disc;
        list-style-position: inside;
    }

    .video-1,
    .video-2 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .action ul {
        min-width: 20vw;
        display: flex;
        flex-direction: column;
    }


    .invisible-logo {
        display: none;
    }

    .closebtn {
        display: block;
    }

    .action ul li {
        text-align: right;
        background-color: rgba(0, 0, 0, 0.9);
        font-weight: 900;
        text-transform: uppercase;
    }

    .action {
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
    }

    .action.active ul {
        top: 35px;
        right: 0px;
    }

    .col-xs-10.tablet {
        width: 100%;
    }

    .cast-text-container p {
        font-size: 18px;
        line-height: 18px;
        text-align: justify;
        margin-right: 5px;
    }

    .crew-text-container p,
    .crew-text-container h4 {
        font-size: 18px;
        line-height: 18px;
        text-align: justify;
        margin-left: 15px;
    }

    .crew-text-container {
        display: flex;
        flex-direction: column;
        margin-left: 15px;
    }

    .col-xs-12.tablet img:nth-child(4) {
        height: 34px;
    }

    .col-xs-12.tablet img:nth-child(5) {
        height: 18px;
    }

    .col-xs-12.tablet img:nth-child(6) {
        height: 30px;
    }

    .section h2 {
        display: block;
        text-align: center;
        color: #99B7C0;
        margin: 10px 0;
        font-size: 48px;
        line-height: 50px;
    }

    .last {
        margin-bottom: 310px;
    }
}


@media (min-width: 1025px) {
    #menu li a, #menu li.active a {
    padding: 0px;
    }
    .small-text {
        display: none;
    }

    .big-text {
        display: block;
    }

    .action.extra {
        display: none;
    }

    .action.extra a {
        color: #99B7C0;
    }

    img.title-logo {

        height: 240px;
    }

    .mobile-menu,
    .side_menu,
    .fp-viewing-intro .side_menu,
    .fp-viewing-intro .action {
        display: none;
    }

    .navbar-brand {
        padding-left: 70px;
    }

    .text-wrapper {
        max-width: 100%;
        margin-bottom: 80px;
    }

    .section p {
        width: 60%;
        text-align: center;
        color: #99B7C0;
        margin-top: 5px;
        margin-bottom: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .last {
        margin-bottom: 225px;
    }

    /*main Index css start here*/
    /*main Index css end here*/
}



@media (max-width: 576px) {
    body.quiliq {
        height: 100%;
    }

    #menu li {
        padding-top: 3px;
        padding-left: 3px;
    }

    #menu {
        bottom: 30%;
    }

    .insturction h2 {
        font-size: 16px;
        line-height: 18px;
    }

    .insturction {
        width: 69%;
    }

    #menu {
        width: 62%;
        bottom: -2%;
    }


    .sponsers img {
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        margin-top: 0;
    }

    .vimeo-wrapper iframe {
        top: -23%;
        left: -39%;
        transform: scale(2);
    }

    .loading-wrapper {
        margin-top: 123px;
    }


    img.logo-big {
        max-height: 90px;
    }

    img.last-logo-big {
        max-height: 90px;
    }

    img.title-logo {
        margin-bottom: 80px;
        height: 75px !important;
    }

    .section::after {
        top: 92%;
    }

    iframe.special {
        width: 300px;
        height: 170px
    }

    .insturction {
        font-size: 14px;
        line-height: 16px;
    }

    .text-wrapper p {
        font-size: 14px;
    }

    .text-wrapper {
        max-width: 100%;
    }

    #menu {

        display: none;
    }

    .action ul {
        min-width: 45vw;
    }

    .video-2 iframe,
    .video-1 iframe {
        width: 240px;
        height: 135px;
    }

    .cast-img img,
    .crew-img img {
        width: auto;
        height: 196px;
    }

    .cast-text-container p {
        margin-right: 0px;

        font-size: 16px;
    }

    .crew-text-container p {
        margin-left: 15px;
        font-size: 16px;
    }

    .container.tablet,
    .col-xs-12.tablet {
        padding: 0;
    }

    .footer {
        bottom: 0;
    }

    .wrapper {
        height: 100%;
    }

    .text-wrapper {
        overflow-y: scroll;
        height: 380px;
    }

}


@media (max-width: 768px) {
    img.title-logo {
        height: 90px;
    }

    img.title-logo-bg {
        margin-top: 150px;
        height: auto;
        width: 100%;
    }

    .insturction {
        width: 60%;
    }

    .section::after {
        top: 92%;
    }

    .text-wrapper p {
        font-size: 14px;
    }

    #menu {
        display: none;
    }


    .cast-row {
        display: flex;
        flex-direction: column-reverse;
        padding: 10px 0;
    }

    .crew-row {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }

    .crew-text-container {
        margin-left: -15px;
    }

    .navbar-static-top {
        display: none;
    }

    .cast-logo {
        display: block;
        float: left;
    }

    .action.active ul li a,
    .action ul li a {
        font-size: 16px;
    }
}