/*
Theme Name: Lunar Tribute
Theme URI: http://lunar-tribute.com
Description: Custom Theme for Lunar Tribute
Author: Roger Burkhard
Author URI: http://www.rogerburkhard.com
*/

/*------------------------------------------------------
THE BIG FAT RESET
------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, header, footer {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------
IMPORT FONTS
------------------------------------------------------*/

@font-face {
    font-family: 'OCRB';
    src: url('styles/fonts/Ocrb-webfont.eot');
    src: url('styles/fonts/Ocrb-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/Ocrb-webfont.svg#raleway') format('svg'),
         url('styles/fonts/Ocrb-webfont.woff') format('woff'),
         url('styles/fonts/Ocrb-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univers Condensed Bold';
    src: url('styles/fonts/univers-condensedbold.eot');
    src: url('styles/fonts/univers-condensedbold.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/univers-condensedbold.svg#raleway') format('svg'),
         url('styles/fonts/univers-condensedbold.woff') format('woff'),
         url('styles/fonts/univers-condensedbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------
GENERAL
------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
	background: #000;
	margin:0 !important;
	-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	height: 100%;
	font: 300 15px/22px 'OCRB', Helvetica, Arial, Verdana, sans-serif;
	word-spacing:-25%;
	letter-spacing: -0.01em;
	color: #fff;
	overflow-x: hidden;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	overflow-x: hidden;
}

body.noscroll {
	overflow: hidden;
}

body.wait, body.wait a {
	cursor:wait;
	overflow-y:hidden;
}

#wpadminbar {
	display:none !important;
}

div:focus {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

::selection {
  background: #fff;
  color:#000;
}

::-moz-selection {
  background: #fff;
  color:#000;
}

a::selection {
	color:#000 !important;
}

a::-moz-selection {
	color:#000 !important;
}

/*------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h1 {
	margin: 0;
	padding: 0;
	font: 43px/51px 'OCRB', Helvetica, Arial, Verdana, sans-serif;

}

h2, h2 a {
	font: 43px/51px 'OCRB', Helvetica, Arial, Verdana, sans-serif;
	color:#fff;
}

h3 {
	font: 31px/38px 'OCRB', Helvetica, Arial, Verdana, sans-serif;
}

h4 {
	font: 28px/36px 'OCRB', Helvetica, Arial, Verdana, sans-serif;
}

h5 {
	font: 16px/26px 'OCRB', Helvetica, Arial, Verdana, sans-serif;
}

h5 {
	font: 14px/20px 'OCRB', Helvetica, Arial, Verdana, sans-serif;
}

p {
	margin-bottom: 35px;
}

b, strong {
	font-weight: normal;
}

/*------------------------------------------------------
GENERAL LINKS
------------------------------------------------------*/

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

/* Firefox Hack to elmininate that ugly dotted line */
:focus {
	-moz-outline-style: none;
}

/*------------------------------------------------------
IMAGES
------------------------------------------------------*/

img {
	border: none 0;
}

/*------------------------------------------------------
CUSTOM SCROLLBAR
------------------------------------------------------*/

.mCSB_scrollTools {
	z-index: 5000;
}

.slide_in {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: -webkit-transform 2s;
	transition: transform 2s;
}

.slide_in.come-in, .slide_in.already-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*------------------------------------------------------
VIDEO
------------------------------------------------------*/

video {
	outline: 0;
	-moz-outline-style: none;
}

/* Responsive iFrame */

.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------------------
CLEAR
------------------------------------------------------*/

.clear {
	clear: both;
}

/*------------------------------------------------------
Focus Input & Textarea
------------------------------------------------------*/

input, textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	resize: none;
}

textarea:focus, input:focus{
    outline: 0;
}

input[type="button"], button {
   outline:none !important;
}
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
   border: 0 !important;
}

/*------------------------------------------------------
BG PATTERN
------------------------------------------------------*/

.bg_pattern {
	position: fixed;
	z-index: 2000;
	top:30px;
	left:100px;
	right: 100px;
	bottom:0;
	background: transparent url('images/bg_pattern.png') repeat top center;
	background-size:170px 170px;
	pointer-events: none;
}

/*------------------------------------------------------
GRID
------------------------------------------------------*/

.grid_1140, .grid_980, #container {
	display: block;
	width: 100%;
	margin:0 auto;
}

.grid_1140, #container {
	max-width: 1140px;
}

.grid_980 {
	max-width: 980px !important;
}

/*------------------------------------------------------
CUSTOM WOOCOMMERCE
------------------------------------------------------*/

#sidebar, .woocommerce-breadcrumb, .woocommerce-result-count {
	display: none;
}

body.archive #container, .woo_detail_page {
	margin-top:15%;
}

body.archive #container h1, .woo_detail_page h2 {
	margin-left:50px;
	margin-top:-50px;
	margin-bottom:50px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	margin-top:50px;
}

body.archive .page-description, body.archive ul.products, .woo_detail_page .woocommerce {
	margin-left:100px !important;
	margin-right:100px !important;
}

.woocommerce-ordering, .tabs.wc-tabs {
	display: none !important;
}

a.button, button.single_add_to_cart_button, input#place_order, input.input_code, input.submit_code {
	font: 18px/21px 'OCRB', Helvetica, Arial, Verdana, sans-serif !important;
	color:#fff !important;
	border:2px solid #fff !important;
	background: #000 !important;
	text-transform: uppercase !important;
	padding:6px 10px 3px 10px !important;
	text-align: center !important;
}

#tab-description > h2 {
	display: none;
}

.woocommerce-Price-amount, .stock {
	color:#fff !important;
	font-size:18px !important;
	line-height:21px !important;
}

.input-text {
	padding:10px;
	background: #fff;
	border:none 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	display: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	margin-top:100px;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	display: none;
}

ul.products li a.button {
	opacity: 0;
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
	border:;
}

ul.products li.outofstock a.button {
	background: #e0af00 !important;
	color:#000 !important;
	border-color:#000 !important;
}

.woocommerce div.product {
	padding-bottom:40px;
}

.woocommerce .page-description a {
	border: 1px solid #fff;
	padding: 5px 3px 3px 3px;
}

/*------------------------------------------------------
FULLSCRREEN VIDEO + Navigation
------------------------------------------------------*/

.fullscreen_player, .navigation {
	display: none;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	z-index: 5000;
	background: black;
}

.fullscreen_player {
	z-index: 6000;
}

.close_video, .close_nav {
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	background: url('images/close.svg') no-repeat center center;
	background-size:40px 40px;
	right:100px;
	top:30px;
	z-index: 60000;
	text-indent: -100000px;
}

/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/

.navigation {
	text-align: center;
	overflow-y:auto;
}

.navigation:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.nav_centered {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.nav_centered ul {
	list-style: none;
}

.nav_centered ul li {
	display: block;
	margin-bottom:44px;
}

.nav_centered ul li a {
	font-size:43px;
	line-height:51px;
	text-transform: uppercase;
	color:#fff;
}

.navigation .bg_moon {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #000 url('images/bg_nav.jpg') no-repeat bottom -200px left -200px;
	background-size:60% auto;
	opacity: 0.5;
	z-index: -1;
}

body.home a.go_home {
	display: none;
}

a.go_home {
	display: block;
	position: fixed;
	top:30px;
	left:100px;
	width: 468px;
	height: 40px;
	background: #000 url('images/logo.svg') no-repeat center center;
	background-size:468px 40px;
	text-indent: -100000px;
}

.navigation .social_media_box_mobile {
	display: none;
}

/*------------------------------------------------------
WRAPPER
------------------------------------------------------*/

#wrapper {
	display: block;
	width: 100%;
	background: transparent;
	position: relative;
	margin:0 auto;
	z-index: 1000;
	padding-top:100px;
	overflow-x:hidden;
}

body.page.home #wrapper {
	margin-bottom:0;
}

#wrapper .wrapper_inside {
	display: block;
	background: #000;
	margin-bottom:355px;
}

/*------------------------------------------------------
INTRO
------------------------------------------------------*/

/* Logo */

body.home .intro_logo {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	   -moz-transition: opacity 0.5s ease-out, transform 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	     -o-transition: opacity 0.5s ease-out, transform 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	        transition: opacity 0.5s ease-out, transform 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

body.home.remove_intro .intro_logo {
	-webkit-transition: opacity 0s, -webkit-transform 0s;
	   -moz-transition: opacity 0s, transform 0s;
	     -o-transition: opacity 0s, transform 0s;
	        transition: opacity 0s, transform 0s;
}

body.home.show_page .intro_logo {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Intro Text */

body.home .intro_text {
	opacity: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition:opacity 1s ease-out 0.6s;
	transition:opacity 1s ease-out 0.6s;
}

body.home.remove_intro .intro_text  {
	-webkit-transition:opacity 0s ease-out 0s;
	transition:opacity 0s ease-out 0s;
}

body.home.show_page .intro_text {
	opacity: 1;
}

/* Big Show */

body.home .cover_intro_bg_fixed, body.home .cover_intro_bg_box, body.home .bg_pattern {
	opacity: 0;
	-webkit-transition:opacity 1s ease-out 1.2s;
	transition:opacity 1s ease-out 1.2s;
}

body.home.remove_intro .cover_intro_bg_fixed, body.home.remove_intro .cover_intro_bg_box, body.home.remove_intro .bg_pattern {
	-webkit-transition:opacity 0s ease-out 0s;
	transition:opacity 0s ease-out 0s;
}

body.home.show_page .cover_intro_bg_fixed, body.home.show_page .cover_intro_bg_box, body.home.show_page .bg_pattern {
	opacity: 1;
}

/* News */

body.home .news, body.home a.go_down {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.6s ease-out 2s, -webkit-transform 0.6s ease-out 2s;
	transition: opacity 0.6s ease-out 2s, transform 0.6s ease-out 2s;
}

body.home.remove_intro .news, body.home.remove_intro a.go_down {
	-webkit-transition: opacity 0s ease-out 0s, -webkit-transform 0s ease-out 0s;
	transition: opacity 0s ease-out 0s, transform 0s ease-out 0s;
}

body.home.show_page .news, body.home.show_page a.go_down {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Featuring and Trailer Button */

body.home .intro_featuring, body.home .watch_the_trailer {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: opacity 0.6s ease-out 2s, -webkit-transform 0.6s ease-out 2s;
	transition: opacity 0.6s ease-out 2s, transform 0.6s ease-out 2s;
}

body.home.remove_intro .intro_featuring, body.home.remove_intro .watch_the_trailer {
	-webkit-transition: opacity 0s ease-out 0s, -webkit-transform 0s ease-out 0s;
	transition: opacity 0s ease-out 0s, transform 0s ease-out 0s;
}

body.home.show_page .intro_featuring, body.home.show_page .watch_the_trailer {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* And the Rest */

body.home header.real_header, body.home .social_media_box, body.home .home_after_intro {
	opacity: 0;
	-webkit-transition:opacity 0.3s ease-out 2.5s;
	transition:opacity 0.3s ease-out 2.5s;
}

body.home.remove_intro header.real_header, body.home.remove_intro .social_media_box, body.home.remove_intro .home_after_intro {
	-webkit-transition:opacity 0s ease-out 0s;
	transition:opacity 0s ease-out 0s;
}

body.home.show_page header.real_header, body.home.show_page .social_media_box, body.home.show_page .home_after_intro {
	opacity: 1;
}

/* Finished Intro */

body.home .typed-cursor {
	display: none;
	opacity: 1;
	-webkit-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

/*------------------------------------------------------
HEADER
------------------------------------------------------*/

header.real_header {
	display: block;
	position: fixed;
	background: #000;
	top:0;
	left:0;
	right:0;
	height: 100px;
	z-index: 2000;
}

header.real_header a.hamburger {
	display: block;
	position: absolute;
	right:100px;
	top:35px;
	width: 45px;
	height: 30px;
	background: url('images/hamburger.svg') no-repeat center center;
	background-size:45px 30px;
}

.intro {
	display: block;
	width: 100%;
	position: relative;
}

/*------------------------------------------------------
SOCIAL MEDIA BOX
------------------------------------------------------*/

.social_media_box {
	display: block;
	position: fixed;
	width: 100px;
	height: 100px;
	top:50%;
	margin-top:-50px;
	right:0;
	z-index: 2000;
	text-align: center;
}

.social_media_box a, .social_media_box_mobile a {
	display: block;
	margin:0 auto 10px auto;
	text-indent: -10000px;
}

.social_media_box a.fb_icon, .social_media_box_mobile a.fb_icon {
	width: 14px;
	height: 29px;
	background: url('images/icon_fb.svg') no-repeat center center;
	background-size:14px 29px;
}

.social_media_box a.vimeo_icon, .social_media_box_mobile a.vimeo_icon {
	display: inline-block;
	width: 23px;
	height: 18px;
	background: url('images/icon_vimeo.svg') no-repeat center center;
	background-size:23px 18px;
	margin-top:7px;
	margin-bottom:12px;
}

.social_media_box a.yt_icon, .social_media_box_mobile a.yt_icon {
	width: 25px;
	height: 17px;
	background: url('images/icon_youtube.svg') no-repeat center center;
	background-size:25px 17px;
}

.social_media_box a.insta_icon, .social_media_box_mobile a.insta_icon {
	width: 25px;
	height: 25px;
	background: url('images/icon_instagram.svg') no-repeat center center;
	background-size:25px 25px;
}

.social_media_box a.moon_icon, .social_media_box_mobile a.moon_icon {
	margin-top:2px;
	width: 25px;
	height: 25px;
	background: url('images/moon.svg') no-repeat center center;
	background-size:25px 25px;
	border:none 0;
	padding:0;
}

/*------------------------------------------------------
Show Video
------------------------------------------------------*/

a.watch_the_trailer, a.coming_soon, a.read_more {
	font-size:18px;
	line-height: 21px;
	text-align: center;
	display: inline-block;
	padding:6px 10px 3px 40px;
	border:2px solid #fff;
	text-transform: uppercase;
	background: url('images/play_icon_small.svg') no-repeat left 10px center;
	background-size:20px 20px;
}

a.coming_soon {
	cursor:default;
	background:none 0;
	padding-left:10px;
}

a.read_more {
	background: none;
	padding-left:10px;
}

/*------------------------------------------------------
HOME
------------------------------------------------------*/

.cover_intro {
	position: relative;
	text-align: center;
}

.inside_cover {
	display: block;
	position: fixed;
	top:100px;
	left:100px;
	right: 100px;
	bottom:0;
	z-index: 2;
}

.inside_cover:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.cover_intro .inside_cover_centered {
  display: inline-block;
  vertical-align: middle;
  width: 98%;
}

.intro_text {
	font-size:31px;
	letter-spacing: 1.1em;
	word-spacing: -0.6em;
	text-transform: uppercase;
}

.intro_logo_typed {
	position: relative;
	opacity: 1;
	z-index: 10000;
	font-size: 132px;
	line-height: 80px;
	text-transform: uppercase;
	color: #fff;
	margin-top:60px;
}

.intro_logo_typed span {
	margin-left:-25px;
	word-spacing: -0.3em;
	white-space: nowrap;
}

.intro_logo img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
	z-index: -1;
}

.intro_subline {
	font-family: 'Univers Condensed Bold';
	text-transform: uppercase;
	font-size:44px;
	line-height: 54px;
}

.intro_featuring {
	display: block;
	font-size:44px;
	line-height: 52px;
	letter-spacing: -0.046em;
	text-transform: uppercase;
	text-align: left;
	margin-top:38px;
	margin-left:160px;
	margin-right:100px;
}

.intro_featuring small {
	font-size:27px;
}

.intro_featuring span.featuring_title {
	display: block;
	font-size:27px;
	line-height: 32px;
	margin-bottom:13px;
}

.intro_watch_the_trailer_box {
	display: block;
	text-align:right;
	margin-right:100px;
}

a.go_down {
	display: inline-block;
	position: fixed;
	bottom:20px;
	width: 35px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	height: 22px;
	text-indent: -10000px;
	background: url('images/arrow_down.svg') no-repeat center center;
	background-size:35px 22px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

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

.news {
	display: block;
	margin-bottom:75px;
	margin-left:100px;
	max-width: 265px;
	text-align: right;
}

.news img {
	max-width: 160px;
	height: auto;
}

.news .new_box {
	display: block;
	border:2px solid #fff;
	border-top:0 none;
	padding:5px 10px 1px 5px;
	font-size:18px;
	text-transform: uppercase;
}

.news .new_box p {
	margin-bottom:0;
}

.news .new_box.new_box_img {
	display: inline-block;
}

.news .new_box:first-child {
	border-top:2px solid #fff;
}

/*------------------------------------------------------
INTRO ANIMATION
------------------------------------------------------*/

.cover_intro_bg_fixed {
	display: block;
	position: relative;
	left:100px;
	right:100px;
	height:100%;
	z-index: 1;
	top:0;
	bottom:0;
	background: #000;
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
}

.cover_intro_bg_fixed .cover_intro_box {
	opacity: 1;
}

.cover_intro_bg_box, .cover_intro_box {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}

.cover_intro_box {
	background: #000;
	text-align: right;
}

.cover_intro_box iframe {
	display: inline-block;
	position: fixed;
	z-index: 0;
	opacity: 0.7;
	width: 30%;
	right: 100px;
	top:30px;
}

.home_after_intro {
	display: block;
	position: relative;
	background: #000;
	z-index: 5;
}

/*------------------------------------------------------
SLICK SLIDER
------------------------------------------------------*/

.slick_slider_box {
	display:block;
	position: relative;
	width: 100%;
	height: 930px;
	background: #000;
}

.slick_slider_box .slick-list {
	position:relative;
	width:100%;
	height:100%;
}

.slick_slider_box .slick-track {
	height:100%;
}

.slick_slider_box .slick-slide {
	position:relative;
	width: 100%;
	height: 100%;
}

.slick_slider_box .slide_img {
	position: absolute;
	top:0;
	bottom:0;
	height: 100%;
	width: auto;
	right:0;
	z-index:-1;
}

/* Slide Arrows */

.slick-prev.slick-arrow, .slick-next.slick-arrow {
	border:none;
	position:absolute;
	z-index:100;
	height:100%;
	width:15px !important;
	z-index: 100;
	top:0;
	text-indent:-10000px;
	cursor:pointer;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-webkit-transition:-webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.slick-prev.slick-arrow {
	border:none 0;
	background:url('images/arrow_left.svg') no-repeat center center;
	background-size:15px 25px;
	left:100px;
}

.slick-prev.slick-arrow:hover {
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
}

.slick-next.slick-arrow {
	border:none 0;
	background:url('images/arrow_right.svg') no-repeat center center;
	background-size:15px 25px;
	right:100px;
}

.slick-next.slick-arrow:hover {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

/*------------------------------------------------------
SLICK IMAGE SLIDER
------------------------------------------------------*/

.slick_slider_box.home_image_slider {
	height: 540px;
}

/* Slide Quote */

.inside_slide_text .image_slider_quote, .inside_slide_text .subtitle {
	margin-left:104px;
	max-width: 560px;
	margin-top:104px;
	text-transform: uppercase;
}

.inside_slide_text .subtitle {
	margin-top:41px;
}

.inside_slide_text .subtitle span {
	display: inline-block;
	font-size:18px;
	line-height: 21px;
	text-align: center;
	display: inline-block;
	padding:6px 10px 3px 10px;
	border:2px solid #fff;
}

.inside_slide_text .subtitle span p {
	margin-bottom:0;
}

/*------------------------------------------------------
SLICK VIDEO SLIDER
------------------------------------------------------*/

.slick_slider_box.home_video_slider {
	height: 930px;
}

.video_teaser_preview_img {
	position: absolute;
	left:0;
	right: 0;
	bottom:0;
	top:0;
	opacity: 0.5;
	z-index: -1;
}

.slick_slider_box.home_video_slider .inside_slide_text {
	display: block;
	margin-top:12%;
}

.slick_slider_box.home_video_slider .inside_slide_text .preview_teaser_title_inside {
	margin-left:100px;
	margin-bottom:30px;
}

.slick_slider_box.home_video_slider .inside_slide_text a.watch_the_trailer,
.slick_slider_box.home_video_slider .inside_slide_text a.coming_soon {
	margin-left:100px;
}

/*------------------------------------------------------
SLICK VIDEO NAVIGATION
------------------------------------------------------*/

.slick_slider_box.home_video_slider_nav {
	height: 270px;
}

.slick-slide {
	width: 25%;
	height: 270px;
}

.slick_slider_box.home_video_slider_nav .video_teaser_preview_img {
	position: absolute;
	left:0;
	right: 0;
	bottom:0;
	top:0;
	opacity: 0.5;
	z-index: -1;
}

.slick_slider_box.home_video_slider_nav .inside_slide_text {
	display: block;
	text-align: left;
}

.slick_slider_box.home_video_slider_nav .inside_slide_text {
	margin-top:93px;
}

.slick_slider_box.home_video_slider_nav .inside_slide_text .preview_teaser_title_inside {
	margin-left:10%;
	margin-bottom:30px;
}

.slick_slider_box.home_video_slider_nav .inside_slide_text a.watch_the_trailer,
.slick_slider_box.home_video_slider_nav .inside_slide_text a.coming_soon {
	margin-left:10%;
}

/*------------------------------------------------------
MAKING OFF SLIDE
------------------------------------------------------*/

.home_making_of {
	display: block;
	height: 540px;
	width: 100%;
	position: relative;
	text-align: center;
}

.home_making_of img {
	position: absolute;
	position: absolute;
	z-index: 0;
	height: 100%;
	width: auto;
	left:0;
	right:0;
	top:0;
	margin-left:auto;
	margin-right:auto;
}

.home_making_of:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.making_off_box {
	display: block;
	position: relative;
	z-index: 100;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.making_off_box .text_making_of {
	font-size:18px;
	line-height:21px;
	text-transform: uppercase;
}

.making_off_box .text_making_of p {
	margin-bottom:0;
}

.making_off_box .button_making_of {
	margin-top:45px;
}

/*------------------------------------------------------
IMAGE AND TEXT BOX
------------------------------------------------------*/

.image_and_text_box {
	display: block;
	padding-top:103px;
}

.image_and_text_box:last-child {
	padding-bottom:103px;
}

.image_and_text_box .column_left {
	display: block;
	width: 33%;
}

.image_and_text_box .column_right {
	display: block;
	width: 67%;
}

.image_and_text_box .column_left img {
	width: 100%;
	height: auto;
}

.image_and_text_box h2 {
	margin-top:90px;
	margin-bottom:33px;
}

.image_and_text_box .text, .image_and_text_box a.read_more {
	margin-left:55px;
}

.image_and_text_box .text {
	margin-right:65px;
}

/* Left Aligning */

.image_and_text_box.left .column_left {
	float: left;
}

.image_and_text_box.left .column_right {
	float: right;
}

.image_and_text_box.right .column_right .inside_column_right {
	margin-left:50px;
	margin-right:50px;
}


.image_and_text_box.left .column_right .inside_column_right {
	margin-left:100px;
}

/* Right Aligning */

.image_and_text_box.right .column_left {
	float: right;
}

.image_and_text_box.right .column_right {
	float: left;
}

/*------------------------------------------------------
PAGE DETAIL
------------------------------------------------------*/

.detail_page .column_left  {
	display: block;
	width: -moz-calc(50% - 35px);
	width: -webkit-calc(50% - 35px);
	width: -o-calc(50% - 35px);
	width: calc(50% - 35px);
	float: left;
	margin-top:15%;
	margin-right:35px;
}

.single_column {
	display: block;
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
	float: none;
	margin-top:15%;
	margin-right:50px;
	margin-left:50px;
}

.detail_page .column_left .detail_page_inside h2 {
	margin-bottom:40px;
	margin-left:50px;
}

.single_column h2 {
	margin-bottom:40px;
}

.detail_page .column_left .detail_page_inside .text {
	margin-right:0;
	margin-left:100px;
	padding-bottom:50px;
}

.single_column .text {
	margin-left:50px;
	padding-bottom:50px;
}

.detail_page .column_left .detail_page_inside .text img {
	margin-bottom:50px;
}

.detail_page .column_right {
	display: block;
	width: 50%;
	width: -moz-calc(50% - 35px);
	width: -webkit-calc(50% - 35px);
	width: -o-calc(50% - 35px);
	width: calc(50% - 35px);
	float: right;
	margin-left:35px;
}

.detail_page img {
	max-width: -moz-calc(100% - 50px);
	max-width: -webkit-calc(100% - 50px);
	max-width: -o-calc(100% - 50px);
	max-width: calc(100% - 50px);
	margin-right:50px;
	height: auto;
	margin-bottom:50px;
}

.detail_page a {
	border:1px solid #fff;
	padding:5px 3px 3px 3px;
}

/*------------------------------------------------------
PRESS LISTING
------------------------------------------------------*/

.press_downloads {
	display: block;
}

.press_downloads .press_download_listing {
	display: block;
	width: -moz-calc(33% - 20px);
	width: -webkit-calc(33% - 20px);
	width: -o-calc(33% - 20px);
	width: calc(33% - 20px);
	margin:0 10px;
	float: left;
	margin-bottom:40px;
}

.press_downloads .press_download_listing img {
	width: 100%;
	height: auto;
	margin-bottom:10px;
}

.press_downloads .press_download_listing:nth-child(3n+1){
    clear:left
}

/*------------------------------------------------------
BOOK
------------------------------------------------------*/

input.input_code {
	display: block;
	background: none;
	padding:5px 10px;
	border:2px solid #fff;
	width: -moz-calc(100% - 4px);
	width: -webkit-calc(100% - 4px);
	width: -o-calc(100% - 4px);
	width: calc(100% - 4px);
	max-width: 100px;
	margin:10px 0;
	color:#fff !important;
}

/* Chrome, Safari, Edge, Opera */
input.input_code::-webkit-outer-spin-button,
input.input_code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.input_code[type=number] {
  -moz-appearance: textfield;
}

input.submit_code {
	margin-top:5px;
	-webkit-transition:background 0.3s ease-out;
	transition:background 0.3s ease-out;
}

input.submit_code:hover {
	background: #fff !important;
	color:#000 !important;
	cursor:pointer;
}

.member_error {
	color:red;
}

body.page-template-books #wrapper {
	z-index: 10000;
}

/*------------------------------------------------------
FOOTER
------------------------------------------------------*/

footer {
	opacity: 1;
	position: fixed;
	left:0;
	right: 0;
	bottom:0;
	height: 355px;
	z-index: 500;
	background: #000 url('images/footer_bg.jpg') no-repeat center center;
	background-size:cover;
}

body.home footer {
	opacity: 0;
}

footer p {
	margin-bottom:10px;
}

footer .movie_listing {
	display: block;
	width: 100%;
	margin-top:50px;
	position: relative;
}

footer .movie_listing .column_left {
	display: block;
	width: 26.8%;
	position: absolute;
	height: 30px;
	bottom:28px;
}

footer .movie_listing .column_left .millton_logo {
	display: block;
	width: 100px;
	height: 43px;
	background: url('images/icon_milton.svg') no-repeat center center;
	background-size:100px 43px;
	margin:0 auto;
}

footer .movie_listing .column_right {
	display: block;
	width: 73.2%;
	float: right;
}

footer .copyright {
	position: absolute;
	bottom:13px;
	text-align: center;
	opacity: 0.7;
	left:25px;
	right: 25px;
}

footer .copyright, footer .copyright a {
	font-size:13px;
}


/*------------------------------------------------------
Media Queries
------------------------------------------------------*/

@media all and (max-width: 1300px) and (min-width: 0) {

	.intro_text {
		font-size:26px;
		letter-spacing: 0.8em;
	}

	.intro_logo_typed {
		font-size:100px;
		margin-top:30px;
	}

	.intro_featuring {
		font-size:22px;
		line-height:30px;
		margin-left:80px;
		margin-top:18px;
	}

	.intro_featuring span.featuring_title {
		font-size:22px;
		line-height:30px;
		margin-bottom:8px;
	}

	.news {
		max-width: 240px;
		margin-bottom:40px;
	}

	.news .new_box {
		font-size:16px;
	}

	.news img {
		max-width: 160px;
	}

	.cover_intro_bg_fixed {
		top:0;
		left:50px;
		right:50px;
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: -o-calc(100% - 100px);
		width: calc(100% - 100px);
	}

	body.home #wrapper {
		padding-top:50px;
	}

	header.real_header {
		height: 50px;
	}

	header.real_header a.hamburger {
		width: 30px;
		height: 20px;
		top:15px;
		right:50px;
		background: url('images/hamburger.svg') no-repeat center center;
		background-size:30px 20px;
	}

	.social_media_box {
		width: 50px;
	}

	.close_video, .close_nav {
		width: 20px;
		height: 20px;
		background: url('images/close.svg') no-repeat center center;
		background-size: 20px 20px;
		top:15px;
		right:50px;
	}

	h2, h2 a {
		font-size:33px;
		line-height:41px;
	}

	a.watch_the_trailer, a.coming_soon, a.read_more {
		font-size:16px;
		line-height:18px;
	}

	.nav_centered ul li a {
		font-size:33px;
		line-height:33px;
	}

	.nav_centered ul li {
		margin-bottom:34px;
	}

	a.go_home {
	    top: 10px;
	    left: 50px;
	    width: 351px;
	    height: 30px;
	    background: #000 url('images/logo.svg') no-repeat center center;
	    background-size: 351px 30px;
	}


}

@media all and (max-width: 1041px) and (min-width: 0) {

	.intro_text {
		font-size:18px;
		letter-spacing: 0.8em;
	}

	.intro_logo_typed {
		font-size:70px;
		margin-top:15px;
	}

	.intro_featuring {
		font-size:16px;
		line-height:21px;
		margin-left:80px;
		margin-top:18px;
		margin-bottom:20px;
	}

	.intro_featuring span.featuring_title {
		font-size:16px;
		line-height:21px;
		margin-bottom:3px;
	}

	.intro_featuring small {
	    font-size: 14px;
	}

	.news {
		display: none;
		max-width: 250px;
		margin-bottom:40px;
	}

	.news .new_box {
		font-size:16px;
	}

	.news img {
		max-width: 100px;
	}

	.cover_intro_bg_fixed {
		top:0;
		left:50px;
		right:50px;
	}

	header.real_header {
		height: 50px;
	}

	header.real_header a.hamburger {
		width: 30px;
		height: 20px;
		top:15px;
		right:50px;
		background: url('images/hamburger.svg') no-repeat center center;
		background-size:30px 20px;
	}

	.social_media_box {
		width: 50px;
	}

	.social_media_box {
		display: none;
	}

	.slick_slider_box.home_image_slider {
		height: 400px;
	}

	.inside_slide_text .image_slider_quote, .inside_slide_text .subtitle {
		max-width:400px;
		margin-left:50px;
		margin-top:50px;
	}

	h2, h2 a {
		font-size:23px;
		line-height:31px;
	}

	.slick-prev.slick-arrow, .slick-next.slick-arrow {
		display: none !important;
	}

	.inside_slide_text .subtitle span {
		font-size:16px;
	}

	.home_making_of {
		height: 400px;
	}

	.home_making_of:before {
	  display: none;
	}

	.making_off_box {
		display: block;
		position: absolute;
		right:50px;
		top:50px;
		z-index: 100;
		text-align: right;
		display: inline-block;
		vertical-align: middle;
		max-width: 400px;
	}

	.making_off_box .text_making_of {
		font-size:16px;
	}

	.making_off_box .button_making_of {
		margin-top:25px;
	}

	.slick_slider_box.home_video_slider_nav {
		display: none !important;
	}

	.navigation {
		text-align: center;
	}

	.navigation:before {
	  display: none;
	}

	.navigation .social_media_box_mobile {
		display: inline-block;
	}

	.navigation .social_media_box_mobile a {
		display: inline-block;
		float: left;
		margin-right:15px;
	}

	.social_media_box_mobile a.vimeo_icon {
		margin-top:6px;
	}

	.social_media_box_mobile a.insta_icon {
		margin-top:2px;
	}

	.social_media_box_mobile a.moon_icon {
		margin-top:2px;
	}

	.nav_centered {
		display: block;
		margin-left:50px;
		margin-top:100px;
		text-align: left;
	}

	.detail_page .column_left, .single_column, .detail_page .column_right {
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: -o-calc(100% - 100px);
		width: calc(100% - 100px);
		margin-left:50px;
		margin-right:50px;
		float: none;
	}

	.detail_page .column_left .detail_page_inside h2 {
		margin-left:0;
	}

	.detail_page .column_left, .single_column {
		margin-top:0px;
	}

	.detail_page .column_left .detail_page_inside .text, .single_column .text {
		margin-left:0;
	}

	.detail_page img {
		max-width: 100%;
		margin-right:0;
	}

	body.archive #container h1, .woo_detail_page h2 {
		margin-left:50px;
	}

	body.archive .page-description, body.archive ul.products, .woo_detail_page .woocommerce {
		margin-left:50px !important;
		margin-right:50px !important;
	}

}

@media all and (max-width: 780px) and (min-width: 0) {

	.press_downloads .press_download_listing {
		display: block;
		width: 100%;
		margin:0;
		float: none;
		margin-bottom:40px;
	}

	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		margin-left:40px !important;
		margin-right:40px !important;
		margin-top:50px;
	}

}

@media all and (max-width: 740px) and (min-width: 0) {

	.cover_intro_bg_fixed {
		left:0;
		right:0;
		width: 100%;
	}

	.image_and_text_box .column_left, .image_and_text_box .column_right {
		width: 100% !important;
		float: none;
	}

	.image_and_text_box.left .column_right .inside_column_right {
		margin-left:50px;
	}

	.image_and_text_box h2 {
		margin-top:0;
	}

	.image_and_text_box .column_right {
		margin-bottom:50px;
	}

	.image_and_text_box {
		padding-top:50px;
	}

	.intro_featuring {
		display: none;
	}

	.intro_watch_the_trailer_box {
		margin-right:0;
		text-align: center;
		margin-top:20px;
	}

	.inside_cover {
		top:0;
		left:0;
		right:0;
	}

	footer .movie_listing .column_left, footer .movie_listing .column_right {
		float: none;
		width: 100%;
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: -o-calc(100% - 100px);
		width: calc(100% - 100px);
		margin-left:50px;
		margin-right:50px;
		position: relative;
	}

	footer .movie_listing .column_left .millton_logo {
		display: inline-block;
	}

	footer .movie_listing, footer .movie_listing a {
		font-size:14px;
		line-height:16px;
	}

	footer .copyright {
	    margin-left: 50px;
	    margin-right: 50px;
	}

	footer .copyright, footer .copyright a {
		font-size: 10px;
		line-height: 14px;
	}


}

@media all and (max-width: 570px) and (min-width: 0) {

	body {
		font-size:14px;
		line-height: 20px;
	}

	.intro_logo_typed {
		font-size:38px;
		line-height: 45px;
	}

	.intro_text {
		font-size:14px;
		letter-spacing: 0.6em;
	}

	.intro_logo_typed span {
		margin-left:-10px;
	}

	header.real_header a.hamburger {
		right:20px;
	}

	.close_video, .close_nav {
		right:20px;
	}

	.close_video {
		right:auto;
		left:20px;
	}

	.nav_centered ul li a {
		font-size:18px;
		line-height:21px;
	}

	.nav_centered ul li {
		margin-bottom:20px;
	}

	.nav_centered {
		margin-top:80px;
	}

	.slick_slider_box.home_image_slider, .home_making_of, .slick_slider_box.home_video_slider {
		height: 200px !important;
	}

	.inside_slide_text .image_slider_quote, .inside_slide_text .subtitle {
		margin-left:20px;
		margin-top:20px;
	}

	h2, h2 a {
		font-size:16px;
		line-height:20px;
	}

	.inside_slide_text .subtitle span {
		font-size:14px;
		line-height: 18px;
	}

	.image_and_text_box .text {
		margin-left:0;
		margin-right:25px;
	}

	.image_and_text_box.left .column_right .inside_column_right {
		margin-left:25px;
	}

	.image_and_text_box .text, .image_and_text_box a.read_more {
		margin-left:0;
	}

	.image_and_text_box.right .column_right .inside_column_right {
		margin-left:25px;
		margin-right:25px;
	}

	.cover_intro_box iframe {
		margin-right:25px;
		width: 60%;
	}

	footer .movie_listing .column_left, footer .movie_listing .column_right {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -o-calc(100% - 50px);
		width: calc(100% - 50px);
		margin-left:25px;
		margin-right:25px;
	}

	footer .movie_listing, footer .movie_listing a {
		font-size:12px;
		line-height: 14px;
	}

	footer .movie_listing {
		margin-top:25px;
	}

	footer .copyright {
		margin-left:25px;
		margin-right:25px;
		bottom:10px;
	}

	a.go_home {
		top: 18px;
		left: 25px;
		width: 175px;
		height: 15px;
		background: #000 url('images/logo.svg') no-repeat center center;
		background-size: 175px 15px;
	}

	.detail_page .column_left, .single_column, .detail_page .column_right {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -o-calc(100% - 50px);
		width: calc(100% - 50px);
		margin-left: 25px;
		margin-right: 25px;

	}

	.single_column h2 {
		margin-bottom:20px;
	}

	#wrapper {
		padding-top:80px;
	}

	.nav_centered {
		margin-top:60px;
	}

	body.archive #container h1, .woo_detail_page h2 {
		margin-left:25px;
	}

	body.archive .page-description, body.archive ul.products, .woo_detail_page .woocommerce {
		margin-left:25px !important;
		margin-right:25px !important;
	}

	a.button, button.single_add_to_cart_button, input#place_order, input.input_code, input.submit_code  {
		font-size:12px !important;
	}

	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		margin-left:25px !important;
		margin-right:25px !important;
		margin-top:50px;
	}


	
}