@font-face {
    font-family: AUGUSTUS;
    src: url(../fonts/AUGUSTUS.TTF);
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

a:hover,
a:focus {
    color: #c8a40e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
}

p {
    text-align: justify;
}

.home {
    width: 100%;
    height: 300px;
    min-height: 100%;
    /*    background: #000;*/
    position: relative;
    /*
    background-image: linear-gradient( rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/background.jpg);
    background-size: cover;
    background-position: 50%;
*/
}

#video-viewport {
    position: absolute;
    /*    top: 0;*/
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    /*    overflow: hidden;*/
    z-index: 1;
}

#overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
}

.home-slogan {
    position: absolute;
    /*    top: 50%;*/
    bottom: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-left: 25px;
    width: 100%;
}

.home-slogan h3 {
    font-size: 3.5rem;
    margin-bottom: 30px;
}

.home-slogan h3 span,
.home-slogan h4 span,
.home-slogan h5 span {
    color: #c8a40e;
}

.dot {
    font-family: serif;
}

.gray {
    color: #999 !important;
}

.white {
    color: #fff !important;
}

.home-slogan h4 {
    font-size: 3rem;
    line-height: 50px;
    font-family: AUGUSTUS;
}

.home-slogan h5 {
    font-size: 2.4rem;
    line-height: 30px;
    font-family: AUGUSTUS;
}

/* Navbar */

.navbar {
    padding-top: 50px;
}

#nav_top {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

.navbar-brand > img {
    width: 150px;
}

.nav {
    margin-top: 25px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #c8a40e;
}

.showreel{
    color: #c8a40e !important;
    text-transform:uppercase;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #fff;
}

#nav_scroll {
    position: fixed;
    top: -85px;
    z-index: 99;
    width: 100%;
    background: #000;
    padding-top: 0;
    min-height: 80px;
    transition: top 0.3s;
}

#nav_scroll .navbar-brand > img {
    width: 150px;
}

.icon-bar {
    background: #fff;
}

/* Carousel 100% Fullscreen */

.carousel,
.item,
.active {
    height: 100%;
}

#myCarousel .carousel-inner {
    height: 100%;
}

/*
.carousel {
    margin-bottom: 60px;
}
*/

#myCarousel .carousel-caption {
    z-index: 10;
    position: absolute;
    top: 55%;
    bottom: inherit;
    transform: translateY(-50%);
    text-align: left;
    left: 10%;
    max-width: 600px;
}

#myCarousel .carousel-caption h3 {
    font-size: 4em;
    color: #c8a40e;
}

#myCarousel .carousel-caption h4 {
    font-size: 2.5em;
    margin-bottom: 50px;
}

#myCarousel .btn-caption {
    padding: 10px 16px;
    font-size: 18px;
    background: #c8a40e;
    color: #fff;
    text-transform: capitalize;
}

#myCarousel .btn-caption:hover,
#myCarousel .btn-caption:focus {
    background: #fff;
    color: #c8a40e;
    border: 3px solid #c8a40e;
    text-decoration: none;
}

#myCarousel .carousel-indicators {
    width: auto;
    position: absolute;
    right: 10%;
    bottom: 15%;
    left: inherit;
    margin-left: inherit;
}

#myCarousel .carousel-indicators li {
    background: url(../img/dot.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    margin: 1px 3px;
}

#myCarousel .carousel-indicators .active {
    background: url(../img/dot-active.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    border-radius: 0;
}

#myCarousel .item {
    background-color: #222;
}

#myCarousel .carousel-inner .bg {
    background-repeat: no-repeat;
    background-size: cover;
}

#myCarousel .carousel-inner .bg1 {
    background-image: linear-gradient( rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url('../img/3.png');
    background-position: center top;
}

#myCarousel .carousel-inner .bg2 {
    background-image: linear-gradient( rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url('../img/2.png');
    background-position: center center;
}

#myCarousel .carousel-inner .bg3 {
    background-image: linear-gradient( rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url('../img/1.png');
    background-position: center bottom;
}


.social-home {
    z-index: 999;
    display: block;
    position: absolute;
    bottom: 2%;
    right: 5%;
}

.social-home li {
    display: inline-block;
    padding: 0 15px;
}

/* about */

.about {
    width: 100%;
    /*    min-height: 100%;*/
    padding: 150px 0 0;
    color: #fff;
    position: relative;
    z-index: 10;
}

.about h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.about img {
    margin: 0 auto 30px;
}

.about p {
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: .5px;
}

.prodct-name {
    font-family: 'Indie Flower', cursive;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
    ;
}

.job {
    text-transform: uppercase;
    margin: 0;
}

/* Trailer */

.trailer {
    width: 100%;
    /*    min-height: 100%;*/
    padding: 100px 0 0;
    color: #fff;
    position: relative;
    z-index: 10;
}

.title {
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    margin-left: 100px;
    margin-bottom: 50px;
}

.title::after {
    border-bottom: 2px solid #c8a40e;
    bottom: 10px;
    content: "";
    height: 70px;
    position: absolute;
    left: -100px;
    width: 70px;
}

/* carousel */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'icofont';
    background: #000 !important;
}

.owl-carousel .owl-nav .owl-prev:before {
    /*fa-chevron-left*/
    content: "\eb36";
    margin-right: 10px;
    font-size: 3em;
    font-weight: 100;
}

.owl-carousel .owl-nav .owl-next:after {
    /*fa-chevron-right*/
    content: "\eb37";
    margin-right: 10px;
    font-size: 3em;
    font-weight: 100;
}

/*
.owl-nav {
    padding: 30px 0px;
}
*/

.owl-theme .owl-nav [class*=owl-] {
    color: #c8a40e !important;
}

/* Services */

.services {
    width: 100%;
    /*    min-height: 100%;*/
    padding: 50px 0 0;
    color: #fff;
    position: relative;
    z-index: 10;
}

.service-item {
    /*    max-width: 360px;*/
    height: 270px;
    background: #888;
    position: relative;
    margin: 15px auto;
    overflow: hidden;
}

.service-img {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .8);
    transition: opacity .8s;
    opacity: 1;
}

.service-item .service-info {
    text-align: center;
    position: relative;
    /*    top: 50%;*/
    color: #fff;
    padding: 20px;
}

.service-item .service-img {
    text-align: center;
    color: #fff;
    padding: 30px;
}

.service-item:hover .service-img {
    opacity: 0;
}

.service-info h3 {
    text-transform: uppercase;
}

.service-img h3 {
    text-transform: uppercase;
}

.service-info .icofont,
.service-img .icofont {
    font-size: 45px;
    color: #c8a40e;
}

.service-img .icofont {
    color: #fff;
}

.s1,
.s2,
.s3,
.s4,
.s5,
.s6,
.s7,
.s8 {
    background: #000;
    background-image: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service4.png);
    background-size: cover;
    background-position: 50%;
}

.s2 {
    background-image: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service1.png);
}

.s3 {
    background-image: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service5.png);
}

.s4 {
    background-image: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service2.png);
}

.s5 {
    background-image: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service7.png);
}

.s6 {
    background-image: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service6.png);
}

.s7 {
    background-image: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service8.png);
}

.s8 {
    background-image: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service3.png);
}

.servie-popup {
    display: none;
    max-width: 600px !important;
    background: #888 !important;
    color: #fff !important;
}

.gallery {
    width: 100%;
    /*    min-height: 100%;*/
    padding: 100px 0 0;
    color: #fff;
    position: relative;
    z-index: 10;
}

.gallery_item,
.gallery_img {
    margin: 15px 0;

}

#galleryall,
#galleryall:hover,
#galleryall:focus {
    background: #c8a40e;
    color: #fff;
    padding: 3px 8px;
    font-size: 30px;
    text-decoration: none;
}

.gallerySingle {
    position: relative;
    display: block;
}

.gallery_title {
    position: absolute;
    top: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    background: #eee;
    transform: translateY(-50%);
}

.gallery_title h4 {
    color: #555;
    padding: 0 60px 0 20px;
    text-transform: capitalize;
    font-size: 18px;
}

.gallery_title h4 span {
    background: #c8a40e;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 35px;
    padding: 0 15px;
}

.feedback {
    width: 100%;
    padding: 100px 0 0;
    color: #fff;
    position: relative;
    z-index: 10;
}

/* ================================= TEST ================================= */

#testmonial_slider {
    max-width: 900px;
    margin: 0 auto;
}

#testmonial_slider .carousel-indicators {
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: auto;
    margin: 0 auto;
    padding: 50px 0;
}

#testmonial_slider .carousel-indicators li {
    background-color: #999;
    border: 0;
}

#testmonial_slider .carousel-indicators .active {
    background-color: #c8a40e;
    border: 0;
}

#testmonial_slider .carousel-inner {
    height: 100%;
}

.nav_testimonial {
    display: none;
    width: 100%;
    background: #000;
    height: 50px;
    padding: 10px 0;
    margin: 30px 0;
    text-align: center;
}

.nav_testimonial a i {
    color: yellow;
    font-size: 40px;
    position: relative;
    top: 15%;
}

/*#testmonial_slider .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

#testmonial_slider .active {
    top: 0;
}

#testmonial_slider .next {
    top: -400px;
}

#testmonial_slider .prev {
    top: 400px;
}

#testmonial_slider .next.left,
#testmonial_slider .prev.right {
    top: 0;
}

#testmonial_slider .active.left {
    top: 400px;
}

#testmonial_slider .active.right {
    top: -400px;
}

#testmonial_slider .item {
    left: 0;
}

#testmonial_slider .item .row div {
    padding: 0;
}

#testmonial_slider .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/

.second-item {
    /*background: #fff;
    position: absolute;
    right: 0;
    height: 100%;*/
    color: #fff;
}

.second-item .content {
    padding-top: 20px;
}

#testmonial_slider .carousel-inner img {
    width: 350px;
    margin: 0 auto;
}

.second-item .content p,
.second-item .content h5,
.second-item .content h6 {
    padding: 0 20px;
}

.statistical {
    background: #c8a40e;
    color: #fff;
    padding: 20px 0;
    z-index: 10;
    position: relative;
}

.statistical h4 {
    font-size: 30px;
    padding: 15px;
    font-weight: 700;
}

.statistical .counter span {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}

/* contact */

.contact {
    background: url(https://themeshub.io/preview/filmudio/img/bg/2.png);
    background-size: cover;
    background-position: 50%;
    color: #fff;
    padding: 80px 0;
    z-index: 10;
    position: relative;
}

.contact p {
    text-align: left !important;
}

.contact h4 {
    font-weight: 700;
    font-size: 24px;
    padding: 20px 0;
}

footer p {
    padding: 10px 0 0;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 10;
}

/* social */

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    /*    text-align: center;*/
}

.social-icons li {
    display: inline-block;
    margin: 0 0.25em;
}

.social-icons span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.social-icons a {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    text-align: center;
}

.social-icons a:before {
    font: 1.5em/1.75 "IcoFont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
.social-icons a[href*="filmfreeway"] {
    padding-top: 0.2em;
    background-color: #3f3f3f;
}

.social-icons a[href*="filmfreeway"]:before {
    content: url(../img/filmfreeway.png);
}
*/

.social-icons a[href*="facebook"] {
    background-color: #3b5998;
}

.social-icons a[href*="facebook"]:before {
    content: "\ee08";
}

.social-icons a[href*="youtube"] {
    background-color: #cc181e;
}

.social-icons a[href*="youtube"]:before {
    content: "\ea64";
}

.social-icons a[href*="instagram"] {
    background-color: #8a3ab9;
}

.social-icons a[href*="instagram"]:before {
    content: "\ee14";
}

.social-icons a[href*="twitter"] {
    background-color: #1da1f2;
}

.social-icons a[href*="twitter"]:before {
    content: "\ee34";
}

.send {
    background: #c8a40e;
    padding: 5px 25px;
    text-decoration: none;
    color: #fff;
}

.send:hover,
.send:focus {
    border: 2px solid #c8a40e;
    background: #fff;
    padding: 3px 23px;
    text-decoration: none;
    color: #c8a40e;
}

/* Responsive */

@media (max-width: 992px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
        color: #fff;
            font-size: 12px;
    }
}

@media (max-width: 767px) {
    .home-slogan h3 {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }
    .home-slogan h4 {
        font-size: 2.4rem;
        line-height: 50px;
        font-family: AUGUSTUS;
    }
    .home-slogan h5 {
        font-size: 2rem;
        line-height: 30px;
        font-family: AUGUSTUS;
    }
    p {
        text-align: left !important;
    }
}

@media (max-width: 512px) {
    .home-slogan h3 {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    .home-slogan h4 {
        font-size: 2rem;
        line-height: 50px;
        font-family: AUGUSTUS;
    }
    .home-slogan h5 {
        font-size: 1.6rem;
        line-height: 30px;
        font-family: AUGUSTUS;
    }
}

@media (max-width: 480px) {
    .navbar {
        padding-top: 0 !important;
    }
    .nav {
        background: #000;
    }
    .nav li a {
        text-align: center;
    }
    .navbar-toggle {
        margin-top: 25px;
    }
    .social-home {
        display: none;
    }
    #nav_scroll {
        display: none;
    }
    #nav_top {
        position: fixed !important;
        top: 0;
        z-index: 99;
        width: 100%;
        background: #000 !important;
    }
    .home {
        background-image: linear-gradient( rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/background.jpg);
        background-size: cover;
        background-position: 50%;
    }
    .about {
        padding: 0;
    }
    #testmonial_slider {
        margin-bottom: 50px;
    }
    #testmonial_slider .carousel-indicators {
        display: none;
    }
    #testmonial_slider .nav_testimonial {
        display: block;
    }
}
