/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
body {
	overflow-y: visible;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
    text-decoration: none;
	color: #FDB901;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#tumblr_controls {
    display: none;
}

body {
    /*background-image: url("http://static.tumblr.com/3q87dcl/rjan9i4q9/page_bg_skyline.png"), url("http://static.tumblr.com/3q87dcl/HXqn9i4pw/page_bg.jpg");*/
	background-color: #000;
	background-image: url("http://static.tumblr.com/2lq25px/NF0ne9wo5/bg40.jpg");
	/*background-position: top center, top center;*/
    background-position: top center;
    background-size: 100% auto;
	/*background-repeat: no-repeat, repeat-y;*/
    background-repeat: repeat;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size:100%;
    max-width: 100%;
}
@media screen and (max-width:800px){
	body {
		background: #000;
	}
}
#main-nav {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 400;
	(;font-weight: 700;);
    font-size: 17px;
    position: fixed;
    width: 100%;
    height: 98px;
    background-color: #000000;
    z-index: 100;
    visibility: visible;
	top: 0;
}
/*#mobile-menu {
	display: none;
}*/

.nav-active {
    border-bottom: 3px solid #fdb901;
}

#main-nav .container {
	position: relative;
	width: 100%;
	height: 98px;
	background: #000;
	z-index: 15;
}
#main-nav .container.tags {
	border-bottom: 3px solid #fdb901;
}
#main-nav #logo-full {
    position: relative;
    float: left;
    top: 8px;
    margin-left: 43px;
    width: 150px;
    height: 163px;
    cursor: pointer;

    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

#main-nav #logo-full img {
    width:100%;
}

#main-nav #main-nav-bar {
	position: relative;
	float: left;
	width: 30%;
	height: 60px;
	top: 38px;
	color: #cccccc;
	overflow: hidden;
	margin: 0;
}
#main-nav #main-nav-bar .dropdown {
	display: none;
	position: absolute;
}
#main-nav-bar .highlight {
    position: absolute;
    left: 50%;
	margin-left: -7px;
    bottom:-11px;
    width:15px;
    height:11px;
    background-image:url("http://static.tumblr.com/3q87dcl/Ascn9ls61/nav-highlight.png");
    background-size: 15px 11px;
}

#main-nav #main-nav-bar li {
	position: relative;
    float:left;
    margin-left: 12%;
    cursor: pointer;
	height: 60px;
}
#main-nav #main-nav-bar li ul {
	position: relative;
	z-index: 100;
	display: none;
}
#main-nav #main-nav-bar li ul li {
	display: inline-block;
}


#main-nav #main-nav-bar li:hover {
    color: #fdb901;
}

#main-nav #main-nav-bar .highlighted {
    color: #fdb901;
}


#main-nav #sub-nav-bar {
	position: relative;
	float: right;
	top: 21px;
	color: #cccccc;
}

#main-nav #sub-nav-bar li {
    list-style: none;
    float: left;
    cursor: pointer;
    margin-right:25px;
}
#main-nav #sub-nav-bar li a {
	color: #ccc;
}
#main-nav #sub-nav-bar li a:hover {
	color: #FDB901;
}
#main-nav #sub-nav-bar li.follow-btn:before {
    content: " ";
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
    width: 10px;
    height: 12px;
    background-image: url("http://static.tumblr.com/3q87dcl/WhLn9hy80/tumblr_btns_plus_icon.png");
    background-size: 10px 12px;
}

#main-nav #sub-nav-bar li.tumblr-btn:before {
    content: " ";
    display: block;
    float:left;
    margin-right: 5px;
    margin-top: 2px;
    width:16px;
    height:16px;
    background-image:url("http://static.tumblr.com/3q87dcl/aRWn9hy94/tumblr_btns_home_icon.png");
    background-size: 16px 16px;
}

#main-nav #sub-nav-bar li.calendar-btn {
    width: 85px;
    height: 85px;
    margin-top: -32px;
}

#main-nav #sub-nav-bar li.calendar-btn img {
    width:100%;
}

#main-nav #sub-nav-bar li:hover {
    color: #fdb901;
}

#main-nav #sub-nav-bar li.search-input {
	margin-left: 30px;
    margin-top: -6px;
    
}

#main-nav #sub-nav-bar li.search-input .nav-search-textfield {
    height:36px;
    line-height: 30px;
    background: #404040;
    color:#ffffff;
    border:none;
    padding-left:10px;
    border:0px;
    outline:0px;
    box-sizing: border-box;
    background-image: url("http://static.tumblr.com/3q87dcl/owJn9hz5s/mag-glass.png");
    background-repeat: no-repeat;
    background-position: right 7px top 7px;
    background-size: 21px 21px;
    font-size: 14px;
}

#main-nav #sub-nav-bar li:last-of-type {
	margin-right: 30px;
}

#dropdown {
	position: absolute;
	clear: both;
	bottom: 0;
	width: 100%;
	height: 58px;
	color: #000201;
	background-color: #fdb801;
	z-index: 0;
}
#dropdown li {
	display: inline-block;
	font-size: 17px;
}
#dropdown li.archive-btn, #dropdown li.site-btn {
	margin-right: 75px;
}
#dropdown li a {
	color: #000;
}
#dropdown li.icon i {
	font-size: 18px;
	color: #fdb901;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	text-align: center;
	line-height: 27px;
    width: 25px;
	height: 25px;
}
#dropdown li.pin-btn {
	line-height: 27px;
	vertical-align: text-bottom;
}
#dropdown li.pin-btn i {
	background: none;
	font-size: 30px;
	color: #000;
	vertical-align: middle;
}
#dropdown li.icon {
	margin: 0 5px;
}
#dropdown .menu {
	margin-left: 40%;
	margin: 0.8em 0;
}

#tags {
	bottom: 0;
	border-top: 3px solid #fdb901;
	height: 287px;
    width: 100%;
	position: absolute;
	z-index: 10;
}

#mobile-menu {
	margin-top: -573px;
}

/* PRELOADER */
#preloader {
    position: fixed;
    width:100%;
    height:100%;
    background-color: #000;
    z-index: 1000;
    background-image: url("http://static.tumblr.com/3q87dcl/JbWn9lb1t/spinner.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
}
/* END PRELOADER */

/* TUMBLR NOTES */
.tumblr-notes {
    display:none;
}

/* VIDEO EMBED */
#video-embed {
    display:none;
}
/* END VIDEO EMBED */


/* END TUMBLR NOTES */

/* TUMBLR BUTTONS */

.tumblr-btns-container {
    position: absolute;
    z-index: 100;
    width:100%;
    box-sizing: border-box;
}

.tumblr-btns {
    position: relative;
    width:1100px;
    padding-top:40px;
    padding-right:20px;
    margin:0 auto;
    box-sizing: border-box;
    text-align: right;
    font-family: "Helvetica-Bold", sans-serif;
    color: #efeeec;
    font-size:13px;
}

.tumblr-btns .tumblr-btns-bg {
    display:none;
    position: absolute;
    right: 2px;
    top: 39px;
    width: 172px;
    height: 42px;
    background-color: #000000;
}

.tumblr-btns ul {
    position: absolute;
    list-style-type: none;
    right:20px;
}

.tumblr-btns ul a {
    color: #efeeec;
}

.tumblr-btns ul li {
    cursor: pointer;
}

.tumblr-btns .follow-btn {
    float:right;
    padding-left:14px;
    margin-right:18px;
    background: url("http://static.tumblr.com/junghno/7MRn6pkn6/tumblr_btns_plus_icon.gif") no-repeat;
    background-position: 0px 3px;
    background-size: 9px 9px;
}

.tumblr-btns .follow-btn:hover {
    color: #999999;
}

.tumblr-btns .tumblr-btn {
    float:right;
    padding-left:17px;
    background: url("http://static.tumblr.com/junghno/zgPn6pkmt/tumblr_btns_home_icon.png") no-repeat;
    background-position: 0px 0px;
    background-size: 12px 12px;
}

.tumblr-btns .tumblr-btn:hover {
    color: #999999;
}
/* END TUMBLR BUTTONS */




/* CONTENT */

#content-wrapper {
    max-width: 1100px;
    min-width: 100px;
    margin:0 auto;
    margin-top:230px;
}

#content-container {
    /*width:1100px!important;*/
    /*height:100% !important;*/
    text-align: center;
	margin: 80px auto;


    /*border: 1px solid yellow;*/
}

.mobile {
    width:100% !important;
    padding:0px !important;
    margin:0px !important;
}
/* END CONTENT */
#content-wrapper.mobile {
	margin: 0 auto !important;
}


#back-top {
	background: url(http://static.tumblr.com/3q87dcl/sRynakwea/backtop_btn.png) no-repeat;
	width: 50px;
	height: 95px;
	position: fixed;
	right: 2%;
	bottom: 10%;
	cursor: pointer;
	z-index: 10;
	display: none;
}
@media screen and (max-width:1300px){
	#back-top {
		right: 0;
	}
}




/* FOOTER */
footer {
    width:100%;
    height:187px;
    min-width: 1100px;
    background: url("http://static.tumblr.com/junghno/O2Rn6pkby/footer_bg.png") repeat-x;
    background-position: center top;
    z-index: 30;
}

#footer-content-container {
    position: relative;
    width:1100px;
    height:187px;
    margin: 0 auto;
}

footer #footer-logo {
    position: absolute;
    top:90px;
    left:12px;
    font-family: "Candy-Hearted", sans-serif;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}

footer #footer-logo .b {
    color: #f95e34;
}

footer #footer-watch-now-btn {
    position: absolute;
    top:60px;
    left:480px;
    width:140px;
    height:74px;
    background: rgba(188,187,184,0.3) url("http://static.tumblr.com/junghno/B0nn6pkgu/nav_watch_now_btn.png") no-repeat;
    background-position: center;
    background-size: 93px 42px;
    border-radius:10px;
    cursor: pointer;
}

footer #copyright-text {
    position: absolute;
    top:155px;
    width:100%;
    text-align: center;
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 10px;
    color: #8b8b8b;
}

footer .social-nav-bar {
    position: absolute;
    top:75px;
    right:20px;
    list-style: none;
}

footer .social-nav-bar li {
    float: right;
    margin-left:25px;
    cursor: pointer;
}
/* END FOOTER */

#back-btn { display: none; }

.click-message {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Archivo Narrow',sans-serif;
	border-bottom: 1px solid #fff;
	margin: 10px auto;
	line-height: 1em;
	pointer-events: none;
	display: inline-block;
}

.ask-btn { cursor: pointer }
#ask-box {
	display: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size:100%;
    position: fixed;
    top: 0;
    bottom:0px;
    width:100%;
    z-index: 70;
    overflow: hidden;
	background-color: #051f2c;
}
#ask-box h2 {
	font-size: 42px;
	color: #ccc;
	font-family: 'Archivo Narrow',sans-serif;
	margin: 0;
	letter-spacing: 0.05em;
}
#ask-box .inner {
	width: 65%;
	max-width: 700px;
	margin: 220px auto;
	padding: 35px;
	background: #000;
}
#ask-box iframe {
	background: #1a1b1f;
}
.desktop #ask-box {
	background-image: url("http://static.tumblr.com/3q87dcl/rjan9i4q9/page_bg_skyline.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.l-container {
	background: #333;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#slider {
	width: 100%;
	max-width: 1100px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px auto;
	padding: 0;
	*zoom: 1;
	width: 100%;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
}

/* LOADER */

/*.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("../images/bx_loader.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}*/

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 8px;
	background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 8px;
	background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("../images/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("../images/controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
    height:94px;
	bottom: 54px;
	left: 0;
	background: #fdb901;
	width: auto;
}
@media screen and (max-width:1000px){
	.bx-wrapper .bx-caption {
		height:80px;
	}
}
.bx-wrapper .bx-caption span {
	color: #fff;
    font-family: "Archivo Narrow", sans-serif;
	display: block;
	font-size: 45px;
    padding: 18px 40px;
}
@media screen and (max-width:1000px){
	.bx-wrapper .bx-caption span {
		font-size: 38px;
	}
}
#box-slider {
    position: relative;
    margin: 0 auto;
}

#slider-prev-btn {
    position: absolute;
    top:50%;
    left: -54px;
    width:54px;
    height:60px;
    margin-top: -30px;
    background-color: #fdb901;
    background-image: url(http://static.tumblr.com/3q87dcl/bSgn9ll27/slides-left-btn.png);
    background-size: 54px 60px;

    -webkit-transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -o-transition: all 200ms ease-out 0ms;
    transition: all 200ms ease-out 0ms;
}

#slider-prev-btn:hover {
    background-color: #000;
    background-position: -10px 0px;
}
#slider-prev-btn a, #slider-next-btn a {
    display:block;
    width:100%;
    height:100%;
}

#slider-next-btn {
    position: absolute;
    top:50%;
    right: -54px;
    width:54px;
    height:60px;
    margin-top: -30px;
    background-color: #fdb901;
    background-image: url(http://static.tumblr.com/3q87dcl/MDSn9ll35/slides-right-btn.png);
    background-size: 54px 60px;

    -webkit-transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -o-transition: all 200ms ease-out 0ms;
    transition: all 200ms ease-out 0ms;
}
#slider-prev-btn, #slider-next-btn {
	display: none;
}
#slider-next-btn:hover {
    background-color: #000;
    background-position: 10px 0px;
}

#bx-pager {
    position: absolute;
    bottom:-40px;
    left: 10px;
}

#bx-pager a {
    float:left;
    display:block;
    width:14px;
    height:14px;
    background-color:#fdb901;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;

    -webkit-transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -o-transition: all 200ms ease-out 0ms;
    transition: all 200ms ease-out 0ms;

    margin-right:15px;
}

#bx-pager a:hover {
    background-color:#fff;
}

#bx-pager .active {
    background-color:#fff;
}

#mobile-menu-btn {
	display: none;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
   
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
