@font-face {
    font-family: NovaBold;
    src: url(/fonts/NOVABOLD.otf);
}

/* CSS Resets */
ul,p {
	margin: 0; 
	padding: 0;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: NovaBold, sans-serif;
	font-size: 100px;
    margin-bottom: 30px;
}
h2,h3,a,p {
	font-family: 'Open Sans', sans-serif;
	font-family: "Exo 2";
}
a:hover, a:focus {
	text-decoration: none;
}

/* Style */
body {
    color: #fff;
    background-color: #000;
}
header {
    background: #000;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.menu {
    margin-top: 18px;
}
	.menu a {
		display: inline-block;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 12px;
		color: #fff;
		margin: 0 10px;
	}
		.menu a:hover {
			color: #FF720B;
		}
	.menu .pelicula {
		position: relative;
		background: #0184bf;
		padding: 0 5px;
		border-radius: 2px;
		border: 3px solid #1d688a;
		text-shadow: 1px 1px 5px #000;
	}
		.menu a.pelicula:hover {
			color: #fff;
			background: #1d5f7d;
		}
		
.menu-bar {
	display: none;
	color: #fff;
    font-size: 28px;
	cursor: pointer;
}

.tm-site-name span {
    color: #fff;
}
.tm-site-name {
    color: #FCDD44;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
}

.back-white {
	background-color: #fff;
}
h2 {
	font-size: 24px;
    font-weight: 700;
	margin: 50px 0 15px;
    text-transform: uppercase;
}
#inicio {
    padding-top: 100px;
}
.width80 {
    width: 80%;
    margin-left: 10%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 15px 0;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tm-submit-btn:hover {
    background: #f5d11d;
}
.tm-submit-btn {
    background: #f5d11d;
    background: linear-gradient(to bottom, #f5d11d 0%,#f3d10e 1%,#efcf1c 2%,#fccd0d 4%,#f7ca0d 5%,#f9cb1e 6%,#f7cb10 7%,#f8cc14 8%,#f0c40c 54%,#edc50c 55%,#e9c108 71%,#ecc008 78%,#e6be06 91%,#e9bd06 93%,#e8bc06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11d', endColorstr='#e8bc06',GradientType=0 );
    width: 100%;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
}
#contacto {
    padding-bottom: 40px;
}
#pelicula {
    padding: 50px 0;
    background: #222;
}
	#pelicula a {
		position: relative;
		display: inline-block;
		text-transform: uppercase;
		color: #fff;
		background: #0184bf;
		padding: 15px 50px;
		border-radius: 3px;
		font-size: 28px;
		font-weight: 700;
		border: 3px solid #1d688a;
		text-shadow: 1px 1px 5px #000;
	}
		#pelicula a:hover {
			background: #1d5f7d;
			border: 3px solid #fff;
		}

footer {
    background-color: #000;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
	footer a {
		color: #FCDD44;
	}
	
@media (max-width: 769px) {
	.menu.pull-right {
		clear: both;
		float: none!important;
		margin-top: 50px;
	}
	.menu {
		display: none;
	}
		.menu a {
			display: block;
			margin: 0;
			font-size: 18px;
			line-height: 32px;
		}
	.menu-bar {
		display: block;
	}
}
@media (min-width: 768px and max-width: 1366px) {
	.container {
		width: 80%;
		margin: auto;
	}
}

#cartel {
	margin-top: 50px;
}

.donotcross {
	position: absolute;
	top: -3px;
	left: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
}

.estreno {
	margin-top: 15px;
	font-weight: 700;
}