/*
---------------------------------------------------------------- BORDER-BOX STYLES ----------------------------------------------------------------
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
---------------------------------------------------------------- RESET STYLES ----------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*
---------------------------------------------------------------- KEYFRAME ANIMATIONS ----------------------------------------------------------------
*/
/*!
Animate.css - daneden.me/animate
Licensed under the MIT license - opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }


/*
---------------------------------------------------------------- TYPOGRAPHIC STYLES ----------------------------------------------------------------
*/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, serif;
  font-size: 15px;
  text-align: left;
  line-height: 1; }

p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a:link, a:visited, a:hover, a:active {
  color: #a08f68;
  text-decoration: none; }

::-moz-selection {
  background: #a08f68;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #a08f68;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #a08f68;
  color: #fff;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

h1, h2, h3 {
  font-family: "alternate-gothic-no-2-d", "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; }

h1 {
  margin: -2px 0 0 0;
  padding: 0;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 35px; }

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  color: #000;
  text-decoration: none; }

/*
---------------------------------------------------------------- SHARED STYLES ----------------------------------------------------------------
*/
.wrapper {
  width: 100%;
  display: block;
  height: auto;
  overflow: hidden; }

.nav {
  margin: 0;
  list-style: none;
  padding: 0; }

.nav > li {
  display: inline-block;
  zoom: 1; }

.nav > li > a {
  text-decoration: none; }

.header-wrapper, .date-social-wrapper, .navigation-wrapper, .article-single-wrapper, .sponsored-post-list-wrapper, .pagination-wrapper {
  margin-bottom: 20px; }

/*
---------------------------------------------------------------- GRID STYLES ----------------------------------------------------------------
*/
ul.grid {
  list-style-type: none;
  padding-left: 0; }

.grid {
  height: auto;
  overflow: hidden;
  width: 94.047619%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }

.grid .one-half {
  width: 48.9583333%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-right: 2.0833334%; }
  .grid .one-half:nth-child(2n) {
    margin-right: 0; }
  @media (max-width: 767px) {
    .grid .one-half {
      width: 100%;
      margin-right: 0; } }
  .grid .one-half.centered {
    margin-right: 0;
    margin: 0 auto;
    float: none;
    overflow: visible; }

.grid .two-thirds {
  width: 64.58333336%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-right: 2.0833333%; }
  @media (max-width: 767px) {
    .grid .two-thirds {
      width: 100%;
      margin-right: 0; } }

.grid .one-third {
  width: 33.3333333%;
  float: left;
  height: auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .grid .one-third {
      width: 100%;
      margin-right: 0; } }

.grid .full {
  width: 100%;
  height: auto;
  overflow: hidden; }

.grid .table.one-half {
  display: table-cell;
  width: auto; }

.grid .table.fixed.one-half {
  display: table-cell;
  width: 476px; }
  @media (max-width: 508px) {
    .grid .table.fixed.one-half {
      width: 100%; } }

/*
---------------------------------------------------------------- HEADER STYLES ----------------------------------------------------------------
*/
.header-wrapper {
  background: #000000;
  height: auto;
  margin-bottom: 17px; }

.header,
.header a:link,
.header a:visited,
.header a:active,
.header a:hover {
  color: #666666;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; }

.header {
  position: relative;
  height: 160px; }

.date-social-wrapper {
  position: relative;
  height: 40px; }
  @media (min-width: 768px) {
    .date-social-wrapper {
      border-bottom: 1px solid #666666; } }

.date-nav {
  text-align: center;
  color: #666666;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 12px;
  text-transform: uppercase;
  padding: 14px 0 14px 0; }
  @media (max-width: 960px) {
    .date-nav {
      text-align: left; } }

.social-nav {
  text-align: right;
  padding-top: 8px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0; }

.social-nav a {
  display: block; }

@media (max-width: 767px) {
  .date-nav, .social-nav {
    display: none; } }

.social-nav li {
  width: 97px;
  display: inline-block;
  line-height: 8px;
  margin-right: 14px; }

.social-nav li:nth-child(2n) {
  width: 60px;
  position: relative;
  top: -.75px;
  margin-right: 0; }

.logo {
  padding-top: 22px; }

.logo h1 {
  margin-top: 0; }

.logo h1 a {
  display: block;
  text-indent: -9999px;
  background: url(../img/uncrate.png) no-repeat left bottom;
  width: 100%;
  height: 78px;
  background-size: 100%;
  max-width: 476px;
  margin: 0 auto; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .logo h1 a {background:url(../img/uncrate@2x.png) no-repeat 0 bottom;background-size:100%;}
}

.about-copy > p {
  display: none; }

.mobile-nav a {
  display: block;
  text-indent: -9999px;
  background: url(../img/menu.png) no-repeat left top;
  height: 21px;
  width: 25px; }

.mobile-nav li {
  width: auto;
  float: right;
  margin-top: 20px; }

.promo-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px; }
  @media (max-width: 960px) {
    .promo-nav {
      width: 180px; } }
  @media (max-width: 900px) {
    .promo-nav {
      display: none; } }
  .promo-nav .nav {
    float: right;
    width: 84px;
    margin-left: 16px; }
    .promo-nav .nav a {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      color: #fff; }
    .promo-nav .nav li:first-child {
      margin-bottom: 16px; }
      .promo-nav .nav li:first-child a {
        color: #666; }

.promo-image {
  overflow: hidden;
  height: auto;
  margin-left: 20px;
  float: left;
  width: 80px;
  height: 98px; }
  @media (max-width: 960px) {
    .promo-image {
      margin-left: 0; } }

.promo-image a {
  background: url(../img/uncrate-w-2014.jpg) no-repeat left top;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 80px;
  height: 98px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .promo-image a {
      background: url(../img/uncrate-w-2014@2x.jpg) no-repeat left top;
      background-size: 100%; } }

/*
---------------------------------------------------------------- NAVIGATION STYLES ----------------------------------------------------------------
*/
.navigation {
  font-family: "alternate-gothic-no-2-d", "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase; }

.main-nav {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 11px;
  border-bottom: 3px solid #000000;
  margin-bottom: 2px; }

.main-nav .nav {
  height: 36px;
  overflow: hidden;
  text-align: center; }

.main-nav li a {
  margin-right: 18px; }

@media (max-width: 350px) {
  .main-nav li a {
    margin-right: 14px; } }
@media (max-width: 378px) {
  .main-nav li:nth-child(4) a {
    margin-right: 0;
    text-align: right; } }
/*
.main-nav li:last-child a {
  margin-right: 0;
  text-align: right; }
.main-nav li:last-child {
	float: right;
}
*/
.main-nav a:link,
.main-nav a:visited,
.main-nav a:active,
.main-nav a:hover {
  color: #000000; }

.external a:link,
.external a:visited,
.external a:active,
.external a:hover {
  color: #666666; }

.sub-nav {
  font-size: 20px;
  line-height: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 15px;
  padding-bottom: 11px;
  height: 48px !important;
  overflow: hidden; }

@media (max-width: 767px) {
  .sub-nav {
    height: 0px !important;
    border-bottom: none;
    padding: 0; } }
.sub-nav .nav {
  height: 20px;
  overflow: hidden;
  text-align: center; }

@media (max-width: 767px) {
  .sub-nav .nav {
    display: none; } }
.sub-nav li a {
  margin-right: 17px; }

@media (max-width: 810px) {
  .sub-nav li a {
    margin-right: 12px; } }
.search-nav {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 15px;}

  .search-nav a {
	background: transparent url(../img/search.gif) no-repeat center center;
  	background-size: 16px 16px;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
  }
@media (max-width: 767px) {
  .search-nav {
    display: none; } }
.search-wrapper.white-popup {
  padding-top: 40px; }

.search-nav a:link,
.search-nav a:active,
.search-nav a:hover,
.search-nav a:visited {
  color: #ffffff;
  font-family: "alternate-gothic-no-2-d", "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-size: 22px; }

/*
.nav .usa a {
	background: url("../img/usa.png") no-repeat left 25%;
	text-indent: -9999px;
	display: inline-block;
	width: 38px;
}

@media (max-width: 830px) {
  .main-nav li:nth-child(10) a {
    margin-right: 0;} }

@media (max-width: 820px) {
  .main-nav li:nth-child(9) a {
    display: none} }
*/

/*
---------------------------------------------------------------- STICKY NAV STYLES ----------------------------------------------------------------
*/
.sticky .header-wrapper {
  height: 276px; }
  @media (max-width: 767px) {
    .sticky .header-wrapper {
      height: 228px; } }
.sticky .navigation-wrapper {
  position: fixed;
  z-index: 3000;
  background: #000000;
  height: 40px;
  top: 0;
  overflow: visible;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  /*-webkit-box-shadow: 0 10px 40px 30px #fff;
  -moz-box-shadow: 0 10px 40px 30px #fff;
  box-shadow: 0 10px 40px 30px #fff;*/ }
.sticky .main-nav {
  height: 40px;
  border-bottom: none;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .sticky .main-nav .nav {
    height: 40px;
    padding-top: 9px;
    margin-left: 200px; }
    @media (max-width: 700px) {
      .sticky .main-nav .nav {
        margin-left: 250px; } }
    @media (max-width: 550px) {
      .sticky .main-nav .nav {
        margin-left: 70px; } }
  .sticky .main-nav .home {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-indent: -9999px;
    background: url(../img/uncrate-small.png) no-repeat left bottom;
    height: 40px;
    background-size: 100%;
    width: 244px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .sticky .main-nav .home {
        background: url(../img/uncrate-small@2x.png) no-repeat left bottom;
        background-size: 100%; } }
    @media (max-width: 550px) {
      .sticky .main-nav .home {
        background: url(../img/uncrate-u.png) no-repeat left bottom;
        width: 57px; } }
      @media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 550px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 550px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 550px) and (min-device-pixel-ratio: 2), only screen and (max-width: 550px) and (min-resolution: 192dpi), only screen and (max-width: 550px) and (min-resolution: 2dppx) {
        .sticky .main-nav .home {
          background: url(../img/uncrate-u@2x.png) no-repeat left bottom;
          background-size: 100%; } }
  .sticky .main-nav .search {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 12px;
    display: block;
    text-indent: -9999px;
    background: url(../img/search.gif) no-repeat left bottom;
    height: 16px;
    background-size: 100%;
    width: 16px; }
  .sticky .main-nav li:nth-child(7) a {
    margin-right: 0; }
  @media (max-width: 800px) {
    .sticky .main-nav li:nth-child(7) {
      display: none; } }
  @media (max-width: 700px) {
    .sticky .main-nav li:nth-child(6) {
      display: none; } }
  @media (max-width: 600px) {
    .sticky .main-nav li:nth-child(5) {
      display: none; } }
  @media (max-width: 350px) {
    .sticky .main-nav li:nth-child(4) {
      display: none; } }
.sticky .main-nav a:link, .sticky .main-nav a:visited, .sticky .main-nav a:active, .sticky .main-nav a:hover {
  color: #FFFFFF; }
.sticky .sub-nav {
  display: none; }

.lt-ie9 .sticky .navigation-wrapper {
  position: static;
  display: none; }

.lt-ie9 .sticky .header-wrapper {
  height: 160px; }

/*
---------------------------------------------------------------- ARTICLE STYLES ----------------------------------------------------------------
*/
.article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  height: auto;
  border: 1px solid #c7c7c7; }

.image-wrapper {
  overflow: hidden;
  height: auto;
  position: relative;
  z-index: 100; }
  .image-wrapper img {
    max-width: 100%;
    border-bottom: 1px solid #c7c7c7; }
  .image-wrapper a {
    display: block;
    height: auto;
    overflow: hidden; }

/*
.article-single .image-wrapper.carousel img {
  outline: none;
  outline-offset: 0;
  border: 1px solid #c7c7c7;}
*/

.category-group {
  display: inline-block;
  overflow: hidden;
  height: auto;
  background: #a08f68;
  color: #ffffff;
  text-transform: uppercase;
  width: auto;
  margin: 20px 0;
  padding: 13px 16px;
  text-align: center;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  height: 36px; }
  .category-group a {
    color: #ffffff;
    height: 30px; }
  .category-group .sep {
    vertical-align: 0%;
    font-size: 12px; }
  .category-group h2,
  .category-group h3 {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; }

.category-group.featured {
	background: #30525f;
	position: relative;
	overflow: visible;
}
.featured-question {
	position: absolute;
	left: 142px;
	top: 10px;
}
.featured-question a {
	display: block;
	background: #ffffff url("/img/q.png") no-repeat left top;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	overflow: hidden;
	text-indent: -99999px;
}

.copy-wrapper {
  padding: 0 20px;
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 183px;
  margin-bottom: 12px;
  position: relative;
  text-align: left; }
  @media (max-width: 42em) {
    .copy-wrapper {
      max-height: none;
      margin-bottom: 0; } }
@media (min-width: 768px) {
	.article-list .copy-wrapper {
		min-height: 183px;
}}
.card .copy-wrapper {
	min-height: 0;
}
.article-list .ui-wrapper {
	min-height: 92px;
}
@media (min-width: 42em) {
.copy-wrapper p {
  cursor: pointer; } }

.gradient-overlay {
  display: block;
  overflow: hidden;
  height: 75px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media (max-width: 42em) {
    .gradient-overlay {
      display: none; } }

.article-title {
  text-align: center;
  margin-bottom: -5px; }

.ui-wrapper {
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  overflow: hidden;
  height: auto; }
  .ui-wrapper .sep {
    font-size: 12px;
    font-weight: normal; }
  .ui-wrapper a {
    color: #ffffff; }
  @media (max-width: 767px) {
    .ui-wrapper .buy {
      width: 100%;
      overflow: hidden;
      padding: 0 20px 0 20px; } }
  .ui-wrapper .buy a {
    display: block;
    width: 300px;
    height: 36px;
    background: #000000;
    margin: 0 auto 20px;
    text-align: center;
    padding: 12px 7px;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .ui-wrapper .buy a {
        width: 100%; } }
  .ui-wrapper .buy.no {
    display: block;
    height: 30px;
    width: auto;
    margin-bottom: 20px; }
  .ui-wrapper .buy.no a {
    background: #ffffff;
    display: none; }
  .ui-wrapper .social {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    overflow: hidden;
    height: auto; }
    @media (max-width: 767px) {
      .ui-wrapper .social {
        width: 100%;
        padding: 0 20px 0 20px; } }
    .ui-wrapper .social a {
      display: block;
      width: 33.333333333%;
      float: left;
      padding: 12px 7px;
      height: 36px; }
    .ui-wrapper .social .facebook {
      background: #3c3c3c; }
    .ui-wrapper .social .twitter {
      background: #666666; }
    .ui-wrapper .social .stash {
      background: #999999; }
    @media (max-width: 350px) {
      .ui-wrapper .social .sep, .ui-wrapper .social .like-count, .ui-wrapper .social .tweet-count, .ui-wrapper .social .stash-count {
        display: none; } }

.gallivant-post {
	position: absolute;
	z-index: 200;
	bottom: 2px;
	text-align: center;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1.0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1.0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1.0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1.0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1.0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.gallivant-post img {
	width: 200px;
	outline: none;
	border: none;
	margin: 20px;
}

.article-list .copy-wrapper,
.sponsored-post-list .copy-wrapper {
	text-align: center;
}

/*
---------------------------------------------------------------- SINGLE ARTICLE STYLES ----------------------------------------------------------------
*/
.article-single .image-wrapper img {
  outline: 1px solid #c7c7c7;
  outline-offset: -1px; }

.article-single .article {
  margin-bottom: 0;
  max-height: none;
  position: relative;
  padding-bottom: 0;
  border: none; }
  @media (min-width: 672px) {
    .article-single .article {
      text-align: left; } }

.article-single .inner-wrapper {
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  overflow: hidden;
  height: auto;
  margin-top: -1px;
  padding-bottom: 20px;
  position: relative; }

.article-single .content-wrapper {
  max-width: 638px;
  width: 66.5970772%;
  /* 638 / 958 = .665970772 */
  padding: 0 20px 0 20px;
  float: left; }
  @media (max-width: 960px) {
    .article-single .content-wrapper {
      width: 64.4444444%; } }
  @media (max-width: 768px) {
    .article-single .content-wrapper {
      width: 55.5555556%; } }
  @media (max-width: 767px) {
    .article-single .content-wrapper {
      width: 100%;
      max-width: none; } }

.article-single .ad-wrapper {
  max-width: 320px;
  width: 33.4029228%;
  /* 320 / 958 = .334029228 */
  height: auto;
  margin: 20px 0 0 0;
  padding-right: 20px;
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 960px) {
    .article-single .ad-wrapper {
      width: 35.6347439%; } }
  @media (max-width: 768px) {
    .article-single .ad-wrapper {
      width: 44.4444444%; } }
  @media (max-width: 767px) {
    .article-single .ad-wrapper {
      display: none; } }

.article-single .ad-wrapper .ad,
.article-single .ad-wrapper > div {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  bottom: 0; }

.article-single .ad-wrapper img,
.article-single .ad-wrapper iframe {
  max-width: 100%; }

@media (min-width: 672px) {
  .article-single .article-title {
    text-align: left; } }

@media (min-width: 672px) {
  .article-single .category-group {
    margin-left: 0; } }

.article-single .copy-wrapper {
  padding: 0;
  max-height: 146px; }
  @media (max-width: 960px) {
    .article-single .copy-wrapper {
      max-height: 90px; } }
  @media (max-width: 42em) {
    .article-single .copy-wrapper {
      max-height: none; } }

.article-single .social,
.article-single .buy a {
  float: left; }
  @media (max-width: 1023px) and (min-width: 751px) {
    .article-single .social,
    .article-single .buy a {
      padding-bottom: 0;
      margin-bottom: 0; } }

.article-single .social {
  width: 300px;
  float: right;
  width: 50.1672241%;
  /* 300 / 598 = .501672241 */ }
  @media (max-width: 960px) {
    .article-single .social {
      width: 100%;
      float: none; } }

.article-single .buy a {
  width: 278px;
  width: 46.4882943%;
  /* 278 / 598 = .464882943 */
  margin-bottom: 0; }
  @media (max-width: 960px) {
    .article-single .buy a {
      width: 100%;
      float: none;
      margin-bottom: 20px; } }

.article-single .buy,
.article-single .social {
  padding: 0; }

.article-single .buy.no + .social {
  width: 100%; }

@media (min-width: 960px) {
  .article-single .buy.no {
    display: none; } }


.article-single .multiple-actions .buy a {
	width: 48.3277592%;
}

@media (max-width: 960px) {
	.article-single .multiple-actions .buy a {
		float: left;
	}
}

@media (max-width: 767px) {
	.article-single .multiple-actions .buy a {
		float: none;
		width: 100%;
	}
}

.article-single .multiple-actions .buy a:first-child {
	margin-right: 3.3444816%;
}

.article-single .multiple-actions .social {
	width: 100%;
}

@media (min-width: 768px) {
	.article-single .multiple-actions .social {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.article-list .multiple-actions .copy-wrapper {
		min-height: 127px;
		max-height: 127px;
	}
	.article-list .multiple-actions .copy-wrapper.reveal {
		max-height: none;
	}
}

@media (min-width: 768px) {
	.article-single .multiple-actions .copy-wrapper {
		max-height: 89px;
	}
	.article-single .multiple-actions .copy-wrapper.reveal {
		max-height: none;
	}
}






/*
---------------------------------------------------------------- INDIE PAGE STYLES ----------------------------------------------------------------
*/
.copy-wrapper.reveal {
  max-height: none; }

.copy-wrapper .gradient-overlay {
  cursor: pointer; }

.copy-wrapper.reveal .gradient-overlay {
  display: none; }

.card .copy-wrapper {
  margin-bottom: 0; }

.card .article-title {
  margin-top: 16px;
  margin-bottom: 0; }

.card .category-group {
  margin-bottom: 0; }

.card {
  padding-bottom: 14px; }

.article-single .indie .copy-wrapper {
	max-height: none;
}

.article-single .indie .gradient-overlay {
	display: none;
}
.indie .copy-wrapper p {
	cursor: default;
}
/*
---------------------------------------------------------------- SPONSORED ARTICLE STYLES ----------------------------------------------------------------
*/
.sponsored-post-list-wrapper {
  padding-top: 20px;
  background: #f4f3f1;
  margin-bottom: 20px; }

.sponsored-post-list-wrapper .article {
  background: #ffffff; }

.banner-ad-wrapper {
  padding-top: 20px;
  background: #f4f3f1;
  margin-bottom: 20px;
}

.banner-ad-wrapper.indie-ad {
	background: #ffffff;
	padding-top: 0;
	margin-bottom: 0;
}

.fm-cs-ad .fm-cs-ad-header .fm-cs-ad-title {
	font-family: "alternate-gothic-no-2-d", "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.banner-ad-wrapper.indie-ad .ad,
.banner-ad-wrapper.indie-ad > div {
	margin-bottom: 0;
}

.banner-ad-wrapper .ad,
.banner-ad-wrapper > div {
	margin: 0 auto 20px;
}
@media (max-width: 767px) {
	.banner-ad-wrapper {
	display: none;
}
}

.sponsored-post-list-wrapper .high-impact-banner.article {
	background: none;
	border: none;
	padding-bottom: 0;
}
.sponsored-post-list-wrapper .high-impact-banner.article img {
	border: none;
}

.banner-ad > div {
	text-align: center;
}
/*
---------------------------------------------------------------- GUIDE STYLES ----------------------------------------------------------------
*/
.guide-wrapper {
  margin-bottom: 20px; }

.guide-wrapper .hero-wrapper a {
  display: block;
  overflow: hidden;
  height: auto; }

.guide-wrapper .hero-wrapper img {
  max-width: 100%; }

.guide-wrapper-inner {
  position: relative; }

.guide-wrapper .hidden {
  display: none; }

.guide-wrapper .ui-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px; }

@media (max-width: 767px) {
  .guide-wrapper .ui-wrapper {
    position: static; } }
.guide-wrapper .ui-wrapper .social {
  width: 200px; }

@media (max-width: 767px) {
  .guide-wrapper .ui-wrapper .social {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 100%; } }
.guide-wrapper .ui-wrapper .social a {
  width: 50%; }

/*
---------------------------------------------------------------- PAGINATION STYLES ----------------------------------------------------------------
*/
.pagination .nav > li {
  width: 100%; }

.pagination a:link,
.pagination a:active,
.pagination a:hover,
.pagination a:visited {
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  background: #000000;
  padding-top: 16px;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-2-d", "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 68px; }

/*
---------------------------------------------------------------- FOOTER STYLES ----------------------------------------------------------------
*/
.footer {
  padding-top: 2px;
  border-top: 1px solid #000000;
  height: 46px; }
  @media (max-width: 700px) {
    .footer {
      height: auto;
      margin-bottom: 16px; } }

.footer-nav {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  border-top: 3px solid #000000;
  line-height: 20px; }

.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
  color: #000000;
  margin-right: 12px; }

.footer-nav li:nth-child(3) {
	padding-left: 12px;
}

/*
---------------------------------------------------------------- OFF-CANVAS NAVIGATION STYLES ----------------------------------------------------------------
*/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  background: black;
  color: #fff; }

.sidr .sidr-inner {
  padding: 0;
  background: #000000; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  padding: 0 15px;
  margin: 0 0 5px; }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0;
  padding: 0; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 40px;
  border-bottom: 1px solid #666666; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: white; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222222; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 12px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #333;
  background: white; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9); }

.sidr .sidr-class-nav {
  font-family: "alternate-gothic-no-2-d", "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em; }

ul li.sidr-class-label {
  display: none; }

/*
---------------------------------------------------------------- FORM STYLES ----------------------------------------------------------------
*/
form {
  margin: 0 0 20px; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  width: 30%;
  float: left;
  margin-bottom: 0;
  padding: 0;
  height: 24px;
  padding-left: 4px;
  line-height: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0px;
  display: block;
  text-transform: uppercase; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
textarea {
  width: 70%;
  float: left;
  margin-bottom: 0;
  padding: 0;
  height: 24px;
  line-height: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 14px;
  color: #555555;
  vertical-align: middle; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: transparent;
  border: none; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  background: transparent; }

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px; }

select {
  width: 70%;
  border: none;
  background-color: transparent;
  position: relative;
  left: -8px; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none; }

.form-header, .form-intro, .form-signup, .form-forgot, .form-agree, .form-notice {
  text-align: center; }

.form-header {
  font-size: 16px;
  font-weight: bold;
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, serif;
/*   font-family: 'Sentinel A', 'Sentinel B'; */
  text-transform: none;
  margin-bottom: 0; }

.form-header + form {
  margin-top: 10px; }

.form-intro {
  font-style: italic; }

.form-signup:first-child {
  margin-bottom: 0; }

.form-signup:last-child {
  margin-top: 0; }

.form-agree, .form-notice {
  margin-top: 0;
  font-style: italic; }

.fieldset, .field {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.fieldset {
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 1.5em;
  float: left;
  width: 100%; }

.field {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 16px;
  float: left;
  width: 100%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .field:last-child {
    border-bottom: none; }

.active-formfield {
  -moz-box-shadow: 0 0 0 2px #a08f68;
  -webkit-box-shadow: 0 0 0 2px #a08f68;
  box-shadow: 0 0 0 2px #a08f68;
  border-bottom-color: transparent; }

.btn {display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 0;
  border: none;
  height: 36px;
  width: 100%; }

.btn + p, .actions-bar-inner + p, .actions-bar + .field-nonmember {
  margin-top: 14px; }

.btn-link,
.btn-link:link,
.btn-link:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#ffffff;
  padding: 8px 12px;
}

.actions-single-btn .btn {margin-bottom: 30px;}

/*
---------------------------------------------------------------- STASH STYLES ----------------------------------------------------------------
*/
.stash-title h1 {
  display: inline-block; }

.stash-title .sign-out {
  display: inline-block;
  margin: -2px 0 0 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  line-height: 35px;
  font-style:italic;
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, serif;}

/*
---------------------------------------------------------------- IE STYLES ----------------------------------------------------------------
*/
.lt-ie9 .grid .one-half {
  width: 470px;
  margin: 0 5px 20px; }
.lt-ie9 .article-single .content-wrapper {
  width: 620px;
  float: left; }
.lt-ie9 .article-single .buy a {
  float: left;
  width: 260px; }
.lt-ie9 .article-single .social {
  float: right;
  clear: right;
  width: 300px; }
.lt-ie9 .main-nav li a {
	margin-right: 15px;
}
.lt-ie9 .search-nav {
	background: none;
}

.lt-ie8 .category-group .category,
.lt-ie8 .category-group .subcategory,
.lt-ie8 .category-group .sep {
  display: inline; }

.lt-ie8 .nav li {
  display: block;
  width: auto;
  float: left; }

.lt-ie8 .social-nav .nav {
  float: right; }

/*
---------------------------------------------------------------- MAGNIFIC STYLES ----------------------------------------------------------------
*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/*
---------------------------------------------------------------- SITE METER STYLES ----------------------------------------------------------------
*/
#idSiteMeterHREF, .pixel, iframe[src*="specificclick"], iframe[src*="imrworldwide"], img[src*="lijit"], img[src*="mathtag"], img[src*="adnxs"], img[src*="doubleclick"] {
  display: none; }

/*! Font Awesome 4.2.0 by @davegandy - fontawesome.io - fontawesome -License - fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face{
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
  url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
  url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
  url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}

/*
* jQuery FlexSlider v2.2.0
* woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
*gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
/* .carousel li { margin-right: 5px; } */

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 36px; height: 36px; margin: -20px 0 0; position: absolute; z-index: 10; overflow: hidden; cursor: pointer; color: rgba(199, 199, 199, 1); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-indent: -9999px; border-radius: 18px; }
.flex-direction-nav .flex-prev { right: 76px; bottom: 20px; }
.flex-direction-nav .flex-next { right: 20px; bottom: 20px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a.flex-prev { background: rgba(0,0,0,0.3) url(../img/arrow-left.png) no-repeat 40% center; }
.flex-direction-nav a.flex-next { background: rgba(0,0,0,0.3) url(../img/arrow-right.png) no-repeat 60% center; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flex-viewport {
	overflow: visible !important;
}

/*
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/

.carousel .slides li {
	display: none;
}
.carousel .slides a {
	cursor: default;
}