h1 {
  font-family: 'interstateregular';
  font-size: 14px;
  line-height: 16px;
}
h2 {
  font-family: 'filosofiaunicaseregular';
  font-size: 10px;
  line-height: 13px;
}
h1,
h2 {
  margin: 0;
  padding-top: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
}
a {
  color: black;
}
.social-page.social {
  position: relative;
  height: 40px;
  z-index: 30;
  background-color: #fff;
}
.social-page.social a {
  background-size: 60%;
  background-position-y: 9px;
}
@media screen and (max-width: 750px) {
  .social-page.social a {
    background-size: 18px;
    padding: 5px 7px;
  }
}
.social-page.social .follow-cadillac {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'interstatelight';
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  .social-page.social {
    margin: 0 auto;
    text-align: center;
  }
  .social-page.social.hide-mobile {
    display: none;
  }
}
.nav.absolute {
  position: absolute;
  top: 40px;
}
.nav {
  transition: -transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  height: 110px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .nav {
    top: -16px;
    height: 122px;
  }
}
.no-csstransforms3d .inner-nav .selection.expanded {
  top: 0px;
}
.inner-nav {
  margin: 0 auto;
  padding: 0 10px 0 0;
  width: 454px;
  height: 0;
}
@media screen and (max-width: 750px) {
  .inner-nav {
    margin: 0 auto;
    padding: 0;
    width: auto;
  }
}
.inner-nav .selection {
  position: relative;
  z-index: 5;
  margin: 0 45px;
  top: -202px;
  transition: -transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.inner-nav .selection.expanded {
  transform: translate3d(0, 195px, 0);
  -moz-transform: translate3d(0, 195px, 0);
  -webkit-transform: translate3d(0, 195px, 0);
}
.inner-nav .menu {
  background-color: #fff;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
}
.inner-nav .menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #959595;
  display: block;
  padding: 4px 0;
}
.inner-nav .menu a:hover {
  color: #b00d0d;
}
.inner-nav .button {
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  cursor: pointer;
}
.inner-nav .padding {
  height: 27px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.crest {
  display: block;
  width: 454px;
  height: 83px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1px auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .crest {
    width: 100%;
  }
}
.inspired-container {
  position: fixed;
  z-index: 20;
  width: 0;
}
@media screen and (max-width: 750px) {
  .inspired-container {
    position: relative;
    width: 100%;
    padding-bottom: 85px;
  }
}
.perm-container .inspired {
  position: relative;
  left: -110px;
  top: -36px;
}
@media screen and (max-width: 750px) {
  .perm-container .inspired {
    position: static;
    left: auto;
    top: auto;
  }
}
.inspired {
  width: 40px;
  height: 568px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .inspired {
    width: 100%;
    height: 40px;
    background-size: contain;
    background-position: center;
  }
}
.image {
  background-size: cover;
  position: absolute;
  display: none;
  width: 160px;
  height: 160px;
}
.image:first-child {
  display: block;
}
@media screen and (max-width: 750px) {
  .image {
    padding: 50% 0;
    position: static;
    width: inherit;
    height: inherit;
  }
}
.post-container {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  padding-top: 110px;
  position: relative;
}
@media screen and (max-width: 1128px) {
  .post-container {
    width: 796px;
  }
}
@media screen and (max-width: 750px) {
  .post-container {
    width: 100%;
    padding-top: 70px;
  }
}
.post-container .permalink {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.bigleft {
  left: 56px;
}
@media screen and (max-width: 1128px) {
  .bigleft {
    left: 62px;
  }
}
@media screen and (max-width: 750px) {
  .bigleft {
    left: 0;
  }
}
.bigright {
  right: 64px;
}
@media screen and (max-width: 1128px) {
  .bigright {
    right: 70px;
  }
}
@media screen and (max-width: 750px) {
  .bigright {
    right: 0;
  }
}
.post {
  height: 168px;
  width: 168px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}
.post.big {
  position: absolute;
  width: 496px;
  height: 664px;
}
@media screen and (max-width: 1128px) {
  .post.big {
    width: 328px;
    height: 496px;
  }
}
@media screen and (max-width: 750px) {
  .post.big {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.post.big .image {
  width: 100%;
  height: 100%;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .post.big .image {
    width: inherit;
    height: inherit;
  }
}
.post.big .caption-inner {
  position: absolute;
  top: 168px;
  width: 150px;
  left: 168px;
  height: 160px;
  padding: 0 5px;
}
@media screen and (max-width: 750px) {
  .post.big .caption-inner {
    top: initial;
    left: initial;
    height: 60px;
    width: 100%;
    padding: 0;
  }
}

.caption {
  display: none;
}

.post:hover .caption,
.post:active .caption,
.post.touched .caption {
  display: block;
}

html.csstransitions .caption {
  display: block;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
}

html.csstransitions .caption:hover {
  opacity: 1;
}

.post:hover .caption-inner,
.post:active .caption-inner,
.post.touched .caption-inner {
  margin: 0 5px;
}
@media screen and (max-width: 750px) {
  .post:hover .caption-inner,
  .post:active .caption-inner,
  .post.touched .caption-inner {
    margin: 0;
  }
}
@media screen and (max-width: 1128px) {
  .post.bigleft .caption-inner {
    left: 0;
  }
}
.post.emptyboth {
  position: static;
}
@media screen and (max-width: 750px) {
  .post.emptyboth {
    display: none;
  }
}
.post.empty1 {
  position: static;
  display: none;
}
@media screen and (max-width: 1128px) {
  .post.empty1 {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .post.empty1 {
    display: none;
  }
}
.post.empty2 {
  position: static;
}
@media screen and (max-width: 1128px) {
  .post.empty2 {
    display: none;
  }
}
.post.filler {
  background-color: #f4f3f3;
  margin: 0 8px 8px 0;
  height: 160px;
  width: 160px;
}
@media screen and (max-width: 750px) {
  .post {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .post.colorpost {
    display: none;
  }
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: -8px -8px;
}
@media screen and (max-width: 750px) {
  .mask {
    display: none;
  }
}
.caption {
  text-decoration: none;
  color: #000;
  background-color: rgba(255,255,255,0.85);
  height: 100%;
  position: relative;
  font-size: 16px;
}
.caption h1 {
  width: auto;
  text-align: center;
  margin: 0;
  padding-top: 32px;
}
.caption p {
  display: none;
}
@media screen and (max-width: 750px) {
  .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
    background: none;
  }
  .caption .caption-inner {
    width: 100%;
    height: 60px;
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    bottom: 70px;
  }
  .caption h1 {
    font-size: 16px;
    text-align: left;
    padding: 23px 54px 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .caption h2 {
    display: none;
  }
  .caption .social a,
  .caption .social .reblog {
    display: none;
  }
  .caption .social .like {
    padding-right: 34px;
  }
}
.caption .social {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 150px;
}
@media screen and (max-width: 750px) {
  .caption .social {
    width: inherit;
  }
}
.social {
  width: 100%;
}
.social .reblog,
.social .like {
  display: inline-block;
  width: 15px;
  vertical-align: top;
  padding: 3px 14px 0 0;
}
.social .reblog:hover svg,
.social .like:hover svg {
  fill: #c91515;
}
.social .like .like_button {
  padding: 5px 0 0 4px;
}
.social a {
  width: 16px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 5px;
}
@media screen and (max-width: 750px) {
  .social {
    padding: 12px 0;
  }
  .social .reblog {
    padding: 3px 30px 0 0;
  }
  .social .like {
    padding: 3px 21px 0 0;
  }
  .social a {
    width: 36px;
  }
}
.perm-nav {
  position: fixed;
  top: 166px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: 'interstatelight';
}
.perm-nav.absolute {
  position: absolute;
  top: auto;
}
.perm-nav .inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}
.perm-nav a {
  text-decoration: none;
}
.perm-nav .back,
.perm-nav .prev,
.perm-nav .next {
  display: inline-block;
  background-repeat: no-repeat;
  width: 31px;
  height: 29px;
}
.perm-nav .prev {
  padding-right: 13px;
}
.perm-nav .paging {
  position: absolute;
  right: 50px;
  top: 0;
}
.perm-nav .arrow {
  font-size: 29px;
  vertical-align: top;
  line-height: 16px;
}
@media screen and (max-width: 750px) {
  .perm-nav {
    top: 117px;
  }
  .perm-nav.absolute {
    top: 90px;
  }
  .perm-nav .inner {
    padding: 0 15px;
  }
  .perm-nav .inner .paging {
    right: 15px;
  }
}
.perm-container {
  background-color: #f4f3f3;
  margin: 0 auto;
  padding: 146px 50px 10px;
  max-width: 900px;
  position: relative;
}
.perm-container .padding {
  height: 50px;
}
@media screen and (max-width: 750px) {
  .perm-container .padding {
    height: 73px;
  }
}
.perm-container .content {
  width: 45%;
  float: right;
}
@media screen and (max-width: 750px) {
  .perm-container .content {
    width: auto;
    float: none;
  }
}
.perm-container p {
  font-family: 'interstatelight';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
}
.perm-container h1 {
  font-size: 21px;
  line-height: 22px;
}
.perm-container h2 {
  font-size: 16px;
  line-height: 18px;
  padding-top: 5px;
}
@media screen and (max-width: 750px) {
  .perm-container {
    padding: 88px 15px 15px;
  }
  .perm-container .social {
    width: 100%;
  }
  .perm-container .paging {
    right: 40px;
  }
  .perm-container h1,
  .perm-container h2,
  .perm-container p {
    width: 100%;
  }
  .perm-container .links {
    text-align: center;
  }
}
.perm-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.perm-image.perm-image-container {
  margin-bottom: 40px;
}
.perm-image-container {
  width: 50%;
  float: left;
  margin: 0 25px 10px 0;
}
@media screen and (max-width: 750px) {
  .perm-image-container {
    width: 100%;
    padding-bottom: 15px;
  }
}
.links {
  font-family: 'filosofiaunicaseregular';
  margin-bottom: 25px;
  font-size: 13px;
}
.links a {
  text-transform: uppercase;
  margin-right: 4px;
  color: #000;
}
.links a:hover {
  color: #c91515;
}
.title {
  text-transform: uppercase;
}
.notes {
  color: #88888c;
  font-family: 'interstatelight';
  font-size: 12px;
  clear: both;
}
.notes .avatar_frame {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.notes .avatar_frame .avatar {
  width: 20px;
  height: 20px;
}
.notes a {
  color: #88888c;
}
footer {
  text-align: center;
  text-transform: uppercase;
  font-family: 'interstatelight';
  padding: 30px 0;
  clear: both;
  font-size: 14px;
}
footer a {
  color: #a6a4a4;
  text-decoration: none;
}
footer span {
  padding: 10px;
}
.loader {
  display: none;
  text-align: center;
}
.loader span {
  display: inline-block;
  text-alignt: left;
  width: 165;
}
.clear {
  clear: both;
}
.tag-header {
  color: #000;
  background-color: #f4f3f3;
  font-size: 14px;
  text-transform: uppercase;
}
.tag-header .showing {
  color: #959595;
  margin: 0;
  padding: 55px 0 0;
}
.tag-header a {
  font-family: 'filosofiaunicaseregular';
  text-decoration: none;
  font-size: 11px;
}
.tag-header .tag {
  font-family: 'filosofiaunicaseregular';
  margin: 0;
  padding: 2px 20px;
  font-size: 16px;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tag-header .tag span {
  text-decoration: underline;
}
.showall {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
}
html.no-svg .caption-inner .social .reblog {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIyMDJEMjg0NzlGQzExRTM5QjI0OUIzOTA1NTBBNDExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIyMDJEMjg1NzlGQzExRTM5QjI0OUIzOTA1NTBBNDExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjIwMkQyODI3OUZDMTFFMzlCMjQ5QjM5MDU1MEE0MTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjIwMkQyODM3OUZDMTFFMzlCMjQ5QjM5MDU1MEE0MTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64WGE4AAAC5klEQVR42qxV30vaURQ/X7tO02StHyC02ku+RJAPLedo0KhEyJdkq4eB0SpoDy5QJuQfMAZj1v6AkMH2II6QoC1YW2YIPiyIypcNwxyRlmZm5fy9c5yObVBN1heO3Hu/33vO+fy4Vy6fz8NlPszhcIDf74fu7m5IJpMXbuDz+bC+vg6zs7M0HtHpdH65XP7x5OSk8J5HPxzHAWMMKioqLgxC1N7eDlqtFvb396XDw8NvV1dX71RVVf3skJKl0+nqo6Ojq9jhP+GnPa2trem2tjax0+msHhoaclit1nsdHR1L3Pz8fJ3RaPyws7MjK4crHo+XQ5iCTCZzheZisTg2MzOjg6mpKSVyQZ39dyAVLxhWIHIzCJtJpdLg4OCgHedp5Io7qzviUSQSpT0ez+3FxcVOWlMoFNONjY1PChyWHpVKtWwwGB6XFDtPaXLE3t7eBE47UZhXSJsBC+UZfZDL5Qpq19bWfo3H45BIJM5MRkpHIhGw2WywsbFxbWxs7M3k5OTDaDSax3cCRskompqaXgeDwacLCwvQ29sLqVQKstks/G18FAPcbjcEAgGyj12v138RCoW5lZWVRy6XK8oEAgGZ+jnCMPt8vkxDQ8MtrOShjZubm0Dwafy7ZWiPTCYj6F7yLzYxYDKZXnZ1dY2wnp6ez7u7u27qCBNOh0KhG5iwf2trC2KxWCEBdfrH8cIkiAiam5sB7XZ9dHTUiij5WCjFEGaSPkAIRq/XO4FmdWABCIfD5C04T+nDw0M4PT2tw7GoJC7DChxCM83NzT2jBXS+AkWxE7pinHdistQhJf9Fi8Vi0V2GqSlQzAespaVlGclcws7ulqqiaRNYkSvnKEokkoRSqQywysrK7fHx8QHk493a2tpNjUbzyWw2j6BIXBl3JYeKf8cLJkQ+pIWwWq2+f3Bw8B4LpGpqar4dHx+Xd7GisCRk4aQUDbzd19fXX19fr8FjxWGhsq7yYmPAXfZfwA8BBgA4+4kww0V6AwAAAABJRU5ErkJggg==");
  background-position: center center;
  background-repeat: no-repeat;
}
html.no-svg .caption-inner .like {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFEQTM5ODlGN0IyMTExRTM5QjI0OUIzOTA1NTBBNDExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFEQTM5OEEwN0IyMTExRTM5QjI0OUIzOTA1NTBBNDExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjIwMkQyODY3OUZDMTFFMzlCMjQ5QjM5MDU1MEE0MTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QURBMzk4OUU3QjIxMTFFMzlCMjQ5QjM5MDU1MEE0MTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6K2wsSAAAB/ElEQVR42mL8//8/AzUBEwOVAcu+ffsYFi5cyPjlyxet379/x/z48cPyzZs3rBISEgdZWVmXOzo6XrOysvoLUnzs2DHm/fv3g9RFvnjxwl5YWPg3Hx/fYS4urmU8PDw3wsPD/7MwMTExAA1x37Fjx7xv375JIllmJScnlww0rOrPnz+LQQI/f/6MvXDhQtujR4/EkNTZ8/LyJgQGBqYwMjLuZNi4caO8oqLiI6DEf2wYaOGP5ubmChAGsXGpU1FRuQ8yiyE7OzsflyJSMdCsPCagdw2oFSFAswyZXr9+LUgtA4GRKcgkJCT0hloGAmP9JZOgoOAJKhp4ikleXn4PNzc3xa4EJp3XSkpKu5nExMQe5Ofnd1BqYG5ubqeoqOgjJlBeNjU1nRMTE7OUXMNAek1MTOaAzAIbCMxKH42NjcttbGxWkmoYSA9ILzA3fQSZxQISBDF+/fr11MDAIN/MzOzOjBkzyoDZkBWfQcD8+zsjI6MLqG8yEL8EmQHMeojSBirwUkNDoyU4ODhEVVX1Oi7DQHIgNSC1ID3IRSALskKQxL9//34Abd+soKBwHpg/k2/evJl77949IZA8MBbfqaurTwZ6by5QzROg2v/o5SkLNheAFAJtfszMzNyqo6OzTFtbOxskDhSbCpS7//fv399AGqvrGQd9iQ0QYAC+Awi5GzpwDAAAAABJRU5ErkJggg==");
  background-position: center center;
  background-repeat: no-repeat;
}
html.no-svg .caption-inner .reblog svg,
html.no-svg .caption-inner .like svg {
  display: none;
}
