*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  height: 100%;
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


@font-face {
  font-family: SanFrancisco-M;
  src: url('../fonts/SF-Pro-Display-Medium.otf');
}

@font-face {
  font-family: SanFrancisco-H;
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf');
}

@font-face {
  font-family: SanFrancisco-LI;
  src: url('../fonts/SF-Pro-Display-LightItalic.otf');
}

@font-face {
  font-family: SanFrancisco-L;
  src: url('../fonts/SF-Pro-Display-Light.otf');
}

@font-face {
  font-family: SanFrancisco-T;
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf');
}

@font-face {
  font-family: SanFrancisco-K;
  src: url('../fonts/SF-Pro-Display-Semibold.otf');
}

@font-face {
  font-family: SanFrancisco-P;
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf');
}


body{
  font-family: 'SanFrancisco', sans-serif;
  max-width: 100%;
  background-color: #1f1f1f;
}

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: block;
  /*background-image: linear-gradient(to right, #01AAD4,#98FF55);*/
  opacity: 0.95;
/*  -webkit-backdrop-filter: grayscale() blur(40px);*/
  z-index: 1000;
  /*background: transparent;*/
  background-color: #212121;
  -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
  -moz-box-shadow: 0 5px 10px rgba(57, 63, 72, 0.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.header-grey{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: block;
  background-color: #212121;
  z-index: 500;
}

.grey {
  /* background-color: #2b2b2b; */
  background-image: linear-gradient(to right, #83633cff,#b28a59ff);
  transition: 0.5s ease;
}

.header-menu {
  display: inline-flex;
  float: right;
  color: white;
  font-family: SanFrancisco-LI;
  opacity: 0.7;
  letter-spacing: 4px;
  margin-top: 0px;
}

.header-menu li {
  margin: 10px 30px;
}
.header-menu li a{
  color: white;
}
.header-menu li a:hover{
  opacity: 0.6;
}

.logo{
  align-content: center;
  margin-top: -12px;
  display: inline-block;
}

.inner_header{
  max-width: 1250px;
  height: 100%;
  display: block;
  margin: 0 auto;
  background-color: none;
  padding: 10px 0;
  padding-left: 50px;
}

.caption-head{
  position: relative;
  color: white;
  font-family: SanFrancisco-LI;
  font-size: 16px;
  opacity: 0.6;
  letter-spacing: 20px;
}

.caption{
  position: relative;
  color: #4d4d4d;
  font-family: SanFrancisco-LI;
  font-size: 22px;
  opacity: 1;
  letter-spacing: 22px;
  line-height: 50px;
  top: 82%;
  left: 50%;
  margin-left: -500px;
}


/* --------- ROWS ----------- */


.films{
  min-height: 1000px;
  width: 100%;
  padding-bottom: 100px;
}

.film-container{
  position: relative;
  width: 1400px;
  left: 50%;
  margin-left: -700px;
  height: auto;
  padding-bottom: 100px;
}

.film-header{
  position: relative;
  width: 100%;
  height: 130px;
  top: 80px;
  text-align: center;
}

.head-font-film{
  position: relative;
  font-family: SanFrancisco-K;
  font-size: 60px;
  height: 80px;
  color: white;
}

.subcap-film{
  font-family: SanFrancisco-L;
  font-size: 22px;
  height: 50px;
  color: #737373;
}

.film-row{
  position: relative;
  width: 1400px;
  height: 650px;
  margin-top: 70px;
  padding-bottom: 150px;
}

/* --- NEWS CON --- */

.film-con{
  width: 400px;
  height: 800px;
  background-color: #333333ff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
  -moz-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.05);
  box-shadow: 0 5px 10px rgba(57, 63, 72, 0.08);
  transition: all .2s ease-in-out;
}

.film-con img{
  position: relative;
  width: 400px;
  height: 550px;
  border-radius: 10px 10px 0 0;
}

.film-con:hover{
  transform: scale(1.035);
}

.variable{
  display: none;
}

/* --- NEWS CON FONTS--- */

.film-cap{
  text-align: center;
  font-family: SanFrancisco-K;
  font-size: 30px;
  margin-top: 20px;
  height: 50px;
  color: #f7f7f7ff;
}

.film-date{
  text-align: center;
  font-family: SanFrancisco-LI;
  font-size: 14px;
  height: 14px;
  color: #8c8c8c;
}

.film-describtion{
  position: relative;
  text-align: center;
  font-family: SanFrancisco-L;
  font-size: 20px;
  margin-top: 15px;
  width: 310px;
  left: 50%;
  margin-left: -155px;
  height: 60px;
  color: #737373;
}

/* --- NEWS CON Position--- */

.npos1{
  position: relative;
  top: 50px;
  left: 18%;
  margin-left: -200px;
}

.npos2{
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -200px;
}

.npos3{
  position: absolute;
  top: 50px;
  left: 82%;
  margin-left: -200px;
}

/* NEWS -- Category  #15c6ffff*/

.film-category{
  position: absolute;
  height: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  bottom: 20px;
  right: 22px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  color: white;
  opacity: 0.35;
}

.web{
  background-color: #00bbbb;
}







.fade{
  z-index: 99999;
	position: fixed;
  height: 200px;
  width: 100%;
	bottom: 0;
  left: 0;
	background-image: url("../assets/img/fade.png");
}
