body {
  margin: 0;
  padding: 0;
}
body {
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-color: #002950;
  /*background-color: red;*/
  background-position: 50% 0px;
  background-image:url(../images/background-image.png);
  /*background-size: 2000px 855px;*/
  /*background-size: cover;*/
  color:#FFF;
  /*font-family:Arial, Helvetica, sans-serif;*/
  font-family: calibri, Arial, Helvetica, sans-serif;
  /*min-height: 823px;*/
  min-width: 1025px;
  overflow: hidden;
}

.nav_container {
  z-index: 110;
  background-color: rgba(0, 18, 83, 0.0);
  position: relative;
  width: 749px;
  left: 50%;
  margin-left: -375px;
  height: 90px;
}

.nav_container img {
  position: absolute;
  width: 250px;
  top: 3px;
  left: -5px;
}

.nav_container ul {
  float: right;
  margin-top: 12px;
  margin-right: 14px;
}

.nav_container ul li {
  list-style: none;
  display: inline-block;
  padding: 12px 12px 12px 12px;
}

.nav_container ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
}

.nav_container ul li a:hover {
  color: #ddd;
  text-decoration: none;
}

span {
 color: #000;
 margin-left: 285px;
 font-weight: bold;
 text-transform: uppercase;
}

.titulo_temporada {
background-color: #FFF;
height: 25px;
padding-top: 3px;
margin-bottom: 20px;

}



.video_container {
  background-image:url(../images/backvideo-image.png);
  background-position: -48px 0px;
  background-repeat: no-repeat;
  z-index: 99;
  /*border: 1px solid red;*/
  position: relative;
  width: 749px;
  height: 549px;
  left: 50%;
  margin: 0px;
  margin-left: -375px;
  top: -75px;
}

.video_container iframe {
  position: absolute;
  left: 50%; top: 50%;
  width: 560px;
  margin-left: -325px;
  height: 315px;
  margin-top: -157px;
}

.playlist {  
  position: absolute;
  top: 50%;
  left: 50%;
  height: 315px;
  margin-left: 250px;
  margin-top: -157px;
}

.playlist-item {  
  height: 55px;
  width: 90px;  
  margin: 11px 0;
  cursor: pointer; 
}

.playlist-item:first-child {  
  margin-top: 0px;
}

.playlist-item img, .playlist-outras-temporadas-item img {
  width: 100%
}

.playlist-outras-temporadas {
  position: absolute;
  top: 43%;
  left: 50%;
  height: 145px;
  width: 664px;
  margin-left: -325px;
  margin-top: 190px;
  z-index: 100;
}

.playlist-outras-temporadas-item {
  display:  inline-block;
  height: 67px;
  width: 120px;
  background: #000;
  margin: 0 6.0px; 
  cursor: pointer;   
}
.playlist-outras-temporadas-item:first-child {
  margin-left: 0px;
}
.playlist-outras-temporadas-item:last-child {
  margin-right: 0;
}

@-moz-document url-prefix() {
  body {
    /*min-height: 839px;*/
  }
}




/* ************* */

.modalWindow {
    display:none;
    width:612px;
    min-height:300px;
    position:absolute;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    border-radius:10px;
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 32px 18px 30px 18px;
}

.modalWindow form {
  width: 75%;
  margin: auto;
}

.modalWindow form label {
  display: inline-block;
  width: 95%;
  text-align: left;
}

.modalWindow form label input, .modalWindow form label textarea {
  float: right;
  width: 100%;
  max-width: 100%; min-width: 100%;
  border: 1px solid #005288;
  border-radius: 5px;
  padding: 1px 3px 1px 4px;
  font-weight: initial;
}

.modalWindow form input[type=submit] {
  background-color: #005288;
  border: none;
  border-radius: 5px;
  color: #fff;
  float: right;
  margin-right: 10px;
  padding: 5px 9px;
}

 
#modalMask {
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}
 
.modalClose {
  background-image: url(../images/close-image.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  display: block;
  text-align: right;
  background-size: 28px 28px;
  width: 100%;
  height: 28px;
  color: rgba(0,0,0,0.0);
  position: absolute;
  right: 5px; top: 5px;
}
.modalClose:hover {
  color: rgba(0,0,0,0.0);
}


@media (min-width: 1900px) {
  body {
    background-size: cover;
    background-position: center center;
  }
}