﻿html {
  position: relative;
  min-height: 100%;
}

a {
    text-decoration: none!important;
}
section a {
    color:inherit!important;
}

h1, h2 {
            margin: 20px 0px;
            text-transform: uppercase;
        }

.top-margin { margin-top:15px; }
.bottom-margin { margin-bottom:15px!important; }

.top-padding { padding-top:15px; }
.bottom-padding { padding-bottom:15px; }

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px; /*change this to your desired size*/
    line-height: normal;
}

hr.small {
    margin-top: 2px!important;
    margin-bottom: 2px!important;
}

.dark-bg {
    background-color: #1D1B24;
    color:#A5A4A7;
}

    .dark-bg h1,.dark-bg h2,.dark-bg h3 {
        color:white;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .GroupedSection.dark-bg .row:first-child h1,.GroupedSection.dark-bg .row:first-child h2,.GroupedSection.dark-bg .row:first-child h3 {
        background-color: rgba(0, 0, 0, 0.2);
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom:15px;
        
    }

.bottom-border {
    border-bottom: 1px solid black;
}

.inline-block {
    display: inline-block;
}

.position-relative {
    position: relative;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vcenter-parent {
    display: table;
    table-layout: fixed;
}

.vcenter-child {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}


.fill { 
    min-height: 100%;
    height: 100%;
}

.centerofscreen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

section.comments {
    background-color: #222222;
    color: white;
}



body {/* Margin bottom by footer height */
        margin-top: 50px!important;
        /*margin-bottom: 53px!important;*/
    }

.footer .SocialButton a {
    padding: 9px 0px;
}

.footer .SocialButton img {height: 32px;width: 32px;}


#Header .jumbotron {
        background-color: #3E1212;
        color: #985F5F;
        border: 1px solid black;
}
#_SharePromptModal .dark-bg {
    background-color: #1D1B24!important;
    color:#A5A4A7;
}
#SearchNavBarForm {
    padding: 0px;
}

.ShareRow h3,.ShareRow h4 {
        color: white!important;
        margin-top: 5px;
}

.ShareRow .AddThisButtons {
    padding-top: 5px;
}

a.addthis_button_google_plusone.at300b {
    max-width: 65px;
}

.jumbotron + .ShareRow {
    margin-top: -30px;
    background-color: red;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    /*padding-bottom: 0px!important;*/
}

.SearchButton {

font-size: 20px!important;

padding: 2px!important;

line-height: 35px!important;

border: 0px!important;

vertical-align: top!important;

margin-left: -30px!important;

background: transparent!important;

color: black!important;
}

/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin : 0px!important ;
    background-color : inherit ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor : pointer;
    overflow : auto ;
    height : 200px ;
    font-family : Tahoma ;
    font-size : small ;
    text-align : left ;
    list-style-type : none ;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color : #ffff99 ;
    color : black ;
    padding : 1px ;
    }

    /* AutoComplete item */
.autocomplete_listItem
    {
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
   }


    .footer {
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        /*height: 60px;*/
        background-color: #f5f5f5;
    }

        .footer .navbar {
            margin-bottom: 0px;
        }



/*      POSTER THUMBS       */
.HoldPosterThumbs {
    text-align: left!important;
    /* padding-left: 15px; */
}

.PosterThumb a.HighRated_7 {
    color: yellow!important;
}

.PosterThumb a.HighRated_8 {
    color: yellow!important;
}

@media(max-width: 590px) {
    .HoldPosterThumbs {
        text-align: center!important;
    }
}
    .HoldPosterThumbs .PosterThumb{
    display: inline-block;
    margin-left: 15px;
    width: 215px;
}

    .PosterThumb img {
        width: 100%;
        display: block!important;
        height: 310px;
}

    .PosterThumb .Quality {
    position: absolute;
    height: auto;
    width: auto;
    left: 10px;
    background-color: green;
    display: block;
    padding: 2px 5px;
    top: 5px;
    color: white;
    text-shadow: 1px 1px 0px black;
    text-indent: 3px;
}

        .Quality.Unavailable {
            background-color:black!important;
        }
        .Quality.CAM {
            background-color:navy!important;
        }
        .Quality.HD {
            background-color: red;
        }
        .Quality {
            background-color: green;
        }
.PosterThumb .Detail {
    opacity: 0;
    transition: 1s opacity;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    padding: 15px;
    color: white!important;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}
.PosterThumb {
    overflow: hidden;
    color: #A5A4A7;
}

.PosterThumb .Detail:hover {
    opacity: 1;
}

.PosterThumb .Detail .LinkList a {
    display: inline-block;
    /* background-color: #3c3c3c; */
    /* padding: 3px; */
    /* margin: 2px; */
    text-shadow: 1px 1px black;
}

.PosterThumb .Detail a{
	text-decoration: none;
	display: block;
}

.PosterThumb .Detail .Rating span{
    font-size: 20px;
	
}

.PosterThumb .Detail .StreamNow {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.PosterThumb .Detail .StreamNow span{
    position: absolute;
    top: 50%;
    right: 50%;
    height: 50px;
    width: 50px;
    /* background-color: red; */
    margin-right: -25px;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    color: white;
    display: block;
}

    .PosterThumb .BottomData .Title {

text-decoration: none!important;

display: block;
}
    .PosterThumb .BottomData .Title h2 {

margin: 0px;

margin-top: 5px;

font-size: 18px;

white-space: nowrap;

text-overflow: ellipsis;

font-weight: bold;

overflow: hidden;

color: white;

font-family: 'Segoe UI Light';

font-weight: normal;
}
        .PosterThumb .BottomData .Rating {
            text-align: right!important;
            float: right;
            color: #A5A4A7;
        }

        .PosterThumb .BottomData .ReleasedYear {
            text-align: left!important;
            float: left;
            color: #A5A4A7;
        }

    .PosterThumb .Quality.HD.Date {
        right: 0px;
        left: auto;
        margin-right: 15px;
        padding-left: 0px;
    }

        .NameOnlyThumb {
    width: 270px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 15px;
}

        .NameOnlyThumb a {
    border: 1px solid red;
    padding: 1px;
    display: inline-block;
    width: 190px;
    text-indent: 5px;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 25px;
    overflow: hidden;
    vertical-align: top;
}

.NameOnlyThumb .Quality {
    display: inline-block;
    /* margin-right: 5px; */
    background-color: red;
    padding: 2px;
    width: 80px;
    text-align: center;
}

/*      POSTER THUMBS       */

/*Trailer Thumbs*/
.Trailer {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom:15px;
}

.TotalCount_0.dropup {
    display: none!important;
}
.Trailer .dropup {
    margin-left: -7px;
}
.Trailer .dropdown-menu {
}
.Trailer h2 {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 20px;
}

.Trailer .Unavailable {
    background-color:black!important;
    color: white!important;
}

.Trailer .HD {
    background-color:red!important;
    color: white!important;
}

.Trailer .CAM, .Trailer .GoToMovie {
    background-color:navy;
    color: white!important;
}
.Trailer .This {
            background-color: green!important;
            color: white!important;
        }
.Trailer .dropdown-menu {
    background-color: #222222;
    color: white!important;
}

    .Trailer .dropdown-menu .selected {
        background-color: #333367;
        color: white!important;
    }

.Trailer [data-toggle="dropdown"] {
    background-color:red;
    color: white!important;
}

.Trailer .btn {
    padding-left: 5px;
    padding-right: 5px;
}

.Trailer img {
    height: 130%!important;
    margin-top: -8%;
}

    .Trailer .ImageHolder {
        cursor: pointer;
        background-color: #222222;
    }

.Trailer .StreamNow {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    height: 40px;
    margin-top: -20px;
    color: #ff4309;
}

    .Trailer :hover .StreamNow {
        color: white;
    }

    .Trailer .dropdown-menu li:hover {
        background-color:red;
    }
    .Trailer .dropdown-menu li {
        padding-left: 4px;
        cursor: pointer;
    }

.Trailer .IframeHolder {
    display: none;
}

/*Trailer Thumbs*/


/* Link Thumbs*/

.LinkThumb:before {content: "";position: absolute;background-color: rgba(255, 0, 0, 0.38);top: 0px;bottom: 0px;right: 0px;left: 0px;}

.LinkThumb .Bubble {
    display: table;
    /* padding: 5px 20px; */
    font-size: 25px;
    text-align: center;
    color: white!important;
    border-color: white;
    border-bottom: 1px;
    border-top: 1px;
    border-right: 0px;
    border-left: 0px;
    border-style: solid;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 120px;
    width: 245px;
    /* background-color: rgba(255, 0, 0, 0.15); */
}

.LinkThumb .Bubble a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Segoe UI Light';
}

.LinkThumb {
    padding: 15px 20px;
    background-color: rgba(255, 0, 0, 0.48);
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
    height: 150px;
    position: relative;
    width: 265px!important;
    background-repeat: no-repeat;
    background-size: contain;
}

    .LinkThumb.NoList {
        width: 175px!important;
    }

.LinkThumb.NoList .Bubble {
    width: 145px!important;
}

/*Detailed*/
.LinkThumb.Detail {
    width: 275px!important;
}

.LinkThumb.Detail::before{
    right: 107px;
}
.LinkThumb.Detail .LinkList {
    display:inline-block;
    width: 75px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    padding-left: 10px;
    margin-top: -15px;
    padding: 15px 15px;
    background-color: black;
    margin-right: -15px;
    width: 106px;
    height: 150px;
    text-align: left;
}

.LinkThumb.Detail .LinkList li{
    list-style-type:none;
    font-size: 17px;
}

.LinkThumb.Detail .BubbleWrapper {
    display:inline-block;
    width: 150px;
    height: 100%;
}

.LinkThumb.Detail .Bubble{
    width: 150px;
    left: 8px;
}


/*Detailed*/
/*Link thumbs*/
    

@media(min-height: 700px) {

    .navbar {
        margin-bottom: 0;
    }
    
}

@media(max-height:700px) {
    .navbar-fixed-bottom {
        position: relative !important;
    }
}


/*HOME TEMP*/
.GridContainer {
    position: relative;
    min-height: 200px;
    background-image: url('/Images/Common/Icons/loader.gif');
    /* background-repeat: no-repeat; */
    background-size: contain;
    background-position: 50% 50%;
    overflow: hidden;
}

.GridContainer .Overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    line-height: 100px;
    font-size: 100px;
    /* margin-top: -50px; */
    /*background-color: rgba(0, 0, 0, 0.45);*/
    background:linear-gradient(transparent,black);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .GridContainer .Overlay .Title {

display: table-cell;

vertical-align: text-top;

color: white!important;

}

    .GridContainer .Overlay .Title p {
        font-size: 25px; margin: 0px!important;
    }

        .GridContainer .Overlay .Title p #TopMovieCount {
            font-size: 50px;
            color: yellow;
        }

    .GridHolder img {
    margin: 0px!important;
    padding: 0px!important;
}

    @media(max-height: 700px) {

        .GridContainer {
            max-height: 200px;
        }
            .GridContainer .Overlay .Title {
                line-height: 40px;
                font-size: 40px;
            }
    
}


    /*Having responsive design issue from 768-1161*/
@media only screen
    and (min-width:768px)
    and (max-width:1161px) {
    .navbar-fixed-top {
        position: static!important;
        margin-top: -60px;
    }
}
