@font-face {
    font-family: 'BrownBold';
    src: url('../fonts/BrownBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BrownBold.woff') format('woff'), url('../fonts/BrownBold.ttf') format('truetype'), url('../fonts/BrownBold.svg#BrownBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    color: #fff;
    -webkit-transition: 0.5s;
    /* Safari */
    transition: 0.5s;
}

a,
.btn {
    -webkit-transition: 0.5s;
    /* Safari */
    transition: 0.5s;
}

.mcream-video {
    width: 100% !important;
}

.home-page {
    width: 100%;
    height: 100%;
    position: relative;
}

.logo {
    display: none;
    float: left;
    bottom: 0;
    margin: 20px 0 20px 20px;
    z-index: 9;
}
.logo a{
    color: #fff; 
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold; 
}
.logo a:hover,
.logo a:focus,
.logo a:active{
    text-decoration: none;
}
.agni-title{
    font-size: 9px;
    margin-top: 3px;
    display: block;
}
.films{
    font-size: 7px;     
    display: block;
    letter-spacing: 4px;
}
.logo img {
    height: auto;
    max-height: 80px;
    display: block;
    margin-left: ;: 5%;
}

span.copyright {
    display: table-cell;
    vertical-align: bottom;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    width: 315px;
}

.trailer-wrapper {
    position: absolute;
    right: 5%;
    top: 25%;
    display: none;
    z-index: 999;
}

.trailer-video {
    position: relative;
}

.close-video {
    position: absolute;
    top: -22px;
    right: -22px;
    cursor: pointer;
    font-size: 25px;
    z-index: 9;
    color: #fff;
}

.social-links {
    float: right;
    text-align: center;
    display: none;
    z-index: 9;
    margin: 80px 20px 20px 0px;
}

.social-links.list-inline>li {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 16px;
}

.social-links a {
    color: #fff;
    -webkit-transition: 0.5s;
    /* Safari */
    transition: 0.5s;
}

.social-links a:hover {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    /* Safari */
    transition: 0.5s;
}

.buttons-wrapper {
    position: absolute;
    top: 50%;
    width: 56%;
    left: 0;
    background-color: transparent;
    text-align: center;
    display: none;
}

.buttons-wrapper a {
    margin-right: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'BrownBold';
    text-align: center;
    color: #fff;
    height: 44px;
    border-radius: 0px;
    line-height: 29px;
    font-size: 20px;
}

.buttons-wrapper a:hover {
    color: #fff;
}

a.btn-enter {
    width: 130px;
    background-color: rgba(104, 133, 210, 0.5)
}

a.btn-enter:hover {
    background-color: rgba(104, 133, 210, 1);
}

a.btn-watch {
    width: 140px;
    background-color: rgba(217, 57, 170, 0.5);
}

a.btn-watch:hover {
    background-color: rgba(217, 57, 170, 1);
}

a.btn-sound {
    width: 145px;
    margin-right: 20px;
    background-color: rgba(18, 146, 143, 0.5);
}

a.btn-sound:hover {
    background-color: rgba(18, 146, 143, 1);
}

a.btn-watch.btn-buy {
   
    background-color: rgba(196, 96, 64, 0.5);
}

a.btn-watch.btn-buy:hover {
    background-color: rgba(196, 96, 64, 1);
}

a.btn-itune.btn-buy {
    width: 140px;   
    background-color: rgba(55, 53, 183, 0.5);
}

a.btn-itune.btn-buy:hover{
   
    background-color: rgba(55, 53, 183, 1);
}
a.btn-trailer {
    /* display: block; */
    display: inline-block;
    margin: 25px auto;
    width: 120px;
    background-color: rgba(172, 128, 65, 0.5);
}

a.btn-trailer:hover {
    background-color: rgba(172, 128, 65, 1);
}

body {
    background: #000;
    overflow: hidden;
}

#_preload_div_ {
    background: rgba(0,0,0,0.9) !important;
    z-index: 999 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    position: absolute !important;
}

.canvas-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

#canvas {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

footer {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    margin: auto;
}
.overlay{position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,0.9); z-index: 99; display: none;}

/*media screen*/

@media screen and (min-width: 1600px) {
    footer {
        bottom: 8%;
    }
}
@media (max-width:1250px){
    .buttons-wrapper a{ margin-right: 10px;}
    a.btn-trailer{ margin: 25px auto;}
    /* a.btn-enter , a.btn-watch{ margin-bottom: 10px;} */
    
}
@media (max-width:1024px){
    
    .buttons-wrapper{width: 63%;}
    
}

@media screen and (max-width: 767px) {
    body {
        background-color: #000;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .social-links {
        position: relative;
        text-align: center;
    }
    .logo {
        position: relative;
        bottom: 5%;
        text-align: center;
        float: none;
        margin-left: 0px;
    }
    .logo a {
        display: block;
    }
    .logo img {
        float: none;
        height: auto;
        margin:auto;
    }
    span.copyright {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mcream-video {
        height: auto !important;
        margin-bottom: 5%;
    }
    .buttons-wrapper a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .buttons-wrapper {
        position: relative;
        width: 100%;
        text-align: center;
    }
    #canvas {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    span.copyright {
        margin-top: 0px;
    }
    a.btn-trailer {
        margin-bottom: 0px;
    }
    #canvas {
        position: relative;
    }
    footer {
        position: relative;
        bottom: 0;
    }
    .social-links {
        float: none;
        margin-top: 0;
    }
    .buttons-wrapper{top: 0;}

    .trailer-wrapper{left: 1%; right: 1%; height: 300px; top: 0; bottom: 0; margin:auto;}
    .close-video{right: 0; top: -30px; top: -30px; z-index: 999;}
    .trailer-wrapper iframe{width: 100% !important; height: 300px;}
}

@media screen and (max-width: 640px) {    
    .trailer-wrapper{height: 250px;}
    .trailer-wrapper iframe{width: 100% !important; height: 250px;}
}
