/* Import all reset & helpers files */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom:h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #ffffff;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #3b3b39;
}
body {
  margin: 0;
  font: normal 62.5%/1.5 Arial, sans-serif;
  color: #212120;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
/*
 * Remove text-shadow in selection highlight:h5bp.com/i
 * These selection declarations have to be separate
 * Also:hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #6f6e6c;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #6f6e6c;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #6f6e6c;
  text-decoration: none;
}
a:hover,
a:active {
  outline: none;
}
a:hover,
a:focus {
  color: #3b3b3a;
  text-decoration: none;
}
a:focus {
  outline: 1px dotted;
}
/* Improve readability when focused and hovered in all browsers:h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*p {margin:0 0 1.2em 0;}*/
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
address {
  font-style: normal;
}
/* Redeclare monospace font family:h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height:h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7:h5bp.com/d
 * 2. Remove the gap between images and borders on image containers:h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  display: block;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
}
td {
  vertical-align: top;
  text-align: left;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
  display: inline-block;
  width: 120px;
}
.auto-lbl {
  width: auto;
}
.right-lbl {
  width: auto;
  margin: 0 1em 0 .5em;
}
/* Right 'floating' label next to checkbox or radio btn */
.inline-lbl {
  width: auto;
  margin: .7em .5em 0 1em;
}
/* Right 'floating' label in between text inputs */
.default-lbl {
  cursor: default;
}
/* Do not show form legends by default */
legend {
  display: none;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: .5em;
  vertical-align: baseline;
  *vertical-align: middle;
}
label,
button,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="submit"] {
  margin-top: .7em;
}
/* Border styles */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
  border: 1px solid #ccc;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
  outline: 1px dotted;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Submit button
 */
input[type="submit"] {
  display: inline-block;
  padding: .3em;
}
/*
 * Remove inner padding and border in FF3/4:h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
  resize: vertical;
  height: 100px;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/*
 * Focussed form elements
 */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  background-color: #f4f4f4;
}
/*
 * Placeholder styling
 */
.placeholder {
  color: #999;
  font-style: italic;
}
input:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
input:-moz-placeholder {
  color: #999;
  font-style: italic;
}
/* Firefox 18- */
input::-moz-placeholder {
  color: #999;
  font-style: italic;
}
/* Firefox 19+ */
input::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
/*
 * Error message handling, normally generated by chkFrm plugin
 */
.error-container {
  padding: 1em;
  color: #000;
  border: 2px solid #cba421;
  background: #faf9bb;
  margin: 1em 0;
}
.error-container ul {
  margin: 0;
  padding: 0 0 0 1em;
}
.success-container {
  padding: 1em;
  color: #1e3b20;
  border: 1px solid #70c468;
  background: #c5f6c0;
}
label.error {
  color: #000;
  font-weight: bold;
}
label.right-lbl.error {
  background: #ff9;
}
textarea.error,
select.error,
input.error {
  border: 1px solid #cba421;
  background: #faf9bb;
}
/**
 * @section	:	See http://css3please.com/ & http://markdotto.com/bootstrap/ for more details
 * @project	:	PROJECT_NAAM
 * @author	:	Naam Developer <developer@e-sites.nl>
 * @media	:	all
 * @since	:	01-12-1999
 */
/* No () cause we wan't to apply this style as class too */
.uc {
  text-transform: uppercase;
}
.lc {
  text-transform: lowercase;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Center-align a block level element */
.center-block {
  display: block;
  margin: 0 auto;
}
/* Sizing shortcuts */
/* Calculates the correct font-size and rounds it with 3 decimals after the comma */
/* Add three dots */
/* Debug helpers */
/* IE7 inline-block */
/* Image Replacement */
.hide-text {
  font: 0/0 a;
  /* https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 */
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/** CSS 3 HELPERS **/
/* Rounded corners, created some aliasses so corners can be set with or without comma's */
/* Box shadow */
/* Vertical gradient (from top to bottom) */
/* Vertical gradient with color stop (from top to bottom) */
/* Crossbrowser rgba for background-color, with a simple alias */
/* Box rotate */
/* Scale */
/* Translate */
/* Translate 3D */
/* Backface visibility
// Prevent browsers from flickering when using CSS 3D transforms.
// Default value is `visible`, but can be changed to `hidden
// See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples */
/* Transitions */
/* Background sizing */
/* Resize anything */
/* Opacity */
/* Standard horizontal list */
.horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}
.horizontal li {
  position: relative;
  float: left;
}
/* Standard list without default browser styling */
.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Alternative flash content */
.flashObjPlaceholder {
  display: none;
}
object,
embed {
  outline: 0;
}
/* Avoiding DOM flickering */
#has-js .show-if-js,
.hide-if-js {
  display: block;
}
#has-js .hide-if-js,
.show-if-js {
  display: none;
}
/* Headings */
/*h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {font-weight:bold; margin:0; padding:0;}
h1, .h1 {font-size:160%;}
h2, .h2 {font-size:140%;}
h3, .h3 {font-size:120%;}
h4, .h4 {font-size:120%;}
h5, .h5 {font-size:120%;}
h6, .h6 {font-size:120%;}*/
/* Umbrella links - requires a relative parent */
.umbrella {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 .umbrella {
  background-image: url(data:image/png;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lt-ie8 .umbrella {
  background-image: url(/images/misc/pixel.gif);
}
/* The Magnificent Clearfix:Updated to prevent margin-collapsing on child elements. http://j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.lt-ie9 .clearfix {
  zoom: 1;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* Non-semantic helper classes */
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.inline {
  display: inline;
}
.center {
  margin: 0 auto;
}
.borderless {
  border: 0;
}
.clear {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.img-left {
  float: left;
  margin: 4px 10px 4px 0;
}
.img-right {
  float: right;
  margin: 4px 0 4px 10px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.strong {
  font-weight: bold;
}
.emphasis {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.hide {
  display: none;
}
/* Hide from both screenreaders and browsers */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Hide only visually, but have it available for screenreaders */
.opaque {
  opacity: 0;
}
.no-bg {
  background: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-indent {
  margin-left: 0;
  padding-left: 0;
}
.no-bullet {
  list-style: none;
  list-style-image: none;
}
.fontLight {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.fontRegular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.fontBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/misc/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/misc/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/misc/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/misc/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@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) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/misc/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/misc/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  border: 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  margin: -20px 0 0;
  position: absolute;
  top: 175px;
  border-radius: 100px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100px;
  height: 100px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav li {
  background-color: #000;
  width: 100px;
  height: 100px;
  display: block;
}
.flex-direction-nav .flex-prev {
  left: 20px;
  background: transparent url(../images/buttons/arrow-left-slider.png) no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}
.flex-direction-nav .flex-prev:hover {
  background: #000000 url(../images/buttons/arrow-left-slider.png) no-repeat center center;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  /* IE6–IE8 */
}
.lt-ie9 .flex-direction-nav .flex-prev:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7F000000", endColorstr="#7F000000", GradientType=0);
  zoom: 1;
}
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
  background: transparent url(../images/buttons/arrow-right-slider.png) no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}
.flex-direction-nav .flex-next:hover {
  background: #000000 url(../images/buttons/arrow-right-slider.png) no-repeat center center;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  /* IE6–IE8 */
}
.lt-ie9 .flex-direction-nav .flex-next:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7F000000", endColorstr="#7F000000", GradientType=0);
  zoom: 1;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  top: 413px;
  text-align: right;
  right: 25px;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  overflow: hidden;
  display: block;
  color: #666;
  background: #666;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #fff;
  color: #fff;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
  color: #fff;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media print {
  /* Black prints faster:sanbeiji.com/archives/953 */
  * {
    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[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* Don't show links for images, or javascript/internal links */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Hidden elements */
  #header,
  #footer,
  #esmFrontendLinks {
    display: none !important;
  }
}
/* Import generated sprite css files */
/* glue: 0.3 hash: 545c7d867e */
.spr-main-logo-white,
.spr-main-logo-black,
.spr-main-logo-watermark,
.spr-main-zoom,
.spr-main-moon,
.spr-main-arrow-right,
.spr-main-arrow-right-slider,
.spr-main-arrow-prev-item,
.spr-main-arrow-next-item,
.spr-main-arrow-left,
.spr-main-arrow-left-slider,
.spr-main-mobile-nav,
.spr-main-grid,
.spr-main-share,
.spr-main-comment,
.spr-main-clock,
.spr-main-search,
.spr-main-search-white,
.spr-main-arrow-down-socials {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../images/sprites/main.png?545c7d);
  background-repeat: no-repeat;
}
.spr-main-logo-white {
  background-position: -5px -5px;
  width: 206px;
  height: 101px;
}
.spr-main-logo-black {
  background-position: -221px -5px;
  width: 206px;
  height: 101px;
}
.spr-main-logo-watermark {
  background-position: -5px -116px;
  width: 122px;
  height: 60px;
}
.spr-main-zoom {
  background-position: -5px -186px;
  width: 96px;
  height: 96px;
}
.spr-main-moon {
  background-position: -111px -186px;
  width: 96px;
  height: 96px;
}
.spr-main-arrow-right:hover {
  background-position: -137px -116px;
  width: 15px;
  height: 28px;
}
.spr-main-arrow-right {
  background-position: -162px -116px;
  width: 15px;
  height: 28px;
}
.spr-main-arrow-right-slider {
  background-position: -187px -116px;
  width: 16px;
  height: 28px;
}
.spr-main-arrow-prev-item {
  background-position: -213px -116px;
  width: 15px;
  height: 28px;
}
.spr-main-arrow-next-item {
  background-position: -238px -116px;
  width: 15px;
  height: 28px;
}
.spr-main-arrow-left:hover {
  background-position: -263px -116px;
  width: 15px;
  height: 28px;
}
.spr-main-arrow-left {
  background-position: -288px -116px;
  width: 15px;
  height: 28px;
}
.spr-main-arrow-left-slider {
  background-position: -313px -116px;
  width: 16px;
  height: 28px;
}
.spr-main-mobile-nav {
  background-position: -339px -116px;
  width: 24px;
  height: 22px;
}
.spr-main-grid {
  background-position: -373px -116px;
  width: 9px;
  height: 22px;
}
.spr-main-share:hover {
  background-position: -392px -116px;
  width: 20px;
  height: 20px;
}
.spr-main-share {
  background-position: -137px -154px;
  width: 20px;
  height: 20px;
}
.spr-main-comment:hover {
  background-position: -167px -154px;
  width: 20px;
  height: 20px;
}
.spr-main-comment {
  background-position: -197px -154px;
  width: 20px;
  height: 20px;
}
.spr-main-clock:hover {
  background-position: -227px -154px;
  width: 20px;
  height: 20px;
}
.spr-main-clock {
  background-position: -257px -154px;
  width: 20px;
  height: 20px;
}
.spr-main-search:hover {
  background-position: -287px -154px;
  width: 19px;
  height: 19px;
}
.spr-main-search {
  background-position: -316px -154px;
  width: 19px;
  height: 19px;
}
.spr-main-search-white {
  background-position: -345px -154px;
  width: 19px;
  height: 19px;
}
.spr-main-arrow-down-socials {
  background-position: -374px -154px;
  width: 12px;
  height: 6px;
}
/* glue: 0.3 hash: c1094db426 */
.spr-socials-tw-white,
.spr-socials-rss-white,
.spr-socials-fb-white,
.spr-socials-twitter,
.spr-socials-stum,
.spr-socials-reddit,
.spr-socials-pinterest,
.spr-socials-gplus,
.spr-socials-facebook {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../images/sprites/socials.png?c1094d);
  background-repeat: no-repeat;
}
.spr-socials-tw-white:hover {
  background-position: -5px -5px;
  width: 32px;
  height: 32px;
}
.spr-socials-tw-white {
  background-position: -47px -5px;
  width: 32px;
  height: 32px;
}
.spr-socials-rss-white:hover {
  background-position: -5px -47px;
  width: 32px;
  height: 32px;
}
.spr-socials-rss-white {
  background-position: -47px -47px;
  width: 32px;
  height: 32px;
}
.spr-socials-fb-white:hover {
  background-position: -89px -5px;
  width: 32px;
  height: 32px;
}
.spr-socials-fb-white {
  background-position: -89px -47px;
  width: 32px;
  height: 32px;
}
.spr-socials-twitter:hover {
  background-position: -5px -89px;
  width: 27px;
  height: 27px;
}
.spr-socials-twitter {
  background-position: -42px -89px;
  width: 27px;
  height: 27px;
}
.spr-socials-stum:hover {
  background-position: -79px -89px;
  width: 27px;
  height: 27px;
}
.spr-socials-stum {
  background-position: -131px -5px;
  width: 27px;
  height: 27px;
}
.spr-socials-reddit:hover {
  background-position: -131px -42px;
  width: 27px;
  height: 27px;
}
.spr-socials-reddit {
  background-position: -131px -79px;
  width: 27px;
  height: 27px;
}
.spr-socials-pinterest:hover {
  background-position: -5px -126px;
  width: 27px;
  height: 27px;
}
.spr-socials-pinterest {
  background-position: -42px -126px;
  width: 27px;
  height: 27px;
}
.spr-socials-gplus:hover {
  background-position: -79px -126px;
  width: 27px;
  height: 27px;
}
.spr-socials-gplus {
  background-position: -116px -126px;
  width: 27px;
  height: 27px;
}
.spr-socials-facebook:hover {
  background-position: -168px -5px;
  width: 27px;
  height: 27px;
}
.spr-socials-facebook {
  background-position: -168px -42px;
  width: 27px;
  height: 27px;
}
/* glue: 0.9.4 hash: 7903e43114 */
.spr-iconssidebar-twitter_hover,
.spr-iconssidebar-twitter,
.spr-iconssidebar-search_hover,
.spr-iconssidebar-search,
.spr-iconssidebar-rss_hover,
.spr-iconssidebar-rss,
.spr-iconssidebar-instagram_hover,
.spr-iconssidebar-instagram,
.spr-iconssidebar-facebook_hover,
.spr-iconssidebar-facebook {
  background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  background-repeat: no-repeat;
  -webkit-background-size: 149px 113px;
  -moz-background-size: 149px 113px;
  background-size: 149px 113px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .spr-iconssidebar-twitter_hover,
  .spr-iconssidebar-twitter,
  .spr-iconssidebar-search_hover,
  .spr-iconssidebar-search,
  .spr-iconssidebar-rss_hover,
  .spr-iconssidebar-rss,
  .spr-iconssidebar-instagram_hover,
  .spr-iconssidebar-instagram,
  .spr-iconssidebar-facebook_hover,
  .spr-iconssidebar-facebook {
    background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  }
}
.spr-iconssidebar-twitter_hover {
  background-position: -5px -5px;
  width: 34px;
  height: 27px;
}
.spr-iconssidebar-twitter {
  background-position: -49px -5px;
  width: 34px;
  height: 27px;
}
.spr-iconssidebar-search_hover {
  background-position: -5px -42px;
  width: 31px;
  height: 28px;
}
.spr-iconssidebar-search {
  background-position: -46px -42px;
  width: 31px;
  height: 28px;
}
.spr-iconssidebar-rss_hover {
  background-position: -93px -5px;
  width: 27px;
  height: 28px;
}
.spr-iconssidebar-rss {
  background-position: -5px -80px;
  width: 27px;
  height: 28px;
}
.spr-iconssidebar-instagram_hover {
  background-position: -42px -80px;
  width: 28px;
  height: 28px;
}
.spr-iconssidebar-instagram {
  background-position: -80px -80px;
  width: 28px;
  height: 28px;
}
.spr-iconssidebar-facebook_hover {
  background-position: -130px -5px;
  width: 14px;
  height: 28px;
}
.spr-iconssidebar-facebook {
  background-position: -130px -43px;
  width: 14px;
  height: 28px;
}
/* Top for tablet and mobile */
.inner {
  margin: 0 auto;
  width: 1221px;
}
.top {
  display: none;
  position: relative;
  padding: 0 30px;
  height: 50px;
  background-color: #000000;
}
.top .logo-mobile {
  position: relative;
  float: left;
  margin-top: 7px;
  background: #000000 url(../images/logos/logo-mobile.png) no-repeat;
  width: 215px;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
}
.mobile-menu {
  position: relative;
  float: right;
  margin-right: -30px;
}
.mobile-menu li {
  position: relative;
  float: left;
}
.mobile-menu li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 50px;
  padding: 0 10px;
  border-left: 1px solid #212120;
  display: inline-block;
  line-height: 50px;
  font-size: 150%;
  color: #acaba7;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in;
  /* Saf3.2+, Chrome */
  -moz-transition: color 0.2s ease-in;
  /* FF4+ */
  -ms-transition: color 0.2s ease-in;
  /* IE10 */
  -o-transition: color 0.2s ease-in;
  /* Opera 10.5+ */
  transition: color 0.2s ease-in;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.mobile-menu li a:hover {
  color: #ffffff;
}
.mobile-menu li.active {
  background-color: #ffffff;
}
.mobile-menu li.active a {
  color: #000000;
}
.mobile-menu li .search-icon {
  margin-top: 15px;
}
.mobile-menu li .arrow-down {
  position: relative;
  margin-left: 3px;
  top: -3px;
}
.mobile-menu li.search-btn:hover .search-box {
  display: block;
}
.mobile-menu li.socials-btn:hover .socials-box {
  display: block;
}
.search-box {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 300px;
  height: 60px;
  background-color: #212120;
  z-index: 9999;
}
.search-box .sidebar-search-frm {
  margin-top: 8px;
  margin-left: 15px;
  display: block;
}
.search-box .sidebar-search-frm .text {
  float: left;
  border: 0;
  padding: 6px 10px;
  width: 150px;
  font-size: 150%;
}
.search-box .sidebar-search-frm .submit {
  float: left;
  margin-left: 15px;
}
.socials-box {
  display: none;
  position: absolute;
  right: -40px;
  top: 50px;
  width: 205px;
  height: 60px;
  background: #eeedeb url(../images/backgrounds/noise.png) repeat-y;
  z-index: 9999;
}
.socials-box .socials {
  position: relative;
  float: left;
  margin-top: 0;
  margin-left: 15px;
}
.socials-box .socials li {
  margin-right: 15px;
}
.socials-box .socials li a {
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  height: auto;
  height: 32px;
  margin-right: 10px;
  border: 0;
}
.billboard {
  position: relative;
  margin: 30px auto;
  width: 970px;
  text-align: center;
}
.billboard-sidebar {
  text-align: right;
  margin: 30px 0;
}
/* Main navigation */
.nav {
  position: relative;
  float: left;
  border-bottom: 1px solid #e2dfda;
  width: 396px;
  margin-left: -30px;
  margin-top: -30px;
  margin-bottom: 15px;
}
.nav li {
  position: relative;
  float: left;
  border-left: 1px solid #e2dfda;
  height: 45px;
  line-height: 45px;
  -webkit-transition: background-color 0.2s ease-in;
  /* Saf3.2+, Chrome */
  -moz-transition: background-color 0.2s ease-in;
  /* FF4+ */
  -ms-transition: background-color 0.2s ease-in;
  /* IE10 */
  -o-transition: background-color 0.2s ease-in;
  /* Opera 10.5+ */
  transition: background-color 0.2s ease-in;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.nav li.active,
.nav li:hover {
  background-color: #ffffff;
}
.nav li:last-child a {
  padding-left: 22px;
}
.nav li a {
  display: block;
  padding: 0 21px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #212120;
}
.nav.socials-new {
  border-left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
}
.nav.socials-new:before {
  position: absolute;
  right: -30px;
  bottom: -1px;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #e2dfda;
}
.nav.socials-new:after {
  position: absolute;
  left: -30px;
  bottom: -1px;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #e2dfda;
}
.nav.socials-new li {
  border-left: 0;
  width: 20%;
  text-align: center;
}
.nav.socials-new li.active,
.nav.socials-new li:hover {
  background-color: transparent;
}
.nav.socials-new li:last-child a {
  padding-left: 0;
}
.nav.socials-new li .spr-iconssidebar-instagram {
  display: block;
}
.nav.socials-new li .spr-iconssidebar-instagram:hover {
  background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  background-repeat: no-repeat;
  -webkit-background-size: 149px 113px;
  -moz-background-size: 149px 113px;
  background-size: 149px 113px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: -42px -80px;
  width: 28px;
  height: 28px;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .nav.socials-new li .spr-iconssidebar-instagram:hover {
    background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  }
}
.nav.socials-new li .spr-iconssidebar-facebook {
  display: block;
}
.nav.socials-new li .spr-iconssidebar-facebook:hover {
  background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  background-repeat: no-repeat;
  -webkit-background-size: 149px 113px;
  -moz-background-size: 149px 113px;
  background-size: 149px 113px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: -130px -5px;
  width: 14px;
  height: 28px;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .nav.socials-new li .spr-iconssidebar-facebook:hover {
    background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  }
}
.nav.socials-new li .spr-iconssidebar-twitter {
  display: block;
}
.nav.socials-new li .spr-iconssidebar-twitter:hover {
  background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  background-repeat: no-repeat;
  -webkit-background-size: 149px 113px;
  -moz-background-size: 149px 113px;
  background-size: 149px 113px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: -5px -5px;
  width: 34px;
  height: 27px;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .nav.socials-new li .spr-iconssidebar-twitter:hover {
    background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  }
}
.nav.socials-new li .spr-iconssidebar-rss {
  display: block;
}
.nav.socials-new li .spr-iconssidebar-rss:hover {
  background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  background-repeat: no-repeat;
  -webkit-background-size: 149px 113px;
  -moz-background-size: 149px 113px;
  background-size: 149px 113px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: -93px -5px;
  width: 27px;
  height: 28px;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .nav.socials-new li .spr-iconssidebar-rss:hover {
    background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  }
}
.nav.socials-new li .spr-iconssidebar-search {
  display: block;
}
.nav.socials-new li .spr-iconssidebar-search:hover {
  background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  background-repeat: no-repeat;
  -webkit-background-size: 149px 113px;
  -moz-background-size: 149px 113px;
  background-size: 149px 113px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: -5px -42px;
  width: 31px;
  height: 28px;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .nav.socials-new li .spr-iconssidebar-search:hover {
    background-image: url('../images/sprites/iconssidebar.png?7903e43114');
  }
}
.nav.socials-new li a {
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
/* Main content sections */
.main-content {
  position: relative;
  float: left;
  padding: 60px;
  padding-right: 0;
  font-size: 150%;
}
.main-content.homepage-page {
  margin-top: -60px;
}
.main-content h1 {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
}
.main-content a {
  color: #006ecf;
  text-decoration: underline;
}
.main-content a:hover {
  text-decoration: none;
}
.main-content .meta-data {
  position: relative;
  float: left;
  margin-bottom: 15px;
}
.main-content .meta-data li {
  margin-right: 20px;
}
.main-content .meta-data li div,
.main-content .meta-data li a {
  line-height: 20px;
}
.main-content .meta-data li div span,
.main-content .meta-data li a span {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.main-content .categories {
  position: relative;
  float: right;
}
.main-content .categories.large {
  width: 100%;
}
.main-content .categories a {
  position: relative;
  float: right;
  color: #006ecf;
  border: 1px solid #eeedeb;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease-in;
  /* FF4+ */
  -ms-transition: all 0.2s ease-in;
  /* IE10 */
  -o-transition: all 0.2s ease-in;
  /* Opera 10.5+ */
  transition: all 0.2s ease-in;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.main-content .categories a:hover {
  color: #338bd9;
}
.main-content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 120%;
  line-height: 30px;
}
.blog .image,
.single-view .image {
  position: relative;
  float: left;
  margin: 20px 0;
}
.blog .image:hover .overay-view,
.single-view .image:hover .overay-view {
  display: block;
}
.blog .image img,
.single-view .image img {
  width: 990px;
  height: auto;
}
.blog .watermark,
.single-view .watermark {
  position: absolute;
  top: 10px;
  left: 10px;
}
.blog .info,
.single-view .info {
  position: relative;
  float: left;
  width: 990px;
  height: auto;
  background-color: #000000;
  color: #ffffff;
}
.blog .info .number,
.single-view .info .number {
  position: relative;
  float: left;
  font-size: 293.333%;
  line-height: 1;
  height: auto;
  width: 50px;
  text-align: center;
  padding: 20px;
}
.blog .info .info-txt,
.single-view .info .info-txt {
  position: relative;
  float: left;
  margin: 0;
  width: 850px;
  padding: 10px 20px;
  height: auto;
  min-height: 64px;
  line-height: 28px;
  border-left: 1px solid #212120;
}
.show-more {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.show-more li {
  width: 150px;
  height: 28px;
  text-align: center;
}
.show-more li a {
  line-height: 28px;
}
.show-more li.prev {
  text-align: right;
  width: 420px;
}
.show-more li.prev span {
  margin-right: 10px;
}
.show-more li.next {
  text-align: left;
  width: 420px;
}
.show-more li.next span {
  margin-left: 10px;
}
.show-more li .spr-main-grid {
  position: relative;
  margin-right: 5px;
  margin-top: 3px;
}
.show-more li .prev-number,
.show-more li .next-number {
  position: relative;
  top: -8px;
}
.show-more li .show-all-txt {
  position: relative;
  top: -5px;
}
.share-btns {
  color: #6f6e6c;
}
.share-btns li {
  margin-right: 10px;
}
.share-btns li:first-child {
  height: 27px;
  line-height: 27px;
  text-transform: uppercase;
}
.share-btns li a {
  text-indent: -9999px;
  overflow: hidden;
}
hr.down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 85px;
  border-top: 1px solid #eeedeb;
}
.gal-nav {
  position: relative;
  float: left;
  width: 1050px;
  margin-left: -60px;
  margin-top: -60px;
  margin-bottom: 30px;
}
.gal-nav:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeedeb;
  content: '';
  z-index: 9;
}
.gal-nav.gal-nav-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gal-nav.gal-nav-bottom:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeedeb;
  content: '';
  z-index: 9;
}
.gal-nav.gal-nav-bottom li {
  border-top: 1px solid #eeedeb;
}
.gal-nav li {
  position: relative;
  height: 100px;
  width: 525px;
  border-bottom: 1px solid #eeedeb;
  text-align: right;
  overflow: hidden;
  -webkit-transition: color 0.2s ease-in;
  /* Saf3.2+, Chrome */
  -moz-transition: color 0.2s ease-in;
  /* FF4+ */
  -ms-transition: color 0.2s ease-in;
  /* IE10 */
  -o-transition: color 0.2s ease-in;
  /* Opera 10.5+ */
  transition: color 0.2s ease-in;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.gal-nav li:first-child {
  border-right: 1px solid #eeedeb;
  width: 464px;
  padding-left: 60px;
  text-align: left;
}
.gal-nav li:first-child a {
  left: 60px;
}
.gal-nav li.next a .gal-name {
  width: 100%;
  text-align: right;
}
.gal-nav li:hover .gal-name {
  color: #006ecf;
}
.gal-nav li a {
  display: block;
}
.gal-nav li a .arrow-left {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-top: 40px;
}
.gal-nav li a .arrow-right {
  position: relative;
  float: right;
  margin-left: 20px;
  margin-top: 40px;
}
.gal-nav li a .gallery-data {
  position: relative;
  float: left;
  margin-top: 10px;
  width: 489px;
}
.gal-nav li a .prev-gal,
.gal-nav li a .next-gal {
  display: block;
  text-transform: uppercase;
  color: #dbd9d5;
}
.gal-nav li a .gal-name {
  position: relative;
  float: left;
  color: #6f6e6c;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 146.667%;
  line-height: 1;
  margin-top: 9px;
}
.comments,
.also-like,
.share {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #eeedeb;
  margin-top: 20px;
}
.comments h2,
.also-like h2,
.share h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #212120;
  margin: 20px 0;
}
.share:before {
  position: absolute;
  top: -2px;
  left: -60px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeedeb;
  content: '';
  z-index: 9;
}
.share a {
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 5px;
}
.share .reddit a {
  margin-right: 0;
}
.share .facebook a {
  margin-left: 0;
}
.comments:before,
.also-like:before {
  position: absolute;
  top: -2px;
  left: -60px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeedeb;
  content: '';
  z-index: 9;
}
.fb-comments {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.list-gal li {
  position: relative;
  float: left;
  width: 158px;
  margin-right: 7px;
}
.list-gal li:hover img {
  opacity: 0.9;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.list-gal li:hover h3 {
  color: #338bd9;
}
.list-gal li h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #006ecf;
  margin: 10px;
  font-size: 100%;
}
.comments {
  margin-bottom: 20px;
}
.date-large span {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.main-content h1 {
  margin: 0 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1;
  z-index: 9;
  color: #006ecf;
}
.main-content h2 {
  margin: 0 0 30px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  line-height: 1;
  z-index: 9;
}
/* Homepage */
.homepage .item {
  position: relative;
  float: left;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eeedeb;
}
.homepage .item .image {
  position: relative;
  margin-bottom: 10px;
  z-index: 9;
}
.homepage .item .image:hover img {
  opacity: 0.9;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.homepage .item .open {
  text-transform: uppercase;
  color: #006ecf;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.homepage .item .open:hover {
  color: #338bd9;
}
/* Homepage Slider */
.slider {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.slider .flexslider {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.slider .logo {
  position: absolute;
  left: 30px;
  top: 30px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 999;
}
.slider .slides li {
  position: relative;
  height: 300px;
}
.slider .slides li span {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 999;
  color: #ffffff;
  font-size: 220%;
  text-shadow: 1px 1px 1px rgba(61, 56, 51, 0.75);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
/* Paging */
.paging {
  position: relative;
  clear: both;
  margin: 20px 0;
  height: 40px;
  line-height: 40px;
}
.paging a {
  background-color: #eeedeb;
  padding: 0 20px;
  height: 40px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s ease-in;
  /* Saf3.2+, Chrome */
  -moz-transition: background-color 0.2s ease-in;
  /* FF4+ */
  -ms-transition: background-color 0.2s ease-in;
  /* IE10 */
  -o-transition: background-color 0.2s ease-in;
  /* Opera 10.5+ */
  transition: background-color 0.2s ease-in;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
.paging a:hover {
  background-color: #dbd9d5;
}
.paging .prev,
.paging .next {
  position: absolute;
  top: 0;
  height: 40px;
}
.paging .prev {
  left: 0;
}
.paging .next {
  right: 0;
}
.paging .pages {
  text-align: center;
}
.paging .pages li {
  display: inline-block;
  height: 40px;
  margin: 0 5px;
}
.paging .pages li a {
  display: block;
}
.paging .pages li a.active {
  background-color: #dbd9d5;
}
/* Blog */
.blog .logo-black {
  background-color: #ffffff;
  margin-top: -30px;
  padding-top: 30px;
  padding-bottom: 0 !important;
  height: 130px;
}
.blog .blog-header {
  position: relative;
  float: left;
  margin-top: -60px;
  margin-left: -60px;
  margin-bottom: 30px;
  height: 160px;
  overflow: hidden;
}
.blog h1 {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.blog .desc {
  position: relative;
  float: left;
  margin-top: 0;
}
.blog .image {
  margin-top: 0 !important;
}
.blog .meta-data {
  margin-bottom: 20px;
}
.blog-item-large {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2dfda;
  margin-bottom: 40px;
}
.blog-item-large:after {
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e2dfda;
  content: '';
  z-index: 9;
}
.blog-item-large h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 373.333%;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
}
/* Sidebar */
.sidebar {
  position: relative;
  float: left;
  width: 337px;
  padding: 30px;
  font-size: 150%;
  background: #ffffff url(../images/backgrounds/noise-border.png) repeat-y;
}
.sidebar .logo-black {
  position: relative;
  float: left;
  border-bottom: 1px solid #e2dfda;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
  margin-left: -30px;
  width: 367px;
}
.sidebar .logo-sidebar {
  position: relative;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
}
.sidebar .socials {
  position: relative;
  float: left;
  width: auto;
  margin: 0;
}
.sidebar .socials li {
  position: relative;
  float: left;
  margin-right: 10px;
}
.sidebar .socials li a {
  text-indent: -9999px;
  overflow: hidden;
}
.sidebar img:hover {
  opacity: 0.9;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.sidebar .banner {
  display: inline;
  margin: 30px 0;
}
.sidebar h2 {
  color: #6f6e6c;
  border-bottom: 3px solid #ffffff;
  text-align: right;
  margin: 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 186.667%;
  line-height: 56px;
}
.sidebar .categories,
.sidebar .cool-pic,
.sidebar .in-the-picture,
.sidebar .from-archive,
.sidebar .blog {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .categories a {
  position: relative;
  float: right;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease-in;
  /* FF4+ */
  -ms-transition: all 0.2s ease-in;
  /* IE10 */
  -o-transition: all 0.2s ease-in;
  /* Opera 10.5+ */
  transition: all 0.2s ease-in;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.sidebar .categories a:hover {
  color: #006ecf;
  border: 1px solid #dbd9d5;
}
.sidebar .in-the-picture,
.sidebar .from-archive {
  margin-bottom: 10px;
}
.sidebar .in-the-picture .img-block,
.sidebar .from-archive .img-block {
  margin-left: -20px;
  width: 360px;
}
.sidebar .in-the-picture img,
.sidebar .from-archive img {
  display: inline;
  margin-left: 20px;
  margin-bottom: 20px;
}
.sidebar .cool-pic img {
  margin-bottom: 20px;
}
.sidebar .cool-pic .read-more {
  position: relative;
  float: right;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.sidebar .blog .blog-item {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.sidebar .blog .blog-item:hover img {
  opacity: 0.9;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.sidebar .blog .txt {
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 296px;
  text-align: center;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  z-index: 9;
}
.sidebar .blog .read-more {
  position: relative;
  float: right;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.sidebar-search-frm {
  position: relative;
  float: left;
  margin-top: 15px;
  width: 100%;
  display: none;
}
.sidebar-search-frm .text {
  width: 215px;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #e2dfda;
  height: 26px;
  background-color: #ffffff;
  border-radius: 3px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar-search-frm .submit {
  float: right;
  padding: 10px 15px;
  border: 1px solid #000;
  height: 38px;
  margin: 0;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  background-color: #212120;
  color: #ffffff;
  border-radius: 3px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar-search-frm .submit:hover {
  background-color: #000000;
}
.sidebar-right {
  display: none;
  background: #eeedeb url(../images/backgrounds/noise.png) repeat;
}
.overay-view {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 60px;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.7);
  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  /* IE6–IE8 */
  display: none;
}
.lt-ie9 .overay-view {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B2000000", endColorstr="#B2000000", GradientType=0);
  zoom: 1;
}
.overay-view .detail-mode,
.overay-view .dark-mode {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overay-view .detail-mode a,
.overay-view .dark-mode a {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 40px;
  top: 10px;
  color: #ffffff;
  text-decoration: none;
}
.overay-view span {
  display: none;
}
.overay-view .dark-mode {
  right: 0;
}
.overay-view .dark-mode a {
  background: transparent url(../images/backgrounds/moon.png) repeat;
  right: 20px;
  z-index: 20;
}
.overay-view .detail-mode {
  right: 0;
}
.overay-view .detail-mode a {
  background: transparent url(../images/backgrounds/zoom.png) repeat;
  right: 80px;
}
/* Footer */
.footer {
  position: relative;
  float: left;
  width: 100%;
  background-color: #000000;
  font-size: 150%;
  line-height: 30px;
}
.footer .col25 {
  position: relative;
  float: left;
  width: 20%;
  padding: 30px 0;
  padding-left: 5%;
}
.footer .col25 h4 {
  color: #6f6e6c;
  margin: 0 0 10px 0;
  font-size: 160%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.footer .col25 a {
  color: #ffffff;
  -webkit-transition: color 0.2s ease-in;
  /* Saf3.2+, Chrome */
  -moz-transition: color 0.2s ease-in;
  /* FF4+ */
  -ms-transition: color 0.2s ease-in;
  /* IE10 */
  -o-transition: color 0.2s ease-in;
  /* Opera 10.5+ */
  transition: color 0.2s ease-in;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.footer .col25 a:hover {
  color: #006ecf;
}
/* Socials */
.socials {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding-top: 15px;
}
.socials .twitter,
.socials .google,
.socials .reddit,
.socials .facebook,
.socials .stumbleupon {
  position: relative;
  float: left;
  margin-right: 15px;
}
.socials .facebook {
  margin-top: -5px;
}
/* Retina-specific stuff */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top .logo-mobile {
    background: url(/images/logos/retina-mobile.png) no-repeat 0 0;
    background-size: 215px 36px;
  }
  .slider .logo {
    background: url(/images/logos/retina-logo-white.png) no-repeat 0 0;
    background-size: 206px 101px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  /* Tell the JS what styles are applied */
  #mediaquery {
    font-family: 'mobile';
  }
  html {
    background: #ffffff url(../images/misc/pixel.gif) no-repeat;
  }
  .inner {
    width: auto;
  }
  .open-menu {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 14px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #000000;
  }
  .mobile-menu.open {
    display: block;
  }
  .mobile-menu li {
    width: 100%;
  }
  .mobile-menu li:first-child {
    border-top: 1px solid #ffffff;
  }
  .mobile-menu li a {
    padding: 0 30px;
    font-size: 150%;
    border-left: 0;
    display: block;
    border-bottom: 1px solid #ffffff;
  }
  .mobile-menu li.socials-btn {
    display: none;
  }
  .mobile-menu li.search-btn {
    height: 50px;
  }
  .billboard {
    width: 280px;
  }
  .billboard img {
    width: 100%;
    height: auto;
  }
  .search-btn .search-box-icon {
    display: none;
  }
  .search-box {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    top: -2px;
    background-color: transparent;
    z-index: 9999;
  }
  .search-box .sidebar-search-frm {
    margin-top: 8px;
    margin-left: 30px;
  }
  .search-box .sidebar-search-frm .text {
    float: left;
    border: 0;
    width: 170px;
    font-size: 130%;
  }
  .search-box .sidebar-search-frm .submit {
    float: left;
    margin-left: 15px;
  }
  .top {
    display: block;
  }
  .slider {
    height: 200px;
  }
  .slider .flexslider {
    height: 200px;
  }
  .slider .logo {
    display: none;
  }
  /* Homepage Slider */
  .slider {
    height: 200px;
  }
  .slider .slides li {
    height: 200px;
  }
  .slider .slides li span {
    bottom: 25px;
  }
  .flex-control-nav {
    top: 180px;
  }
  .flex-direction-nav a {
    top: 70px;
  }
  .flexslider .slides img {
    min-height: 200px;
  }
  .flex-direction-nav .flex-prev {
    left: 22px;
  }
  .flex-direction-nav .flex-prev:hover {
    background: transparent url(../images/buttons/arrow-left-slider.png) no-repeat center center;
  }
  .flex-direction-nav .flex-next {
    right: 22px;
  }
  .flex-direction-nav .flex-next:hover {
    background: transparent url(../images/buttons/arrow-right-slider.png) no-repeat center center;
  }
  .main-content {
    position: relative;
    float: none;
    padding: 30px;
  }
  .main-content h1 {
    font-size: 240%;
    line-height: 36px;
  }
  .main-content .categories {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    margin-left: -5px;
  }
  .main-content .categories a {
    float: none;
    display: inline-block;
  }
  .homepage .item .image img {
    width: 100%;
    height: auto;
  }
  .homepage .item .meta-data {
    margin-left: 0;
  }
  .homepage .item .meta-data li {
    margin-right: 10px;
  }
  .homepage .item .categories {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .homepage .item .categories a {
    float: none;
    display: inline-block;
  }
  .homepage .item h2 {
    font-size: 240%;
    line-height: 1;
    bottom: 20px;
    left: 20px;
  }
  .homepage .item .open {
    display: block;
    text-align: center;
  }
  .pages {
    display: none;
  }
  .with-title h1 {
    font-size: 240%;
  }
  .blog .image,
  .single-view .image {
    position: relative;
    float: left;
    margin: 20px 0;
  }
  .blog .image img,
  .single-view .image img {
    width: 100%;
    height: auto;
  }
  .blog .info,
  .single-view .info {
    width: 100%;
  }
  .blog .info .number,
  .single-view .info .number {
    font-size: 200%;
    padding-left: 3%;
    padding-right: 3%;
    width: 6%;
    display: none;
  }
  .blog .info .info-txt,
  .single-view .info .info-txt {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 86.667%;
    line-height: 26px;
  }
  .show-more li.show-all {
    width: 20%;
  }
  .show-more li.show-all .show-all-txt {
    display: none;
  }
  .show-more li.prev {
    width: 40%;
  }
  .show-more li.next {
    width: 40%;
  }
  .categories {
    display: none;
  }
  .socials .reddit,
  .socials .stumbleupon {
    display: none;
  }
  .socials div {
    width: 100%;
    margin-bottom: 10px;
  }
  /* Sidebar */
  /* Sidebar */
  .sidebar {
    position: relative;
    width: auto;
    padding: 0 30px;
    display: none;
  }
  .sidebar .nav,
  .sidebar .socials,
  .sidebar .sidebar-search-frm {
    display: none;
  }
  .sidebar.sidebar-right {
    display: block;
    text-align: center;
    border-right: 0;
  }
  .sidebar .banner {
    width: 100%;
    height: auto;
  }
  .sidebar h2 {
    text-align: center;
  }
  .sidebar .categories a {
    float: none;
    display: inline-block;
  }
  .sidebar .cool-pic img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .sidebar .in-the-picture .img-block,
  .sidebar .from-archive .img-block {
    width: auto;
  }
  .sidebar .blog .blog-item {
    margin-right: 0;
    width: 260px;
    overflow: hidden;
  }
  .sidebar .blog .blog-item img {
    width: 260px;
    height: auto;
  }
  .sidebar .blog .blog-item span {
    width: 220px;
  }
  /* Footer */
  .footer {
    padding-bottom: 20px;
  }
  .footer .col25 {
    width: 100%;
    padding: 0;
    padding-left: 0;
    text-align: center;
  }
  .footer .col25 h4 {
    margin: 30px 0 10px 0;
  }
  .gal-nav {
    display: none;
  }
  .list-gal li {
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .blog .blog-header {
    display: none;
  }
  .blog-item-large h2 {
    font-size: 240%;
    line-height: 36px;
  }
  .homepage .item .image:after {
    height: 80px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 728px) {
  /* Tell the JS what styles are applied */
  #mediaquery {
    font-family: 'tablet';
  }
  html {
    background: #ffffff url(../images/misc/pixel.gif) no-repeat;
  }
  .open-menu {
    display: none;
  }
  .mobile-menu li a {
    padding: 0 4px;
    font-size: 120%;
  }
  .top {
    display: block;
  }
  .slider .logo {
    display: none;
  }
  .search-box {
    top: 0;
  }
  .main-content {
    position: relative;
    float: none;
    padding: 30px;
  }
  .homepage .item .image img {
    width: 100%;
    height: auto;
  }
  .blog .image,
  .single-view .image {
    position: relative;
    float: left;
    margin: 20px 0;
  }
  .blog .image img,
  .single-view .image img {
    width: 100%;
    height: auto;
  }
  .blog .info,
  .single-view .info {
    width: 100%;
  }
  .blog .info .number,
  .single-view .info .number {
    font-size: 200%;
    padding-left: 3%;
    padding-right: 3%;
    width: 6%;
  }
  .blog .info .info-txt,
  .single-view .info .info-txt {
    width: 80%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 100%;
  }
  .show-more li.show-all {
    width: 20%;
  }
  .show-more li.prev {
    width: 40%;
  }
  .show-more li.next {
    width: 40%;
  }
  /* Sidebar */
  .sidebar {
    position: relative;
    width: auto;
    padding: 0 30px;
    display: none;
  }
  .sidebar .nav,
  .sidebar .socials,
  .sidebar .sidebar-search-frm {
    display: none;
  }
  .sidebar.sidebar-right {
    display: block;
    text-align: center;
    border-right: 0;
  }
  .sidebar h2 {
    text-align: center;
  }
  .sidebar .categories a {
    float: none;
    display: inline-block;
  }
  .sidebar .cool-pic img {
    display: inline-block;
  }
  .sidebar .in-the-picture .img-block,
  .sidebar .from-archive .img-block {
    width: auto;
  }
  .sidebar .blog .blog-item {
    margin-right: 20px;
  }
  /* Footer */
  .footer .col25 {
    width: 50%;
    padding: 0;
    padding-left: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer .col25 h4 {
    margin: 30px 0 10px 0;
  }
  .gal-nav {
    display: none;
  }
  .list-gal li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .blog .blog-header {
    display: none;
  }
  .blog-item-large h2 {
    font-size: 240%;
    line-height: 36px;
  }
  .slider {
    height: 300px;
  }
  .slider .flexslider {
    height: 300px;
  }
  .slider .logo {
    display: none;
  }
  /* Homepage Slider */
  .slider {
    height: 300px;
  }
  .slider .slides li {
    height: 300px;
  }
  .slider .slides li span {
    bottom: 45px;
  }
  .flex-control-nav {
    top: 269px;
  }
  .flex-direction-nav a {
    top: 120px;
  }
  .flexslider .slides img {
    min-height: 300px;
  }
}
@media only screen and (min-width: 729px) and (max-width: 1024px) {
  /* Tell the JS what styles are applied */
  #mediaquery {
    font-family: 'tablet';
  }
  html {
    background: #ffffff url(../images/misc/pixel.gif) no-repeat;
  }
  .inner {
    width: auto;
  }
  .open-menu {
    display: none;
  }
  .top {
    display: block;
  }
  .slider .logo {
    display: none;
  }
  .billboard {
    width: 600px;
  }
  .billboard img {
    width: 100%;
    height: auto;
  }
  .main-content {
    position: relative;
    float: none;
    padding: 30px;
  }
  .homepage .item .image img {
    width: 100%;
    height: auto;
  }
  .blog .image,
  .single-view .image {
    position: relative;
    float: left;
    margin: 20px 0;
  }
  .blog .image img,
  .single-view .image img {
    width: 100%;
    height: auto;
  }
  .blog .info,
  .single-view .info {
    width: 100%;
  }
  .blog .info .number,
  .single-view .info .number {
    font-size: 200%;
    padding-left: 3%;
    padding-right: 3%;
    width: 6%;
  }
  .blog .info .info-txt,
  .single-view .info .info-txt {
    width: 80%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 100%;
  }
  .show-more li.show-all {
    width: 20%;
  }
  .show-more li.prev {
    width: 40%;
  }
  .show-more li.next {
    width: 40%;
  }
  /* Sidebar */
  .sidebar {
    position: relative;
    width: auto;
    padding: 0 30px;
    display: none;
  }
  .sidebar .nav,
  .sidebar .socials,
  .sidebar .sidebar-search-frm {
    display: none;
  }
  .sidebar.sidebar-right {
    display: block;
    text-align: center;
    border-right: 0;
  }
  .sidebar h2 {
    text-align: center;
  }
  .sidebar .categories a {
    float: none;
    display: inline-block;
  }
  .sidebar .cool-pic img {
    display: inline-block;
  }
  .sidebar .in-the-picture .img-block,
  .sidebar .from-archive .img-block {
    width: auto;
  }
  .sidebar .blog .blog-item {
    margin-right: 20px;
  }
  /* Footer */
  .footer {
    padding-bottom: 20px;
  }
  .footer .col25 {
    width: 50%;
    padding: 0;
    padding-left: 0;
    text-align: center;
  }
  .footer .col25 h4 {
    margin: 30px 0 10px 0;
  }
  .gal-nav {
    width: 100%;
    margin-left: 0;
    margin-top: -30px;
  }
  .gal-nav li {
    width: 49%;
  }
  .gal-nav li:first-child {
    width: 50%;
    padding-left: 0;
  }
  .gal-nav li a .gallery-data {
    width: 89%;
    margin-top: 31px;
  }
  .gal-nav li a .gal-name {
    font-size: 100%;
  }
  .list-gal li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .blog .blog-header {
    display: none;
  }
  .blog-item-large h2 {
    font-size: 306.667%;
    line-height: 46px;
  }
  /* Homepage Slider */
  .slider {
    height: 300px;
  }
  .slider .slides li {
    height: 300px;
  }
  .slider .slides li span {
    bottom: 45px;
  }
  .flex-control-nav {
    top: 300px;
  }
  .flex-direction-nav a {
    top: 170px;
  }
  .flexslider .slides img {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1235px) {
  /* Tell the JS what styles are applied */
  #mediaquery {
    font-family: 'desktop';
  }
  .inner {
    width: 1009px;
  }
  /* Main content sections */
  .main-content {
    width: 552px;
  }
  .homepage .item {
    width: 552px;
  }
  .homepage .item .image img {
    width: 552px;
    height: 379px;
  }
  .blog .image,
  .single-view .image {
    position: relative;
    float: left;
    margin: 20px 0;
  }
  .blog .image img,
  .single-view .image img {
    width: 552px;
    height: auto;
  }
  .blog .info,
  .single-view .info {
    width: 552px;
  }
  .blog .info .number,
  .single-view .info .number {
    font-size: 200%;
    width: 40px;
  }
  .blog .info .info-txt,
  .single-view .info .info-txt {
    width: 430px;
    font-size: 86.667%;
    line-height: 26px;
  }
  .show-more li.prev {
    width: 201px;
  }
  .show-more li.next {
    width: 201px;
  }
  /* Paging */
  .paging {
    height: 25px;
    line-height: 25px;
  }
  .paging a {
    padding: 0 10px;
    height: 25px;
  }
  .paging .prev,
  .paging .next {
    height: 25px;
  }
  .paging .pages li {
    height: 25px;
  }
  .gal-nav {
    width: 612px;
  }
  .gal-nav li {
    width: 306px;
  }
  .gal-nav li:first-child {
    width: 245px;
  }
  .gal-nav li a .gallery-data {
    width: 270px;
    margin-top: 31px;
  }
  .gal-nav li a .gal-name {
    font-size: 100%;
  }
  .list-gal li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* Blog */
  .blog-item-large h2 {
    font-size: 306.667%;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1236px) and (max-width: 1461px) {
  /* Tell the JS what styles are applied */
  #mediaquery {
    font-family: 'desktop';
  }
  /* Main content sections */
  .inner {
    width: 1221px;
  }
  .main-content {
    width: 764px;
  }
  .homepage .item {
    width: 764px;
  }
  .homepage .item .image img {
    width: 764px;
    height: 525px;
  }
  .blog .image,
  .single-view .image {
    position: relative;
    float: left;
    margin: 20px 0;
  }
  .blog .image img,
  .single-view .image img {
    width: 764px;
    height: auto;
  }
  .blog .info,
  .single-view .info {
    width: 764px;
  }
  .blog .info .number,
  .single-view .info .number {
    font-size: 293.333%;
    width: 50px;
  }
  .blog .info .info-txt,
  .single-view .info .info-txt {
    width: 630px;
    padding: 10px 20px;
  }
  .show-more li.prev {
    width: 307px;
  }
  .show-more li.next {
    width: 307px;
  }
  .gal-nav {
    width: 824px;
  }
  .gal-nav li {
    width: 412px;
  }
  .gal-nav li:first-child {
    width: 351px;
  }
  .gal-nav li a .gallery-data {
    position: relative;
    float: left;
    width: 316px;
  }
  .list-gal li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1462px) {
  /* Tell the JS what styles are applied */
  #mediaquery {
    font-family: 'desktop';
  }
  /* Main content sections */
  .inner {
    width: 1447px;
  }
  .main-content {
    position: relative;
    float: left;
    width: 990px;
    font-size: 150%;
  }
  .homepage .item {
    width: 990px;
  }
  .homepage .item .image img {
    width: 990px;
    height: 680px;
  }
  .with-title h1 {
    font-size: 373.333%;
  }
  .single-view .image img {
    width: 990px;
  }
  .single-view .info {
    width: 990px;
  }
  /* Homepage Slider */
  .slider {
    height: 500px;
  }
  .slider .flexslider {
    height: 500px;
  }
  .slider .slides li {
    height: 500px;
  }
}
.sidebar .blog .blog-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  content: '';
}
.homepage .item .image a:after,
.slider .slides li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  content: '';
}
.sidebar .blog .blog-item:after,
.homepage .item .image a:after,
.with-title h1:after,
.slider .slides li:after {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-8 */
}
object {
  margin: 0 auto;
  display: inherit;
}
