

/* ------------------------------------------------------------------------ */


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.navbar-inverse .navbar-nav>.active>a
{
  background-color: rgba(0,0,0,0.5);
}



/* ------------------------------------------------------------------------ */
/* ---- global */

body {
  /* padding-bottom: 40px; */
  color: white;
  background-color: black;
  /* background-image: url(./img0/smp_bg-blur_7.jpg); */
  -webkit-background-size: cover;
  background-size: cover;
  /*background-repeat: no-repeat; */
  background-repeat: repeat;
  background-color: #000;
  color: #fff;
  /*font-family: 'source-sans-pro_regular', Helvetica, Arial, sans-serif;*/
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

a, p, small {	color: #fff; }

a:hover {
  color: #e18e36;
  text-decoration: none;
}


h3 a {
  font-size: 1.4vw;
  color: gray;
}

h3 a:hover {
  color: white;
}


.link:hover {
  color: #e18e36;
  cursor:pointer;
}

.brand {
color:#e18e36!important;font-weight:bold;font-style:italic;
}

.blockcentered {
  margin-left:auto!important;margin-right:auto!important;display:block!important;
}

.btnstdwidth {
  width:260px;
}

.btnmediumwidth {
  width:220px;
}

.btnmedium2width {
  width:120px;
}

.btnmedium3width {
  width:160px;
}

.btnsmallwidth {
  width:80px;
}


.btn {
  background: #e18f36;
  transition: background .2s ease-in-out;
  border: 0px;
}

.btn:hover, .btn:focus {
  color: #fff;
  background: #fba850;
  transition: background .2s ease-in-out;
  outline: 0;
}

.btngray {
  /*background-color:rgba(128,128,128,1);*/
  background-color:rgba(110,110,110,1);
}

.btngray:hover, .btngray:focus {
  background-color: rgba(140,140,140,1);
  transition: background .2s ease-in-out;
  outline: 0;
}

.btnlight {
  background: rgba(255,255,255,0.2);
}

.btnred {
  background:rgba(255,100,100,0.2);
}

.btnred:hover, .btnred:focus {
  background:rgba(255,70,70,1);
  transition: background .2s ease-in-out;
  outline: 0;
}

.btngreen {
  background:rgba(100,255,100,0.2);
}

.btngreen:hover, .btngreen:focus {
  background:rgba(70,200,70,1);
  transition: background .2s ease-in-out;
  outline: 0;
}


.btn2 {
  transition: background .2s ease-in-out;
  /*border: 0.5px solid rgba(255,255,255,0.5); */
  border-radius: 4px;
  text-align:center;
  padding: 3px 3px 3px 3px;
}


.alert {
margin:auto;
background-color:rgba(255,255,255,0.1);
text-align:center;
font-weight:bold;
}

.alert-danger {
color:red;
}

.alert-warning {
color:#deaf5f;
}


.listitem {
margin-top:10px;
border: 1px solid rgba(255,255,255,0.2);
border-radius: 4px;
margin-left:auto;
margin-right:auto;
background-color:rgba(255,255,255,0.1);
padding-top:10px;
padding-bottom:10px;
}

.listled {
display:inline-block;
width: 120px;
}

.movierow {
margin-top: 20px;
}



.progress {
background:rgba(255,255,255,0.8);
}

.progress-bar {
background-color:#e18f36;
}



.green {
  background-color:rgba(70,200,70,1.0);
}

@keyframes glowing-red {
  0% { background-color: rgba(255,70,70,0.2); box-shadow: 0 0 3px rgba(255,70,70,0.8); }
  50% { background-color: rgba(255,70,70,0.7); box-shadow: 0 0 10px rgba(255,70,70,1.0); }
  100% { background-color: rgba(255,70,70,0.2); box-shadow: 0 0 3px rgba(255,70,70,0.8); }
}

@keyframes glowing-green {
  0% { background-color: rgba(70,200,70,0.2); box-shadow: 0 0 3px rgba(70,200,70,0.8); }
  50% { background-color: rgba(70,200,70,0.7); box-shadow: 0 0 10px rgba(70,200,70,1.0); }
  100% { background-color: rgba(70,200,70,0.2); box-shadow: 0 0 3px rgba(70,200,70,0.8); }
}



/* ------------------------------------------------------------------------ */


.dialog
{
  border:1px solid;
  margin:auto;
  width:90%;
}



/* ------------------------------------------------------------------------ */


.moviecol {
  /* width:34%; */
  padding-right: 4px;
  padding-left: 4px;
}


.pic1parent {
    position: relative;
    padding-bottom: calc(100% * 9 / 16);
}

.pic1parent > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pic1 {
/*  width: 322px;
  height: 182px;
*/
  width: 100%;
  /* margin: 4px; */
  opacity: 0.95; // 0.6
  transition: width 200ms ease;
  display: inline-block; overflow:auto; 
  background-color: #222222;
  font-size:20px;
}


/*
  -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
 */
.pic1:hover {
  opacity: 1;
  box-shadow: 3px 3px 20px 0px #444;
  transition: box-shadow 3s ease;
  transition: width 800ms ease;
}


.wplay {
  margin-top: -4px;
  margin-left: 14px;

  border-radius: 50%;

  width: 30px;
  height: 30px;
  padding-top: 4px;
  padding-left: 3px;

  background: rgba(0,0,0,0);
  /* border: 1px solid #666; */
  /* color: #666; */
  border: 1px solid #999999;
  /* color: #999999; was this one and was good */
  color: rgba(153,153,153,0.97);
  text-align: center;
  font: 18px Arial, sans-serif;
}

.wplay:before {
  content: "\25BA"; /* &#9658; */
}

.wplay:hover {
  color: rgba(255,255,255,0.8);
  border-color: white;
}


.wplayhome {
  margin-top:-25px;
  margin-left:-20px;
  width:50px;
  height:50px;
  font-size:38px;
  padding-top:3px;
  padding-left: 5px;
}



.wprogress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8em;
}
.wprogress-bar {
    display: block;
    position: relative;
    height: 3px;
    background-color: rgba(150,150,150,0.8);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* margin: 0; */
}

.wprogress-completed {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background-color: rgb(82, 161, 228);
}


/* ------------------------------------------------------------------------ */

/* login */


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input {
  margin-top: 2px;
}
.form-signin input[type="XX_email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="XX_password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.login_logo {  display:block;margin:auto;width:145px;text-align:center;  }


/* ------------------------------------------------------------------------ */


.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0;
  clear: both; }

.taggle_list {
  float: left;
  width: 100%; }

.taggle_input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300; }

.taggle_list li {
  float: left;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 5px; }

.taggle_list .taggle {
  margin-right: 8px;
  background: #E2E1DF;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.taggle_list .taggle_hot
{
  background: #cac8c4;
}

.taggle_list .taggle .close
{
  font-size: 1.1rem;
  position: absolute;
  top: 5px;
  right: 3px;
  text-decoration: none;
  padding-left: 2px;
  padding-top: 3px;
  line-height: 0.5;
  color: #ccc;
  color: rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
}

.taggle_list .taggle:hover
{
  padding: 5px;
  padding-right: 15px;
  background: #ccc;
  transition: all .3s;
}

.taggle_list .taggle:hover > .close
{
  display: block;
}

.taggle_list .taggle .close:hover
{
  color: #990033;
}

.taggle_placeholder
{
  position: absolute;
  color: #CCC;
  top: 12px;
  left: 8px;
  transition: opacity, .25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display:none;
}

.taggle_input
{
  padding: 8px;
  padding-left: 0;
  float: left;
  margin-top: -5px;
  background: none;
  width: 100%;
  max-width: 100%;
}

.taggle_sizer
{
  padding: 0;
  margin: 0;
  position: absolute;
  top: -500px;
  z-index: -1;
  visibility: hidden;
}


.taggle_list
{
  background-color:white;
  color:#555;
  padding:0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-top: 6px;
  padding-left: 4px;
}

/* ------------------------------------------------------------------------ */
/* side bar */

/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
top:0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


/* ------------------------------------------------------------------------ */
/* ---- Hero Zone */

.hero1parent
{
    position: relative;
    padding-bottom: calc(100% * 1 / 2.5);
}

.XXhero1parent > div
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero1parentdiv
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wprogress-bar
{
  background-color: rgba(150,150,150,0.8);
  height: 3px;
}

.wprogress-completed
{
  height: 3px;
  background-color: #e18f36;
}




.herozone
{
display:block;margin-top:0px;width:100%;  margin-bottom:-20px;padding-bottom:40px;background:black; 
}


.hero1parent
{
display:block;overflow:hidden;min-width:900px;
}

.herodetails
{

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

left:70%;width:30%;background-color:rgba(20,20,20,1);overflow:wrap;
display:block;

}


@media (max-width: 900px)
{

.herozone
{
display:block;margin-top:0px;width:100%;padding-bottom:40px;background:black; 
}

.hero1parentdiv
{
position:relative;
}

.herodetails
{
left:0;width:100%;
xbackground-color:rgba(20,20,20,1);
background-color:black;
xoverflow:wrap;
display:inline-block;
padding-top:90px;

display:inline-block;
position: relative;

}

.hero1parent
{
overflow:visible;
display:block;
min-width:0;
padding:0;
}

.hero1covermask
{
  display:none;
}

}




/* ------------------------------------------------------------------------ */
/* ---- TV Show Page */



.tvshow_serieheader { margin-top:30px; }
.tvshow_serietitle { padding: 5px 5px 5px 5px;font-weight:bold;font-size:3.0em;margin-bottom:20px; }
.tvshow_serieprops { padding: 5px 5px 5px 5px;font-weight:bold;font-size:1.2em;margin-bottom:20px; }
.tvshow_seasontitle { padding: 5px 5px 5px 5px;font-weight:bold;font-size:2.0em;margin-bottom:20px;margin-top:40px; }
.tvshow_episodeprops { color:#cccccc; atext-shadow: 1px 1px #000000; font-size:0.9em; }
.tvshow_episodetitle { color:white; margin-top:10px; margin-bottom:10px; atext-shadow: 1px 1px #000000; font-size:1.2em; }
.tvshow_episodedescription { color:#cccccc; atext-shadow: 1px 1px #000000; font-size:0.9em; }
.tvshow_episodecredits { color:#cccccc; margin-top:8px; atext-shadow: 1px 1px #000000; font-size:0.9em; }





/* ------------------------------------------------------------------------ */
/* ---- Player Overrides */




#videoController {
  position: relative;
  left: 0;
  top: -10px;
  margin-top: -70px;
}


#videoController {
background-color:rgba(0,0,0,0.5);
position: absolute;
left: 0;
bottom: 0;
}


/**


** NOW PART OF MVP.CSS:

.player-pause, .player-play, .player-more-play, .portal-inactive-icon, .player-fullscreen, .player-more-selected, .player-more, .player-left, .player-right, .player-check, .wwicon-fullscreen-enter {
    max-width: 100%;
    background-size: 100%;
    background-image: url(../img0/playersprite.png);
}


.wwicon-play,
.wwicon-pause,
.wwicon-caption,
.wwicon-mute-off,
.wwicon-mute-on,
.wwicon-fullscreen-enter,
.wwicon-fullscreen-exit{
    font-family: 'icomoon';
    font-size: 20px;
    color: #fba850;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;

}

.wwbtn-fullscreen {
    margin-right: 4px;
}

.wwbtn-play-pause, .wwvolumebar, .wwbtn-mute, .wwbtn-caption {
}

.wwicon-fullscreen-enter:before {
    content: "" !important;
}

.wwicon-fullscreen-enter {
    background-position: 0 51.510791%;
    background-size: 342.424242%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

#mvpContainer .wwcontroller > input[type=range] {
    margin-top: 16px;
    height: 6px;
    border-radius: 0px;
background-color:rgba(200,200,200,0.6);
}

#mvpContainer .wwcontroller > input[type=range]::-webkit-slider-thumb
{
        -webkit-appearance: none;
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
background-color:#fba850;
}

#mvpContainer .wwcontroller > input[type=range]::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
background-color:#fba850;
}

#mvpContainer .wwcontroller > input[type=range]::-ms-thumb {
    width: 12px;
    height: 12px;        
    border-radius: 6px;
background-color:#fba850;
}

#mvpContainer .wwcontroller > input[type=range]::-moz-range-track {
    border: inherit;
    background: transparent;
}

#mvpContainer .wwcontroller > input[type=range]::-ms-track {
    border: inherit;
    color: transparent;
    background: transparent;
    height: 6px;
}


#mvpContainer .wwcontroller > input[type=range]::-ms-fill-lower {
    border-radius: 10px;
    background-color: transparent;
}

#mvpContainer .wwcontroller > input[type=range]::-ms-fill-upper {
    background-color: transparent;
    border-radius: 10px;
}

#mvpContainer .wwcontroller > input[type=range]:focus::-ms-fill-lower {
    background: transparent;
}

#mvpContainer .wwcontroller > input[type=range]:focus::-ms-fill-upper {
    background: transparent;
}


#mvpIndex
{
    opacity: 1.0;  
    text-align: center;
    width: 184px;
    margin-top: -100px; 
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 4px;
    height: 128px; 
    background: #fff;
    position: relative;
    bottom: 80px;
    left: 80px;
    background-color: black;
    z-index: 3;
    display: none;
}

**/


/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* EOF! */

