*{
    font-family: 'Lato', sans-serif;
}

.news h2, .news p{
    
    text-align:left;
    color:white;
    
}

.news h2{
        max-width:50%;

}
#menu{
    padding:0 !Important;
}

.news .news-item  h2{
    color:#F2D909;
    float:left;
    margin-top:20px;
}

.news .news-item a{
    text-decoration: none;
    color: black;
    background-color: #F2D909;
    padding: 10px 20px;
    /*border-radius: 25px;*/
    float: right;
}

.news-item a:hover{
    color:black;
    background-color:white;
    transition:background-color 0.2s;
}

.news-item{
        padding-bottom: 60px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
    position:relative;
}

.news-item date{
    float: right;
    color: #F2D909;
    margin-top: 27px;
}

.center-container .news-item img{
    width: 70%;
    max-width: 300px;
    
}

.news-item p{
    clear:both;
}


.news-item:last-child{
    border-bottom:none;
}

.news-item:first-child{
    padding-top:100px;
}

body{
    margin:0;
}

body.home{
    background-image: url("images/home-background.jpg");
    background-size:cover;
}

body.news{
   background-image: url("images/home-background.jpg");
 background-size:cover;
}

body.trailer{
    background-image: url("images/trailer-background.jpg");
    background-size:cover;
}

body.about{
    background-image: url("images/about-background.png");
    background-size:cover;
}


body.contact{
    background-image: url("images/contact-background.png");
    background-size:cover;
}

body.order{
    background-color: black;
    background-size:cover;
}


.news .overlay-container{
    position:absolute;
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.8;
}

.center-container{
    width:50%;
    margin-left:25%;
    text-align:center;
}

.center-container img{
    width:100%;
}

.body-wrapper {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.body-wrapper .height-container {
    display: table-cell;
    vertical-align: middle;
}

.about .body-wrapper .height-container{
    padding-bottom:200px;
}


.watch-trailer{
    color: grey;
    text-align: center;
    background-color: black;
    display: inline-block;
    padding: 15px;
    border: 2px solid white;
    cursor:pointer;
    text-decoration: none;
}

.watch-trailer:hover{
    background-color:#F2D909;
    transition: background-color 0.2s;
    
}

.about img{
    width:30%;
}

.about p, .contact p,.contact .body-wrapper  a{
    color:white;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    text-decoration:none;
}

.contact a:hover{
    text-decoration:underline;
}


.contact .center-container img{
    width:40%;
}

.contact .social-icons img{
    width: 50px;
    margin: 0 10px;
    float:left;
}

.contact .social-icons img:hover{
    opacity:0.7;
    transition: opacity 0.2s;
}

.contact .social-icons{
    width:210px;
    margin:0 auto;
}

.trailer iframe{
    width:100%;
}


.quote-holder{
    color: white;
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: center;
    left:0;
}



.quote{
    text-align: center;
    width: 25%;
    display: inline-block;
    margin: 0 30px;
}

.quote p{
    font-size:16px;
}

.quote p:nth-child(1){
    color:#F2D909;
}
.quote p:nth-child(2){
    color:white;
}

.order h2 {
    color: #F2D909;
    font-size: 40px;
    line-height: 44px;
    font-style: normal;
    font-weight: lighter;
    text-align: center;
}
.order .center-container a {
    color: #ffffff;
    border:1px solid white;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    text-transform:uppercase;
    border-width: 1px;
    padding:10px 20px;
    text-decoration:none;
}

.order .center-container a:hover{
    background-color:#F2D909;
    color:black;
    transition:all 1s;
}

/*MENU*/

.slicknav_menu{
    display:none;
    position:fixed;
    top:0;
    right:0;
    z-index:10000;
}

.menu-container{
    float:left;
    width:100%;
    z-index: 4000;
    position: fixed;
    top: 0;
    background-color:black;
    text-align:center;
}

#menu{
    list-style-type: none;
    display: block;
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
}

#menu li{
    float:left;
    padding:5px;
}

#menu li a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 20px;
    float: left;
    border: 1px solid white;
    font-weight:bold
}

#menu li a.active{

    background-color:white;
    color:black;

    
}


#menu li a:hover{
    background-color:#F2D909;
    transition: all 0.2s;
}

li.imdb {
    border: none;
    padding: 0;
    position: absolute;
    bottom: 3px;
    left: -6px;
    z-index: 4000;
}

li.imdb:hover{
    opacity:0.7;
    transition:opacity 0.3s;
}

li.imdb a {
    border: none !important;
    padding: 0 !important;
}

li.imdb img {
    width: 63px;
}

.slicknav_menu{
    border:0 !important;
    padding:0 !important;
    background:none !important;
}

.slicknav_nav a {
   background-color:black !important;
   text-transform:capitalize;
   font-size:16px;
}

.slicknav_nav a:hover {
   color:#F2D909 !important;
   
}


@media screen and (max-width: 1600px) {
.about .center-container{
    width:84%;
    margin-left:8%;
    text-align:center;
}
    
}



@media screen and (max-width: 750px) {

    .center-container{
        width:90%;
        margin-left:5%;
    }

    #menu{
        display:none;
    }
    .slicknav_menu{
        display:block;
    }

    .quote-holder{

        display:none;
    }

    .contact .social-icons img{
        width:30px;
        float:none;
    }



}



/*CHANGES TO ORDER PAGE*/

.order-container{
      margin-right: 1.5%;
    display: inline-block;
    width: 20%;
    margin-left: 1.5%;

}

.order-container img{
    width:80%; 
}

.order-container p{
    color:#F2D909;
    text-transform:uppercase;
}

.vimeo-button,  a.vimeo-parent{
    width: 134px;
    height:36px;
    margin-top:12px;
}

@media screen and (max-width:1300px){
    .order-container{
        width:48%;
        margin-right:0;
        padding:0;
    }

    .height-container{
        padding-top: 100px;
    }
}

@media screen and (max-width:768px){
    .order-container{
        width:100%;
        margin-right:0;
        padding:0;
        padding-bottom:100px;
    }
 
    .fb_iframe_widget {
        display: block !important;
        position: relative;
        text-align: right;
        padding-bottom: 5px;
    }

    .imdb{
        bottom:0 !important;
    }

    .news .news-item a {
	    padding: 5px 10px;
	    border-radius: 12%;
	    font-size: 12px;
	    margin-top:10px;
	}
}


 a.vimeo-parent:hover {
    background-color: black !important;
    color: black;
    transition: none;
}

.order .center-container a.vimeo-parent {
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 1px;
    padding: 0;
    text-decoration: none;
}


.fb_iframe_widget {
    display: inline-block;

}

.like-follow-holder{
        position: absolute;

        z-index: 1000000;
    bottom: 3px;
    right: 10px;
}


@media screen and (min-width:769px){

.fb-like{
    display:inline-block !Important;
}
}