/*! ------------------------------------------------
 *	Bedrock
 *	https://github.com/aebsr/bedrock
 *
 *	Copyright 2012-2013 Antoine Butler
 *	Licensed WTF Public License
 *	http://www.wtfpl.net/about/
 *
 *	Built by @aebsr
 * -------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
.enlarge-icon {
  width: 22px;
  height: 22px;
  background: transparent url('../img/icon.enlarge.sprite.png');
  cursor: pointer;
}
.enlarge-icon:hover {
  background-position: -22px 0;
}
header {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: fixed;
  background: #000;
  border: 0;
  width: 100%;
  height: 100px;
  z-index: 5;
  top: 0;
}
@media (max-width: 999px) {
  header {
    height: 65px !important;
  }
}
header:after {
  background: url('../img/blog_topbar_gradient.png') repeat-x;
  width: 100%;
  content: '';
  position: relative;
  top: -1px;
  pointer-events: none;
  float: left;
  height: 60px;
}
.ie8 header:after,
.ie9 header:after {
  background: none !important;
}
header .header-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
header .header-wrapper .main-logo {
  height: 100%;
  display: table;
  padding-left: 3%;
  width: 80%;
}
@media (max-width: 560px) {
  header .header-wrapper .main-logo {
    width: 83%;
  }
}
header .header-wrapper .main-logo a {
  display: block;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
  font-size: 38px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "freight-sans-pro", Arial, sans-serif;
  letter-spacing: 8px;
  color: #fff;
}
@media (max-width: 850px) {
  header .header-wrapper .main-logo a {
    font-size: 30px;
    line-height: 20px;
  }
}
@media (max-width: 680px) {
  header .header-wrapper .main-logo a {
    font-size: 19px;
    letter-spacing: 6px;
  }
}
@media (max-width: 400px) {
  header .header-wrapper .main-logo a {
    letter-spacing: 4px;
  }
}
header .header-wrapper .main-logo a sup {
  font-size: 15px;
  position: relative;
  top: -15px;
}
@media (max-width: 680px) {
  header .header-wrapper .main-logo a sup {
    font-size: 13px;
    top: -6px;
  }
}
header .header-wrapper .icons {
  position: absolute;
  right: 3%;
  height: 100%;
  display: block;
  width: 60px;
  top: 0;
}
header .header-wrapper .icons .nav-icon {
  width: 25px;
  height: 25px;
  background: url("../img/blog_nav_icon.gif");
  background-position: 0 0;
  position: relative;
  float: left;
  top: 35%;
  display: block;
}
@media (min-width: 769px) {
  header .header-wrapper .icons .nav-icon {
    display: none;
  }
}
header .header-wrapper .icons .nav-icon:hover,
header .header-wrapper .icons .nav-icon.open {
  background: url('../img/blog_nav_icon.gif');
  background-position: 0 25px;
}
header .header-wrapper .icons form {
  height: 100%;
  float: right;
  display: block;
  width: 25px;
  position: absolute;
  right: 0;
}
header .header-wrapper .icons form input[type=text] {
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
  position: relative;
  width: 0px;
  right: 0;
  top: 35%;
  height: 25px;
  border: 0;
  line-height: 20px;
  font-size: 14px;
  padding-left: 6px;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 500;
  -webkit-border-radius: 0;
  position: absolute;
}
header .header-wrapper .icons form input[type=text].open {
  width: 175px;
  box-shadow: -86px 0px 50px #000000;
}
header .header-wrapper .icons form input[type=submit].search-icon {
  width: 25px;
  height: 25px;
  background: #000000 url('../img/blog_search_icon.png') no-repeat;
  background-position: 0 0;
  position: absolute;
  float: left;
  top: 35%;
  right: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
header .header-wrapper .icons form input[type=submit].search-icon:hover,
header .header-wrapper .icons form input[type=submit].search-icon.open {
  background: url('../img/blog_search_icon.png');
  background-position: 0 25px;
}
body.large-devices header .header-wrapper .icons .nav-icon {
  display: none;
}
#entry-gallery {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  margin-top: 20px;
  overflow: hidden;
}
#entry-gallery .slides {
  padding: 0;
}
#entry-gallery .slides:before,
#entry-gallery .slides:after {
  display: table;
  content: "";
}
#entry-gallery .slides:after {
  clear: both;
}
#entry-gallery .slides img {
  width: 100%;
  display: block;
  max-width: none;
}
#entry-gallery .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
}
#entry-gallery .slides li .caption {
  position: relative;
  bottom: 0;
  margin: 0;
  padding: 19px 28px;
  width: 100%;
  color: #fff;
  background: #000;
  z-index: 3;
  font-family: sans-serif;
}
#entry-gallery .slides li .caption a {
  color: #fff;
}
#entry-gallery .slides li .caption p {
  margin: 0;
}
#entry-gallery .slides li .caption .enlarge-icon {
  position: absolute;
  bottom: 76px;
  z-index: 3;
  top: -42px;
  right: 20px;
}
#entry-gallery .gradient {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#entry-gallery .gradient.ie {
  display: none;
  visibility: hidden;
}
#entry-gallery .gradient:before,
#entry-gallery .gradient:after {
  content: '';
  display: block;
  height: 100%;
  width: 50%;
  position: relative;
}
#entry-gallery-carousel {
  width: 100%;
  margin: 8px 0;
  position: relative;
  float: left;
  display: none;
}
#entry-gallery-carousel .slides {
  padding: 0;
  float: left;
}
#entry-gallery-carousel .slides li {
  margin: 0 0 0 9px;
  cursor: pointer;
}
#entry-gallery-carousel .slides li:first-child {
  margin: 0;
}
#entry-gallery-carousel .slides li.flex-active-slide img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#entry-gallery-carousel .slides li img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#entry-gallery-carousel .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#entry-gallery-carousel .flex-direction-nav {
  display: none;
}
.flex-direction-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.flex-direction-nav li {
  position: relative;
  height: 100%;
  width: 60px;
  display: table;
  vertical-align: middle;
  pointer-events: none;
  z-index: 2;
}
.flex-direction-nav li a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 21px;
  height: 39px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}
.flex-direction-nav li a.flex-disabled {
  display: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.flex-direction-nav li:first-child {
  left: 0;
  float: left;
}
.flex-direction-nav li:first-child .flex-prev {
  padding: 0 0 0 8%;
  top: -28px;
}
.flex-direction-nav li:first-child .flex-prev:before {
  background: url('../img/blog_gallery_white_arrows.png') no-repeat left center;
  width: 55px;
  height: 170px;
  display: inline-block;
  content: '';
  pointer-events: auto;
  position: relative;
  left: 0;
  background-position: 0px 34px;
}
.flex-direction-nav li:first-child .flex-prev:hover:before {
  background-position: 0px -93px;
}
.flex-direction-nav li + li {
  right: 0;
  text-align: right;
  float: right;
}
.flex-direction-nav li + li .flex-next {
  padding: 0 8% 0 0;
  top: -28px;
}
.flex-direction-nav li + li .flex-next:before {
  background: url('../img/blog_gallery_white_arrows.png') no-repeat right center;
  width: 55px;
  height: 170px;
  display: inline-block;
  content: '';
  pointer-events: auto;
  position: relative;
  left: 0;
  background-position: -126px 35px;
}
.flex-direction-nav li + li .flex-next:hover:before {
  background-position: -126px -93px;
}
.flex-direction-nav#entry-gallery-carousel li {
  position: absolute;
  top: 0;
  width: 25px;
  background: none;
  display: table;
  vertical-align: middle;
  height: 100%;
}
.flex-direction-nav#entry-gallery-carousel li a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 1;
  filter: alpha(opacity=0);
  display: table-cell;
  vertical-align: middle;
}
.flex-direction-nav#entry-gallery-carousel li a.flex-disabled {
  display: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.flex-direction-nav#entry-gallery-carousel li:first-child .flex-prev {
  padding: 0 0 0 7px;
  top: 0;
}
.flex-direction-nav#entry-gallery-carousel li:first-child .flex-prev:before {
  height: 60px;
  background-position: 0 -15px;
  top: 0;
  zoom: 0.5;
  -moz-transform: scale(0.5);
  position: relative;
  width: 40px;
}
.flex-direction-nav#entry-gallery-carousel li:first-child .flex-prev:hover:before {
  background-position: 0 -142px;
}
.flex-direction-nav#entry-gallery-carousel li + li .flex-next {
  padding: 0;
  top: 0;
}
.flex-direction-nav#entry-gallery-carousel li + li .flex-next:before {
  height: 60px;
  background-position: -125px -15px;
  zoom: 0.5;
  -moz-transform: scale(0.5);
  position: relative;
  top: 0;
  right: 10px;
  left: -18px;
  width: 40px;
}
.flex-direction-nav#entry-gallery-carousel li + li .flex-next:before.ie9 {
  right: -1px;
}
.flex-direction-nav#entry-gallery-carousel li + li .flex-next:hover:before {
  background-position: -125px -142px;
}
.flex-direction-nav#entry-gallery-carousel:hover li a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sidebar {
  background: #fff;
  width: 31.9%;
  float: right;
  border: 0;
  font-size: 15px;
  z-index: 1;
}
@media (max-width: 768px) {
  #sidebar {
    position: fixed;
    right: -50%;
    width: 50%;
    top: 0;
    height: 100%;
    padding-top: 65px;
  }
}
@media (max-width: 560px) {
  #sidebar {
    width: 100%;
    right: -100%;
    height: 100%;
  }
}
@media (max-width: 560px) {
  #sidebar .open {
    position: fixed;
  }
}
#sidebar .sidebar-wrapper {
  overflow: auto;
  height: 100%;
}
@media (max-width: 768px) {
  #sidebar .sidebar-wrapper {
    padding: 18px 10px;
  }
}
#sidebar .sidebar-wrapper h2 {
  color: #a560b1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "freight-sans-pro", Arial, sans-serif;
}
#sidebar .sidebar-wrapper p {
  margin: 0;
}
#sidebar .sidebar-wrapper > div {
  border-top: 1px solid black;
  padding-bottom: 25px;
}
#sidebar .sidebar-wrapper div:first-child {
  border-top: 0;
  font-size: 17px;
  line-height: 25px;
}
#sidebar .sidebar-wrapper #widget-categories ul {
  margin: 0;
  padding: 0;
}
#sidebar .sidebar-wrapper #widget-categories ul li a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-transform: uppercase;
  color: #000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border: 0;
  line-height: 25px;
  letter-spacing: 1px;
  border-bottom: 1px solid #acabab;
}
#sidebar .sidebar-wrapper #widget-categories ul li a:hover {
  color: #808080;
}
#sidebar .sidebar-wrapper #widget-twitter {
  position: relative;
}
@media (max-width: 768px) {
  #sidebar .sidebar-wrapper #widget-twitter {
    display: none;
    visibility: hidden;
  }
}
#sidebar .sidebar-wrapper #widget-twitter .feed {
  margin: 0;
  padding: 0 20px 0 0;
  border-bottom: 1px solid #000;
  float: left;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 400;
  margin: 10px 0;
  float: left;
  width: 100%;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li a {
  color: black;
  text-decoration: none;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li > div {
  color: #808080;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .reply {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  color: #999999;
  font-weight: normal;
  float: left;
  line-height: 17px;
  margin-right: 8px;
  text-indent: 2px;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .reply:before {
  content: '';
  background: url('../img/blog_twitter_sprites.png') no-repeat top left;
  background-position: 0px 0px;
  height: 15px;
  width: 15px;
  float: left;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .reply:hover {
  color: #666666;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .reply:hover:before {
  background-position: -17px 0px;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .retweet {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  color: #999999;
  font-weight: normal;
  float: left;
  line-height: 17px;
  margin-right: 8px;
  text-indent: 2px;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .retweet:before {
  content: '';
  background: url('../img/blog_twitter_sprites.png') no-repeat top left;
  background-position: -81px 0px;
  height: 15px;
  width: 15px;
  float: left;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .retweet:hover {
  color: #666666;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .retweet:hover:before {
  background-position: -97px 0px;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .favorites {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  color: #999999;
  font-weight: normal;
  float: left;
  line-height: 17px;
  margin-right: 8px;
  text-indent: 2px;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .favorites:before {
  content: '';
  background: url('../img/blog_twitter_sprites.png') no-repeat top left;
  background-position: -33px 0px;
  height: 15px;
  width: 15px;
  float: left;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .favorites:hover {
  color: #666666;
}
#sidebar .sidebar-wrapper #widget-twitter .feed li .web-intents .favorites:hover:before {
  background-position: -49px 0px;
}
#sidebar .sidebar-wrapper #widget-twitter .follow-btn {
  position: absolute;
  top: 15px;
  right: 0;
}
@media (max-width: 950px) and (min-width: 769px) {
  #sidebar .sidebar-wrapper #widget-twitter .follow-btn {
    position: relative;
    top: -8px;
  }
}
#sidebar .sidebar-wrapper #widget-twitter .follow-btn span {
  border-bottom: 2px solid #b67ec0;
}
.search-results .middle-container {
  background: none;
}
.search-results h1 {
  font-size: 26px;
  font-weight: 500;
}
.search-results #content > .hentry {
  position: relative;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  margin: 35px 0;
}
.search-results #content > .hentry .entry-title {
  line-height: 0;
  margin: 10px 0 0;
}
.search-results #content > .hentry .entry-title a {
  color: #a560b1;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  display: block;
}
.search-results #content > .hentry .entry-title .long-headline {
  font-size: 15px;
  line-height: 15px;
  display: inline;
  font-weight: 600;
}
.search-results #content > .hentry .entry-body .entry-content {
  border: 0;
  margin: 7px 0 0;
  font-size: 15px;
  font-weight: 500;
  font-family: "freight-text-pro", "Times New Roman", sans-serif;
  padding: 0;
}
.search-results #content > .hentry .entry-info {
  margin: 0;
}
.search-results #content > .hentry .entry-info .published {
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}
.search-results #content > .hentry .entry-info a {
  color: black;
  font-weight: 500;
  font-size: 14px;
  padding-left: 4px;
}
@media (max-width: 560px) {
  .search-results #content > .hentry .entry-info a {
    display: block;
    padding-left: 0;
  }
}
.search-results #content .paginator {
  margin-top: 30px;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "freight-text-pro", "Times New Roman", sans-serif;
  font-size: 100%;
}
ul {
  margin: 0;
  list-style: none;
}
body > .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.nav-open {
  position: relative;
  overflow: hidden;
}
.nav-open .container {
  overflow: hidden;
}
.middle-container {
  width: 100%;
  float: left;
  margin-top: 65px;
  text-align: center;
  background: #fff;
}
@media (min-width: 1000px) {
  .middle-container {
    margin-top: 100px;
  }
}
.middle-container .hero-image {
  display: none;
  visibility: hidden;
}
.middle-container .hero-image:after {
  content: '';
  background: transparent url('../img/blog_hero_gradient.png') repeat-x;
  position: absolute;
  top: 173px;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .middle-container .hero-image:after {
    top: 118px;
  }
}
.middle-container .hero-image .header-wrapper {
  position: absolute;
  margin: 18px 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.middle-container .hero-image .header-wrapper h1 {
  color: white;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  left: 3%;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .middle-container .hero-image .header-wrapper h1 {
    font-size: 42px;
  }
}
@media (max-width: 320px) {
  .middle-container .hero-image .header-wrapper h1 {
    font-size: 28px;
  }
}
@media (min-width: 1001px) {
  .middle-container .hero-image .header-wrapper h1 {
    left: 30px;
  }
}
.index .middle-container .hero-image {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  visibility: visible;
  width: 100%;
  background: #000000 url('../img/blog_hero_img_desktop_long.jpg') no-repeat;
  background-size: 1000px 295px;
  background-position: top center;
  height: 295px;
  display: block;
  position: relative;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blog_hero_img_desktop.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blog_hero_img_desktop.jpg', sizingMethod='scale')";
}
@media (max-width: 1300px) {
  .index .middle-container .hero-image {
    background: #000000 url('../img/blog_hero_img_desktop_short.jpg') no-repeat;
    background-position: top center;
    background-size: 100% 295px;
  }
}
@media (max-width: 640px) {
  .index .middle-container .hero-image {
    height: 240px;
    background: #000000 url('../img/blog_hero_img_tablet.jpg') no-repeat;
    background-position: top center;
  }
}
@media (max-width: 320px) {
  .index .middle-container .hero-image {
    height: 240px;
    background: #000000 url('../img/blog_hero_img_phone.jpg') no-repeat;
    background-position: top center;
  }
}
.middle-container .content-sidebar {
  background: #fff;
  padding-left: 3%;
  padding-right: 3%;
  display: inline-block;
  width: 100%;
  padding-top: 32px;
  position: relative;
  max-width: 1000px;
  top: 5px;
  text-align: left;
}
@media (max-width: 999px) {
  .middle-container .content-sidebar {
    padding-top: 13px;
  }
}
@media (min-width: 1001px) {
  .middle-container .content-sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.middle-container .content-sidebar #content {
  border: 0;
  width: 66%;
  float: left;
  /* List of entries */
  /* For entry detail page */
}
@media (max-width: 768px) {
  .middle-container .content-sidebar #content {
    width: 100%;
  }
}
.middle-container .content-sidebar #content .entries {
  margin: 0;
  padding: 0;
}
.middle-container .content-sidebar #content .entries li {
  width: 48.4%;
  background: #223262;
  display: inline-block;
  vertical-align: top;
  border: 0;
  padding: 0;
  margin-bottom: 13px;
  height: 225px;
  overflow: hidden;
  position: relative;
  bottom: 3px;
  opacity: 1;
}
@media (max-width: 480px) {
  .middle-container .content-sidebar #content .entries li {
    width: 100%;
  }
}
.middle-container .content-sidebar #content .entries li .hentry {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.middle-container .content-sidebar #content .entries li .hentry a {
  text-decoration: none;
}
.middle-container .content-sidebar #content .entries li .hentry .entry-title {
  margin: 0;
  position: absolute;
  bottom: -1px;
  z-index: 2;
  left: 0;
  width: 100%;
}
.middle-container .content-sidebar #content .entries li .hentry .entry-title a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 400;
  padding: 0 18px 12px;
  display: block;
}
.middle-container .content-sidebar #content .entries li .hentry .entry-title .long-headline {
  color: white;
  font-size: 15px;
  font-weight: 400;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 19px;
  overflow: hidden;
  height: auto;
  display: block;
}
.middle-container .content-sidebar #content .entries li .hentry .entry-info {
  margin: 0;
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 20px 15px 0 20px;
  z-index: 1;
}
.middle-container .content-sidebar #content .entries li .hentry .entry-info .category-link,
.middle-container .content-sidebar #content .entries li .hentry .entry-info .published {
  color: #ddd;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.middle-container .content-sidebar #content .entries li .hentry .entry-info .published {
  float: right;
  position: relative;
  top: -4px;
  right: 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 949px) {
  .middle-container .content-sidebar #content .entries li .hentry .entry-info .published {
    font-size: 14px;
  }
}
.middle-container .content-sidebar #content .entries li .hentry .entry-info .category-link:hover {
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.middle-container .content-sidebar #content .entries li .hentry .entry-body {
  float: left;
  margin-top: 0;
  width: 100%;
}
.middle-container .content-sidebar #content .entries li .hentry .entry-body a {
  float: left;
  width: 100%;
}
.middle-container .content-sidebar #content .entries li .hentry .entry-body a .entry-content {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  height: 137px;
  float: left;
  font-size: 15px;
  color: #ffd454;
  padding: 6px 15px 0 20px;
  font-weight: 600;
  line-height: 19px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 949px) {
  .middle-container .content-sidebar #content .entries li .hentry .entry-body a .entry-content {
    font-size: 14px;
  }
}
@media (max-width: 623px) and (min-width: 481px) {
  .middle-container .content-sidebar #content .entries li .hentry .entry-body a .entry-content {
    font-size: 13px !important;
    line-height: 16px !important;
  }
}
@media (max-width: 910px) and (min-width: 769px) {
  .middle-container .content-sidebar #content .entries li .hentry .entry-body a .entry-content {
    font-size: 13px !important;
    line-height: 16px !important;
  }
}
.touch .middle-container .content-sidebar #content .entries li .hentry .entry-body a .entry-content {
  opacity: 0;
  visibility: hidden;
}
.middle-container .content-sidebar #content .entries li .entry-image.img-screen img {
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
}
.middle-container .content-sidebar #content .entries li figure.gradient-background {
  background: transparent url('../img/blog_entry_gradient.png') repeat-x;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.middle-container .content-sidebar #content .entries li.featured {
  width: 100%;
}
.middle-container .content-sidebar #content .entries li.featured .entry-image a {
  background-size: 100%;
}
.middle-container .content-sidebar #content .entries li.featured .entry-image img {
  right: 0;
}
.middle-container .content-sidebar #content .entries li.even {
  clear: left;
  float: left;
  position: relative;
}
.middle-container .content-sidebar #content .entries li.odd {
  float: right;
}
.entry .middle-container .content-sidebar #content .hentry {
  position: relative;
}
.entry .middle-container .content-sidebar #content .hentry .entry-title {
  font-size: 50px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 68px;
}
.entry .middle-container .content-sidebar #content .hentry .entry-title h1 {
  font-weight: 100;
  margin: 0;
}
@media (max-width: 768px) {
  .entry .middle-container .content-sidebar #content .hentry .entry-title h1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 560px) {
  .entry .middle-container .content-sidebar #content .hentry .entry-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
  }
}
.entry .middle-container .content-sidebar #content .hentry .entry-title .long-headline {
  font-size: 34px;
  line-height: 38px;
  margin: 0;
}
@media (max-width: 768px) {
  .entry .middle-container .content-sidebar #content .hentry .entry-title .long-headline {
    font-size: 28px;
    line-height: 31px;
  }
}
@media (max-width: 560px) {
  .entry .middle-container .content-sidebar #content .hentry .entry-title .long-headline {
    font-size: 22px;
    line-height: 25px;
  }
}
.entry .middle-container .content-sidebar #content .hentry .entry-body {
  margin: 0;
}
.entry .middle-container .content-sidebar #content .hentry .entry-body .entry-content {
  clear: both;
  border-bottom: 1px solid black;
  padding-bottom: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
}
.entry .middle-container .content-sidebar #content .hentry .entry-body .entry-content a {
  color: black;
}
.entry .middle-container .content-sidebar #content .hentry .entry-body .entry-content a:hover {
  color: #808080;
}
.entry .middle-container .content-sidebar #content .entry-widgets {
  position: relative;
  width: 100%;
}
.entry .middle-container .content-sidebar #content .entry-widgets a,
.entry .middle-container .content-sidebar #content .entry-widgets .entry-share span {
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.entry .middle-container .content-sidebar #content .entry-widgets .entry-details {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.entry .middle-container .content-sidebar #content .entry-widgets .entry-details > div {
  float: left;
  position: relative;
  display: inline;
}
.entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-time {
  width: 100px;
  width: 17%;
}
.entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-time abbr:before {
  content: '';
  width: 18px;
  height: 19px;
  display: inline-block;
  overflow: hidden;
  background: url('../img/blog_entry_icons.png') no-repeat 1px -1px;
  float: left;
  margin-right: 5px;
}
@media (max-width: 560px) {
  .entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-time {
    width: 28%;
  }
}
.entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-tags {
  width: 65%;
}
.entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-tags a:first-child:before {
  content: '';
  width: 21px;
  height: 19px;
  display: inline-block;
  overflow: hidden;
  background: url('../img/blog_entry_icons.png') no-repeat -30px -1px;
  float: left;
  margin-right: 5px;
}
@media (max-width: 560px) {
  .entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-tags a:first-child:before {
    float: none;
  }
}
@media (max-width: 560px) {
  .entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-tags {
    float: right;
    text-align: right;
  }
}
.entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-share {
  max-width: 90px;
  float: right;
  width: 18%;
}
.entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-share .st_sharethis_custom {
  display: block;
  position: relative;
  line-height: 23px;
  cursor: pointer;
}
.entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-share .st_sharethis_custom:before {
  content: '';
  width: 24px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  background: url('../img/blog_entry_icons.png') no-repeat -60px 1px;
  float: left;
  margin-right: 5px;
}
@media (max-width: 560px) {
  .entry .middle-container .content-sidebar #content .entry-widgets .entry-details .entry-share {
    display: none;
    visibility: hidden;
  }
}
.middle-container .content-sidebar #content .entry-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  line-height: 0;
}
.middle-container .content-sidebar #content .entry-image a {
  height: 100%;
  width: 100%;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.middle-container .content-sidebar #content .entry-image p {
  margin: 0;
}
.middle-container .content-sidebar #content .entry-image img {
  position: absolute;
  height: auto;
  max-width: none;
  min-width: 100%;
}
.entry .middle-container .content-sidebar #content .entry-image img {
  position: relative;
  width: 100%;
}
.entry .middle-container .content-sidebar #content .entry-image {
  float: left;
  position: relative;
  margin: 20px 0;
}
.middle-container .content-sidebar #content .entry-image .enlarge-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.entry-body .entry-content img {
  width: 100% !important;
  height: unset !important;
}
/**********************************/
/* Pagination and Next-Prev Posts */
/**********************************/
.middle-container .content-sidebar #content .paginator,
.middle-container .content-sidebar #content .other-posts {
  float: left;
  margin: 0;
  padding: 0;
  background: black;
  color: white;
  padding: 15px 17px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 560px) {
  .middle-container .content-sidebar #content .paginator,
  .middle-container .content-sidebar #content .other-posts {
    padding: 15px 17px;
  }
}
.middle-container .content-sidebar #content .paginator a,
.middle-container .content-sidebar #content .other-posts a {
  color: white;
  text-decoration: none;
  line-height: 22px;
}
.middle-container .content-sidebar #content .paginator > .page {
  display: inline;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 15px;
  width: 20%;
}
@media (max-width: 560px) {
  .middle-container .content-sidebar #content .paginator > .page {
    width: 40%;
  }
}
.middle-container .content-sidebar #content .paginator > .page.next {
  min-height: 15px;
  float: right;
}
.middle-container .content-sidebar #content .paginator > .page.next a {
  float: right;
  color: white;
  line-height: 21px;
}
.middle-container .content-sidebar #content .paginator > .page.next a:before {
  content: '';
  width: 10px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url('../img/blog_pagination_arrows.png') no-repeat center right;
  float: right;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
}
@media (max-width: 500px) {
  .middle-container .content-sidebar #content .paginator > .page.next a span {
    display: none;
    visibility: hidden;
  }
}
.middle-container .content-sidebar #content .paginator > .page.previous {
  min-height: 15px;
  float: left;
}
.middle-container .content-sidebar #content .paginator > .page.previous a {
  float: left;
  color: white;
  line-height: 21px;
}
.middle-container .content-sidebar #content .paginator > .page.previous a:before {
  content: '';
  width: 10px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url('../img/blog_pagination_arrows.png') no-repeat center left;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
@media (max-width: 500px) {
  .middle-container .content-sidebar #content .paginator > .page.previous a span {
    display: none;
    visibility: hidden;
  }
}
.middle-container .content-sidebar #content .paginator .paginator-pages {
  width: 60%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.middle-container .content-sidebar #content .paginator .paginator-pages ul {
  padding: 0;
  position: relative;
  display: inline-block;
}
.middle-container .content-sidebar #content .paginator .paginator-pages ul li {
  display: inline;
  float: left;
  margin: 0 4px;
}
.middle-container .content-sidebar #content .paginator .paginator-pages ul .current {
  border-bottom: 1px solid #606060;
}
.ie8 .middle-container .content-sidebar #content .paginator .paginator-pages ul .current,
.ie9 .middle-container .content-sidebar #content .paginator .paginator-pages ul .current {
  padding-top: 2px;
}
@media (max-width: 560px) {
  .middle-container .content-sidebar #content .paginator .paginator-pages {
    display: none;
    visibility: hidden;
  }
}
.middle-container .content-sidebar #content .other-posts > div {
  display: inline;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 15px;
  width: 45% !important;
}
.middle-container .content-sidebar #content .other-posts .entry-next {
  min-height: 15px;
  float: right;
}
.middle-container .content-sidebar #content .other-posts .entry-next a {
  float: right;
  color: white;
  line-height: 23px;
}
.middle-container .content-sidebar #content .other-posts .entry-next a:before {
  content: '';
  width: 10px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url('../img/blog_pagination_arrows.png') no-repeat center right;
  float: right;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
}
@media (max-width: 500px) {
  .middle-container .content-sidebar #content .other-posts .entry-next a span {
    display: none;
    visibility: hidden;
  }
}
.middle-container .content-sidebar #content .other-posts .entry-previous {
  min-height: 15px;
  float: left;
}
.middle-container .content-sidebar #content .other-posts .entry-previous a {
  float: left;
  color: white;
  line-height: 25px;
}
.middle-container .content-sidebar #content .other-posts .entry-previous a:before {
  content: '';
  width: 10px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url('../img/blog_pagination_arrows.png') no-repeat center left;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
@media (max-width: 500px) {
  .middle-container .content-sidebar #content .other-posts .entry-previous a span {
    display: none;
    visibility: hidden;
  }
}
/* Dark Screen for open nav */
@media (max-width: 768px) {
  .nav-open .content-sidebar .screen {
    -webkit-transition: visibility 2s linear;
    -moz-transition: visibility 2s linear;
    -ms-transition: visibility 2s linear;
    -o-transition: visibility 2s linear;
    transition: visibility 2s linear;
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -ms-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
    background: transparent url('../img/blog_screen.png');
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: visible;
  }
}
/****************************************/
/***************	FOOTER	***************/
/****************************************/
#footer {
  background: black;
  width: 100%;
  position: relative;
  bottom: 0;
  float: left;
  margin-top: 20px;
  height: 88px;
}
@media (max-width: 460px) {
  #footer {
    display: table;
    height: 120px;
  }
}
#footer .footer-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding-right: 3%;
}
@media (max-width: 460px) {
  #footer .footer-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
}
#footer .footer-wrapper > div:first-child {
  width: 69%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 3%;
}
@media (max-width: 768px) {
  #footer .footer-wrapper > div:first-child {
    width: 79%;
  }
}
@media (max-width: 460px) {
  #footer .footer-wrapper > div:first-child {
    display: table-cell;
    height: auto;
    float: left;
    width: 100%;
    margin: 10px 0;
  }
}
#footer .footer-wrapper > div:first-child a {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  letter-spacing: 8px;
  text-decoration: none;
}
@media (max-width: 560px) {
  #footer .footer-wrapper > div:first-child a {
    width: 100%;
    padding-bottom: 0;
    font-size: 16px;
  }
}
#footer .footer-wrapper > div:first-child a sup {
  font-size: 13px;
  position: relative;
  top: -7px;
}
#footer .footer-wrapper .social-icons {
  width: 33.2%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #footer .footer-wrapper .social-icons {
    text-align: right;
    width: 21%;
  }
}
@media (max-width: 460px) {
  #footer .footer-wrapper .social-icons {
    width: 100%;
    padding: 21px 0 25px 3%;
    margin: 10px 0;
    padding: 0;
    display: block;
    float: left;
    height: auto;
    clear: both;
    text-align: left;
    padding-left: 3%;
  }
}
#footer .footer-wrapper .social-icons a {
  text-decoration: none;
  margin-left: 5px;
}
#footer .footer-wrapper .social-icons a:first-child {
  margin-left: 0;
}
#footer .footer-wrapper .social-icons a img {
  width: 22px;
  height: 22px;
}
#footer .footer-wrapper .social-icons a.twitter-icon img {
  width: 28px;
}
#stwrapper {
  z-index: 7000;
}
.fancybox-overlay {
  background: #1a1a1a;
  overflow: hidden;
  overflow-y: hidden;
  z-index: 1000001;
}
.fancybox-title {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  right: 0;
  background: black;
  height: 55px;
  line-height: 55px;
  margin: 0;
}
.fancybox-title.fancybox-title-float-wrap .child {
  white-space: initial;
  text-align: left;
}
.fancybox-wrap {
  height: 100%;
}
.fancybox-wrap .fancybox-skin {
  background: #1a1a1a;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.fancybox-wrap .fancybox-skin .fancybox-title {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.fancybox-wrap.fancybox-opened {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.fancybox-wrap.fancybox-opened .fancybox-skin .fancybox-inner {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.fancybox-wrap.fancybox-opened .fancybox-skin .fancybox-title {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.fancybox-title-float-wrap .child {
  font-weight: normal;
  margin: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-shadow: none;
}
.fancybox-close {
  position: fixed;
  background: transparent url('../img/icon.close.png') no-repeat;
  top: 11px;
  right: 11px;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.fancybox-outer .fancybox-next,
.fancybox-outer .fancybox-prev {
  position: fixed;
  right: 0;
  width: 31px;
  z-index: 9;
}
.fancybox-outer .fancybox-next span,
.fancybox-outer .fancybox-prev span {
  background: url('../img/blog_gallery_white_arrows.png') no-repeat;
  width: 21px;
  height: 42px;
  background-position: -144px -21px;
  display: block;
  visibility: visible;
}
.fancybox-outer .fancybox-next span:hover,
.fancybox-outer .fancybox-prev span:hover {
  background-position: -144px -149px;
}
.fancybox-outer .fancybox-prev {
  right: initial;
  left: 0;
}
.fancybox-outer .fancybox-prev span {
  background-position: -15px -21px;
  display: block;
}
.fancybox-outer .fancybox-prev span:hover {
  background-position: -15px -148px;
}
.fancybox-lock .fancybox-overlay {
  background: #1a1a1a;
  overflow: hidden;
  overflow-y: hidden;
  z-index: 1000001;
}
.fancybox-margin {
  margin-right: 0 !important;
}
.fancybox-opened {
  z-index: 10000000;
}
