/*
Theme Name: SnowboarderMag.com
Theme URI: http://www.grindmedia.com/
Author: The GrindMedia Team
Author URI: http://www.grindmedia.com/
Description: This theme supports Snowboarder's desktop version.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ===== LESS Imports ======================================================= */
.ir {
  font: 0/0 a !important;
  text-shadow: none !important;
  color: transparent !important;
}
/* ===== Variables ========================================================== */
/* ===== General Scaffolding ================================================ */
/* Layout Mixins
   ----------------------------- */
.snow-module {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.snow-module:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* Body / Layout Reset
   ----------------------------- */
html {
  overflow-y: scroll;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, 'Liberation Sans', sans-serif;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 20px !important;
  background: #efedee;
  color: #333333;
}
body.page {
  padding: 0;
}
body img {
  display: block;
  height: auto;
  max-width: 100%;
}
.page-container {
  padding-top: 50px;
}
.page {
  padding: 10px;
  background-color: #efedee;
}
.main {
  width: 640px;
  margin: 0px 10px 0px 0px;
  float: left;
}
.sidebar {
  width: 300px;
  float: right;
}
/* Links
   ----------------------------- */
a {
  color: #474747;
  text-decoration: none;
}
a:hover {
  color: #0d0d0d;
  text-decoration: underline;
}
/* Advertising
   ----------------------------- */
.grindadops-tracking {
  display: none;
  visibility: hidden;
}
.banner-ad {
  background-color: #efedee;
}
.banner-ad .banner {
  background-color: #ffffff;
  width: 728px;
  height: 90px;
  margin: 0px auto 40px auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.banner-ad .banner:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.lrec {
  background-color: #ffffff;
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.lrec:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.drec {
  background-color: #ffffff;
  width: 300px;
  height: 600px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.drec:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fixed .dc_ad {
  background-color: #ffffff;
  width: 600px;
  height: 150px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.fixed .dc_ad:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sidebar .dc_ad {
  background-color: #ffffff;
  width: 300px;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.sidebar .dc_ad:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.homepage .new_ad {
  background-color: #ffffff;
  width: 600px;
  height: auto;
  margin: 10px auto 20px auto;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #c9c5c4;
}
.magazine-detail .new_ad,
.single .new_ad,
.custom-page .new_ad,
.custom-page-wide .new_ad,
.error404 .new_ad {
  width: 600px;
  height: auto;
  margin: 0px auto 20px auto;
}
.sky {
  background-color: #ffffff;
  width: 160px;
  height: 600px;
  margin: 40px auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.sky:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.banner-large {
  background-color: #ffffff;
  width: 950px;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.banner-large:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.page-template-page-wide-php .banner-large {
  margin: 20px auto 0px auto;
}
/* ===== IMAGE TOOLS ======================================================== */
.unveil {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.sprite {
  background: url('img/sprite_v1.png') no-repeat top left;
}
/* ===== TYPOGRAPHY ========================================================= */
.snow-heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
}
/* ===== HEADER / NAVBAR ==================================================== */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #222222;
  border-bottom: 1px solid #151515;
  padding: 5px 0px 4px 0px;
}
header.header .navbar {
  width: 950px;
  min-height: 40px !important;
  display: block;
  margin: 0 auto;
  color: #efedee;
}
header.header .navbar .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none;
  background: transparent;
}
header.header .navbar .navbar-inner #mobileNav {
  display: none;
  visibility: hidden;
}
header.header .navbar .navbar-inner #mobileSearch {
  display: none;
}
header.header .navbar .navbar-inner #mobileSearchBox {
  display: none;
}
header.header .navbar .navbar-inner .nav {
  margin: 0;
  width: 100%;
}
header.header .navbar .navbar-inner .nav .logo {
  margin-right: 39px;
}
header.header .navbar .navbar-inner .nav .logo h1 {
  width: 111px;
  height: 37px;
  margin: 0;
  font-size: 0px;
  line-height: 37px;
  border: none;
}
header.header .navbar .navbar-inner .nav .logo h1 a {
  background: url('img/sprite_v1.png') no-repeat top left;
  display: block;
  width: 111px;
  height: 37px;
  padding: 0;
  margin-top: 0px;
}
header.header .navbar .navbar-inner .nav .logo h1 a.sprite-nav_logo {
  background-position: 0 -1788px;
  width: 111px;
  height: 37px;
}
header.header .navbar .navbar-inner .nav .nav-element {
  position: relative;
}
header.header .navbar .navbar-inner .nav .nav-element > a {
  color: #efedee;
  margin-top: 4px;
  padding: 5px 8px 5px;
  text-transform: uppercase;
  text-shadow: none;
  border: 1px solid transparent;
  white-space: nowrap;
}
header.header .navbar .navbar-inner .nav .nav-element > a:hover {
  border-top: 1px solid #474747;
  border-right: none;
  border-left: none;
  padding-left: 9px;
  padding-right: 9px;
}
header.header .navbar .navbar-inner .nav .nav-element .nav-drop {
  display: none;
  background-color: #383838;
  position: absolute;
}
header.header .navbar .navbar-inner .nav .nav-element:hover > a {
  background: #383838;
  border-top: 1px solid #474747 !important;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop {
  display: block;
  width: 210px;
  left: -1px;
  top: 36px;
  border: 1px solid #474747;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop .drop-element {
  display: block;
  border-bottom: 1px solid #474747;
  padding: 3px 5px;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop .drop-element > a {
  color: #efedee;
  display: block;
  padding: 3px 3px 3px 5px;
  margin: 3px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
  font-weight: 200;
  text-decoration: none;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop .drop-element > a:hover {
  color: #efedee !important;
  background-color: #464646;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop .drop-element i {
  position: absolute;
  right: 10px;
  font-size: 20px;
  margin-top: -25px;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop .drop-element:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop .drop-element .subnav-drop {
  display: none;
  background-color: #383838;
  position: absolute;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop .drop-element:hover > a {
  color: #efedee !important;
  background-color: #464646;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop .drop-element:hover .subnav-drop {
  display: block;
  width: 210px;
  right: -210px;
  margin-top: -35px;
  border: 1px solid #474747;
}
header.header .navbar .navbar-inner .nav .nav-element:hover .nav-drop .drop-element:hover .subnav-drop > a {
  background-color: #d7d7d7;
}
header.header .navbar .navbar-inner .nav .nav-element.nav-element-active:hover > a {
  background-color: #383838;
  font-weight: 600;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  border-right: 1px solid transparent;
  border-left: none;
  padding: 5px 8px 6px 9px;
}
header.header .navbar .navbar-inner .nav .nav-element.nav-element-active > a {
  color: #efedee;
  font-weight: 600;
  border: 1px solid transparent;
}
header.header .navbar .navbar-inner .nav .nav-element.nav-element-active > a:hover {
  background-color: #383838;
  font-weight: 600;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  border-right: 1px solid transparent;
  border-left: none;
}
header.header .navbar .navbar-inner .nav .nav-element:nth-of-type(2) > a:hover {
  border-left: 1px solid #474747;
  padding-left: 8px;
}
header.header .navbar .navbar-inner .nav .nav-element:nth-of-type(2):hover .nav-drop {
  left: 0;
}
header.header .navbar .navbar-inner .nav .nav-element:nth-of-type(2):hover > a {
  border-left: 1px solid #474747;
}
header.header .navbar .navbar-inner .nav .nav-element:nth-of-type(12) > a:hover {
  border-bottom: 1px solid #474747;
}
header.header .navbar .navbar-inner .nav .nav-element:nth-of-type(16) > a:hover {
  border-right: 1px solid #474747;
  padding-left: 9px;
}
header.header .navbar .navbar-inner .nav .nav-element:nth-of-type(16):hover > a {
  border-right: 1px solid #474747;
  padding-right: 9px;
}
header.header .navbar .navbar-inner .nav .nav-element:nth-of-type(16) .drop-element:hover .subnav-drop {
  display: block;
  width: 210px;
  left: -210px;
  margin-top: -35px;
  border: 1px solid #474747;
}
header.header .navbar .navbar-inner .nav .divider-vertical {
  height: 32px;
  border-left: none;
  border-right: 1px solid #474747;
  margin: 4px 0px 0px 0px;
}
header.header .navbar .navbar-inner .nav .divider-vertical:nth-of-type(17) {
  display: none;
  visibility: hidden;
}
/* Navbar Social Dropdown
   ----------------------------- */
.nav-search {
  float: right !important;
}
.nav-search i {
  display: block;
  padding: 5px 8px 5px;
  border: 1px solid transparent;
  margin-top: 4px;
  line-height: 20px !important;
}
.nav-search i:hover {
  border: 1px solid #474747;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #383838;
}
.nav-search .nav-search-drop {
  display: none;
  background-color: #383838;
  position: absolute;
}
.nav-search:hover i {
  border: 1px solid #474747;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #383838;
}
.nav-search:hover .nav-search-drop {
  display: block;
  width: 231px;
  height: 43px;
  bottom: -42px;
  margin: 0;
  right: 0;
  border-left: 1px solid #474747 !important;
  border-right: 1px solid #474747 !important;
  border-bottom: 1px solid #474747 !important;
}
.nav-search:hover .nav-search-drop input {
  width: 213px;
  margin: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-search:hover .nav-search-drop:before {
  content: '';
  position: absolute;
  border-top: 1px solid #474747;
  width: 195px;
}
/* Navbar Social Dropdown
   ----------------------------- */
.nav-social {
  position: relative;
  float: right !important;
}
.nav-social:hover > a {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.nav-social > a:hover {
  padding-left: 8px;
  padding-right: 8px;
}
.nav-social > a i:nth-of-type(1),
.nav-social > a i:nth-of-type(2) {
  margin-right: 8px;
}
.nav-social .nav-social-drop {
  display: none;
  background-color: #383838;
  position: absolute;
}
.nav-social:hover .nav-social-drop {
  display: block;
  width: 322px;
  height: 150px;
  bottom: -150px;
  right: 0;
  border-left: 1px solid #474747 !important;
  border-right: 1px solid #474747 !important;
  border-bottom: 1px solid #474747 !important;
}
.nav-social:hover .nav-social-drop:before {
  content: '';
  position: absolute;
  border-top: 1px solid #474747;
  width: 240px;
}
.nav-social:hover .nav-social-drop ul {
  float: left !important;
  width: 160px;
  padding: 2px 5px;
}
.nav-social:hover .nav-social-drop ul li {
  border-bottom: 1px solid #474747;
}
.nav-social:hover .nav-social-drop ul li a {
  position: relative;
  z-index: 99999 !important;
  color: #efedee;
  text-transform: uppercase;
  margin: 5px 0px 5px 0px !important;
  background: transparent !important;
  border: none !important;
  font-size: 12px;
  font-weight: 200;
  text-decoration: none;
  display: block;
  padding: 3px 3px 3px 5px !important;
}
.nav-social:hover .nav-social-drop ul li a:hover {
  color: #efedee;
  background-color: #464646 !important;
}
.nav-social:hover .nav-social-drop ul li a i {
  margin-right: 10px;
}
.nav-social:hover .nav-social-drop ul li:last-of-type {
  border-bottom: 0;
}
.nav-social:hover .nav-social-drop ul li:nth-of-type(4) a {
  margin-bottom: 0 !important;
}
.nav-social:hover .nav-social-drop ul:last-of-type {
  padding-left: 0;
}
.nav-social:hover a {
  background-color: #383838;
  border-top: 1px solid #474747 !important;
  border-left: 1px solid #474747 !important;
  border-right: 1px solid #474747 !important;
  padding-left: 10px !important;
}
/* ===== INDEX LARGE MANTLE ================================================== */
.index-mantle {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: auto;
  z-index: 100;
  background: url('img/home_slider_bg.png') top left repeat;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
}
.index-mantle .index-mantle-inner {
  position: relative;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}
.index-mantle .index-mantle-inner .flex-next {
  right: 0;
}
.index-mantle .index-mantle-inner .flex-prev {
  left: 0;
}
/* FlexSlider 2 CSS Overrides
   ----------------------------- */
.flexslider {
  border: none;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides li .mantle-content-block {
  position: absolute;
  width: 100%;
  height: auto;
  top: 10%;
  left: 50%;
  margin-left: -50%;
}
.flexslider .slides li .mantle-content-block h1 {
  text-align: center;
  font-weight: 200;
  line-height: 1;
  margin: 0px 0px 5% 0px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.flexslider .slides li .mantle-content-block h1 a {
  color: #333333;
  text-decoration: none;
}
.flexslider .slides li .mantle-content-block .mantle-play {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0px 0px 0px -71px;
  display: block;
  width: 142px;
  height: 142px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: 0 -1340px;
}
.flexslider .slides li .mantle-content-block .mantle-play:hover {
  opacity: 1;
}
.flexslider .slides li .mantle-video-block {
  position: absolute;
  width: 50%;
  height: auto;
  top: 0;
  left: 25%;
  right: 25%;
}
.flexslider .slides li .mantle-video-block .mantle-video-container {
  margin-top: 3%;
}
.flexslider .flex-direction-nav a {
  background: url('img/sprite_v1.png') no-repeat top left;
  width: 40px;
  height: 59px;
  top: 44%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flexslider .flex-direction-nav a:before {
  content: none;
}
.flexslider .flex-direction-nav .flex-prev {
  background-position: 0 -1231px;
}
.flexslider .flex-direction-nav .flex-next {
  background-position: -48px -1231px;
}
.flexslider .flex-direction-nav .flex-next:before {
  content: none;
}
.flexslider .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
}
.flexslider:hover .flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
.flexslider:hover .flex-next {
  right: 0px;
}
.flexslider:hover .flex-prev {
  left: 0px;
}
/* ===== HOMEPAGE INDEX ===================================================== */
/* Of the Day Module
   ----------------------------- */
.of-the-day {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.of-the-day:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.of-the-day .insta-ofday {
  height: 143px !important;
  overflow: hidden !important;
}
.of-the-day .insta-ofday,
.of-the-day .clip-ofday,
.of-the-day .prod-ofday,
.of-the-day .capt-ofday {
  float: left;
  width: 200px;
  min-height: 133px;
  margin-right: 10px;
}
.of-the-day .insta-ofday .of-the-day-heading a,
.of-the-day .clip-ofday .of-the-day-heading a,
.of-the-day .prod-ofday .of-the-day-heading a,
.of-the-day .capt-ofday .of-the-day-heading a {
  display: block;
  background: #222222;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.of-the-day .insta-ofday a,
.of-the-day .clip-ofday a,
.of-the-day .prod-ofday a,
.of-the-day .capt-ofday a {
  display: block;
}
.of-the-day .insta-ofday a span,
.of-the-day .clip-ofday a span,
.of-the-day .prod-ofday a span,
.of-the-day .capt-ofday a span {
  display: block;
  background: #222222;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
.of-the-day .insta-ofday {
  width: 113px;
}
.of-the-day .insta-ofday img {
  width: 100%;
}
.of-the-day .capt-ofday {
  width: 387px;
  margin-right: 0;
}
.of-the-day .capt-ofday .capt-heading {
  display: block;
  background: #222222;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
.of-the-day .capt-ofday .capt-block p {
  width: auto;
  height: 113px;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 13px;
  line-height: 17px;
  color: #7e8382;
  overflow: hidden;
}
.of-the-day .capt-ofday .capt-block p img {
  float: left;
  width: 113px;
  height: 113px;
  margin-right: 10px;
}
.of-the-day .capt-ofday .capt-block p .capt-text {
  width: 387px;
  display: block;
  height: 103px;
  padding: 5px;
}
.of-the-day .capt-ofday .capt-block p i {
  font-size: 10px;
}
.of-the-day .capt-ofday .capt-block p .capt-author {
  display: block;
  background: transparent;
  font-size: 13px;
  line-height: 19px;
  color: #7e8382;
  text-transform: none;
  font-style: italic;
  margin-top: 10px;
  text-align: left;
}
/* Homepage Article List
   ----------------------------- */
.homepage {
  padding-top: 20px;
}
.homepage .main {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  margin-bottom: 40px;
}
.homepage .main:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.homepage .main h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
}
.homepage .main article {
  padding: 0 10px 20px 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c9c5c4;
}
.homepage .main article h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
.homepage .main article h2 a {
  display: block;
}
.homepage .main article .meta {
  text-transform: uppercase;
  color: #717675;
  margin-bottom: 5px;
}
.homepage .main article .meta .cat {
  font-weight: 500;
  color: #000000;
}
.homepage .main article .thumbs {
  margin-bottom: 15px;
}
.homepage .main article .thumbs img {
  width: 100%;
}
.homepage .main article .thumbs .desktop {
  width: 640px;
}
.homepage .main article .thumbs .mobile {
  width: 300px;
}
.homepage .main article .excerpt {
  color: #717675;
  margin-bottom: 15px;
}
.homepage .main article .read-more a {
  text-transform: uppercase;
  background-color: #000000;
  color: #efedee;
  text-decoration: none;
  padding: 3px 10px;
  font-weight: 200;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.homepage .main article .read-more a:hover {
  background-color: #262626;
  color: #ffffff;
}
.homepage .main .featured-upper article:last-of-type {
  margin-bottom: 10px;
}
.homepage .main .featured-lower article:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 10px;
}
.homepage .main .featured-lower .ajax-loader {
  border-top: 2px solid #c9c5c4;
  margin-top: 10px;
}
.homepage .main .featured-lower .ajax-loader span {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ajax-loader span {
  display: block;
  box-sizing: border-box;
  width: 32%;
  color: #efedee;
  background-color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  cursor: pointer;
  margin: 10px auto 20px auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ajax-loader span:hover {
  background-color: #262626;
  color: #ffffff;
}
/* ===== CATEGORY / TAG BROWSE PAGES ============================================== */
.tag-browse,
.category-browse {
  padding-top: 20px;
}
.tag-browse > h1,
.category-browse > h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 10px;
  font-weight: 200;
}
.tag-browse .main,
.category-browse .main {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  /* Category View Basic
		   ----------------------------- */
  /* Category View Video
		   ----------------------------- */
  /* Category View Photo
		   ----------------------------- */
  /* Category View Covers & Method
		   ----------------------------- */
}
.tag-browse .main:hover,
.category-browse .main:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tag-browse .main h1,
.category-browse .main h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
}
.tag-browse .main .ajax-loader,
.category-browse .main .ajax-loader {
  border-top: 2px solid #c9c5c4;
  margin-top: 20px;
}
.tag-browse .main .ajax-loader span,
.category-browse .main .ajax-loader span {
  margin-top: 20px;
  margin-bottom: 0;
}
.tag-browse .main .category-basic,
.category-browse .main .category-basic {
  padding: 0 10px 20px 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c9c5c4;
}
.tag-browse .main .category-basic:last-of-type,
.category-browse .main .category-basic:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tag-browse .main .category-basic h2,
.category-browse .main .category-basic h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
.tag-browse .main .category-basic h2 a,
.category-browse .main .category-basic h2 a {
  display: block;
}
.tag-browse .main .category-basic .meta,
.category-browse .main .category-basic .meta {
  text-transform: uppercase;
  color: #717675;
  margin-bottom: 5px;
}
.tag-browse .main .category-basic .meta .cat,
.category-browse .main .category-basic .meta .cat {
  font-weight: 500;
  color: #000000;
}
.tag-browse .main .category-basic .thumbs,
.category-browse .main .category-basic .thumbs {
  margin-bottom: 15px;
}
.tag-browse .main .category-basic .thumbs img,
.category-browse .main .category-basic .thumbs img {
  width: 100%;
}
.tag-browse .main .category-basic .thumbs .desktop,
.category-browse .main .category-basic .thumbs .desktop {
  width: 640px;
}
.tag-browse .main .category-basic .thumbs .mobile,
.category-browse .main .category-basic .thumbs .mobile {
  width: 300px;
}
.tag-browse .main .category-basic .excerpt,
.category-browse .main .category-basic .excerpt {
  color: #717675;
  margin-bottom: 15px;
}
.tag-browse .main .category-basic .read-more a,
.category-browse .main .category-basic .read-more a {
  text-transform: uppercase;
  background-color: #000000;
  color: #efedee;
  text-decoration: none;
  padding: 3px 10px;
  font-weight: 200;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tag-browse .main .category-basic .read-more a:hover,
.category-browse .main .category-basic .read-more a:hover {
  background-color: #262626;
  color: #ffffff;
}
.tag-browse .main .category-video,
.category-browse .main .category-video {
  position: relative;
  float: left;
  width: 300px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tag-browse .main .category-video img,
.category-browse .main .category-video img {
  width: 300px;
  height: 169px;
}
.tag-browse .main .category-video h2,
.category-browse .main .category-video h2 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.tag-browse .main .category-video h2 a,
.category-browse .main .category-video h2 a {
  padding-top: 5px;
  display: block;
}
.tag-browse .main .category-video .category-video-play,
.category-browse .main .category-video .category-video-play {
  position: absolute;
  top: 43px;
  left: 108px;
  display: none;
  visibility: hidden;
  width: 85px;
  height: 85px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: -153px -1340px;
}
.tag-browse .main .category-video .category-video-play a,
.category-browse .main .category-video .category-video-play a {
  display: block;
  width: 85px;
  height: 85px;
}
.tag-browse .main .category-video .category-video-play:hover,
.category-browse .main .category-video .category-video-play:hover {
  opacity: 1 !important;
}
.tag-browse .main .category-video:hover .category-video-play,
.category-browse .main .category-video:hover .category-video-play {
  display: block;
  visibility: visible;
}
.tag-browse .main .category-video:hover h2 a,
.category-browse .main .category-video:hover h2 a {
  text-decoration: underline;
}
.tag-browse .main .category-video:first-of-type,
.category-browse .main .category-video:first-of-type {
  float: left;
  width: 620px;
  height: auto;
  margin-right: 0;
}
.tag-browse .main .category-video:first-of-type img,
.category-browse .main .category-video:first-of-type img {
  width: 620px;
  height: 349px;
}
.tag-browse .main .category-video:first-of-type .category-video-play,
.category-browse .main .category-video:first-of-type .category-video-play {
  top: 135px;
  left: 265px;
}
.tag-browse .main .category-video:nth-of-type(2n + 1),
.category-browse .main .category-video:nth-of-type(2n + 1) {
  margin-right: 0;
}
.tag-browse .main .category-photo,
.category-browse .main .category-photo {
  float: left;
  width: 300px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tag-browse .main .category-photo img,
.category-browse .main .category-photo img {
  width: 300px;
  height: 169px;
}
.tag-browse .main .category-photo h2,
.category-browse .main .category-photo h2 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.tag-browse .main .category-photo h2 a,
.category-browse .main .category-photo h2 a {
  padding-top: 5px;
  display: block;
}
.tag-browse .main .category-photo:hover h2 a,
.category-browse .main .category-photo:hover h2 a {
  text-decoration: underline;
}
.tag-browse .main .category-photo:first-of-type,
.category-browse .main .category-photo:first-of-type {
  float: left;
  width: 620px;
  height: auto;
  margin-right: 0;
}
.tag-browse .main .category-photo:first-of-type img,
.category-browse .main .category-photo:first-of-type img {
  width: 620px;
  height: 349px;
}
.tag-browse .main .category-photo:nth-of-type(2n + 1),
.category-browse .main .category-photo:nth-of-type(2n + 1) {
  margin-right: 0;
}
.tag-browse .main .category-covers,
.category-browse .main .category-covers {
  float: left;
  width: 300px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tag-browse .main .category-covers img,
.category-browse .main .category-covers img {
  width: 300px;
  height: auto;
}
.tag-browse .main .category-covers h2,
.category-browse .main .category-covers h2 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.tag-browse .main .category-covers h2 a,
.category-browse .main .category-covers h2 a {
  padding-top: 5px;
  display: block;
}
.tag-browse .main .category-covers:hover h2 a,
.category-browse .main .category-covers:hover h2 a {
  text-decoration: underline;
}
.tag-browse .main .category-covers:nth-of-type(2n),
.category-browse .main .category-covers:nth-of-type(2n) {
  margin-right: 0;
}
/* ===== SERIES BROWSE PAGES ================================================ */
.series-browse .lrec {
  margin-top: 35px !important;
}
.series-browse > h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 10px;
  font-weight: 200;
}
.series-browse .main {
  background: #ffffff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding: 10px;
  margin-bottom: 10px;
}
.series-browse .main:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.series-browse .main .series-single {
  position: relative;
  height: 305px;
  overflow: hidden;
}
.series-browse .main .series-single .series-single-header {
  position: absolute;
  bottom: 0;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.series-browse .main .series-single .series-single-header h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
.series-browse .main .series-single .series-single-header h2 a {
  display: block;
  color: #efedee;
}
.series-browse .main .series-single .series-single-header .excerpt {
  margin-bottom: 0;
  color: #efedee;
}
.series-browse .main .series-single .series-video-play {
  position: absolute;
  top: 80px;
  left: 255px;
  width: 100px;
  height: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: -145px -1428px;
}
.series-browse .main .series-single .series-video-play a {
  display: block;
  width: 100px;
  height: 100px;
}
.series-browse .main .series-single:hover .series-single-header {
  background-color: rgba(0, 0, 0, 0.8);
}
.series-browse .main .series-single:hover .series-video-play {
  opacity: 1;
}
.series-browse .video-scroll {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  width: 950px;
  float: left;
  padding: 10px 0 20px 0;
}
.series-browse .video-scroll:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.series-browse .video-scroll > h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 10px;
  font-weight: 200;
  border-bottom: 0;
  padding-left: 50px;
}
.series-browse .video-scroll .video-scroll-prev {
  float: left;
  display: block;
  width: 49px;
  height: 243px;
  padding: 0 10px;
}
.series-browse .video-scroll .video-scroll-prev i {
  display: block;
  line-height: 241px;
  text-align: left;
  font-size: 50px;
  cursor: pointer;
  padding: 0px 0px 0px 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.series-browse .video-scroll .video-scroll-prev i:hover {
  background-color: #f1f1f1;
  border: 1px solid #e4e4e4;
}
.series-browse .video-scroll .video-scroll-prev.disabled i {
  color: #efedee;
  cursor: default;
}
.series-browse .video-scroll .video-scroll-prev.disabled i:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.series-browse .video-scroll .video-scroll-next {
  float: right;
  display: block;
  width: 50px;
  height: 243px;
  padding: 0 10px;
}
.series-browse .video-scroll .video-scroll-next i {
  display: block;
  line-height: 241px;
  text-align: right;
  font-size: 50px;
  cursor: pointer;
  padding: 0px 5px 0px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.series-browse .video-scroll .video-scroll-next i:hover {
  background-color: #f1f1f1;
  border: 1px solid #e4e4e4;
}
.series-browse .video-scroll .video-scroll-next.disabled i {
  color: #efedee;
  cursor: default;
}
.series-browse .video-scroll .video-scroll-next.disabled i:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.series-browse .video-scroll .caroufredsel_wraper {
  float: left;
}
.series-browse .video-scroll .video-scroll-block {
  float: left;
  width: 851px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set {
  width: 434px;
  float: left;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-main {
  position: relative;
  float: left;
  margin: 0px 17px 0px 0px;
  width: 417px;
  height: 243px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-main img {
  width: 417px;
  height: 243px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-main .series-featured-header {
  position: absolute;
  width: 417px;
  bottom: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-main .series-featured-header h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-main .series-featured-header h2 a {
  display: block;
  color: #efedee;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-main .series-video-play {
  position: absolute;
  top: 50px;
  left: 170px;
  width: 80px;
  height: 80px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: -154px -1257px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-main .series-video-play a {
  display: block;
  width: 80px;
  height: 80px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-main:hover .series-featured-header {
  background-color: rgba(0, 0, 0, 0.8);
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-main:hover .series-video-play {
  opacity: 1;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list {
  position: relative;
  float: left;
  margin: 0px 17px 17px 0px;
  width: 200px;
  height: 113px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list:nth-of-type(2n) {
  margin-right: 0px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list:nth-of-type(3),
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list:nth-of-type(4) {
  margin-bottom: 0;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list img {
  width: 200px;
  height: 113px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list .series-featured-header {
  position: absolute;
  width: 200px;
  bottom: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list .series-featured-header h2 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list .series-featured-header h2 a {
  display: block;
  color: #efedee;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list .series-video-play {
  position: absolute;
  top: 15px;
  left: 75px;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: -105px -1297px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list .series-video-play a {
  display: block;
  width: 40px;
  height: 40px;
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list:hover .series-featured-header {
  background-color: rgba(0, 0, 0, 0.8);
}
.series-browse .video-scroll .video-scroll-block .video-block-set .series-featured-list:hover .series-video-play {
  opacity: 1;
}
/* ===== STAFF BROWSE PAGES ================================================= */
.staff-browse > h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 10px;
  font-weight: 200;
}
.staff-browse .main {
  background: #ffffff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding: 10px;
  margin-bottom: 10px;
}
.staff-browse .main:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.staff-browse .main .staff-single {
  position: relative;
  height: 305px;
  overflow: hidden;
}
.staff-browse .main .staff-single .staff-single-header {
  position: absolute;
  bottom: 0;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.staff-browse .main .staff-single .staff-single-header h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
.staff-browse .main .staff-single .staff-single-header h2 a {
  display: block;
  color: #efedee;
}
.staff-browse .main .staff-single .staff-single-header .excerpt {
  margin-bottom: 0;
  color: #efedee;
}
.staff-browse .main .staff-single .staff-video-play {
  position: absolute;
  top: 80px;
  left: 255px;
  width: 100px;
  height: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: -145px -1428px;
}
.staff-browse .main .staff-single .staff-video-play a {
  display: block;
  width: 100px;
  height: 100px;
}
.staff-browse .main .staff-single:hover .staff-single-header {
  background-color: rgba(0, 0, 0, 0.8);
}
.staff-browse .main .staff-single:hover .staff-video-play {
  opacity: 1;
}
.staff-browse .video-scroll {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  width: 950px;
  float: left;
  padding: 10px 0 20px 0;
}
.staff-browse .video-scroll:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.staff-browse .video-scroll > h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 10px;
  font-weight: 200;
  border-bottom: 0;
  padding-left: 50px;
}
.staff-browse .video-scroll .video-scroll-prev {
  float: left;
  display: block;
  width: 49px;
  height: 243px;
  padding: 0 10px;
}
.staff-browse .video-scroll .video-scroll-prev i {
  display: block;
  line-height: 241px;
  text-align: left;
  font-size: 50px;
  cursor: pointer;
  padding: 0px 0px 0px 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.staff-browse .video-scroll .video-scroll-prev i:hover {
  background-color: #f1f1f1;
  border: 1px solid #e4e4e4;
}
.staff-browse .video-scroll .video-scroll-prev.disabled i {
  color: #efedee;
  cursor: default;
}
.staff-browse .video-scroll .video-scroll-prev.disabled i:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.staff-browse .video-scroll .video-scroll-next {
  float: right;
  display: block;
  width: 50px;
  height: 243px;
  padding: 0 10px;
}
.staff-browse .video-scroll .video-scroll-next i {
  display: block;
  line-height: 241px;
  text-align: right;
  font-size: 50px;
  cursor: pointer;
  padding: 0px 5px 0px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.staff-browse .video-scroll .video-scroll-next i:hover {
  background-color: #f1f1f1;
  border: 1px solid #e4e4e4;
}
.staff-browse .video-scroll .video-scroll-next.disabled i {
  color: #efedee;
  cursor: default;
}
.staff-browse .video-scroll .video-scroll-next.disabled i:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.staff-browse .video-scroll .caroufredsel_wraper {
  float: left;
}
.staff-browse .video-scroll .video-scroll-block {
  float: left;
  width: 851px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set {
  width: 434px;
  float: left;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-main {
  position: relative;
  float: left;
  margin: 0px 17px 0px 0px;
  width: 417px;
  height: 243px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-main img {
  width: 417px;
  height: 243px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-main .staff-featured-header {
  position: absolute;
  width: 397px;
  bottom: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-main .staff-featured-header h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-main .staff-featured-header h2 a {
  display: block;
  color: #efedee;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-main .staff-video-play {
  position: absolute;
  top: 50px;
  left: 170px;
  width: 80px;
  height: 80px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: -154px -1458px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-main .staff-video-play a {
  display: block;
  width: 80px;
  height: 80px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-main:hover .staff-featured-header {
  background-color: rgba(0, 0, 0, 0.8);
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-main:hover .staff-video-play {
  opacity: 1;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list {
  position: relative;
  float: left;
  margin: 0px 17px 17px 0px;
  width: 200px;
  height: 113px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list:nth-of-type(2n) {
  margin-right: 0px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list:nth-of-type(3),
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list:nth-of-type(4) {
  margin-bottom: 0;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list img {
  width: 200px;
  height: 113px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list .staff-featured-header {
  position: absolute;
  width: 180px;
  bottom: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list .staff-featured-header h2 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list .staff-featured-header h2 a {
  display: block;
  color: #efedee;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list .staff-video-play {
  position: absolute;
  top: 15px;
  left: 75px;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: -105px -1297px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list .staff-video-play a {
  display: block;
  width: 40px;
  height: 40px;
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list:hover .staff-featured-header {
  background-color: rgba(0, 0, 0, 0.8);
}
.staff-browse .video-scroll .video-scroll-block .video-block-set .staff-featured-list:hover .staff-video-play {
  opacity: 1;
}
/* ===== AUTHOR PAGES ======================================================= */
.author-view {
  padding-top: 20px;
}
.author-view .main {
  width: 640px;
}
.author-view .main .author-bio {
  padding: 20px !important;
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.author-view .main .author-bio:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.author-view .main .author-bio .pull-left {
  margin-right: 20px;
}
.author-view .main .author-bio .pull-left .media-object {
  border: 1px solid #efedee;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-view .main .author-bio .pull-left .media-object:hover {
  opacity: 1;
  border: 1px solid #c9c5c4;
}
.author-view .main .author-bio .media-body h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
.author-view .main .author-bio .media-body p {
  color: #717675;
  margin-bottom: 15px;
}
.author-view .main .author-bio .media-body .author-bio-meta {
  margin-bottom: 0;
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-rss {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #FF8300;
  opacity: .9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-rss:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-gp {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #D14836;
  opacity: .9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-gp:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-tw {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #00ACED;
  opacity: .9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-tw:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-fb {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #3B5998;
  opacity: .9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-fb:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-li {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  background-color: #007FB1;
  opacity: .9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-view .main .author-bio .media-body .author-bio-meta .author-bio-li:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.author-view .main > h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 10px;
  font-weight: 200;
}
.author-view .main .author-article-container {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding-top: 15px;
  padding-bottom: 20px;
}
.author-view .main .author-article-container:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.author-view .main .author-article-container article {
  padding: 0 10px 20px 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c9c5c4;
}
.author-view .main .author-article-container article:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.author-view .main .author-article-container article h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
.author-view .main .author-article-container article .meta {
  text-transform: uppercase;
  color: #717675;
  margin-bottom: 5px;
}
.author-view .main .author-article-container article .meta .cat {
  font-weight: 500;
  color: #000000;
}
.author-view .main .author-article-container article .thumbs {
  margin-bottom: 15px;
}
.author-view .main .author-article-container article .thumbs .desktop {
  width: 640px;
}
.author-view .main .author-article-container article .thumbs .mobile {
  width: 300px;
}
.author-view .main .author-article-container article .excerpt {
  color: #717675;
  margin-bottom: 15px;
}
.author-view .main .author-article-container article .read-more a {
  text-transform: uppercase;
  background-color: #000000;
  color: #efedee;
  text-decoration: none;
  padding: 3px 10px;
  font-weight: 200;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.author-view .main .author-article-container article .read-more a:hover {
  background-color: #262626;
  color: #ffffff;
}
/* ===== DETAILED ARTICLE PAGE ============================================== */
.article-detail {
  padding-top: 0 !important;
}
.article-detail .pagebuilder-addthis {
  position: absolute;
  background: transparent;
  left: auto;
  margin-left: -106px;
}
.article-detail .pagebuilder-addthis .addthis_toolbox {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding-top: 10px;
  min-width: 70px;
  height: 303px;
}
.article-detail .pagebuilder-addthis .addthis_toolbox .sharing-arrow {
  position: absolute;
  background: url('img/sharing_arrow.png');
  top: 15px;
  right: -18px;
  height: 40px;
  width: 18px;
}
.article-detail .pagebuilder-addthis:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.article-detail .sidebar {
  margin-top: 20px;
}
/* Full Article Wide Width
   ----------------------------- */
.article-wide-block {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding: 0;
  margin-bottom: 0;
}
.article-wide-block:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.article-wide-block header {
  padding: 15px;
}
.article-wide-block header h1 {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px 0px 5px 0px;
}
.article-wide-block header .meta {
  color: #989c9b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}
.article-wide-block header .meta p {
  margin-bottom: 0;
}
.article-wide-block header .meta a,
.article-wide-block header .meta time {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #989c9b;
}
.article-wide-block header .meta a i {
  text-decoration: none;
}
.article-wide-block header .meta a:first-of-type {
  border-right: none;
}
.article-wide-block header .meta a:last-of-type {
  border-right: none;
}
.article-wide-block header .social-sharing {
  min-height: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efedee;
}
.article-wide-block header .social-sharing .addthis_pill_style {
  float: right;
}
/* Full Article Narrow Width
   ----------------------------- */
.article-narrow-block {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 15px 10px 10px 10px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.article-narrow-block:hover {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.11);
}
.article-narrow-block header {
  border-bottom: 1px solid #efedee;
  margin-bottom: 20px;
}
.article-narrow-block header h1 {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px 0px 5px 0px;
}
.article-narrow-block header .meta {
  color: #989c9b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  margin-bottom: 10px;
}
.article-narrow-block header .meta a,
.article-narrow-block header .meta time {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #989c9b;
}
.article-narrow-block header .meta a i {
  text-decoration: none;
}
.article-narrow-block header .meta a:first-of-type {
  border-right: none;
}
.article-narrow-block header .meta a:last-of-type {
  border-right: none;
}
.article-narrow-block header .social-sharing {
  min-height: 25px;
  padding-bottom: 10px;
}
.article-narrow-block header .social-sharing .addthis_pill_style {
  float: right;
}
.article-narrow-block .article-body a {
  color: #4971ac;
}
.article-narrow-block .article-body img {
  max-width: 600px;
  max-height: auto;
  margin-bottom: 10px;
}
.article-narrow-block .article-body .wp-caption {
  width: 100% !important;
}
.article-narrow-block .article-body .wp-caption img {
  width: 100% !important;
  max-width: 600px;
  max-height: auto;
}
.article-narrow-block .article-body .wp-caption .wp-caption-text {
  text-align: center;
  color: #989c9b;
  font-size: 13px;
  line-height: 19px;
}
.article-narrow-block .article-body p {
  line-height: 24px;
}
.article-narrow-block footer {
  padding-top: 10px;
}
.article-narrow-block footer .article-tags {
  color: #989c9b;
  border-bottom: 1px solid #efedee;
}
.article-narrow-block footer .article-tags .tag-heading {
  float: left;
  width: 50px;
}
.article-narrow-block footer .article-tags .tag-cloud {
  float: right;
  width: 548px;
}
.article-narrow-block footer .article-tags .tag-cloud a {
  display: inline-block;
  color: #717675;
  background: #efedee;
  margin: 0px 5px 10px 5px;
  padding: 3px 5px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-narrow-block footer .article-tags .tag-cloud a:hover {
  color: #333333;
  background-color: #e3e0e1;
}
.article-narrow-block footer .article-pagination {
  margin-top: 15px;
}
.article-narrow-block footer .article-pagination a {
  color: #efedee;
  background-color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 35px;
  text-decoration: none;
  float: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-narrow-block footer .article-pagination a:hover {
  background-color: #262626;
  color: #ffffff;
}
.article-narrow-block footer .article-pagination a:first-of-type {
  float: left;
}
.article-narrow-block footer .article-pagination a:nth-of-type(2) {
  float: right;
}
/* Related Posts
   ----------------------------- */
.related-posts {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding-bottom: 0;
}
.related-posts:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.related-posts h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
  border-bottom: none;
}
.related-posts .nav-tabs {
  margin-bottom: 20px;
}
.related-posts .nav-tabs a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.related-posts .related-post {
  float: left;
  width: 300px;
  margin: 0px 20px 15px 0px;
}
.related-posts .related-post:nth-of-type(2n) {
  margin-right: 0;
}
.related-posts .related-post a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
}
.related-posts .related-post a img {
  width: 300px;
  height: 169px;
  margin-bottom: 5px;
}
.related-posts .more-features {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.related-posts .more-features a {
  color: #efedee;
  background-color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 35px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.related-posts .more-features a:hover {
  background-color: #262626;
  color: #ffffff;
}
/* Disqus Commenting
   ----------------------------- */
.article-comments {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.article-comments:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.article-comments h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
}
/* ===== INSTAGRAM DETAIL PAGE ============================================== */
.instagram-detail {
  padding-top: 20px;
}
.instagram-detail .main {
  width: 640px;
}
.instagram-detail .instagram-img-content {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  position: relative;
  padding: 10px 20px 25px 24px;
}
.instagram-detail .instagram-img-content:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.instagram-detail .instagram-img-content h1 {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px 0px 20px 0px;
}
.instagram-detail .instagram-img-content .instagram-img-details {
  margin-bottom: 20px;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  background-color: #efedee;
  border: 1px solid #e8e5e6;
  padding: 20px;
  width: 520px;
  height: 520px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo:hover {
  border: 1px solid #d7d2d5;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta {
  float: right;
  width: 324px;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-user {
  margin-bottom: 20px;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-user .instagram-profile {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-user .instagram-profile:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-user .instagram-username {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-user .instagram-account {
  font-size: 16px;
  line-height: 22px;
  color: #989c9b;
  margin-bottom: 5px;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-user .instagram-postdate {
  color: #989c9b;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-caption {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background-color: #efedee;
  border: 1px solid #e8e5e6;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-likes {
  color: #989c9b;
  margin-bottom: 5px;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-likes i {
  color: #ef4644;
  margin-right: 10px;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-comment-count {
  color: #989c9b;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-comment-count i {
  color: #333333;
  margin-right: 10px;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-comments .instagram-comment-heading {
  display: block;
  border-bottom: 1px solid #e8e5e6;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-comments .instagram-comment {
  padding-left: 5px;
  margin-bottom: 5px;
}
.instagram-detail .instagram-img-content .instagram-img-details .instagram-photo-meta .instagram-comments .instagram-comment span {
  font-weight: 500;
  display: block;
}
.instagram-detail .instagram-img-content .instagram-photo-scroll {
  margin: 0 auto;
  width: 901px;
  position: relative;
}
.instagram-detail .instagram-img-content .instagram-photo-scroll .sprite-instagram_prev {
  position: absolute;
  z-index: 1000;
  top: 55px;
  left: -17px;
  display: block;
  width: 31px;
  height: 38px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: 0 -1700px;
}
.instagram-detail .instagram-img-content .instagram-photo-scroll .sprite-instagram_prev.disabled {
  opacity: 0;
  cursor: default;
}
.instagram-detail .instagram-img-content .instagram-photo-scroll .sprite-instagram_next {
  position: absolute;
  z-index: 1000;
  top: 55px;
  right: -17px;
  display: block;
  width: 30px;
  height: 38px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: 0 -1612px;
}
.instagram-detail .instagram-img-content .instagram-photo-scroll .sprite-instagram_next.disabled {
  opacity: 0;
  cursor: default;
}
.instagram-detail .instagram-img-content .instagram-photo-scroll .instagram-photo-scroll-set img {
  width: 146px;
  height: 146px;
  float: left;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-right: 5px;
}
.instagram-detail .instagram-img-content .instagram-photo-scroll .instagram-photo-scroll-set img:hover {
  opacity: 1;
  cursor: pointer;
}
.instagram-detail .instagram-img-content .sprite-instagram_follow {
  position: absolute;
  display: block;
  width: 192px;
  height: 30px;
  top: 20px;
  right: 80px;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: 0 -1532px;
}
/* ===== WALPAPERS PAGE ===================================================== */
.wallpapers-detail {
  padding-top: 20px;
}
.wallpapers-detail .main {
  width: 640px;
}
.wallpapers-detail .wallpapers-img-content {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding: 10px 20px 25px 24px;
}
.wallpapers-detail .wallpapers-img-content:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.wallpapers-detail .wallpapers-img-content h1 {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px 0px 20px 0px;
}
.wallpapers-detail .wallpapers-img-content .wallpaper-details .wallpaper-block {
  float: left;
  width: 288px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wallpapers-detail .wallpapers-img-content .wallpaper-details .wallpaper-block img {
  max-width: 288px;
  margin-bottom: 5px;
}
.wallpapers-detail .wallpapers-img-content .wallpaper-details .wallpaper-block:nth-of-type(3n) {
  margin-right: 0;
}
.wallpapers-detail .wallpapers-img-content .wallpaper-details .wallpaper-block p {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 5px;
  text-align: center;
}
.wallpapers-detail .wallpapers-img-content .wallpaper-details .wallpaper-block p:last-of-type {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
/* ===== CUSTOM PAGES ======================================================= */
/* Custom Page: Normal
   ----------------------------- */
.custom-page {
  padding-top: 20px;
}
.custom-page .main {
  width: 640px;
}
.custom-page .main article {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding: 15px 20px 20px 20px;
}
.custom-page .main article:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.custom-page .main article header {
  border-bottom: 1px solid #efedee;
  margin-bottom: 20px;
}
.custom-page .main article header h1 {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px 0px 5px 0px;
}
.custom-page .main article header .meta {
  color: #989c9b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}
.custom-page .main article .article-body a {
  color: #4971ac;
}
.custom-page .main article .article-body img {
  margin-bottom: 10px;
}
.custom-page .main article .article-body .photo-caption {
  text-align: center;
  color: #989c9b;
  font-size: 13px;
  line-height: 19px;
}
.custom-page .main article .article-body p {
  line-height: 24px;
}
/* Custom Page: Wide View
   ----------------------------- */
.custom-page-wide {
  padding-top: 20px;
}
.custom-page-wide .page-wide {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  width: 930px;
  margin-left: -10px;
  padding: 15px 20px 20px 20px;
}
.custom-page-wide .page-wide:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.custom-page-wide .page-wide article header {
  border-bottom: 1px solid #efedee;
  margin-bottom: 20px;
}
.custom-page-wide .page-wide article header h1 {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px 0px 5px 0px;
}
.custom-page-wide .page-wide article header .meta {
  color: #989c9b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}
.custom-page-wide .page-wide article .article-body a {
  color: #4971ac;
}
.custom-page-wide .page-wide article .article-body img {
  margin-bottom: 10px;
}
.custom-page-wide .page-wide article .article-body .photo-caption {
  text-align: center;
  color: #989c9b;
  font-size: 13px;
  line-height: 19px;
}
.custom-page-wide .page-wide article .article-body p {
  line-height: 24px;
}
/* ===== MAGAZINE DETAIL PAGE =============================================== */
.magazine-detail {
  padding-top: 20px;
}
.magazine-detail .main {
  width: 640px;
}
.magazine-detail .magazine-content {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding: 10px 20px 25px 24px;
}
.magazine-detail .magazine-content:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.magazine-detail .magazine-content h1 {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px 0px 20px 0px;
}
.magazine-detail .magazine-content .magazine-content-block {
  margin-bottom: 20px;
}
.magazine-detail .magazine-content .magazine-content-block .mag-current-cover {
  float: left;
  width: 320px;
  height: 420px;
  margin-right: 20px;
}
.magazine-detail .magazine-content .magazine-content-block .mag-current-cover img {
  width: 320px;
  height: 420px;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text {
  float: right;
  width: 566px;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text .subscribe-btns {
  margin-bottom: 15px;
  text-align: center;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text .subscribe-btns a {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 32%;
  margin-right: 11px;
  color: #efedee;
  background-color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text .subscribe-btns a:hover {
  background-color: #262626;
  color: #ffffff;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text .subscribe-btns a:last-of-type {
  margin-right: 0;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text ul {
  margin: 0;
  list-style: none;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text ul li {
  margin-bottom: 10px;
  padding: 10px;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text ul li:nth-of-type(2) {
  background-color: #efedee;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text ul li:last-of-type {
  margin-bottom: 0;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text ul li h2 {
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
  font-size: 16px;
  line-height: 22px;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text ul li h2 a {
  display: block;
  text-decoration: underline;
}
.magazine-detail .magazine-content .magazine-content-block .magazine-text ul li p {
  margin-bottom: 0;
}
.magazine-detail .magazine-content .magazine-cover-scroll {
  margin: 0 auto;
  width: 901px;
  position: relative;
}
.magazine-detail .magazine-content .magazine-cover-scroll .magazine-cover-prev {
  position: absolute;
  z-index: 1000;
  top: 53px;
  left: -17px;
  display: block;
  width: 31px;
  height: 38px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: 0 -1700px;
}
.magazine-detail .magazine-content .magazine-cover-scroll .magazine-cover-prev.disabled {
  opacity: 0;
  cursor: default;
}
.magazine-detail .magazine-content .magazine-cover-scroll .magazine-cover-next {
  position: absolute;
  z-index: 1000;
  top: 53px;
  right: -17px;
  display: block;
  width: 30px;
  height: 38px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: 0 -1612px;
}
.magazine-detail .magazine-content .magazine-cover-scroll .magazine-cover-next.disabled {
  opacity: 0;
  cursor: default;
}
.magazine-detail .magazine-content .magazine-cover-scroll .magazine-cover-scroll-set img {
  width: 146px;
  height: 182px;
  float: left;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-right: 5px;
}
.magazine-detail .magazine-content .magazine-cover-scroll .magazine-cover-scroll-set img:hover {
  opacity: 1;
  cursor: pointer;
}
/* ===== SIDEBAR ============================================================ */
/* Follow Us
   ----------------------------- */
.follow {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.follow:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.follow h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
}
.follow .social-icons {
  margin-bottom: 10px;
}
.follow .social-icons a {
  background: url('img/sprite_v1.png') no-repeat top left;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.follow .social-icons a:hover {
  opacity: 1;
}
.follow .social-icons a:last-of-type {
  margin-right: 0;
}
.follow .social-icons a.sprite-follow_fb {
  background-position: 0 -591px;
}
.follow .social-icons a.sprite-follow_tw {
  background-position: 0 -991px;
}
.follow .social-icons a.sprite-follow_gp {
  background-position: 0 -671px;
}
.follow .social-icons a.sprite-follow_ig {
  background-position: 0 -751px;
}
.follow .social-icons a.sprite-follow_yt {
  background-position: 0 -1151px;
}
.follow .social-icons a.sprite-follow_vim {
  background-position: 0 -1071px;
}
.follow .social-icons a.sprite-follow_rss {
  background-position: 0 -911px;
}
.follow .social-icons a.sprite-follow_mail {
  background-position: 0 -831px;
}
/* Buyers Guide
   ----------------------------- */
.buyers-guide {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.buyers-guide:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.buyers-guide h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
  margin-bottom: 10px;
}
.buyers-guide .accordion {
  margin: 0;
}
.buyers-guide .accordion dt,
.buyers-guide .accordion dd {
  border-bottom: 1px solid #c9c5c4;
}
.buyers-guide .accordion dt:last-of-type,
.buyers-guide .accordion dd:last-of-type {
  border-bottom: 0;
}
.buyers-guide .accordion dt > a,
.buyers-guide .accordion dd > a {
  display: block;
  font-size: 16px;
  line-height: 33px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.buyers-guide .accordion dt > a > i,
.buyers-guide .accordion dd > a > i {
  display: inline-block;
  width: 16px;
  padding: 0 5px;
  text-align: center;
}
.buyers-guide .accordion dd {
  position: relative;
  border-top: 1px solid #ffffff;
  top: -1px;
  margin: 0;
}
.buyers-guide .accordion dd img {
  width: 280px;
  height: 158px;
  padding: 0 0 10px 0;
}
.buyers-guide .accordion dd .buyers-guide-link {
  background: url('img/buyersguide_link_bg.png') repeat;
  line-height: 50px;
  margin-bottom: 5px;
  padding: 0px 10px 0px 30px;
}
.buyers-guide .accordion dd .buyers-guide-link:last-of-type {
  margin-bottom: 10px;
}
.buyers-guide .accordion dd .buyers-guide-link i {
  float: right;
  line-height: 50px;
}
/* Video Feed
   ----------------------------- */
.video-feed {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.video-feed:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.video-feed h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
}
.video-feed .video-feed-item {
  height: 76px;
  position: relative;
  margin-bottom: 20px !important;
}
.video-feed .video-feed-item img {
  width: 135px;
  height: 76px;
}
.video-feed .video-feed-item h4 {
  float: right;
  width: 135px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
.video-feed .video-feed-item h4 a {
  display: block;
  width: 135px;
  height: 76px;
  text-decoration: none;
  overflow: hidden;
}
.video-feed .video-feed-item:last-of-type {
  margin-bottom: 0 !important;
}
.video-feed .video-feed-prev {
  float: left;
  display: block;
  width: 135px;
  margin: 20px 10px 0px 0px;
  cursor: pointer;
  background-color: #f0f0f0;
  text-align: center;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.video-feed .video-feed-prev:hover {
  background-color: #d5d5d5;
}
.video-feed .video-feed-next {
  float: right;
  display: block;
  width: 135px;
  margin-top: 20px;
  cursor: pointer;
  background-color: #f0f0f0;
  text-align: center;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.video-feed .video-feed-next:hover {
  background-color: #d5d5d5;
}
/* Video Series
   ----------------------------- */
.video-series {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.video-series:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.video-series h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
}
.video-series .flexslider {
  border: none;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.video-series .flexslider .flex-direction-nav a {
  width: 30px;
  height: 30px;
  top: 81px;
  background: url('img/sprite_v1.png') no-repeat top left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-series .flexslider .flex-direction-nav .flex-next {
  background-position: -37px -1875px;
  right: 0px;
  opacity: 0.8;
}
.video-series .flexslider .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.video-series .flexslider .flex-direction-nav .flex-prev {
  background-position: 0 -1875px;
  left: 0px;
  opacity: 0.8;
}
.video-series .flexslider .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.video-series .flexslider .flex-control-nav {
  bottom: 5%;
}
.video-series h4 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.video-series h4 a {
  display: block;
  text-decoration: none;
}
.video-series p {
  margin-bottom: 0;
  color: #717675;
  font-weight: 500;
}
/* From the Mag
   ----------------------------- */
.from-mag {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.from-mag:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.from-mag h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
}
.from-mag .mag-content {
  /*		
		.sample-articles {
			
			ul {
				margin: 0;
				list-style: none;
				
				li {
					margin-bottom: 15px;
					
					&:last-of-type {
						margin-bottom: 0;
					}
					
					h2 {
						font-size: @baseFontSize;
						line-height: @baseLineHeight - 2px;
						margin: 0px 0px 5px 0px;
					}
					
					p {
						font-size: @baseFontSize - 2px;
						line-height: @baseLineHeight - 2px;
						color: @gray;
						margin: 0;
					}
				}
			}
		}
*/
}
.from-mag .mag-content .mag-cover {
  width: 280px;
  height: auto;
  margin-bottom: 15px;
}
.from-mag .mag-content .subscribe-btns {
  margin-bottom: 15px;
}
.from-mag .mag-content .subscribe-btns a {
  color: #efedee;
  background-color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 35px;
  text-decoration: none;
  float: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.from-mag .mag-content .subscribe-btns a:hover {
  background-color: #262626;
  color: #ffffff;
}
.from-mag .mag-content .subscribe-btns a:nth-of-type(2) {
  float: right;
}
.from-mag .mag-content .read-current {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
/* ===== FOOTER ============================================================= */
.site-footer .network-footer,
.site-footer-standard .network-footer {
  background: #efedee;
}
.site-footer .network-footer .dropdown-menu > li > a:hover,
.site-footer-standard .network-footer .dropdown-menu > li > a:hover {
  background-color: #464646;
}
/* ===== SEARCH PAGE ======================================================== */
.search h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 10px;
  font-weight: 200;
}
.search h1 span {
  color: #989c9b;
}
.search .main {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.search .main:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.search .main h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #c9c5c4;
  margin: 0px 0px 15px 0px;
}
.search .main article {
  padding: 0 10px 20px 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c9c5c4;
}
.search .main article:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search .main article h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
.search .main article .meta {
  text-transform: uppercase;
  color: #717675;
  margin-bottom: 5px;
}
.search .main article .meta .cat {
  font-weight: 500;
  color: #000000;
}
.search .main article .thumbs {
  margin-bottom: 15px;
}
.search .main article .thumbs .desktop {
  width: 640px;
}
.search .main article .thumbs .mobile {
  width: 300px;
}
.search .main article .excerpt {
  color: #717675;
  margin-bottom: 15px;
}
.search .main article .read-more a {
  text-transform: uppercase;
  background-color: #000000;
  color: #efedee;
  text-decoration: none;
  padding: 3px 10px;
  font-weight: 200;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search .main article .read-more a:hover {
  background-color: #262626;
  color: #ffffff;
}
/* ===== 404 ERROR PAGE ===================================================== */
.error404 .addthis-smartlayers {
  display: none;
  visibility: hidden;
}
.error {
  padding-top: 20px;
}
.error .main {
  width: 640px;
}
.error .main .full-article {
  background: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.error .main .full-article:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.error .main .full-article a {
  background: url('img/sprite_v1.png') no-repeat top left;
  display: block;
  width: 225px;
  height: 376px;
  text-align: center;
  margin: 0px auto 20px auto;
}
.error .main .full-article a.sprite-404 {
  background-position: 0 0;
  width: 252px;
  height: 376px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.error .main .full-article a.sprite-404:hover {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.error .main .full-article .sprite-404_small {
  background: url('img/sprite_v1.png') no-repeat top left;
  background-position: 0 -426px;
  width: 41px;
  height: 38px;
  margin: 0 auto;
}
.error .main .full-article h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -1px;
}
.error .main .full-article p {
  text-align: center;
}
/* ===== IMPORT RESPONSIVE BREAKPOINTS ====================================== */
/*       Must be imported after styles to override when necessary.            */
@media (min-width: 768px) and (max-width: 969px) {
  /* Navabar
   ----------------------------- */
  .navbar {
    width: 100% !important;
  }
  .navbar .navbar-inner #mobileNav {
    display: block !important;
    visibility: visible !important;
    color: #c9c5c4;
    text-decoration: none;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: #393939;
    float: right;
    position: absolute;
    top: -6px;
    left: -1px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
  }
  .navbar .navbar-inner #mobileNav i {
    position: relative;
    top: 9px;
    left: 13px;
  }
  .navbar .navbar-inner #mobileSearch {
    display: block !important;
    color: #c9c5c4;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: #393939;
    position: absolute;
    top: -6px;
    right: -1px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
  }
  .navbar .navbar-inner #mobileSearch i {
    position: relative;
    top: 9px;
    left: 12px;
  }
  .navbar .navbar-inner #mobileSearchBox {
    display: none;
    position: absolute;
    right: -1px;
    top: 44px;
    width: 50%;
    padding: 9px 15px 10px 15px;
    background-color: #383838;
    border-left: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .navbar .navbar-inner #mobileSearchBox input {
    width: 100%;
    line-height: 25px;
  }
  .navbar .logo {
    margin-left: 70px;
  }
  .navbar .nav-element,
  .navbar .divider-vertical {
    display: none;
    visibility: hidden;
  }
  /* Basic Page Styles
   ----------------------------- */
  body {
    background-image: none;
  }
  .page-container {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .page {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
  }
  /* Index Of the Day Section
   ----------------------------- */
  .of-the-day {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-right: 2%;
    padding-left: 2%;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .of-the-day:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .of-the-day .clip-ofday,
  .of-the-day .prod-ofday {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 38%;
    height: auto !important;
    margin-right: 1%;
  }
  .of-the-day .clip-ofday img,
  .of-the-day .prod-ofday img {
    width: 100%;
  }
  .of-the-day .insta-ofday {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 22%;
    height: auto !important;
    margin-right: 1%;
  }
  .of-the-day .insta-ofday img {
    width: 100%;
  }
  .of-the-day .prod-ofday {
    margin-right: 0;
  }
  .of-the-day .capt-ofday {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
  .of-the-day .capt-ofday .capt-heading {
    margin-bottom: 2%;
  }
  .of-the-day .capt-ofday .capt-block img {
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
  .of-the-day .capt-ofday .capt-block p {
    width: 100% !important;
    height: auto !important;
  }
  .of-the-day .capt-ofday .capt-block p .capt-text {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* Index Page
   ----------------------------- */
  .homepage .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto !important;
    max-width: auto;
    margin-right: 310px !important;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .homepage .main:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* Category Browse
   ----------------------------- */
  .category-browse .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto !important;
    max-width: auto;
    margin-right: 310px !important;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .category-browse .main:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .category-browse .main .category-video,
  .category-browse .main .category-photo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 49% !important;
    height: auto !important;
    margin-right: 2%;
  }
  .category-browse .main .category-video img,
  .category-browse .main .category-photo img {
    width: 100% !important;
    height: auto !important;
  }
  .category-browse .main .category-video h2,
  .category-browse .main .category-photo h2 {
    height: 44px;
    overflow: hidden;
  }
  .category-browse .main .category-video:hover .category-video-play,
  .category-browse .main .category-photo:hover .category-video-play {
    display: none;
  }
  .category-browse .main .category-video:nth-of-type(1),
  .category-browse .main .category-photo:nth-of-type(1) {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin-right: 0;
  }
  .category-browse .main .category-video:nth-of-type(1) h2,
  .category-browse .main .category-photo:nth-of-type(1) h2 {
    height: auto;
  }
  .category-browse .main .category-video:nth-of-type(2n),
  .category-browse .main .category-photo:nth-of-type(2n) {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 49% !important;
    height: auto !important;
  }
  /* Article Page
   ----------------------------- */
  .article-detail #photoCarousel img {
    width: 100%;
    height: auto;
    max-height: 700px;
  }
  .article-detail .article-wide-block {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .article-detail .article-wide-block header h1 {
    font-size: 33px;
  }
  .article-detail .article-wide-block:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .article-detail .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto !important;
    max-width: auto;
    margin-right: 310px !important;
  }
  .article-detail .main .article-narrow-block {
    border: 1px solid #e6e6e6;
    border-top: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .article-detail .main .article-narrow-block:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .article-detail .main .article-narrow-block img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
  .article-detail .main .article-narrow-block .article-tags .tag-heading {
    margin-right: -60px;
  }
  .article-detail .main .article-narrow-block .article-tags .tag-cloud {
    width: auto !important;
    margin-left: 60px;
  }
  .article-detail .main .related-posts {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .article-detail .main .related-posts .related-post {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 49%;
    height: auto;
    margin-right: 2%;
  }
  .article-detail .main .related-posts .related-post span a {
    font-size: 14px;
    line-height: 18px;
  }
  .article-detail .main .related-posts .related-post:nth-of-type(2n) {
    width: 49% !important;
    margin-right: 0;
  }
  .article-detail .main .related-posts .related-post img {
    height: auto !important;
    max-height: auto !important;
  }
  .article-detail .main .article-comments {
    width: auto !important;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .article-detail .main .article-comments:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* Magazine Detail Page
   ----------------------------- */
  .magazine-content-block {
    margin-bottom: 0 !important;
  }
  .magazine-content-block .mag-current-cover {
    width: auto !important;
    height: auto !important;
    max-width: auto !important;
    max-height: auto !important;
    margin-right: 586px !important;
  }
  .magazine-content-block .mag-current-cover img {
    max-width: 100% !important;
    height: auto !important;
  }
  .magazine-content-block .magazine-text {
    margin-left: -566px !important;
  }
  .magazine-cover-scroll {
    display: none;
    visibility: hidden;
  }
  .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto !important;
    max-width: auto;
    margin-right: 310px !important;
  }
  .main .article-comments {
    width: auto !important;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main .article-comments:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* Sidebar
   ----------------------------- */
  .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: -320px !important;
  }
  .sidebar .follow {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .sidebar .follow:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .from-mag {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .sidebar .from-mag:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* Footer
   ----------------------------- */
  .site-footer {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image: none !important;
  }
  .site-footer .sub-callout {
    display: none;
  }
  .site-footer .footer-links {
    padding-bottom: 20px;
  }
  .site-footer .footer-links .foot-block {
    width: 25% !important;
    height: 180px;
    padding-right: 5% !important;
    padding-left: 5% !important;
    margin-right: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .site-footer .footer-links .foot-block:nth-of-type(4) {
    margin-right: 0;
    border-right: 0 !important;
  }
  .site-footer .footer-links .network-block {
    display: none;
    visibility: none;
  }
}
@media (max-width: 767px) {
  /* Navabar
   ----------------------------- */
  .navbar {
    width: 100% !important;
  }
  .navbar .navbar-inner #mobileNav {
    color: #c9c5c4;
    text-decoration: none;
    display: block !important;
    visibility: visible !important;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: #393939;
    float: right;
    position: absolute;
    top: -6px;
    left: -1px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
  }
  .navbar .navbar-inner #mobileNav i {
    position: relative;
    top: 9px;
    left: 13px;
  }
  .navbar .navbar-inner #mobileSearch {
    display: block !important;
    color: #c9c5c4;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: #393939;
    position: absolute;
    top: -6px;
    right: -1px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
  }
  .navbar .navbar-inner #mobileSearch i {
    position: relative;
    top: 9px;
    left: 12px;
  }
  .navbar .navbar-inner #mobileSearchBox {
    display: none;
    position: absolute;
    right: -1px;
    top: 44px;
    width: 101%;
    padding: 9px 15px 10px 15px;
    background-color: #383838;
    border-bottom: 1px solid #222222;
  }
  .navbar .navbar-inner #mobileSearchBox input {
    width: 100%;
    line-height: 25px;
  }
  .navbar .logo {
    margin-left: 70px;
  }
  .navbar .nav-element,
  .navbar .divider-vertical {
    display: none;
    visibility: hidden;
  }
  /* Basic Page Styles
   ----------------------------- */
  body {
    background-image: none;
  }
  .page-container {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .page {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
  }
  /* Index Of the Day Section
   ----------------------------- */
  .of-the-day {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-right: 2%;
    padding-left: 2%;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .of-the-day:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .of-the-day .insta-ofday,
  .of-the-day .clip-ofday,
  .of-the-day .prod-ofday {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: auto !important;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .of-the-day .insta-ofday img,
  .of-the-day .clip-ofday img,
  .of-the-day .prod-ofday img {
    width: 100%;
  }
  .of-the-day .capt-ofday {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: auto !important;
    margin-top: 10px;
    margin-right: 0;
  }
  .of-the-day .capt-ofday .capt-heading {
    margin-bottom: 2%;
  }
  .of-the-day .capt-ofday .capt-block img {
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
  .of-the-day .capt-ofday .capt-block p {
    width: 100% !important;
    height: auto !important;
  }
  .of-the-day .capt-ofday .capt-block p .capt-text {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* Index Page
   ----------------------------- */
  .homepage .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .homepage .main:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* Category Browse
   ----------------------------- */
  .category-browse .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .category-browse .main:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .category-browse .main .category-video,
  .category-browse .main .category-photo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin-right: 0;
  }
  .category-browse .main .category-video img,
  .category-browse .main .category-photo img {
    width: 100% !important;
    height: auto !important;
  }
  .category-browse .main .category-video h2,
  .category-browse .main .category-photo h2 {
    height: auto !important;
    overflow: inherit;
  }
  .category-browse .main .category-video:hover .category-video-play,
  .category-browse .main .category-photo:hover .category-video-play {
    display: none;
  }
  /* Article Page
   ----------------------------- */
  .article-detail #photoCarousel img {
    width: 100%;
    height: auto;
    max-height: 700px;
  }
  .article-detail .article-wide-block {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .article-detail .article-wide-block header h1 {
    font-size: 28px;
  }
  .article-detail .article-wide-block header .meta {
    font-size: 12px;
  }
  .article-detail .article-wide-block:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .article-detail .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
  }
  .article-detail .main .article-narrow-block {
    border: 1px solid #e6e6e6;
    border-top: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .article-detail .main .article-narrow-block:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .article-detail .main .article-narrow-block .article-tags .tag-heading {
    margin-right: -60px;
  }
  .article-detail .main .article-narrow-block .article-tags .tag-cloud {
    width: auto !important;
    margin-left: 60px;
  }
  .article-detail .main .related-posts {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .article-detail .main .related-posts .related-post {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 49%;
    height: auto;
    margin-right: 2%;
  }
  .article-detail .main .related-posts .related-post span a {
    font-size: 12px;
    line-height: 16px;
  }
  .article-detail .main .related-posts .related-post:nth-of-type(2n) {
    width: 49% !important;
    margin-right: 0;
  }
  .article-detail .main .related-posts .related-post img {
    height: auto !important;
    max-height: auto !important;
  }
  .article-detail .main .article-comments {
    width: auto !important;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .article-detail .main .article-comments:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* Magazine Detail Page
   ----------------------------- */
  .magazine-content-block {
    margin-bottom: 0 !important;
  }
  .magazine-content-block .mag-current-cover {
    display: block !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    max-width: auto !important;
    max-height: auto !important;
    margin: 0px auto 20px auto !important;
    text-align: center;
  }
  .magazine-content-block .mag-current-cover img {
    max-width: 100% !important;
    height: auto !important;
  }
  .magazine-content-block .magazine-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto !important;
    margin: 0;
  }
  .magazine-content-block .magazine-text .subscribe-btns a {
    display: block;
    width: 100% !important;
    margin: 0px 0px 10px 0px !important;
  }
  .magazine-cover-scroll {
    display: none;
    visibility: hidden;
  }
  .main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto !important;
    max-width: auto;
  }
  .main .article-comments {
    width: auto !important;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main .article-comments:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* Sidebar
   ----------------------------- */
  .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 1px;
  }
  .sidebar .follow {
    display: none;
  }
  .sidebar .caroufredsel_wrapper {
    margin: 0 auto !important;
  }
  .sidebar .from-mag {
    display: none;
  }
  /* Footer
   ----------------------------- */
  .site-footer {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image: none !important;
  }
  .site-footer .sub-callout {
    display: none;
  }
  .site-footer .footer-links {
    padding-bottom: 20px;
  }
  .site-footer .footer-links .foot-block {
    width: 50% !important;
    height: 180px;
    padding-right: 5% !important;
    padding-left: 5% !important;
    margin-right: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
  }
  .site-footer .footer-links .foot-block:nth-of-type(2),
  .site-footer .footer-links .foot-block:nth-of-type(4) {
    margin-right: 0;
    border-right: 0 !important;
  }
  .site-footer .footer-links .network-block {
    display: none;
    visibility: none;
  }
}
@media (max-width: 859px) {
  .index-mantle .mantle-play {
    display: none;
    visibility: hidden;
  }
  .index-mantle .flex-next {
    right: 0px;
    opacity: 0.8;
  }
  .index-mantle .flex-next:hover {
    opacity: 1;
  }
  .index-mantle .flex-prev {
    left: 0px;
    opacity: 0.8;
  }
  .index-mantle .flex-prev:hover {
    opacity: 1;
  }
}
@media (max-width: 670px) {
  #wpadminbar {
    display: none;
  }
  header.header {
    margin-top: 0 !important;
  }
  .index-mantle {
    top: 50px !important;
  }
  #sidr {
    top: 0 !important;
  }
}
.main .lrec {
  margin: 0px auto 20px auto;
}
@media (max-width: 1145px) {
  .pagebuilder-addthis {
    position: relative !important;
    width: 100% !important;
    margin-top: 15px;
    padding-bottom: 12px;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #efedee !important;
  }
  .pagebuilder-addthis .sharing-arrow {
    display: none;
  }
  .pagebuilder-addthis:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .pagebuilder-addthis .addthis_toolbox {
    width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .pagebuilder-addthis .addthis_toolbox .addthis_internal_container {
    width: 100% !important;
    height: auto !important;
  }
  .pagebuilder-addthis .addthis_toolbox .addthis_internal_container > a {
    display: block !important;
    float: left !important;
    width: 25%;
  }
  .pagebuilder-addthis .addthis_toolbox .addthis_internal_container > a > a {
    margin-left: 25%;
  }
}
@media (max-width: 969px) {
  #TakeoverBridge {
    width: 768px !important;
    max-height: 111px !important;
    background-size: 768px !important;
  }
  .banner-large {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 969px) {
  .fixed {
    display: none;
    visibility: hidden;
  }
  .lrec {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .lrec:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .drec {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .drec:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 727px) {
  .banner {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  #PagePeelContainer {
    display: none;
  }
  #TakeoverBridge {
    width: 100% !important;
    height: auto !important;
  }
  .takeover-bridge-responsive {
    background: none !important;
  }
  .takeover-bridge-responsive img {
    width: 100% !important;
    height: auto;
  }
  .banner {
    display: none;
    visibility: hidden;
  }
  .fixed {
    display: none;
    visibility: hidden;
  }
  .lrec {
    border: 1px solid #e6e6e6;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .lrec:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .drec {
    border: 1px solid #e6e6e6;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .drec:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .dc_ad {
    border: 1px solid #e6e6e6;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .dc_ad:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 299px) {
  .lrec,
  .srec,
  .drec,
  .sky,
  .banner,
  .fixed {
    display: none;
    visibility: hidden;
  }
}
/* ===== IMPORT BROWSER DEGRADATION STYLES ================================== */
/*       Must be imported after styles to override when necessary.            */
.lt-ie9 .navbar .navbar-inner {
  filter: none;
}
.lt-ie9 .navbar .navbar-nav > li {
  float: left;
}
.lt-ie9 .navbar .nav-social-drop ul {
  width: 155px;
}
.lt-ie9 .index-mantle .flex-prev {
  left: 0 !important;
}
.lt-ie9 .index-mantle .flex-next {
  right: 0 !important;
}
.lt-ie9 .video-feed-item img {
  max-width: none;
  max-height: none;
}
.lt-ie9 .related-post {
  margin-right: 10px;
}
.lt-ie9 .subscribe-btns a {
  margin-right: 5px;
}
.lt-ie9 .foot-block {
  margin-right: 15px !important;
}
.lt-ie10 .navbar .navbar-inner {
  filter: none;
}
