/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* size */
.nttd body{
	background-color: black;
	color: white;
}
/*
.nttd #container header{
	 border-bottom: 1px solid white;
	  }
	  */
.nttd .footer{
	background-color: black;
	color: white;
	border-top: 1px solid white;
	bottom:-84px;
}
.nttd #logo{
	padding-top: 12px;/**/
}
.nttd #logo img{
	width:auto;
	height: 65px;/**/
}
.nttd .nav li{
font-family: "Georgia", Cambria, Times New Roman, Times, serif;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 25px;
padding-right: 25px;
border-right:1px solid white;
cursor: pointer;
}
.nttd .nav li:hover, .nttd .nav li.active{
	color: black;
	background-color: white;
}
.nttd .nav li:last-child{
	border-right:none;
}
.nttd .nav li:nth-last-child(2){
	border-right:1px solid white;
}
.nttd .nav li a{
	color: white;
	margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
.nttd .nav li a:hover{
	color: black;
	background-color: white;
}
.nttd section{
	margin-top: 25px;
	margin-bottom: 75px;
}
.nttd #inner-footer nav{
	border-bottom: 1px solid white;
}
.nttd nav.top{
	border-bottom: none; /*1px solid white;*/
	border-top: 1px solid white;
}
.nttd nav.top.reveal{
	background-color: rgba(0,0,0,0) /*rgba(0,0,0,0.90)*/ !important;
}
.nttd h1{
	border-bottom: 1px solid white;
	line-height: 50px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	font-size: 32px;
	letter-spacing: 2px;
}
.nttd .tabs-content{
	position: relative;
	/*padding-top: 100px;*/
	width:100%;
	height:550px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.nttd .tabs-content li{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:550px;
	visibility: hidden;
	/*display: none;*/
	opacity: 0;
	transition: opacity 1s ease-out;
	/*width:*/
}

.nttd .tabs-content li.active{
	visibility: visible;
	display: block;
	opacity: 1;
}
.nttd .yt-embed-container iframe, .nttd .yt-embed-container img{
	width:100%;
	height:550px;
}
.nttd .nttd-meta{
	/*border-top:1px solid white;*/
	border-bottom:1px solid white;
	height:50px;
	text-transform: uppercase;
}
.nttd .release{
	float:left;
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 1px;
}
.nttd .buy-tickets{
	float:right;
	line-height: 50px;
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: bold;
}
.nttd .buy-tickets a{
	color: white;
	text-decoration: none;
	transition: color ease-out;
}
.nttd .buy-tickets a:hover{
	color: #9e8844;
}
.nttd .logo{
	float:left;
	width:34%;
	margin-top: 15px;
}
.nttd .logo img{
	display: block;
	width: 75%;
	height:auto;
}
.nttd .synopsis{
	float:right;
	width: 66%;
	font-family: "Georgia", Cambria, Times New Roman, Times, serif;
font-size: 16px;
}

.jCountdownContainer {
  position: relative;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  *zoom: 1;
  /* IE */
  *display: inline;
  /* IE */ }

/* scale */
.jCountdownScale {
  position: absolute;
  padding: 0px;
  margin: 0px; }

/* countdown */
.jCountdown {
  padding: 0px;
  margin: 0px;
  white-space: nowrap; }

/* group */
.jCountdown .group {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  *zoom: 1;
  /* IE */
  *display: inline;
  /* IE */ }

/* container */
.jCountdown .group > .container {
  background-color: #000;
  position: relative;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  *zoom: 1;
  /* IE */
  *display: inline;
  /* IE */ }

.jCountdown.crystal .group > .container {
  width: 60px;
  height: 60px;
  padding: 0px;
  margin: 0px; }

.jCountdown.crystal .group > .container:first-child {
  margin: 0px; }

/* cover */
.jCountdown .group > .container > .cover {
  position: absolute;
  z-index: 1;
  padding: 0px;
  margin: 0px; }

/* text */
.jCountdown .group > .container > .text {
  padding: 0px;
  margin: 0px; }

.jCountdown.crystal .group > .container > .text {
  width: 60px;
  height: 60px; }

.jCountdown.crystal.black .group > .container > .text {
  background-image: url(../images/jcountdown_007_black.png); }

.jCountdown.crystal.white .group > .container > .text {
  background-image: url(../images/jcountdown_007_white.png); }

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  text-align: center; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*$bones-pink;*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/********************
ANIMATIONS
/*******************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #706030;
  border-top-color: #857339;
  border-left-color: #857339;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #8c793c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e8844), to(#8c793c));
  background-image: -webkit-linear-gradient(top, #9e8844, #8c793c);
  background-image: -moz-linear-gradient(top, #9e8844, #8c793c);
  background-image: -o-linear-gradient(top, #9e8844, #8c793c);
  background-image: linear, to bottom, #9e8844, #8c793c; }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: #fff;
    border: 1px solid #706030;
    border-top-color: #574b25;
    border-left-color: #574b25;
    background-color: #7a6935;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8c793c), to(#7a6935));
    background-image: -webkit-linear-gradient(top, #8c793c, #7a6935);
    background-image: -moz-linear-gradient(top, #8c793c, #7a6935);
    background-image: -o-linear-gradient(top, #8c793c, #7a6935);
    background-image: linear, to bottom, #8c793c, #7a6935; }
  .button:active, .button:visited:active {
    background-color: #9e8844;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8c793c), to(#9e8844));
    background-image: -webkit-linear-gradient(top, #8c793c, #9e8844);
    background-image: -moz-linear-gradient(top, #8c793c, #9e8844);
    background-image: -o-linear-gradient(top, #8c793c, #9e8844);
    background-image: linear, to bottom, #8c793c, #9e8844; }

.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear, to bottom, #1990db, #1681c4;
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear, to bottom, #1784c9, #1472ad; }
  .blue-button:active, .blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear, to bottom, #1681c4, #1990db; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: black;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  height: 100%; }

#logo {
  position: relative; }

.translatable {
  visibility: hidden;
  opacity: 0; }
  .translatable.active {
    visibility: visible;
    opacity: 1; }

#DIV_TO_PLACE_COUNTDOWN {
  margin: 0;
  position: absolute;
  display: block;
  top: 9px;
  right: 0px;
  height: 100px;
  width: 245px;
  margin: 0;
  padding: 20px 0px 10px 0;
  padding-top: 15px;
  z-index: 9999;
  background-color: #000;
  text-align: center;
  background-image: url(../images/jcountdown_007_bgd_alt.png);
  background-size: contain; }

#logo {
  padding-top: 22px; }
  #logo img {
    display: block;
    width: 172px;
    height: 54px;
    margin: 0 auto; }
  #logo a {
    color: black;
    width: 172px;
    display: block;
    margin: 0 auto; }
  #logo .tagline {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.45em;
    line-height: 0.3em;
    margin-top: 1.4em;
    font-family: "Georgia", Cambria, Times New Roman, Times, serif; }

.page-template-template-locations-php .post_image img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }

#inner-content {
  padding-bottom: 50px; }

#fb-root {
  margin-bottom: 5px; }

#pinterest-root {
  max-width: 200px;
  margin-bottom: 6px; }

.width-75 {
  margin: 0;
  padding: 0; }
  .width-75 iframe {
    width: 100%; }

.with-top-padding {
  margin-top: 30px; }

hr {
  border: none;
  border-top: 1px solid black; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 980px;
  margin: 0 auto;
  max-width: 980px; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #9e8844;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #7e6c36; }
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/* 
	*****************************************************************
	H1, H2, H3, H4, H5 STYLES
	*****************************************************************
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.333em;
  text-transform: uppercase;
  margin-bottom: 0.1em; }

h2, .h2 {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 1em;
  margin-top: 0.1em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

h6 {
  font-size: 0.8em;
  color: #9e8844;
  font-weight: normal;
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

.post-template-single-extra-php h6 {
  margin-top: 0; }

#container {
  position: relative;
  z-index: 0; }

#bg-cover {
  display: none; }

.single-wallpaper_download #bg-cover {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); }

/*********************
HEADER STYLES
*********************/
.header {
  height: 119px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }
  .header.reveal {
    opacity: 1; }

.search-box {
  position: absolute;
  right: 10px;
  top: 65px;
  width: 45px;
  text-align: center; }
  .search-box h3 {
    font-size: 0.6em;
    text-transform: uppercase;
    margin-top: 0px; }
  .search-box img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    z-index: 2; }
  .search-box #searchform {
    width: 150px;
    right: 50px;
    top: 0px;
    position: absolute;
    display: none; }
    .search-box #searchform .screen-reader-text {
      display: none; }
    .search-box #searchform #searchsubmit {
      display: none; }
    .search-box #searchform input {
      border-radius: 12px;
      border: 2px solid #ccc;
      height: 37px;
      font-size: 0.9em;
      padding-left: 12px;
      padding-right: 12px;
      width: 100%;
      /* mobile firefox too! */ }
      .search-box #searchform input:focus {
        outline: 0;
        border: 2px solid #000; }

.explorer8 .search-box #searchform input {
  height: 25px; }

.ipad .social_container .buttons li a:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.social_container {
  position: absolute;
  left: 10px;
  top: 60px;
  z-index: 2;
  width: 165px;
  text-align: center; }
  .social_container h3 {
    font-size: 0.6em;
    text-transform: uppercase;
    line-height: 1.1em;
    position: relative;
    top: 26px; }
  .social_container .buttons {
    width: 165px;
    margin: 0 auto;
    padding: 5px;
    position: absolute;
    top: 0px;
    left: 0px; }
    .social_container .buttons li {
      width: 25px;
      height: 25px;
      display: inline-block; }
      .social_container .buttons li a img {
        -webkit-transition: all 0.3s ease-out;
        -transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .social_container .buttons li a:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
      .social_container .buttons li img {
        display: block;
        width: 100%;
        height: auto;
        image-rendering: optimizeQuality; }

.holding {
  margin: 0;
  padding: 0; }
  .holding img {
    width: 359px;
    height: 112px;
    display: block;
    margin: 0 auto;
    margin-top: 375px; }
  .holding .social_container {
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 2;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    height: 75px; }
    .holding .social_container h3 {
      font-size: 0.6em;
      text-transform: uppercase;
      line-height: 1.1em;
      position: relative;
      top: 5px; }
    .holding .social_container .buttons {
      width: 165px;
      margin: 0 auto;
      padding: 5px;
      top: 0px;
      left: 0px;
      position: relative; }
      .holding .social_container .buttons li {
        width: 25px;
        height: 25px;
        margin-bottom: 5px;
        display: inline-block; }
        .holding .social_container .buttons li img {
          display: block;
          width: 100%;
          height: auto;
          margin: 0; }
  .holding h1 {
    font-family: "Georgia", Cambria, Times New Roman, Times, serif;
    text-align: center;
    width: 100%;
    letter-spacing: 0.5em;
    line-height: 1em;
    margin-top: 1.2em; }
  .holding h2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    color: #c00949;
    font-size: 1em;
    letter-spacing: 0.2em;
    margin-top: 0.8em; }

.explorer8 .social_container .buttons {
  top: -15px; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
nav.top {
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  -webkit-transition: background-color 0.4s ease-out, opacity 0.5s ease-out 0.3s;
  -transition: background-color 0.4s ease-out, opacity 0.5s ease-out 0.3s;
  transition: background-color 0.4s ease-out, opacity 0.5s ease-out 0.3s;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 119px;
  height: 32px; }
  nav.top.reveal {
    visibility: visible;
    opacity: 1; }

#inner-footer {
  margin: 0px;
  padding: 0px;
  text-align: center; }
  #inner-footer nav {
    border-bottom: 1px solid black; }
  #inner-footer #menu-footer-menu {
    opacity: 1;
    width: 768px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px; }
    #inner-footer #menu-footer-menu.nav li {
      border: none;
      float: none;
      display: inline-block; }
      #inner-footer #menu-footer-menu.nav li a {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 0.5em;
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: 2px; }
  #inner-footer .footer-logos {
    display: inline-block;
    margin-top: 10px; }
    #inner-footer .footer-logos .logo {
      margin-left: 20px;
      margin-right: 20px; }
      #inner-footer .footer-logos .logo.mgm {
        width: 80px;
        height: 18px; }
      #inner-footer .footer-logos .logo.twentieth {
        width: 30px;
        height: 25px;
        position: relative;
        top: 5px; }
      #inner-footer .footer-logos .logo.columbia {
        width: 68px;
        height: 18px; }
  #inner-footer .copyright {
    font-size: 0.5em;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin: 10px auto;
    max-width: 980px; }

#legalinclude-cookie_banner {
  z-index: 99999999999; }

#legalinclude-legal {
  display: none;
  font-size: 0.5em;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  margin: 10px auto;
  max-width: 980px; }

.geohide {
  display: none !important; }
/* , .GB .nav li:last-child,.AU .nav li:last-child  */
.US .nav li:last-child, .CA .nav li:last-child, .GB .nav li:last-child {
  border-right: none; }
/* , .GB .nav li:nth-last-child(2), .AU .nav li:nth-last-child(2) */
.US .nav li:nth-last-child(2), .CA .nav li:nth-last-child(2) {
  border-right: 1px solid black; }
/* , .GB .geohide, .AU .geohide */
.US .geohide, .CA .geohide {
  display: inline-block !important; }
  .AU .geo_default, .IT .geo_default, .NZ .geo_default, .IE .geo_default, .RU .geo_default, .FR .geo_default, .DE .geo_default, .AT .geo_default, .JP .geo_default, .KR .geo_default, .BR .geo_default, .ES .geo_default, .MX .geo_default, .NL .geo_default, .CH .geo_default{
	   display: none !important; 
  }
  .AU.geohide, .IT.geohide, .IE.geohide, .RU.geohide, .FR.geohide, .DE.geohide, .AT.geohide, .JP.geohide, .KR.geohide, .BR.geohide, .ES.geohide, .MX.geohide, .NL.geohide, .CH.geohide, .GB.geohide{
	  display: none !important;
	  border-right: none;
	}
  .AU .AU.geohide, .IT .AU.geohide, .NZ .AU.geohide, .IE .IE.geohide, .RU .RU.geohide, .FR .FR.geohide, .DE .DE.geohide, .AT .AT.geohide, .JP .JP.geohide, .KR .KR.geohide, .BR .BR.geohide, .ES .ES.geohide, .MX .MX.geohide, .NL .NL.geohide, .CH .CH.geohide, .GB .GB.geohide{
	   display: inline-block !important; 
  }

#menu-top-menu {
  width: 1020px; }

.nav {
  margin: 0 auto;
  width: auto;
  opacity: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    border-right: 1px solid black;
    margin: 5px auto;
    position: relative;
    display: inline-block;
    /*&:last-child {
			border-right: none;
		}
		*/
    /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
    /* showing sub-menus */ }
    .nav li.menu-item-has-children:hover a {
      border-bottom: 4px solid black; }
    .nav li:hover a {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9);
      color: white; }
    .nav li:hover ul.sub-menu li a, .nav li:hover ul.children li a {
      background-color: transparent;
      border-bottom: none; }
      
    .nav li a {
      -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
      -transition: color 0.2s ease-out, background-color 0.2s ease-out;
      transition: color 0.2s ease-out, background-color 0.2s ease-out;
      display: block;
      text-decoration: none;
      padding-left: 15px;
      padding-right: 15px;
      color: black;
      font-family: "Georgia", Cambria, Times New Roman, Times, serif;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-bottom: 0;
      margin-left: 5px;
      margin-right: 5px;
      /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/ }
			.US .nav li a, .CA .nav li a{
				padding-left: 9px;
      padding-right: 9px;
			}
      .nav li a:hover, .nav li a:focus {
        color: white;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.9); }
    .nav li:nth-last-child(2) {
      border-right: none; }
    .nav li ul.sub-menu,
    .nav li ul.children {
      width: 175px;
      position: relative;
      margin-top: 0;
      position: absolute;
      display: none;
      z-index: 8999;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9);
      padding-bottom: 5px;
      padding-top: 0px;
      box-sizing: border-box;
      border-top: 4px solid transparent;
      height: 40px;
      overflow: hidden;
      display: none;
      opacity: 1;
      left: 5px; }
      .nav li ul.sub-menu li,
      .nav li ul.children li {
        border-right: none;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
        line-height: normal;
        height: auto; }
        .nav li ul.sub-menu li a,
        .nav li ul.children li a {
          padding-left: 3px;
          border-right: 0;
          display: block;
          height: auto;
          line-height: 20px;
          margin-left: 0px;
          margin-left: 0px;
          padding-left: 5px;
          padding-right: 5px;
          font-weight: bold;
          color: white;
          font-size: 10px;
          -webkit-transition: all 0.2s ease-out;
          -transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .nav li ul.sub-menu li a .menu-second-line,
          .nav li ul.children li a .menu-second-line {
            display: block;
            color: #ccc;
            margin-top: -3px; }
          .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
          .nav li ul.children li a:hover,
          .nav li ul.children li a:focus {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            color: black;
            background-color: #fff; }
            .nav li ul.sub-menu li a:hover .menu-second-line, .nav li ul.sub-menu li a:focus .menu-second-line,
            .nav li ul.children li a:hover .menu-second-line,
            .nav li ul.children li a:focus .menu-second-line {
              display: block;
              color: #666;
              margin-top: -3px; }
    .nav li:hover ul {
      top: auto;
      display: block;
      left: 5px; }
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current-page-ancestor a, .nav li.current-menu-parent a {
    background-color: black;
    color: white; }

.nav li.events:hover .sub-menu {
  height: 100px; }

.nav li.events .sub-menu {
  left: 5px;
  width: 160px; }
  .nav li.events .sub-menu li {
    text-align: center;
    height: auto;
    line-height: normal; }
    .nav li.events .sub-menu li a {
      line-height: 20px;
      width: 100%;
      padding: 0;
      margin: 0;
      height: auto;
      min-height: 20px; }

#menu-item-3459 .sub-menu {
  width: 210px; }

#menu-item-2062 .sub-menu {
  left: -189px;
  width: 525px; }
  #menu-item-2062 .sub-menu li {
    width: 160px; }
    #menu-item-2062 .sub-menu li a {
      width: 100%;
      line-height: 20px;
      min-height: 20px; }

#menu-item-2062:hover .sub-menu {
  display: block;
  opacity: 1;
  height: 150px;
  left: -189px;
  width: 525px; }

#menu-item-2089 .sub-menu {
  left: -33px;
  width: 162px; }
  #menu-item-2089 .sub-menu li.hide {
    display: none; }
  #menu-item-2089 .sub-menu li.inactive a {
    text-align: center;
    width: 148px; }
  #menu-item-2089 .sub-menu li.inactive a:hover, #menu-item-2089 .sub-menu li.inactive a:focus {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    color: white;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: default; }

#menu-item-2089:hover .sub-menu {
  display: block;
  opacity: 1;
  height: 65px;
  width: 162px; }

.chrome .nav li.events .sub-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.chrome #menu-item-2089 .sub-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.chrome #menu-item-2062 .sub-menu {
  left: -189px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.chrome #menu-item-3459 .sub-menu, .chrome .nav li.events .sub-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.chrome.android .footer {
  bottom: -121px; }

.chrome .footer {
  bottom: -68px; }
  .chrome .footer:hover {
    bottom: 0px; }

.chrome.mac .footer:hover {
  bottom: 0px; }

.no-chrome.ipad #menu-item-2062 .sub-menu {
  left: -191px; }

.no-chrome.ipad #menu-item-3459 .sub-menu, .no-chrome.ipad .nav li.events .sub-menu {
  width: 162px; }

.firefox #menu-item-2062 .sub-menu {
  left: -190px; }

.firefox #menu-item-3459 .sub-menu, .firefox .nav li.events .sub-menu {
  width: 209px; }

.explorer #menu-item-2062 .sub-menu {
  left: -190px; }

.explorer #menu-item-3459 .sub-menu, .explorer .nav li.events .sub-menu {
  width: 161px; }
  .explorer #menu-item-3459 .sub-menu li, .explorer .nav li.events .sub-menu li {
    width: 145px; }

.explorer .footer {
  bottom: -68px; }

.explorer.explorer8 #menu-item-3459 .sub-menu, .explorer.explorer8 .nav li.events .sub-menu {
  width: 162px; }
  .explorer.explorer8 #menu-item-3459 .sub-menu li, .explorer.explorer8 .nav li.events .sub-menu li {
    width: 145px; }

.explorer.explorer8 #search-form input {
  height: 30px; }

.explorer.explorer8 .footer {
  bottom: -68px; }

/* end .nav */
/********************
HOME PAGE STYLES

*********************/
.home-carousel {
  position: relative;
  width: 100%;
  height: 424px;
  overflow: hidden;
  background: url(../images/loader.gif) center no-repeat; }
  .home-carousel .home-carousel-slide {
    display: none; }
  .home-carousel .home-carousel-image {
    position: absolute;
    top: 0px;
    width: 715px;
    height: 424px;
    -webkit-transition: all 0.4s ease-out;
    -transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /**/ }
    .home-carousel .home-carousel-image.active .title-container {
      opacity: 1; }
      .home-carousel .home-carousel-image.active .title-container h2 {
        top: 0px;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .home-carousel .home-carousel-image.active .title-container h3 {
        top: 0px;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .home-carousel .home-carousel-image a {
      position: absolute;
      z-index: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .home-carousel .home-carousel-image .title-container {
      position: absolute;
      width: 715px;
      bottom: 0px;
      opacity: 0;
      -webkit-transition: opacity 1s ease-out 0.5s;
      -transition: opacity 1s ease-out 0.5s;
      transition: opacity 1s ease-out 0.5s;
      overflow: hidden; }
      .home-carousel .home-carousel-image .title-container h2 {
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: translate3d(0, -250px, 0);
        -moz-transform: translate3d(0, -250px, 0);
        -ms-transform: translate3d(0, -250px, 0);
        -o-transform: translate3d(0, -250px, 0);
        transform: translate3d(0, -250px, 0);
        position: relative;
        top: -250px;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        margin: 0;
        padding: 0.5em;
        padding-left: 0.7em;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        width: 37%;
        font-size: 1em;
        line-height: 1em; }
      .home-carousel .home-carousel-image .title-container h3 {
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transform: translate3d(0, -250px, 0);
        -moz-transform: translate3d(0, -250px, 0);
        -ms-transform: translate3d(0, -250px, 0);
        -o-transform: translate3d(0, -250px, 0);
        transform: translate3d(0, -250px, 0);
        position: relative;
        top: -250px;
        background-color: white;
        background-color: rgba(255, 255, 255, 0.7);
        color: black;
        margin: 0;
        padding: 0.7em;
        font-size: 1em;
        line-height: 1em;
        width: 70%;
        margin-bottom: 40px; }
    .home-carousel .home-carousel-image img {
      display: block;
      width: 100%;
      height: auto;
      z-index: 0; }
      .home-carousel .home-carousel-image img.btn-play {
        width: 100px;
        height: auto;
        position: absolute;
        left: 320px;
        top: 160px;
        display: none; }
    .home-carousel .home-carousel-image .home-carousel-activator {
      width: 67px;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 424px;
      z-index: 1;
      background-color: black;
      filter: alpha(opacity=1);
      background-color: rgba(0, 0, 0, 0.001); }
      .home-carousel .home-carousel-image .home-carousel-activator:hover {
        cursor: pointer; }
    .home-carousel .home-carousel-image .home-carousel-video {
      position: absolute;
      top: 0px;
      display: none; }
      .home-carousel .home-carousel-image .home-carousel-video.active .title-container {
        opacity: 1; }
        .home-carousel .home-carousel-image .home-carousel-video.active .title-container h2 {
          top: 0px;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        .home-carousel .home-carousel-image .home-carousel-video.active .title-container h3 {
          top: 0px;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
      .home-carousel .home-carousel-image .home-carousel-video .title-container {
        position: absolute;
        width: 715px;
        bottom: 0px;
        opacity: 0;
        -webkit-transition: opacity 1s ease-out 0.5s;
        -transition: opacity 1s ease-out 0.5s;
        transition: opacity 1s ease-out 0.5s; }
        .home-carousel .home-carousel-image .home-carousel-video .title-container h2 {
          -webkit-transition-property: -webkit-transform;
          -moz-transition-property: -moz-transform;
          transition-property: transform;
          -webkit-transition-duration: 0.5s;
          -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -webkit-transition-delay: 0.6s;
          -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
          -webkit-transform: translate3d(0, -250px, 0);
          -moz-transform: translate3d(0, -250px, 0);
          -ms-transform: translate3d(0, -250px, 0);
          -o-transform: translate3d(0, -250px, 0);
          transform: translate3d(0, -250px, 0);
          position: relative;
          top: -250px;
          background-color: black;
          background-color: rgba(0, 0, 0, 0.7);
          color: white;
          margin: 0;
          padding: 0.5em;
          padding-left: 0.7em;
          font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          width: 37%;
          font-size: 1em;
          line-height: 1em; }
        .home-carousel .home-carousel-image .home-carousel-video .title-container h3 {
          -webkit-transition-property: -webkit-transform;
          -moz-transition-property: -moz-transform;
          transition-property: transform;
          -webkit-transition-duration: 0.5s;
          -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -webkit-transition-delay: 0.5s;
          -moz-transition-delay: 0.5s;
          transition-delay: 0.5s;
          -webkit-transform: translate3d(0, -250px, 0);
          -moz-transform: translate3d(0, -250px, 0);
          -ms-transform: translate3d(0, -250px, 0);
          -o-transform: translate3d(0, -250px, 0);
          transform: translate3d(0, -250px, 0);
          position: relative;
          top: -250px;
          background-color: white;
          background-color: rgba(255, 255, 255, 0.7);
          color: black;
          margin: 0;
          padding: 0.7em;
          font-size: 1em;
          line-height: 1em;
          width: 70%;
          margin-bottom: 40px; }
    .home-carousel .home-carousel-image .activate-video:hover {
      cursor: pointer; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 32px; }

.article-header {
  border-bottom: 1px solid black;
  text-align: center; }
  .article-header h6 {
    text-align: left; }

.single-video .article-header h1 {
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid black; }

.template-404 .entry-content {
  width: 100%; }

.template-404 p {
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

.template-404 .article-header {
  border: none; }
  .template-404 .article-header h1 {
    width: 300px;
    height: 300px;
    margin: 50px auto;
    margin-bottom: 20px;
    padding: 0;
    background-color: black;
    color: white;
    border-radius: 150px;
    line-height: 300px; }

.search-results #post-not-found {
  margin: 0px;
  padding: 0px; }
  .search-results #post-not-found .article-header {
    border-bottom: none; }
  .search-results #post-not-found .entry-content h2 {
    margin-top: 20px; }

.archive .archive-content {
  float: left;
  padding-left: 0px; }
  .archive .archive-content .divider {
    width: 100%;
    border-bottom: 1px solid black; }
  .archive .archive-content .BIM {
    width: 620px;
    height: 84px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block; }
  .archive .archive-content .EE {
    width: 620px;
    height: 84px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block; }
  .archive .archive-content .SF {
    width: 620px;
    height: 135px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block; }
  .archive .archive-content .DB {
    width: 620px;
    height: 84px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block; }
  .archive .archive-content .col-container {
    width: 25%; }
  .archive .archive-content h1 {
    border-bottom: none;
    border-top: 1px solid black;
    padding-bottom: 0;
    padding-top: 15px;
    margin-bottom: 0; }
    .archive .archive-content h1.border-bottom {
      border-top: none;
      border-bottom: 1px solid black;
      padding-top: 0px;
      padding-bottom: 15px; }

.page-template .archive .archive-content, .category.archive .archive-content, .page .archive .archive-content, .search-content .archive .archive-content {
  width: 100%; }

.single .archive .archive-content {
  width: 100%;
  margin: 0; }

.archive .sidebar {
  width: 22%;
  float: right; }

.share_cell {
  border-top: 1px solid black;
  padding-top: 20px;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: fadeIn 1s ease-out;
  -moz-animation: fadeIn 1s ease-out;
  animation: fadeIn 1s ease-out; }
  .share_cell img {
    width: auto;
    height: auto;
    width: initial;
    height: initial; }

/* end .hentry */
.single-title.padding-bottom,
.page-title.padding-bottom {
  margin-bottom: 0.7em; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

#shared-parent-menu.sidebar {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid black;
  visibility: hidden;
  height: 25px; }
  #shared-parent-menu.sidebar .headings-only {
    height: 25px;
    width: 980px;
    margin: 0 auto; }
    #shared-parent-menu.sidebar .headings-only li {
      display: block;
      float: left;
      position: relative; }
      #shared-parent-menu.sidebar .headings-only li a, #shared-parent-menu.sidebar .headings-only li h5 {
        display: block;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 0;
        font-size: 0.8em;
        font-weight: bold;
        color: black;
        text-wrap: none; }
        #shared-parent-menu.sidebar .headings-only li a:hover, #shared-parent-menu.sidebar .headings-only li h5:hover {
          background-color: black;
          color: white; }
      #shared-parent-menu.sidebar .headings-only li h5 {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        border: none;
        border-right: 1px solid black;
        padding-left: 10px;
        padding-right: 10px; }
        #shared-parent-menu.sidebar .headings-only li h5.last {
          border-right: none;
          float: none; }
      #shared-parent-menu.sidebar .headings-only li h6 {
        margin: 0;
        margin-top: 1em;
        font-size: 0.6em;
        color: #9e8844;
        font-weight: normal; }
      #shared-parent-menu.sidebar .headings-only li.current a, #shared-parent-menu.sidebar .headings-only li.current h5 {
        color: #97999c; }
        #shared-parent-menu.sidebar .headings-only li.current a:hover, #shared-parent-menu.sidebar .headings-only li.current h5:hover {
          background-color: black;
          color: white; }

/* entry content */
.base-content {
  width: 22%;
  font-size: 1em;
  float: left;
  margin-right: 2%;
  margin-top: 20px; }
  .base-content p {
    margin-top: 0px; }
  .base-content .carousel {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.carousel {
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#other_bond_articles_widget-2.widget ul li h6 {
  margin-bottom: 0px;
  margin-top: 0px; }

#other_bond_articles_widget-2.widget ul li h5 {
  margin-top: 0px; }

.widget_social_feeds_widget, .widget_facebook_feed_widget, .widget_twitter_feed_widget, .widget_my_featured_widget {
  font-size: 0.9em;
  border-top: 1px solid black;
  margin-top: 17px;
  text-align: center; }
  .widget_social_feeds_widget img.icon, .widget_facebook_feed_widget img.icon, .widget_twitter_feed_widget img.icon, .widget_my_featured_widget img.icon {
    display: inline;
    clear: both;
    width: 23px;
    height: 23px;
    margin-top: 10px;
    margin-bottom: -2px; }
  .widget_social_feeds_widget h1, .widget_facebook_feed_widget h1, .widget_twitter_feed_widget h1, .widget_my_featured_widget h1 {
    padding-top: 15px;
    border-top: 1px solid black;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.333em; }
  .widget_social_feeds_widget h2, .widget_facebook_feed_widget h2, .widget_twitter_feed_widget h2, .widget_my_featured_widget h2 {
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 16px;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.1em; }

.end-more-stories {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid black; }

.ipad .archive-content article:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.page-template-template-news-php .archive-content, .blog .archive-content {
  width: 100%; }
  .page-template-template-news-php .archive-content #post-not-found, .blog .archive-content #post-not-found {
    padding: 0;
    margin: 0; }
    .page-template-template-news-php .archive-content #post-not-found h1, .blog .archive-content #post-not-found h1 {
      border: none;
      margin-top: 0;
      padding-bottom: 15px; }
    .page-template-template-news-php .archive-content #post-not-found h2, .blog .archive-content #post-not-found h2 {
      border: none;
      text-align: left;
      margin-top: 15px; }
    .page-template-template-news-php .archive-content #post-not-found:hover, .blog .archive-content #post-not-found:hover {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }

.ipad .archive-content article:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.ipad .search-content article:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.archive-content {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1em;
  width: 75%;
  float: right;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s; }
  .archive-content.hidden {
    opacity: 0; }
  .archive-content .archive-content {
    width: 100%;
    margin-left: 0;
    padding-left: 0; }
  .archive-content .btn-more-stories {
    clear: both;
    display: block;
    width: 100%;
    background: url(../images/loader.gif) center no-repeat;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 20px; }
  .archive-content h1 {
    padding-top: 15px;
    border-top: 1px solid black;
    text-align: center;
    margin-bottom: 0; }
  .archive-content h2 {
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    font-size: 1.2em; }
  .archive-content .latest-container h1 {
    text-align: left;
    border-top: none; }
  .archive-content .latest-container h2 {
    text-align: left;
    border-bottom: none;
    padding-bottom: 0; }
  .archive-content .latest-container h6 {
    font-size: 0.8em;
    color: #9e8844;
    font-weight: normal;
    margin-bottom: 1.5em;
    margin-top: 1.5em; }
  .archive-content .latest-container article p {
    font-size: 1em; }
  .archive-content .latest-container #pinterest-root {
    max-width: 65px; }
  .archive-content .latest-container .small-carousel-container a {
    height: 100%;
    transform: none !important; }
  .archive-content .search-resutls {
    clear: both;
    height: auto;
    width: 100%;
    max-width: 500px; }
  .archive-content .col-container {
    width: 33%;
    float: left; }
  .archive-content .row-container article {
    width: 33%;
    float: left; }
  .archive-content article {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative; }
    .archive-content article a {
      display: block;
      -webkit-transition: all 0.2s ease-out;
      -transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .archive-content article:hover a {
      -webkit-transform: scale3d(0.9, 0.9, 1);
      -moz-transform: scale3d(0.9, 0.9, 1);
      -ms-transform: scale3d(0.9, 0.9, 1);
      -o-transform: scale3d(0.9, 0.9, 1);
      transform: scale3d(0.9, 0.9, 1); }
    .archive-content article:hover h5 {
      border-bottom: 1px solid #9e8844; }
    .archive-content article h5 {
      font-size: 0.9em;
      border-bottom: 1px solid black;
      padding-bottom: 0.8em;
      line-height: 1.3em;
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 1em;
      margin-top: 0em; }
    .archive-content article h6 {
      margin: 0;
      margin-top: 1em;
      font-size: 0.6em;
      color: #9e8844;
      font-weight: normal; }
    .archive-content article p {
      font-size: 0.8em;
      font-family: "Georgia", Cambria, Times New Roman, Times, serif;
      white-space: wrap;
      width: 100%; }
    .archive-content article a {
      color: black;
      text-decoration: none;
      text-align: center; }
      .archive-content article a:hover {
        color: #9e8844; }
        .archive-content article a:hover h6 {
          color: #9e8844; }
    .archive-content article img {
      width: 100%;
      display: block;
      height: auto; }
    .archive-content article .entry-content {
      width: 100%; }

.search-content {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 0.9em;
  width: 100%;
  float: left;
  margin-right: 2%; }
  .search-content h1 {
    border-bottom: 1px solid black;
    text-align: center;
    padding-bottom: 20px; }
  .search-content .search-resutls {
    clear: both;
    height: auto;
    width: 100%;
    max-width: 500px; }
  .search-content .col-container {
    width: 25%;
    float: left; }
  .search-content .row-container article {
    width: 25%;
    float: left; }
  .search-content article {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    -transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .search-content article:hover {
      -webkit-transform: scale3d(0.9, 0.9, 1);
      -moz-transform: scale3d(0.9, 0.9, 1);
      -ms-transform: scale3d(0.9, 0.9, 1);
      -o-transform: scale3d(0.9, 0.9, 1);
      transform: scale3d(0.9, 0.9, 1); }
    .search-content article h5 {
      font-size: 0.9em;
      border-bottom: 1px solid black;
      padding-bottom: 1em;
      line-height: 1.3em;
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 1em;
      margin-top: 0; }
    .search-content article h6 {
      margin: 0;
      margin-top: 1em;
      font-size: 0.6em;
      color: #9e8844;
      font-weight: normal; }
    .search-content article p {
      font-size: 0.8em;
      font-family: "Georgia", Cambria, Times New Roman, Times, serif; }
    .search-content article a {
      color: black;
      text-decoration: none;
      text-align: center; }
      .search-content article a:hover {
        color: #9e8844; }
    .search-content article img {
      width: 100%;
      display: block;
      height: auto; }
    .search-content article .entry-content {
      width: 100%; }
  .search-content .pagination {
    clear: both;
    border-top: 1px dotted black;
    border-bottom: 1px solid black;
    position: relative;
    top: 20px; }

.entry-content {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 0.9em;
  width: 82%;
  margin-right: 2%;
  float: left;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }
  .entry-content.wallpapers {
    width: 100%; }
    .entry-content.wallpapers .left-sidebar {
      float: left; }
    .entry-content.wallpapers .image-area {
      width: 70%;
      float: right;
      margin-top: 22px; }
  .entry-content .copyright {
    float: left;
    color: black;
    display: block;
    text-align: left;
    font-size: 0.6em;
    margin-bottom: -23px;
    width: 100%;
    margin-top: -35px;
    padding: 0px; }
  .entry-content .caption {
    float: right;
    color: black;
    display: block;
    text-align: right;
    font-size: 0.6em;
    margin-bottom: -23px;
    width: 50%;
    margin-top: -23px;
    padding: 0px; }
  .entry-content.full-width {
    width: 100%; }
  .entry-content.quiz {
    float: left; }
    .entry-content.quiz .round-instructions {
      width: 24%;
      float: left;
      margin-right: 1%; }
      .entry-content.quiz .round-instructions h2 {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0; }
    .entry-content.quiz .quiz-points {
      border-top-style: solid;
      border-bottom-style: solid;
      border-top-width: 1px;
      border-bottom-width: 1px;
      border-color: black;
      clear: both;
      text-align: center;
      margin-right: 4%; }
    .entry-content.quiz .quiz-container {
      width: 71%;
      float: right;
      margin-right: 4%;
      overflow: hidden; }
      .entry-content.quiz .quiz-container .quiz-round-number {
        color: black;
        font-family: "Georgia", Cambria, Times New Roman, Times, serif;
        text-align: center;
        background-color: #c4c4c4;
        font-size: 1.2em;
        line-height: 2.4em;
        letter-spacing: 3px;
        margin: 0; }
      .entry-content.quiz .quiz-container .quiz-title {
        margin: 0; }
        .entry-content.quiz .quiz-container .quiz-title h1 {
          color: white;
          font-family: "Georgia", Cambria, Times New Roman, Times, serif;
          text-align: center;
          background-color: #373737;
          font-size: 1.2em;
          line-height: 2.4em;
          letter-spacing: 3px;
          margin: 0; }
      .entry-content.quiz .quiz-container .questions {
        width: 5000px;
        margin-top: 20px;
        position: relative;
        height: 500px; }
        .entry-content.quiz .quiz-container .questions .question {
          width: 183px;
          position: absolute;
          top: 0px;
          left: 0px;
          border-right-color: black;
          border-right-style: solid;
          border-right-width: 1px;
          padding-right: 10px;
          padding-left: 0px;
          margin-right: 10px;
          min-height: 400px;
          opacity: 0.6;
          -webkit-transition: opacity 0.5s ease-out;
          -transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
          padding-bottom: 20px;
          min-height: 500px; }
          .entry-content.quiz .quiz-container .questions .question.active {
            opacity: 1; }
          .entry-content.quiz .quiz-container .questions .question.title {
            opacity: 1;
            padding: 20px;
            text-align: center;
            border-right-style: dotted; }
            .entry-content.quiz .quiz-container .questions .question.title h3 {
              font-family: "Georgia", Cambria, Times New Roman, Times, serif; }
          .entry-content.quiz .quiz-container .questions .question.result {
            opacity: 0;
            padding: 20px;
            text-align: center;
            padding-left: 5px; }
            .entry-content.quiz .quiz-container .questions .question.result.active {
              opacity: 1; }
            .entry-content.quiz .quiz-container .questions .question.result:last-child {
              width: 571px; }
          .entry-content.quiz .quiz-container .questions .question h2 {
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .entry-content.quiz .quiz-container .questions .question .answers li {
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            border-top-color: black;
            border-top-width: 1px;
            border-top-style: solid;
            min-height: 2.4em;
            padding-left: 0.5em;
            padding-right: 0.5em;
            font-weight: bold;
            padding: 0.5em;
            -webkit-transition: color 0.5s ease-out 0.5s, background-color 0.5s ease-out 0.5s;
            -transition: color 0.5s ease-out 0.5s, background-color 0.5s ease-out 0.5s;
            transition: color 0.5s ease-out 0.5s, background-color 0.5s ease-out 0.5s; }
            .entry-content.quiz .quiz-container .questions .question .answers li:first-child {
              border: none; }
            .entry-content.quiz .quiz-container .questions .question .answers li:hover {
              cursor: pointer; }
          .entry-content.quiz .quiz-container .questions .question .answers.answered li {
            /*
										color: white;
										background: #e3002d url(../images/cross_padding_black.png) center right no-repeat;
										background-size:14px 9px;
										*/ }
          .entry-content.quiz .quiz-container .questions .question .answers.answered li.clicked {
            color: white;
            background: #e3002d url(../images/cross_padding.png) center right no-repeat;
            background-size: 14px 9px; }
          .entry-content.quiz .quiz-container .questions .question .answers.answered li.correct {
            background: #00e77d url(../images/tick_padding_black.png) center right no-repeat;
            background-size: 17px 8px;
            color: white; }
          .entry-content.quiz .quiz-container .questions .question .answers.answered li.correct.clicked {
            background: #00e77d url(../images/tick_padding.png) center right no-repeat;
            background-size: 17px 8px;
            color: white; }
  .entry-content.character-bios {
    width: 100%;
    overflow: hidden;
    background-color: #b8b8b9;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative; }
    .entry-content.character-bios #character_content {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      color: white;
      -webkit-transform: translateX(-1140px);
      -moz-transform: translateX(-1140px);
      -ms-transform: translateX(-1140px);
      -o-transform: translateX(-1140px);
      transform: translateX(-1140px);
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.7s;
      -moz-transition-duration: 0.7s;
      transition-duration: 0.7s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s; }
      .entry-content.character-bios #character_content.active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
      .entry-content.character-bios #character_content #gallery_container {
        position: relative;
        top: 146px;
        -webkit-transition: all 0.3s ease-out 0.5s;
        -transition: all 0.3s ease-out 0.5s;
        transition: all 0.3s ease-out 0.5s;
        background-color: white;
        padding-top: 10px;
        margin-top: 20px; }
        .entry-content.character-bios #character_content #gallery_container.active {
          top: 0px; }
        .entry-content.character-bios #character_content #gallery_container .small-carousel-container {
          margin-bottom: 0px;
          background-color: white; }
      .entry-content.character-bios #character_content h1 {
        display: inline-block;
        padding: 10px;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        font-family: "Georgia", Cambria, Times New Roman, Times, serif;
        font-size: 1.2em;
        letter-spacing: 0.3em;
        margin-bottom: 20px; }
      .entry-content.character-bios #character_content .bio-content {
        padding: 20px;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        font-family: "Georgia", Cambria, Times New Roman, Times, serif;
        display: table;
        padding-left: 40px;
        padding-right: 40px;
        width: 55%; }
        .entry-content.character-bios #character_content .bio-content h1 {
          background: none;
          margin: 0;
          padding: 0;
          letter-spacing: normal;
          font-size: 1em;
          color: white;
          display: block; }
        .entry-content.character-bios #character_content .bio-content .col-1 {
          display: table-cell;
          width: 33%;
          padding-right: 10px;
          color: #d50043; }
          .entry-content.character-bios #character_content .bio-content .col-1 h2 {
            color: #a7a9ac;
            margin: 0;
            font-size: 1em;
            margin-bottom: -5px;
            margin-top: 3px; }
          .entry-content.character-bios #character_content .bio-content .col-1 p {
            color: #d50043;
            margin: 0;
            margin-top: -2px;
            padding: 0; }
        .entry-content.character-bios #character_content .bio-content .col-2 {
          display: table-cell;
          width: 33%;
          padding-right: 10px;
          color: #a7a9ac;
          line-height: 1.2em; }
          .entry-content.character-bios #character_content .bio-content .col-2 p {
            color: #a7a9ac;
            margin: 0;
            line-height: 1.2em; }
        .entry-content.character-bios #character_content .bio-content .col-3 {
          display: table-cell;
          width: 33%;
          padding-right: 5px;
          color: #a7a9ac;
          line-height: 1.2em; }
          .entry-content.character-bios #character_content .bio-content .col-3 p {
            color: #a7a9ac;
            margin: 0; }
      .entry-content.character-bios #character_content #close_btn {
        display: block;
        padding: 10px;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.2em;
        width: 40px;
        height: 40px;
        margin: 0;
        text-align: center;
        position: absolute;
        top: 74px;
        left: 56%;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
        .entry-content.character-bios #character_content #close_btn:hover {
          -webkit-transform: scale3d(1.1, 1.1, 1);
          -moz-transform: scale3d(1.1, 1.1, 1);
          -ms-transform: scale3d(1.1, 1.1, 1);
          -o-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
          cursor: pointer; }
        .entry-content.character-bios #character_content #close_btn img {
          width: 100%;
          height: 100%;
          margin: 0; }
    .entry-content.character-bios #bioImg_container {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0px;
      left: 0px;
      display: none;
      opacity: 0;
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: transform, opacity;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transform: scale3d(5, 5, 1);
      -moz-transform: scale3d(5, 5, 1);
      -ms-transform: scale3d(5, 5, 1);
      -o-transform: scale3d(5, 5, 1);
      transform: scale3d(5, 5, 1); }
      .entry-content.character-bios #bioImg_container img {
        display: block;
        margin: 0;
        height: 600px; }
    .entry-content.character-bios .nameOverlay {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 300px;
      -webkit-transform: scale3d(0, 0, 1);
      -moz-transform: scale3d(0, 0, 1);
      -ms-transform: scale3d(0, 0, 1);
      -o-transform: scale3d(0, 0, 1);
      transform: scale3d(0, 0, 1);
      -webkit-transition: transform, left, top, opacity;
      -transition: transform, left, top, opacity;
      transition: transform, left, top, opacity;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      opacity: 0; }
      .entry-content.character-bios .nameOverlay.visible {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1; }
      .entry-content.character-bios .nameOverlay h1 {
        display: inline-block;
        width: auto;
        color: #fff;
        font-family: "Georgia", Cambria, Times New Roman, Times, serif;
        margin: 0;
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.3em;
        letter-spacing: 0.1em;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.8);
        min-width: 200px; }
    .entry-content.character-bios.loading {
      background: #b8b8b9 url(../images/ajax-loader.gif) no-repeat center; }
    .entry-content.character-bios #character-bios-container {
      opacity: 1;
      -webkit-perspective: 0px;
      -moz-perspective: 0px;
      perspective: 0px;
      -webkit-transition: perspective;
      -transition: perspective;
      transition: perspective;
      -webkit-transition-property: perspective;
      -moz-transition-property: perspective;
      transition-property: perspective;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-perspective-origin: 50% 20%;
      -moz-perspective-origin: 50% 20%;
      perspective-origin: 50% 20%;
      -webkit-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      width: 100%;
      height: 600px;
      position: relative;
      margin-top: 0px;
      margin-bottom: 0px; }
      .entry-content.character-bios #character-bios-container #bio-error {
        width: 100%;
        height: 100%;
        color: white;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 20px; }
        .entry-content.character-bios #character-bios-container #bio-error p {
          text-align: center; }
      .entry-content.character-bios #character-bios-container .bg {
        background-color: #b8b8b9;
        width: 5000px;
        height: 2000px;
        -webkit-transform: translate3d(-1200px, -500px, -1500px);
        -moz-transform: translate3d(-1200px, -500px, -1500px);
        -ms-transform: translate3d(-1200px, -500px, -1500px);
        -o-transform: translate3d(-1200px, -500px, -1500px);
        transform: translate3d(-1200px, -500px, -1500px); }
      .entry-content.character-bios #character-bios-container #bioImg_container img {
        margin-bottom: 0px;
        display: block; }
      .entry-content.character-bios #character-bios-container #timeline {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translate3d(0, 50px, -50px);
        -moz-transform: translate3d(0, 50px, -50px);
        -ms-transform: translate3d(0, 50px, -50px);
        -o-transform: translate3d(0, 50px, -50px);
        transform: translate3d(0, 50px, -50px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 1s ease-out 0s;
        -transition: opacity 1s ease-out 0s;
        transition: opacity 1s ease-out 0s;
        /*
						@include transition-property (transform);
						@include transition-duration(1.0s);
						@include transition-timing-function(ease-out);*/
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .entry-content.character-bios #character-bios-container #timeline #characters {
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
          -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item {
            position: absolute;
            width: auto;
            height: 764px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item:hover {
              cursor: pointer; }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_0 {
              -webkit-transform: translate3d(50px, 0px, -50px);
              -moz-transform: translate3d(50px, 0px, -50px);
              -ms-transform: translate3d(50px, 0px, -50px);
              -o-transform: translate3d(50px, 0px, -50px);
              transform: translate3d(50px, 0px, -50px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_1 {
              -webkit-transform: translate3d(750px, 0px, -50px);
              -moz-transform: translate3d(750px, 0px, -50px);
              -ms-transform: translate3d(750px, 0px, -50px);
              -o-transform: translate3d(750px, 0px, -50px);
              transform: translate3d(750px, 0px, -50px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_2 {
              -webkit-transform: translate3d(50px, 0px, -450px);
              -moz-transform: translate3d(50px, 0px, -450px);
              -ms-transform: translate3d(50px, 0px, -450px);
              -o-transform: translate3d(50px, 0px, -450px);
              transform: translate3d(50px, 0px, -450px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_3 {
              -webkit-transform: translate3d(750px, 0px, -450px);
              -moz-transform: translate3d(750px, 0px, -450px);
              -ms-transform: translate3d(750px, 0px, -450px);
              -o-transform: translate3d(750px, 0px, -450px);
              transform: translate3d(750px, 0px, -450px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_4 {
              -webkit-transform: translate3d(50px, 0px, -850px);
              -moz-transform: translate3d(50px, 0px, -850px);
              -ms-transform: translate3d(50px, 0px, -850px);
              -o-transform: translate3d(50px, 0px, -850px);
              transform: translate3d(50px, 0px, -850px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_5 {
              -webkit-transform: translate3d(750px, 0px, -850px);
              -moz-transform: translate3d(750px, 0px, -850px);
              -ms-transform: translate3d(750px, 0px, -850px);
              -o-transform: translate3d(750px, 0px, -850px);
              transform: translate3d(750px, 0px, -850px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_6 {
              -webkit-transform: translate3d(50px, 0px, -1250px);
              -moz-transform: translate3d(50px, 0px, -1250px);
              -ms-transform: translate3d(50px, 0px, -1250px);
              -o-transform: translate3d(50px, 0px, -1250px);
              transform: translate3d(50px, 0px, -1250px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_7 {
              -webkit-transform: translate3d(750px, 0px, -1250px);
              -moz-transform: translate3d(750px, 0px, -1250px);
              -ms-transform: translate3d(750px, 0px, -1250px);
              -o-transform: translate3d(750px, 0px, -1250px);
              transform: translate3d(750px, 0px, -1250px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_8 {
              -webkit-transform: translate3d(50px, 0px, -1650px);
              -moz-transform: translate3d(50px, 0px, -1650px);
              -ms-transform: translate3d(50px, 0px, -1650px);
              -o-transform: translate3d(50px, 0px, -1650px);
              transform: translate3d(50px, 0px, -1650px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_9 {
              -webkit-transform: translate3d(750px, 0px, -1650px);
              -moz-transform: translate3d(750px, 0px, -1650px);
              -ms-transform: translate3d(750px, 0px, -1650px);
              -o-transform: translate3d(750px, 0px, -1650px);
              transform: translate3d(750px, 0px, -1650px); }
            .entry-content.character-bios #character-bios-container #timeline #characters .timeline_item.item_10 {
              -webkit-transform: translate3d(50px, 0px, -2000px);
              -moz-transform: translate3d(50px, 0px, -2000px);
              -ms-transform: translate3d(50px, 0px, -2000px);
              -o-transform: translate3d(50px, 0px, -2000px);
              transform: translate3d(50px, 0px, -2000px); }
  .entry-content.poster-art .left-sidebar {
    width: 25%;
    float: left;
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .entry-content.poster-art .left-sidebar .image-title {
      max-height: 90px;
      height: 90px;
      border-bottom: 1px solid black; }
      .entry-content.poster-art .left-sidebar .image-title h1 {
        font-size: 1.6em;
        line-height: 1em;
        max-height: 40px; }
      .entry-content.poster-art .left-sidebar .image-title h2 {
        padding-bottom: 20px;
        font-size: 1.6em; }
    .entry-content.poster-art .left-sidebar .text-menu {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      overflow: hidden;
      max-height: 55%;
      height: 55%;
      margin-top: 55px;
      margin-bottom: 0px;
      margin-bottom: 20px; }
      .entry-content.poster-art .left-sidebar .text-menu ul {
        margin-top: 0px; }
        .entry-content.poster-art .left-sidebar .text-menu ul li:hover {
          cursor: pointer; }
        .entry-content.poster-art .left-sidebar .text-menu ul li.hi-lite h3 {
          color: #ccc; }
        .entry-content.poster-art .left-sidebar .text-menu ul li.hi-lite h4 {
          color: #ccc; }
        .entry-content.poster-art .left-sidebar .text-menu ul li h3 {
          font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin: 0;
          font-weight: bold;
          font-size: 0.8em;
          -webkit-transition: color 0.3s ease-out;
          -transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
        .entry-content.poster-art .left-sidebar .text-menu ul li h4 {
          font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin: 0;
          font-weight: normal;
          font-size: 0.8em;
          margin-top: -3px;
          margin-bottom: 10px;
          border-bottom: 1px solid black;
          padding-bottom: 3px;
          -webkit-transition: color 0.3s ease-out;
          -transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
  .entry-content.poster-art .image-area {
    width: 75%;
    float: right;
    height: 500px;
    padding: 20px;
    position: relative; }
    .entry-content.poster-art .image-area img {
      height: 100%;
      width: auto;
      max-height: 100%;
      max-height: 460px;
      margin: 0;
      display: block; }
    .entry-content.poster-art .image-area .outer-center {
      float: right;
      right: 50%;
      position: relative;
      height: 100%; }
    .entry-content.poster-art .image-area .inner-center {
      float: right;
      right: -50%;
      position: relative;
      max-height: 100%; }
    .entry-content.poster-art .image-area .clear {
      clear: both; }
    .entry-content.poster-art .image-area .image-info {
      position: absolute;
      background-color: #fff;
      border-radius: 15px;
      left: 0%;
      width: 100%;
      bottom: 0px; }
      .entry-content.poster-art .image-area .image-info .caption {
        width: 100%;
        text-align: center;
        margin-top: -18px; }
  .entry-content.poster-art .small-carousel-container {
    clear: both; }
  .entry-content.title-left .base-content header {
    margin-bottom: 25px; }
    .entry-content.title-left .base-content header h1 {
      text-align: left;
      margin-top: 0px;
      margin-bottom: 5px;
      line-height: 1.2em; }
    .entry-content.title-left .base-content header h2 {
      text-align: left;
      margin-bottom: 25px;
      margin-bottom: 1.2em; }
  .entry-content.wallpapers .left-sidebar {
    width: 28%;
    min-height: 600px; }
    .entry-content.wallpapers .left-sidebar ul {
      clear: both;
      margin-bottom: 20px; }
    .entry-content.wallpapers .left-sidebar li:hover {
      cursor: pointer; }
    .entry-content.wallpapers .left-sidebar .text-menu {
      clear: both; }
      .entry-content.wallpapers .left-sidebar .text-menu li {
        clear: both;
        display: block;
        margin-bottom: 10px;
        height: 18px; }
        .entry-content.wallpapers .left-sidebar .text-menu li.hi-lite, .entry-content.wallpapers .left-sidebar .text-menu li:hover {
          color: white; }
        .entry-content.wallpapers .left-sidebar .text-menu li h3 {
          margin: 0;
          display: block;
          float: left; }
        .entry-content.wallpapers .left-sidebar .text-menu li .btn-download {
          float: right;
          clear: right;
          background-color: white;
          border-radius: 10px;
          color: black;
          font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding-left: 10px;
          padding-right: 10px;
          font-size: 0.9em;
          margin-top: 0.1em;
          -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
          -transition: background-color 0.3s ease-out, color 0.3s ease-out;
          transition: background-color 0.3s ease-out, color 0.3s ease-out;
          text-decoration: none; }
          .entry-content.wallpapers .left-sidebar .text-menu li .btn-download:hover {
            color: white;
            background-color: black; }
    .entry-content.wallpapers .left-sidebar .small-carousel-container {
      margin-top: 40px;
      clear: both; }
    .entry-content.wallpapers .left-sidebar .carousel {
      display: block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .entry-content.wallpapers .left-sidebar .carousel li {
        padding: 0;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
        opacity: 0.7;
        -webkit-transition: opacity 0.5s ease-out;
        -transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out; }
        .entry-content.wallpapers .left-sidebar .carousel li.hi-lite, .entry-content.wallpapers .left-sidebar .carousel li:hover {
          opacity: 1; }
        .entry-content.wallpapers .left-sidebar .carousel li img {
          margin: 0;
          display: block; }
  .entry-content.fullwidth-pic {
    float: left; }
    .entry-content.fullwidth-pic.film-page .base-content {
      width: 96%; }
      .entry-content.fullwidth-pic.film-page .base-content header {
        width: 31%;
        padding-right: 2%; }
    .entry-content.fullwidth-pic #post_images_container {
      width: 96%;
      margin-top: 0px; }
    .entry-content.fullwidth-pic .base-content {
      width: 98%;
      border: none;
      margin-bottom: 40px;
      margin-top: 0px; }
      .entry-content.fullwidth-pic .base-content header {
        width: 50%;
        float: left;
        text-align: left;
        padding-right: 12%;
        border: none; }
        .entry-content.fullwidth-pic .base-content header h1 {
          margin-top: 0px;
          margin-bottom: 5px;
          line-height: 1.2em; }
        .entry-content.fullwidth-pic .base-content header h2 {
          margin-bottom: 1.2em; }
      .entry-content.fullwidth-pic .base-content .copy-67-percent {
        width: 67%;
        float: right; }
        .entry-content.fullwidth-pic .base-content .copy-67-percent .carousel {
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
      .entry-content.fullwidth-pic .base-content .copy-50-percent {
        width: 50%;
        float: right;
        padding-right: 2%; }
        .entry-content.fullwidth-pic .base-content .copy-50-percent .carousel {
          display: block;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .entry-content.film-page {
    float: left; }
  .entry-content.annotated-gallery .image-area {
    width: 80%;
    float: left;
    height: 600px;
    padding: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-right: 2%;
    position: relative;
    margin-top: 20px; }
    .entry-content.annotated-gallery .image-area .image-container {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
      .entry-content.annotated-gallery .image-area .image-container .annotation {
        position: absolute;
        width: 35px;
        height: 35px;
        /*
							background: url(../images/btn_annotation.png) 0 0 no-repeat;
							background-size:100%;
							*/ }
        .entry-content.annotated-gallery .image-area .image-container .annotation:hover, .entry-content.annotated-gallery .image-area .image-container .annotation.active {
          /*
								background: url(../images/btn_annotation_over.png) 0 0 no-repeat;
								background-size:100%;
								*/
          cursor: pointer; }
    .entry-content.annotated-gallery .image-area .image-title {
      position: absolute;
      bottom: 20px;
      width: 100%;
      z-index: 1; }
      .entry-content.annotated-gallery .image-area .image-title h1 {
        background-color: white;
        background-color: rgba(255, 255, 255, 0.7);
        font-family: serif;
        display: block;
        clear: both;
        text-transform: uppercase;
        width: 40%;
        font-size: 1.1em;
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 3px;
        margin-bottom: 0px; }
      .entry-content.annotated-gallery .image-area .image-title h2 {
        color: white;
        background-color: black;
        font-family: serif;
        display: block;
        clear: both;
        text-transform: uppercase;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        width: 40%;
        font-size: 1.1em;
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 3px;
        margin-top: 0px; }
      .entry-content.annotated-gallery .image-area .image-title .annotation-copy {
        display: none;
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        color: #aeb0b3;
        line-height: 1.2em; }
    .entry-content.annotated-gallery .image-area img {
      height: 100%;
      width: auto;
      max-height: 600px;
      margin: 0;
      padding: 0;
      display: block; }
    .entry-content.annotated-gallery .image-area .outer-center {
      float: right;
      right: 50%;
      position: relative;
      height: 100%; }
    .entry-content.annotated-gallery .image-area .inner-center {
      float: right;
      right: -50%;
      position: relative; }
    .entry-content.annotated-gallery .image-area .clear {
      clear: both; }
    .entry-content.annotated-gallery .image-area .image-info {
      position: absolute;
      background-color: #fff;
      border-radius: 15px;
      left: 0%;
      width: 100%;
      bottom: 0px; }
      .entry-content.annotated-gallery .image-area .image-info .caption {
        /* 							/width: 100%; */ }
  .entry-content.small-carousel .small-carousel-container {
    position: relative;
    height: 136px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    overflow: hidden;
    margin-bottom: 40px; }
    .entry-content.small-carousel .small-carousel-container.width-75 {
      width: 75%; }
    .entry-content.small-carousel .small-carousel-container.vertical {
      height: 600px;
      border-top: none;
      border-bottom: none;
      border-left: 1px solid black;
      border-right: 1px solid black;
      width: 18%;
      margin: 0;
      padding: 0;
      margin-top: 20px;
      margin-bottom: 20px; }
      .entry-content.small-carousel .small-carousel-container.vertical .arrow {
        position: absolute;
        height: 17px;
        width: 19px; }
        .entry-content.small-carousel .small-carousel-container.vertical .arrow:hover {
          cursor: pointer; }
        .entry-content.small-carousel .small-carousel-container.vertical .arrow.arrow-up {
          top: 0px;
          left: 45%;
          height: 17px;
          width: 19px; }
          .entry-content.small-carousel .small-carousel-container.vertical .arrow.arrow-up img {
            width: 19px;
            height: 17px;
            display: block; }
        .entry-content.small-carousel .small-carousel-container.vertical .arrow.arrow-down {
          bottom: 0px;
          right: 45%;
          height: 17px;
          width: 19px; }
          .entry-content.small-carousel .small-carousel-container.vertical .arrow.arrow-down img {
            width: 19px;
            height: 17px;
            display: block; }
      .entry-content.small-carousel .small-carousel-container.vertical .carousel-slide {
        position: relative;
        top: 25px;
        left: 0px;
        width: 100%;
        height: 540px;
        overflow: hidden;
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px; }
        .entry-content.small-carousel .small-carousel-container.vertical .carousel-slide .carousel {
          display: block;
          position: relative;
          height: 5000px;
          margin: 0;
          width: 100%;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transition: transform;
          -transition: transform;
          transition: transform;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          transition-delay: 0s; }
          .entry-content.small-carousel .small-carousel-container.vertical .carousel-slide .carousel li {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
            display: inline-block;
            padding-left: 20px;
            padding-right: 20px;
            height: auto;
            margin: 0; }
          .entry-content.small-carousel .small-carousel-container.vertical .carousel-slide .carousel img {
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0; }
            .entry-content.small-carousel .small-carousel-container.vertical .carousel-slide .carousel img:hover {
              cursor: pointer; }
    .entry-content.small-carousel .small-carousel-container .carousel-slide {
      position: relative;
      left: 4.5%;
      width: 90%;
      height: 136px;
      overflow: hidden;
      display: inline-block; }
      .entry-content.small-carousel .small-carousel-container .carousel-slide .carousel {
        display: block;
        position: relative;
        height: 136px;
        margin: 0;
        width: 4000px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all;
        -transition: all;
        transition: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
        .entry-content.small-carousel .small-carousel-container .carousel-slide .carousel li {
          height: 136px;
          padding-top: 10px;
          padding-bottom: 10px;
          display: inline-block;
          margin-left: 5px;
          margin-right: 5px;
          width: auto; }
        .entry-content.small-carousel .small-carousel-container .carousel-slide .carousel img {
          display: block;
          height: 100%;
          width: auto;
          margin: 0;
          padding: 0; }
          .entry-content.small-carousel .small-carousel-container .carousel-slide .carousel img:hover {
            cursor: pointer; }
  .entry-content.small-carousel .arrow {
    position: absolute; }
    .entry-content.small-carousel .arrow:hover {
      cursor: pointer; }
    .entry-content.small-carousel .arrow.arrow-left {
      width: 19px;
      height: 17px;
      top: 45%;
      left: 0px; }
    .entry-content.small-carousel .arrow.arrow-right {
      width: 19px;
      height: 17px;
      top: 45%;
      right: 0px; }
    .entry-content.small-carousel .arrow.arrow-up {
      width: 29px;
      height: 30px;
      top: 120px;
      left: 45%; }
      .entry-content.small-carousel .arrow.arrow-up img {
        width: 29px;
        height: 30px; }
    .entry-content.small-carousel .arrow.arrow-down {
      width: 29px;
      height: 30px;
      left: 45%; }
      .entry-content.small-carousel .arrow.arrow-down img {
        width: 29px;
        height: 30px; }
    .entry-content.small-carousel .arrow img {
      width: 19px;
      height: 17px;
      display: block; }
  .entry-content.small-carousel .gradient {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 136px; }
    .entry-content.small-carousel .gradient.left {
      left: 4%; }
    .entry-content.small-carousel .gradient.right {
      right: 5.5%; }
  .entry-content #post_images_container {
    width: 74%;
    float: left;
    margin-top: 20px;
    margin-right: 2%; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.8em 0;
    max-width: 100%;
    height: auto;
    width: 100%; }
  .entry-content .share_cell img {
    width: auto;
    height: auto;
    width: initial;
    height: initial; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.pagination {
  text-align: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px; }
    .pagination ul li {
      padding: 0;
      margin: 0;
      float: left;
      display: inline;
      overflow: hidden; }
      .pagination ul li a, .pagination ul li span {
        margin: 0;
        text-decoration: none;
        padding: 0;
        line-height: 1em;
        font-size: 1em;
        font-weight: normal;
        padding: .5em;
        min-width: 1em;
        display: block; }
      .pagination ul li span.current {
        font-weight: bold; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.single-post-sidebar {
  position: relative;
  float: right;
  width: 16%; }

.homepage-sidebar {
  position: relative;
  float: left;
  width: 25%; }
  .homepage-sidebar .sidebar {
    border: none;
    margin-top: 0px;
    width: 100%; }

.sidebar {
  border-right: 1px solid black;
  border-left: 1px solid black;
  margin-top: 20px; }

.widgettitle {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-left: 10%;
  margin-right: 10%; }
  .widgettitle.related-links {
    border-bottom: 1px solid black;
    padding-bottom: 1em;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px; }
  .widgettitle img {
    width: 100%;
    height: auto;
    margin-top: 10px; }

#social-sidebar.widget, #my_featured_widget-2.widget, #facebook_feed_widget-2.widget, #twitter_feed_widget-2.widget {
  float: left;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
  width: 100%;
  /* 	/@include transform(translate3d(0,0,0)); */ }
  #social-sidebar.widget.hidden, #my_featured_widget-2.widget.hidden, #facebook_feed_widget-2.widget.hidden, #twitter_feed_widget-2.widget.hidden {
    opacity: 0; }
  #social-sidebar.widget a.twitter-timeline, #my_featured_widget-2.widget a.twitter-timeline, #facebook_feed_widget-2.widget a.twitter-timeline, #twitter_feed_widget-2.widget a.twitter-timeline {
    text-decoration: none;
    color: black; }
    #social-sidebar.widget a.twitter-timeline img, #my_featured_widget-2.widget a.twitter-timeline img, #facebook_feed_widget-2.widget a.twitter-timeline img, #twitter_feed_widget-2.widget a.twitter-timeline img {
      width: 16px;
      height: 16px;
      display: block;
      margin: 0 auto; }

img.small-loader {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto; }

#other_bond_articles_widget-2.widget ul li h5 {
  margin-bottom: 10px; }

#my_featured_widget-2.widget ul {
  margin: 0;
  padding: 0; }
  #my_featured_widget-2.widget ul li {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #e9e8e8;
    padding-bottom: 5px;
    margin-bottom: 3px;
    -webkit-transition: all 0.2s ease-out;
    -transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #my_featured_widget-2.widget ul li:hover {
      -webkit-transform: scale(0.9, 0.9);
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      -o-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }
    #my_featured_widget-2.widget ul li h5 {
      margin-top: 0px;
      padding-top: 0em;
      /*border-bottom-style: solid;
				border-bottom-color: #cdcbcb;*/
      border-bottom: none;
      color: black;
      background-color: #e9e8e8;
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 0px;
      padding-bottom: 0px;
      font-size: 0.9em; }
    #my_featured_widget-2.widget ul li h6 {
      margin: 0;
      padding-top: 1em;
      font-size: 0.6em;
      color: #9e8844;
      font-weight: normal; }
    #my_featured_widget-2.widget ul li a:hover h5 {
      color: #7e6c36; }
    #my_featured_widget-2.widget ul li p {
      font-family: serif;
      font-size: 1em; }
    #my_featured_widget-2.widget ul li h5, #my_featured_widget-2.widget ul li p, #my_featured_widget-2.widget ul li img {
      padding-left: 10px;
      padding-right: 10px; }

.clear {
  clear: both; }

#facebook_feed_widget-2 h2, #twitter_feed_widget-2 h2 {
  margin-bottom: 1em; }

#facebook_feed_widget-2 ul, #twitter_feed_widget-2 ul {
  padding: 0; }
  #facebook_feed_widget-2 ul li, #twitter_feed_widget-2 ul li {
    clear: both;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s ease-out;
    -transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    #facebook_feed_widget-2 ul li:hover, #twitter_feed_widget-2 ul li:hover {
      -webkit-transform: scale(0.95, 0.95);
      -moz-transform: scale(0.95, 0.95);
      -ms-transform: scale(0.95, 0.95);
      -o-transform: scale(0.95, 0.95);
      transform: scale(0.95, 0.95); }
    #facebook_feed_widget-2 ul li img, #twitter_feed_widget-2 ul li img {
      float: left;
      width: 33%;
      height: auto;
      display: block; }
    #facebook_feed_widget-2 ul li .fb-message, #twitter_feed_widget-2 ul li .fb-message {
      float: left;
      width: 100%;
      text-align: left; }
      #facebook_feed_widget-2 ul li .fb-message.with-image, #twitter_feed_widget-2 ul li .fb-message.with-image {
        padding-left: 0px;
        width: 100%; }
        #facebook_feed_widget-2 ul li .fb-message.with-image img, #twitter_feed_widget-2 ul li .fb-message.with-image img {
          margin-right: 5px; }
        #facebook_feed_widget-2 ul li .fb-message.with-image h2, #twitter_feed_widget-2 ul li .fb-message.with-image h2 {
          display: inline-block; }
        #facebook_feed_widget-2 ul li .fb-message.with-image h3, #twitter_feed_widget-2 ul li .fb-message.with-image h3 {
          margin-top: -5px; }
        #facebook_feed_widget-2 ul li .fb-message.with-image p, #twitter_feed_widget-2 ul li .fb-message.with-image p {
          float: none; }
      #facebook_feed_widget-2 ul li .fb-message h3, #twitter_feed_widget-2 ul li .fb-message h3 {
        margin: 0;
        padding: 0;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1em; }
      #facebook_feed_widget-2 ul li .fb-message h2, #twitter_feed_widget-2 ul li .fb-message h2 {
        border-bottom: none;
        padding: 0px;
        margin: 0px;
        font-family: "Georgia", Cambria, Times New Roman, Times, serif;
        font-size: 0.7em;
        color: #9e8844;
        margin-bottom: 0px;
        margin-top: 0px;
        clear: both;
        text-align: left;
        letter-spacing: 0;
        text-transform: none; }
      #facebook_feed_widget-2 ul li .fb-message p, #twitter_feed_widget-2 ul li .fb-message p {
        float: left;
        display: block;
        margin: 0;
        margin-bottom: 10px;
        font-family: "Georgia", Cambria, Times New Roman, Times, serif;
        font-size: 0.8em;
        -ms-word-break: break-all;
        /* Be VERY careful with this, breaks normal words wh_erever */
        word-break: break-all;
        /* Non standard for webkit */
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; }

.widget h2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0.4em; }

.widget ul {
  padding: 0 10px; }
  .widget ul.related-links {
    margin-bottom: 0px;
    margin-top: 0px; }
    .widget ul.related-links h5 {
      /* border-top:1px solid black; */
      padding-top: 0.8em;
      padding-bottom: 0.8em;
      margin-bottom: 0px;
      margin-top: 0px; }
    .widget ul.related-links h6 {
      margin: 0;
      margin-top: 1em;
      font-size: 0.6em;
      color: #9e8844;
      font-weight: normal; }
    .widget ul.related-links p {
      margin-top: 0.5em; }
    .widget ul.related-links li {
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      margin-bottom: 0px; }
      .widget ul.related-links li.current {
        display: none; }
    .widget ul.related-links .last {
      border-right: none;
      float: none; }
  .widget ul li {
    text-align: center;
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li h5 {
      font-size: 0.8em;
      border-bottom: 1px solid black;
      padding-bottom: 1em;
      line-height: 1.3em; }
    .widget ul li h6 {
      margin: 0;
      margin-top: 1em;
      font-size: 0.6em;
      color: #9e8844;
      font-weight: normal; }
    .widget ul li p {
      font-size: 0.7em;
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .widget ul li a {
      color: black;
      text-decoration: none;
      font-family: "Georgia", Cambria, Times New Roman, Times, serif; }
      .widget ul li a:hover h3, .widget ul li a:hover h5 {
        color: #7e6c36; }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }
    .widget ul li img {
      width: 100%;
      height: auto; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  position: fixed;
  bottom: -69px;
  left: 0px;
  width: 100%;
  border-top: 1px solid black;
  -webkit-transition: all 0.4s ease-out 0.3s;
  -transition: all 0.4s ease-out 0.3s;
  transition: all 0.4s ease-out 0.3s;
  background: white;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  z-index: 999; }
  .footer.IE {
    bottom: -68px; }
  .footer:hover {
    bottom: 0px; }

.single-wallpaper_download .footer {
  background: transparent; }
  .single-wallpaper_download .footer:hover {
    background: white;
    background: rgba(255, 255, 255, 0.8); }

.no-csstransforms .entry-content.character-bios #character_content {
  display: none; }

.explorer8 .wallpapers .left-sidebar .text-menu li.hi-lite, .explorer8 .wallpapers .left-sidebar .text-menu li:hover {
  color: #ccc; }

.explorer8 .wallpapers .left-sidebar .text-menu li .btn-download {
  background: #ccc; }

.explorer8 .footer {
  bottom: -68px;
  background: white; }
  .explorer8 .footer:hover {
    bottom: 0px; }

.firefox .footer {
  bottom: -66px; }
  .firefox .footer:hover {
    bottom: 0px; }

.ipad .footer {
  position: relative; }
  .ipad .footer:hover {
    bottom: inherit; }

.safaridesktop {
  /*
	.footer{
		bottom:-122px;
		&:hover{
			bottom:0px;
		}
	}
	*/ }

/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
#legalinclude-cookie_banner {
  font-size: 1.5vmax;
  line-height: 1.7vmax; }

#legalinclude-cookie_banner {
  position: fixed;
  bottom: 0;
  background-color: #212326;
  opacity: .95;
  padding: 1em 0;
  z-index: 1950;
  color: #b2b2b2;
  border: 0;
  margin: 0;
  font-family: sans-serif;
  left: 0;
  width: 100%;
  text-align: left; }

#legalinclude-cookie_accept {
  font-size: 1.7vmax; }

#legalinclude-cookie_accept {
  display: inline-block;
  width: 10em;
  height: 2.5em;
  font-family: sans-serif;
  background-color: #fff;
  color: #212326;
  float: right;
  margin: 0 10% 0.5em 1em; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
/*
@media only screen and (min-width: 481px) {

	// styles in 481up.scss
	@import "481up";

} // end of media query
*/
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
.onecol {
  width: 5.801104972%; }

/* 4.85%;  } /* grid_1  */
.twocol {
  width: 14.364640883%; }

/* 13.45%; } /* grid_2  */
.threecol {
  width: 22.928176794%; }

/* 22.05%; } /* grid_3  */
.fourcol {
  width: 31.491712705%; }

/* 30.75%; } /* grid_4  */
.fivecol {
  width: 40.055248616%; }

/* 39.45%; } /* grid_5  */
.sixcol {
  width: 48.618784527%; }

/* 48%;    } /* grid_6  */
.sevencol {
  width: 57.182320438000005%; }

/* 56.75%; } /* grid_7  */
.eightcol {
  width: 65.74585634900001%; }

/* 65.4%;  } /* grid_8  */
.ninecol {
  width: 74.30939226%; }

/* 74.05%; } /* grid_9  */
.tencol {
  width: 82.87292817100001%; }

/* 82.7%;  } /* grid_10 */
.elevencol {
  width: 91.436464082%; }

/* 91.35%; } /* grid_11 */
.twelvecol {
  width: 99.999999993%; }

/* 100%;   } /* grid_12 */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762430939%; }

.first {
  margin-left: 0; }

.last {
  float: right; }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
@media only screen and (min-width: 1030px) {

	// styles in 1030up.scss
	@import "1030up";

} // end of media query
*/
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
@media only screen and (min-width: 1240px) {

	// styles in 1240up.scss
	@import "1240up";

} // end of media query
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .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; }
  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; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/* SPECTRE specific styles */
.spectre .header {
  background-color: black;
  color: white; }

.spectre #logo {
  padding-top: 17px; }
  .spectre #logo a {
    width: 350px; }
  .spectre #logo img {
    width: 100%;
    height: auto; }

.spectre .entry-content.small-carousel {
  position: relative;
  float: none;
  top: -3px;
  clear: both;
  zoom: 1;
  height: 500px; }
  .spectre .entry-content.small-carousel .right-sidebar {
    position: absolute;
    right: 0px;
    width: 250px;
    left: 74%;
    bottom: 0px;
    top: 0px;
    text-align: center; }
    .spectre .entry-content.small-carousel .right-sidebar .logo {
      width: 63%;
      margin-top: 15px;
      margin-bottom: 0px; }
    .spectre .entry-content.small-carousel .right-sidebar h2 {
      margin: 0px;
      text-transform: uppercase;
      font-size: 10px;
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      font-weight: bold; }
  .spectre .entry-content.small-carousel .small-carousel-container {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
    top: 3%;
    bottom: 0px;
    position: absolute;
    height: 99%;
    width: 100%; }
    .spectre .entry-content.small-carousel .small-carousel-container .arrow.arrow-up {
      top: 45px;
      left: 44%; }
    .spectre .entry-content.small-carousel .small-carousel-container .arrow.arrow-down {
      bottom: 0px;
      left: 44%; }
    .spectre .entry-content.small-carousel .small-carousel-container .carousel-slide {
      margin-top: 80px;
      margin-bottom: 30px;
      left: 0%;
      position: absolute;
      bottom: 0px;
      top: 0px;
      width: 100%;
      display: block;
      padding-left: 5px;
      padding-right: 5px;
      height: 75%; }
      .spectre .entry-content.small-carousel .small-carousel-container .carousel-slide .carousel {
        width: 100%;
        height: 4000px;
        text-align: left; }
        .spectre .entry-content.small-carousel .small-carousel-container .carousel-slide .carousel li {
          margin: 1%;
          display: inline-block;
          width: 48%;
          height: auto;
          padding: 0px; }
          .spectre .entry-content.small-carousel .small-carousel-container .carousel-slide .carousel li img {
            height: auto; }
  .spectre .entry-content.small-carousel .image-area {
    margin-top: -1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    float: left;
    width: 73%; }
    .spectre .entry-content.small-carousel .image-area img {
      width: 100%;
      height: auto;
      max-height: none;
      display: block;
      border: none; }
