/*@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue_regular_macroman/BebasNeue-webfont.eot');
    src: url('../fonts/bebasneue_regular_macroman/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_regular_macroman/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/bebasneue_regular_macroman/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_regular_macroman/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/*

- - - - - - - - - - - - - - - - - - -

GO BIG Tumblr Theme CSS by Precrafted

- - - - - - - - - - - - - - - - - - -

*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong,
b,
mark {
  font-weight: 700;
  font-style: inherit;
}
em,
i,
cite,
q,
address,
dfn,
var {
  font-style: italic;
  font-weight: inherit;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
ins {
  border-bottom: 1px solid;
}
a,
u,
ins {
  text-decoration: none;
}
del,
s {
  text-decoration: line-through;
}
pre,
code,
samp,
kbd {
  font-family: monospace;
}
small {
  font-size: 0.75em;
}
img {
  border: 0;
  font-style: italic;
}
input,
select,
option,
optgroup,
textarea {
  font: inherit;
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizeLegibility;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  height: auto;
}
object,
embed {
  max-width: 100%;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
body {
  /*background: #ecf0f1;*/
  background: #dbdbdb url('http://static.tumblr.com/qbzazhy/g8Smt99cf/texturebg.jpg') repeat;
  /*font-family: 'bebas_neueregular', 'Lato', sans-serif;*/ /* bebas_neueregular Loaded from typekit */
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #34495e;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: #2c3e50;
  letter-spacing: 1px;
  line-height: 1;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
  line-height: 28px;
}
h3 {
  font-size: 17px;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #979fa0;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
a:hover {
  color: #fff;
}
p {
  margin-top: 5px;
}
header {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  clear: both;
  text-align: center;
  overflow: hidden;
  background: url('http://static.tumblr.com/e6lc7yi/jWSmidq6l/fixie-loader.gif') center center no-repeat;
}
header.on {
  background: 0;
}
header.on .header-image,
header.on .center {
  opacity: 1;
}
header.permalink {
  /*height: 50%;*/
}
header.permalink .logo {
  padding-bottom: 50px;
}
header .header-image {
  background-color: #0f1311;
  /*width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;*/

}
header video {
  width: 100%;
  height: 101%; /* For the weird grey line on the bottom */
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
header .header-image .headerBGImg {
  width: 100%;
  /*display: none;*/
}
header .headerText {
  /*background: url('http://static.tumblr.com/qbzazhy/Hhkmrlqba/headertxt.png') no-repeat;*/
  width: 85%;
  /*height: 100%;*/
  position: absolute;
  /*top: 5.5%;
  left: 7%;*/
  top: -11%; left: 0;

}
header .header-image img {
  /*display: none;*/
  width: 100%;
}
/*header .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .center {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header .center .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
header .center .logo a {
  display: inline-block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header .center .logo img {
  display: inline;
  max-width: 100%;
  max-height: 128px;
}
header .center .logo h1 {
  display: inline-block;
  max-width: 90%;
}
header .center .logo h1 a {
  float: left;
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: 400;
  padding: 14px 16px 16px;
  border: 3px solid #fff;
}
header .center .avatar {
  display: inline;
}
header .center .avatar img {
  overflow: hidden;
  display: inline-block;
  max-height: 128px;
}
header .center .avatar img.default {
  max-height: 128px;
}
header .center .avatar.circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}*/
header .header-prompt {
  display: none;
  position: absolute;
  width: 300px;
  bottom: 50px;
  left: 50%;
  margin-left: -150px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-prompt span {
  display: block;
  margin-top: 8px;
}
header .header-prompt:hover {
  opacity: 0.6;
}
nav {
  float: left;
  clear: both;
  width: 100%;
  padding: 0px 15px 10px;
  background: #0d0f12;
}
nav ul {
  position: relative;
  float: left;
  list-style: none;
  margin-top: 14px;
}
nav ul li {
  display: inline-block;
  margin: 0 10px;
}
nav ul li a {
  display: block;
  padding: 8px 12px 9px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
/*nav .currentSort {
  background-color: #738185;
}*/
nav .currentSort a {
  color: #fff;
}
nav .sortlib {
  color: #393939;
  font-size: 20px;
  letter-spacing: 1px;
}
nav ul.social-menu li {
  min-width: 37px;
  text-align: center;
}
nav ul.social-menu li a {
  padding: 8px;
  font-size: 15px;
}
nav ul.social-menu li a .social-ebay {
  margin-left: -6px;
}
nav ul.social-menu li a .social-gmail {
  margin-left: -3px;
  font-size: 14px;
}
nav ul.social-menu li a .social-forrst {
  margin-right: -2px;
}
nav ul.social-menu li a .social-vimeo {
  margin-left: -3px;
}
nav ul.social-menu li a .social-twitter {
  margin-left: -1px;
}
nav ul.social-menu li a .social-twitter,
nav ul.social-menu li a .social-vimeo {
  font-size: 14px;
}
#infscr-loading,
.page-loading {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  z-index: 100;
  background: #ffffff;
  text-align: center;
  color: #3498DB;
  padding-top: 9px;
  font-weight: 400;
}
#infscr-loading img,
.page-loading img {
  position: absolute;
  top: 4px;
  left: 4px;
}
footer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
footer.individual-footer {
  margin-top: 0;
}
footer .footer-border {
  position: relative;
  clear: both;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 30px 0;
  text-transform: uppercase;
}
footer .footer-border span {
  display: block;
}
footer .pagination {
  display: none;
}
footer .load-more,
footer .scroll-top {
  display: inline-block;
  cursor: pointer;
  padding: 24px 28px;
  margin: 20px 10px 0;
  text-align: center;
  background: #ffffff;
  color: #25222a;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .load-more:hover,
footer .scroll-top:hover {
  background: #25222a;
  color: #ffffff;
}
footer .load-more.off,
footer .scroll-top.off {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border: 0;
}
footer .scroll-top {
  padding: 24px;
}
footer .credit {
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 4px;
}
section {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 20px 0 20px;
}
section.intro {
  padding-bottom: 0;
}
.the-posts {
  background: url('http://static.tumblr.com/qbzazhy/M1Xmt99e4/splatterbg.jpg') no-repeat;
  background-size: 100%;
}
.posts-holder {
  position: relative;
  margin: 0 auto;
}
.posts-holder .grid-sizer {
  width: 100%;
}
article {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 20px 0;
}
article .article-content {
  position: relative;
  padding: 0px;
  background: #ffffff;
  /*border-bottom: 3px solid #ddd;*/
}
article .article-content .permaWrap {
  padding: 0 45px;
}
.single-post .post-meta,
.single-post .tagged,
.single-post .post-notes li {
  font-size: 14px;
}
.single-post .note a:hover {
  color: #565b5c;
}
article .article-content:hover .icons {
  /*opacity: 1;*/
}
article .typeTag {
  display: none;

  background: #202428 url('http://static.tumblr.com/qbzazhy/iKTmt99b9/tagtexture.jpg') repeat;
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  line-height: 3.4;
  color: #fff;
  height: 37px;
  width: 81px;
  position: absolute;
  top: 0; left: 0;
  z-index: 100;
}
article .article-content .icons,
.staticColumn .icons {
  position: absolute;
  top: 0;
  right: 0;
  /*margin: 20px 0 -4px;*/
  list-style-type: none;
  opacity: 0;
}
/*article .article-content .icons li {
  float: left;
}*/
article .article-content .icons li a,
.staticColumn .icons li a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}

article .article-content .icons li,
.staticColumn .icons li {
  float: left;
  /*background-size: 350px 50px;*/
  width: 37px;
  height: 37px;
  margin-left: 1px;
  /*background-color: red;*/
  /*image-rendering: crisp-edges;*/
}
/*article .article-content .icons .likeBtn {
  background: url('../img/shareSocialSpriteRet.png') -8px -6px;
  background-size: 350px 50px;
  width: 36px;
}*/
article .article-content .icons .like-icon,
.staticColumn .icons .like-icon {
  background: url('http://static.tumblr.com/qbzazhy/iKTmt99b9/tagtexture.jpg') repeat;
  padding: 10px 0 0 10px;
  cursor: pointer;
}
article .article-content .icons .like-icon iframe,
.staticColumn .icons .like-icon iframe {
  cursor: pointer;
}
article .article-content .icons .permalinkBtn,
.staticColumn .icons .permalinkBtn {
  background: url('http://static.tumblr.com/qbzazhy/7vkmt998f/permalink_2x.jpg') no-repeat;
  background-size: 37px;
}
article .article-content .icons .reblogBtn,
.staticColumn .icons .reblogBtn {
  background: url('http://static.tumblr.com/qbzazhy/KZGmt99a7/sharesocialspriteret.png') -57px -6px;
  background-size: 350px 50px;
}
article .article-content .icons .shareBtn,
.staticColumn .icons .shareBtn {
  background: url('http://static.tumblr.com/qbzazhy/KZGmt99a7/sharesocialspriteret.png') -106px -6px;
  background-size: 350px 50px;
  cursor: pointer;
}

article .article-content .icons .shareBtn:hover .iconsSub,
.staticColumn .shareBtn:hover .iconsSub {
  /*opacity: 1;*/
}

article .article-content .iconsSub,
.staticColumn .iconsSub {
  height: 200px;
  list-style-type: none;
  opacity: 0;
  display: none;
  background-color: rgba(0,0,0,.01); /* Fix for hover disappearing at gaps */
}
article .article-content .iconsSub li,
.staticColumn .iconsSub li {
  margin: 1px 0 0 0;
  /*position: relative;*/
}

article .article-content .iconsSub .fbBtn,
.staticColumn .iconsSub .fbBtn {
  background: url('http://static.tumblr.com/qbzazhy/KZGmt99a7/sharesocialspriteret.png') -156px -6px;
  background-size: 350px 50px;
}
article .article-content .iconsSub .twBtn,
.staticColumn .iconsSub .twBtn {
  background: url('http://static.tumblr.com/qbzazhy/KZGmt99a7/sharesocialspriteret.png') -207px -6px;
  background-size: 350px 50px;
}
article .article-content .iconsSub .pinBtn,
.staticColumn .iconsSub .pinBtn {
  background: url('http://static.tumblr.com/qbzazhy/KZGmt99a7/sharesocialspriteret.png') -256px -6px;
  background-size: 350px 50px;
}
article .article-content .iconsSub .gplugBtn,
.staticColumn .iconsSub .gplugBtn {
  background: url('http://static.tumblr.com/qbzazhy/KZGmt99a7/sharesocialspriteret.png') -306px -6px;
  background-size: 350px 50px;
}


article .article-content .icons a,
article .article-content .icons .like_button,
.staticColumn .icons a,
.staticColumn .icons .like_button {
  /*float: left;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
  opacity: 0.5;*/
  cursor: pointer;
}
article .article-content .icons a:hover,
article .article-content .icons .like_button:hover,
.staticColumn .icons a:hover,
.staticColumn .icons .like_button:hover {
  /*opacity: 1;*/
  cursor: pointer;
}
article .article-content .icons .permalink,
.staticColumn .icons .permalink {
  margin-top: -1px;
  margin-right: 2px;
}
/*article .article-content .icons .sharer {
  float: left;
  font-size: 17px;
  opacity: 0.5;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
  margin-left: -1px;
  -webkit-backface-visibility: hidden;
}
article .article-content .icons .sharer i,
article .article-content .icons .sharer a {
  float: left;
  cursor: pointer;
  color: #000;
  -webkit-backface-visibility: hidden;
}
article .article-content .icons .sharer.white i,
article .article-content .icons .sharer.white a {
  color: #fff;
}
article .article-content .icons .sharer a,
article .article-content .icons .sharer .reblog-icon {
  font-size: 13px;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  margin-left: -16px;
}
article .article-content .icons .sharer a.social-facebook {
  margin-top: -3px;
}
article .article-content .icons .sharer a.social-twitter {
  margin-top: -2px;
}
article .article-content .icons .sharer .social-export {
  margin-top: -3px;
}
article .article-content .icons .sharer .reblog-icon {
  margin-left: -8px;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
article .article-content .icons .sharer .reblog-icon a {
  margin: 0 2px -2px 2px !important;
  opacity: 1 !important;
}
article .article-content .icons .sharer:hover {
  opacity: 1;
}
article .article-content .icons .sharer.on {
  opacity: 1;
}
article .article-content .icons .sharer.on a,
article .article-content .icons .sharer.on .reblog-icon {
  visibility: visible;
  opacity: 0.5;
  margin-left: 5px;
}
article .article-content .icons .sharer.on a.social-facebook,
article .article-content .icons .sharer.on .reblog-icon.social-facebook {
  margin-left: 3px;
}
article .article-content .icons .sharer.on a:hover,
article .article-content .icons .sharer.on .reblog-icon:hover {
  opacity: 1;
}*/
article .article-content img {
  width: 100%;
  height: auto;
}
article.type_text embed,
article.type_text iframe,
article.type_text object,
article.type_text video {
  max-width: 100%;
}
article.type_text .article-content {
  background: #23384e url('http://static.tumblr.com/qbzazhy/nWkmt99d6/textbluetexturebg.jpg') repeat;
  padding: 40px 35px 50px 35px;
}
article.type_text .article-content p {
  margin-top: 20px;
}
article.type_text p { /* removed span  */
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #989ea5;
}
article.type_text .article-content .textAuthor {
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}
article.type_text .tagged a {
  color: #989ea5;
}

article.type_video .video-container {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}
article.type_video .video-container embed,
article.type_video .video-container iframe,
article.type_video .video-container object,
article.type_video .video-container video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  position: absolute;
}
article.type_video.widescreen .video-container {
  padding-bottom: 57.25%;
}
article.type_video.vimeo .video-container {
  padding-top: 0;
}
/*article.stamp {
  width: 100%;


}*/
/*article.stamp .video-container iframe {
  width: 100%;
}*/
.staticColumn {
  margin-top: 16px;
  overflow: hidden;
  text-align: center;
}
.staticColumn > div {
  display: inline-block;
  width: 33.1%;
  padding: 0 7px;
  vertical-align: top;
}
.staticColumn .caption {
  color: #7c7c7c;
  background: #fff;
  width: 100%;
  padding: 30px 30px;
  text-align: left;
  /*margin-top: 35px;
  padding: 0 45px 38px;*/
}
.staticColumn a {
  display: block;
}
.staticColumn img {
  width: 100%;
}
/*.stamp {
  top: 0 !important;
  width: 33.32% !important;
}*/

/*.redbandtrailer.stamp {
  left: 0;
}
.preparingyourstay.stamp {
  left: 33.32% !important;
}
.twentystamp.stamp {
  left: 66.65%;
}*/
article .ageGate {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  /*background-color: red;*/
  display: none;
}
article.redband .ageGate {
  background: url('http://static.tumblr.com/qbzazhy/N4Qmt996p/transparent.png') repeat;
  display: block;
}
article.type_quote .quote {
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  color: #7c7c7c;
}
article.type_quote .quote.short {
  font-size: 18px;
  padding: 40px 45px;
}
article.type_quote .quote.medium {
  font-size: 18px;
}
article.type_quote .quote.long {
  font-size: 15px;
}
article.type_quote .quote-author {
  /*margin-top: 20px;*/
  padding: 0 45px 20px;
}
article.type_quote .quote-author a {
  color: #7c7c7c;
}
article.type_link .the-link {
  color: #7c7c7c;
  display: block;
  padding: 60px 30px 10px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
article.type_link .the-link span {
  font-size: 14px;
  display: block;
  opacity: 0.6;
  font-weight: 400;
  text-transform: none;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article.type_chat .article-content {
  padding: 45px;
  color: #7c7c7c;
}
article.type_chat .article-content h2 {
  margin-bottom: 20px;
}
article.type_chat .article-content h2 a {
  color: #7c7c7c;
}
article.type_chat .line {
  border-top: 2px solid #ecf0f1;
  padding: 12px 0;
}
article.type_chat .line:first-of-type {
  margin-top: 28px;
}
article.type_answer .answer-wrap {
  clear: both;
  min-height: 44px;
}
article.type_answer hr {
  clear: both;
  width: 100%;
  height: 2px;
  border: 0;
  margin: 24px 0;
  background: #ecf0f1;
}
article.type_answer .answer-person {
  float: left;
  margin-top: 10px;
}
article.type_answer .answer-image {
  float: left;
  margin-right: 12px;
  width: 44px;
}
article.type_answer .answer-image.circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
article.type_answer .answer-person {
  font-weight: 400;
}
article.type_answer .answer-text {
  clear: both;
  padding-top: 14px;
}
article.type_answer .answer-text p:first-child {
  margin-top: 0;
}
article.type_audio img {
  margin-bottom: 20px;
}
article.type_audio embed {
  height: default;
}
article.type_audio iframe {
  max-width: 100%;
}
article.type_audio .tumblr_audio_player,
article.type_audio .soundcloud_audio_player {
  width: 100%;
}
article.type_description .article-content {
  float: left;
  width: 100%;
  border: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: 0;
}
article.type_description p {
  font-size: 17px;
  line-height: 28px;
}
article.type_description p:first-child {
  margin-top: 0;
}
article a {
  /*font-weight: 600;*/
}
article h2 a {
  font-weight: 600;
}
article .caption {
  /*font-family: helvetica, arial;*/  /* proxima nova loaded from typekit */
  color: #7c7c7c;
  margin-top: 35px;
  padding: 0 45px 38px;
}
article .caption h3 {
  /*font-family: 'bebas_neueregular';*/ /* Loaded from typekit */
  font-size: 27px;
  color: #414648;
  margin: 35px 0 20px;
}
article .caption a {
  color: #8193ad;
  text-decoration: underline;
}
article .caption a:hover {
  color: #bfc7c8;
}
article.type_link .caption {
  padding-bottom: 20px;
}
.oldboy20 .caption p {
  font-size: 20px;
}
.oldboy20 .caption h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
article .read_more {
  text-transform: uppercase;
  font-size: 11px;
}
article ol,
article ul {
  /*margin: 10px 0 0 20px;*/
}
article blockquote {
  padding: 5px 0 5px 12px;
  margin-top: 18px;
  border-left: 2px solid #ecf0f1;
}
article blockquote p {
  margin-top: 0 !important;
}
article blockquote img {
  width: auto;
}
article .tagged {
  clear: both;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
article .tagged a {
  color: #34495e;
}
article .group-author {
  margin-top: 40px;
  clear: both;
  width: 100%;
}
article .group-author a {
  font-size: 12px;
}
article .group-author a img {
  display: inline;
  width: auto;
  margin: 0 8px -11px 0 !important;
}
article .group-author a img.circle {
  border-radius: 100%;
}
article .post-meta {
  clear: both;
  margin-top: 10px;
  font-size: 11px;
}
article .dsq-comment-count {
  display: block;
  clear: both;
  margin-top: 6px;
  font-size: 11px;
}
article .disqus {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
article .disqus img {
  width: auto;
}
article .post-notes {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
article .post-notes ol {
  list-style: none;
  margin: 0;
  clear: both;
}
article .post-notes li {
  display: block;
  padding: 7px 0;
  font-size: 11px;
  line-height: 15px;
}
article .post-notes img {
  float: left;
  margin-right: 10px;
  width: auto;
}
article .post-notes.circle img {
  border-radius: 100%;
}
article .post-notes blockquote {
  margin: 10px 0 10px 30px;
}
article.nostretch .article-content img {
  width: auto;
  margin: 0 auto;
}
.single-post {
  text-align: center;
}
.single-post article {
  margin-top: 20px;
  float: none;
  padding-top: 0;
  display: inline-block;
  text-align: left;
}
.single-post article.type_text .article-content {
  padding-top: 40px;
}
.single-post article.type_text p {
  padding: 0 45px;
}
.single-post article.type_text h2 {
  color: #989ea5;
  padding: 0 45px;
}
.single-post article.type_text .permaWrap {
  color: #989ea5;
}

.single-post article .post-meta {
  margin-top: 40px;
}
.single-post article .article-content {
    padding: 0px 0px 50px;
  }
.single-post article .article-content img {
  /*width: auto;*/
}
.single-post article.type_chat .article-content {
  padding: 45px;
  color: #7c7c7c;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: rgba(15, 15, 15, 0.952941);
  opacity: 1 !important;
}
#colorbox {
  outline: 0;
  overflow: visible !important;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadingGraphic {
  background: url(http://static.tumblr.com/e6lc7yi/aU0mm259p/loading.gif) no-repeat center center;
}
#cboxTitle {
  position: absolute;
  bottom: 101%;
  left: 0;
  right: 0;
  color: #ffffff;
  text-shadow: none;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(http://static.tumblr.com/fftf9xi/1dslqu1o1/controls.png) no-repeat 0 0;
}
#cboxPrevious,
#cboxNext {
  top: 50%;
  margin-top: -10px;
}
#cboxPrevious {
  background-position: 0px 0px;
  left: -40px;
}
#cboxPrevious.hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: -40px;
}
#cboxNext.hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 50%;
  top: auto;
  bottom: -40px;
  margin-right: -10px;
}
#cboxClose.hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -75px -25px;
}
.photoset-cell {
  outline: 0;
}
@media screen and (min-width: 480px) {
  nav {
    /*padding: 0px 25px 10px;*/
  }
  nav ul li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 60px;
  }
  footer .footer-border {
    padding: 40px 0 80px;
  }
  footer .footer-border span {
    display: inline-block;
    margin: 0 10px;
  }
  header .center .logo h1 a {
    font-size: 68px;
    letter-spacing: 4px;
    border-width: 6px;
    padding: 20px 24px 22px;
  }
  header .center .logo img,
  header .center .logo .avatar img {
    max-height: 240px;
  }
  header .header-prompt {
    display: block;
  }
  nav {
    padding: 0px 25px 10px;
  }
  nav ul li {
    margin: 0 15px;
  }
  nav .social-menu {
    float: right;
  }
  section {
    padding: 44px 60px 40px;
  }
  .posts-grid article,
  .posts-grid .grid-sizer {
    width: 50%;
  }
  article {
    padding: 16px 8px 0;
  }
  article.type_description {
    padding-right: 20px;
  }
  .single-post article {
    float: none;
    width: auto;
    /*min-width: 660px;*/
    max-width: 1280px;
    padding: 0 20px;
    margin: 20px auto 0;
    font-size: 17px;
    line-height: 25px;
  }
  .single-post article h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .single-post article .article-content {
    padding: 0px 0px 50px;
  }
  .single-post article .article-content .icons {
    /*margin-top: 40px;*/
  }
  .single-post article .article-content .icons .permalink {
    margin-top: -1px;
  }
  .single-post article.type_text p {
    padding: 0 45px;
  }
  .single-post article.type_text h2 {
    color: #989ea5;
    padding: 0 45px;
  }
  .single-post article.type_text .permaWrap {
    color: #989ea5;
  }
  .single-post article.type_text .article-content {
    padding-top: 40px;
  }
  .single-post article .article-content .permaWrap {
    padding: 0 45px;
  }
  .single-post article.type_chat .permaWrap {
    padding: 0;
  }

  .single-post article .article-content .icons .reblog-icon {
    margin-top: 1px !important;
  }
  .single-post article.type_text {
    max-width: 980px;
  }
  .single-post article.type_video {
    min-width: 700px;
  }
  .single-post article.type_quote .quote.short {
    font-size: 38px;
  }
  .single-post article.type_quote .quote.medium {
    font-size: 28px;
  }
  .single-post article.type_quote .quote.long {
    font-size: 22px;
  }
  .single-post article.type_quote .quote-author {
    margin-top: 34px;
  }
  .single-post article.type_answer .answer-wrap {
    min-height: 64px;
  }
  .single-post article.type_answer .answer-person {
    margin-top: 18px;
  }
  .single-post article.type_answer .answer-image {
    width: 64px;
    margin-right: 20px;
  }
  .single-post article .caption {
    margin-top: 40px;
    padding: 0 45px 38px;
  }
}
@media screen and (min-width: 768px) and (max-width : 1024px) {
  section {
    padding-left: 8px;
    padding-right: 8px;
  }
  }
@media screen and (min-width: 1024px) {
  .posts-grid article,
  .posts-grid .grid-sizer {
    width: 33.33%;
  }
  .posts-grid article.double_size,
  .posts-grid .grid-sizer.double_size {
    width: 66.6%;
  }
  article.type_description p {
    font-size: 24px;
    line-height: 35px;
  }
}

@media screen and (min-width: 1200px) {
  section {
    padding: 44px 100px 40px;
  }
  .staticColumn .caption {
    padding: 30px 45px;
  }
}
@media screen and (min-width: 1500px) {
  .staticColumn > div {
    width: 33.2%;
    padding: 0 7px;
  }
}
@media screen and (min-width: 1650px) {
  .posts-grid article,
  .posts-grid .grid-sizer {
    width: 25%;
  }
  .posts-grid article.double_size,
  .posts-grid .grid-sizer.double_size {
    width: 50%;
  }
}
@media screen and (min-width: 2300px) {
  .posts-grid article,
  .posts-grid .grid-sizer {
    width: 20%;
  }
  .posts-grid article.double_size,
  .posts-grid .grid-sizer.double_size {
    width: 39.9%;
  }
}
@media screen and (max-width: 768px) {
  .staticColumn {
    margin-top: 26px;
    padding: 0 8px;
/*    overflow: hidden;
    text-align: center;*/
  }
  .staticColumn > div {
    width: 100%;
    margin: 0 auto 16px auto;
    /*display: inline-block;*/
    /*width: 31%;
    margin: 0 8px;
    vertical-align: top;*/
  }
  .staticColumn .caption {
    color: #7c7c7c;
    background: #fff;
    width: 100%;
    padding: 30px 30px;
    text-align: left;
    /*margin-top: 35px;
    padding: 0 45px 38px;*/
  }
  .staticColumn img {
    width: 100%;
  }
}


/* ========= IE8 ============================== */

.ie8 footer {
  margin-top: 60px;
}
.ie8 footer .footer-border {
  padding: 40px 0 80px;
}
.ie8 footer .footer-border span {
  display: inline-block;
  margin: 0 10px;
}
.ie8 header .center .logo h1 a {
  font-size: 68px;
  letter-spacing: 4px;
  border-width: 6px;
  padding: 20px 24px 22px;
}
.ie8 header .center .logo img,
.ie8 header .center .logo .avatar img {
  max-height: 240px;
}
.ie8 header .header-prompt {
  display: block;
}
.ie8 nav {
  padding: 0px 25px 10px;
}
.ie8 nav .social-menu {
  float: right;
}
.ie8 section {
  padding: 44px 100px 40px;
}
.ie8 .posts-grid article,
.ie8 .posts-grid .grid-sizer {
  width: 50%;
}
.ie8 article {
  padding: 16px 8px 0;
}
.ie8 article.type_description {
  padding-right: 20px;
}
.ie8 .single-post article {
  float: none;
  width: auto;
  /*min-width: 660px;*/
  max-width: 1280px;
  padding: 0 20px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 25px;
}
.ie8 .single-post article h2 {
  font-size: 32px;
  line-height: 38px;
}
.ie8 .single-post article .article-content {
  padding: 0px 0px 50px;
}
.ie8 .single-post article .article-content .icons {
  /*margin-top: 40px;*/
}
.ie8 .single-post article .article-content .icons .permalink {
  margin-top: -1px;
}
.ie8 .single-post article.type_text p {
  padding: 0 45px;
}
.ie8 .single-post article.type_text h2 {
  color: #989ea5;
  padding: 0 45px;
}
.ie8 .single-post article.type_text .permaWrap {
  color: #989ea5;
}
.ie8 .single-post article.type_text .article-content {
  padding-top: 40px;
}
.ie8 .single-post article .article-content .permaWrap {
  padding: 0 45px;
}
.ie8 .single-post article.type_chat .permaWrap {
  padding: 0;
}

.ie8 .single-post article .article-content .icons .reblog-icon {
  margin-top: 1px !important;
}
.ie8 .single-post article.type_text {
  max-width: 980px;
}
.ie8 .single-post article .article-content img {
  width: auto;
  margin: 0 auto;
}
.ie8 .single-post article.type_video {
  min-width: 700px;
}
.ie8 .single-post article.type_quote .quote.short {
  font-size: 38px;
}
.ie8 .single-post article.type_quote .quote.medium {
  font-size: 28px;
}
.ie8 .single-post article.type_quote .quote.long {
  font-size: 22px;
}
.ie8 .single-post article.type_quote .quote-author {
  margin-top: 34px;
}
.ie8 .single-post article.type_answer .answer-wrap {
  min-height: 64px;
}
.ie8 .single-post article.type_answer .answer-person {
  margin-top: 18px;
}
.ie8 .single-post article.type_answer .answer-image {
  width: 64px;
  margin-right: 20px;
}
.ie8 .single-post article .caption {
  margin-top: 40px;
  padding: 0 45px 38px;
}


.ie8 .posts-grid article,
.ie8 .posts-grid .grid-sizer {
  width: 33.32%;
}
.ie8 .posts-grid article.double_size,
.ie8 .posts-grid .grid-sizer.double_size {
  width: 66.6%;
}
.ie8 article.type_description p {
  font-size: 24px;
  line-height: 35px;
}

/* Nav */

.ie8 article .article-content .icons {
  opacity: 0;
  display: none;
}
.ie8 .article-content:hover .icons {
  display: block;
}
.ie8 article.type_video .article-content .icons,
.ie8 article.type_audio .article-content .icons {
  display: block;
}
/*.ie8 article .article-content .icons li a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}*/

.ie8 article .article-content .icons li {
  float: left;
  /*background-size: 350px 50px;*/
  width: 37px;
  height: 37px;
  margin-left: 1px;
  /*background-color: red;*/
  /*image-rendering: crisp-edges;*/
}
/*.ie8 article .article-content .icons .likeBtn {
  background: url('../img/shareSocialSprite.png') -13px -10px;
  background-size: 364px 58px;
  width: 36px;
}*/
.ie8 article .article-content .icons .permalinkBtn {
  background: url('http://static.tumblr.com/qbzazhy/Qizmt997q/permalink.jpg') no-repeat;
  background-size: 37px;
}
.ie8 article .article-content .icons .like-icon {
  background: url('http://static.tumblr.com/qbzazhy/iKTmt99b9/tagtexture.jpg') repeat;
  padding: 10px 0 0 10px;
  cursor: pointer;
}
.ie8 article .article-content .icons .like-icon iframe {
  cursor: pointer;
}
.ie8 article .article-content .icons .reblogBtn {
  background: url('http://static.tumblr.com/qbzazhy/R6emt998u/sharesocialsprite.png') -61px -10px;
  background-size: 364px 58px;
}
.ie8 article .article-content .icons .shareBtn {
  background: url('http://static.tumblr.com/qbzazhy/R6emt998u/sharesocialsprite.png') -110px -10px;
  background-size: 364px 58px;
  cursor: pointer;
}

.ie8 article .article-content .icons .shareBtn:hover .iconsSub {
  /*opacity: 1;*/
}

.ie8 article .article-content .iconsSub {
  height: 200px;
  list-style-type: none;
  opacity: 0;
  display: none;
}
.ie8 article .article-content .iconsSub li {
  margin: 0px 0 0 0;
  /*position: relative;*/
}

.ie8 article .article-content .iconsSub .fbBtn {
  background: url('http://static.tumblr.com/qbzazhy/R6emt998u/sharesocialsprite.png') -160px -10px;
  background-size: 364px 58px;
}
.ie8 article .article-content .iconsSub .twBtn {
  background: url('http://static.tumblr.com/qbzazhy/R6emt998u/sharesocialsprite.png') -211px -10px;
  background-size: 364px 58px;
}
.ie8 article .article-content .iconsSub .pinBtn {
  background: url('http://static.tumblr.com/qbzazhy/R6emt998u/sharesocialsprite.png') -260px -10px;
  background-size: 364px 58px;
}
.ie8 article .article-content .iconsSub .gplugBtn {
  background: url('http://static.tumblr.com/qbzazhy/R6emt998u/sharesocialsprite.png') -310px -10px;
  background-size: 364px 58px;
}
.ie8 article .article-content .icons a,
.ie8 article .article-content .icons .like_button {
  /*float: left;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
  opacity: 0.5;*/
  cursor: pointer;
}
.ie8 article .article-content .icons a:hover,
.ie8 article .article-content .icons .like_button:hover {
  /*opacity: 1;*/
  cursor: pointer;
}









