/* ========================================================================== *\
	@group Typography
\* ========================================================================== */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #707070;
  background-color: whitesmoke;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

hr {
  margin: 0 0 1.5em 0;
  border-color: #707070;
  border-style: solid;
  border-width: 1px 0 0;
  opacity: 0.5;
}

/* Links */
a {
  outline: 0 !important;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#post_notes a:link, #post_notes a:visited, .portfolio_single .post_content a:link, .portfolio_single .post_content a:visited, .site_section a:link, .site_section a:visited {
  color: #00c4f5;
  border-bottom: 1px solid #00c4f5;
  background-color: whitesmoke;
}
#post_notes a:hover, #post_notes a:focus, #post_notes a:active, .portfolio_single .post_content a:hover, .portfolio_single .post_content a:focus, .portfolio_single .post_content a:active, .site_section a:hover, .site_section a:focus, .site_section a:active {
  padding: 0 0.5em;
  color: #00a3cc;
  border-color: #00a3cc;
  background-color: #ccf5ff;
}

/* Blocks */
p,
ol,
ul,
dl,
blockquote,
pre {
  padding: 0;
  margin: 0 0 1.5em 0;
  font-size: 1em;
  line-height: 1.5;
}
p:empty,
ol:empty,
ul:empty,
dl:empty,
blockquote:empty,
pre:empty {
  display: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  color: #707070;
}

h1 {
  font-size: 1.5em;
  margin: 1.6667em 0;
}

h2 {
  font-size: 1.25em;
  margin: 1.2em 0;
}

h3 {
  font-size: 1em;
  margin: 1.5em 0;
}

h4 {
  font-size: 1em;
  margin: 1.5em 0;
}

h5 {
  font-size: 1em;
  margin: 1.5em 0;
}

h6 {
  font-size: 1em;
  margin: 1.5em 0;
  text-transform: uppercase;
}

ul,
ol,
dl {
  list-style-position: outside;
  padding-left: 1.5em;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin: 0.25em 0;
}

ul {
  list-style-type: disc;
}

ul li ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

ol li ol {
  list-style-type: lower-alpha;
}

/* Quotations */
blockquote {
  padding: 0.75em 1.5em;
  border-left: 2px solid #00c4f5;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote footer {
  font-size: 90%;
}

/* Filter Notices */
.filter_notice {
  margin-bottom: 40px;
  text-align: center;
}
.no_slider .filter_notice {
  margin: 40px 0 0;
}
.filter_notice .inner {
  padding: 40px 0;
  border-color: rgba(112, 112, 112, 0.2);
  border-style: solid;
  border-width: 2px 0;
}
.filter_notice p {
  margin: 0;
}
.filter_notice span {
  font-weight: bold;
}

/* Buttons */
.site_section button,
.site_section input[type="button"],
.site_section .button,
.portfolio_single button,
.portfolio_single input[type="button"],
.portfolio_single .button {
  display: inline-block;
  padding: 0.75em 1.5em !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  border: none !important;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.site_section button:link, .site_section button:visited,
.site_section input[type="button"]:link,
.site_section input[type="button"]:visited,
.site_section .button:link,
.site_section .button:visited,
.portfolio_single button:link,
.portfolio_single button:visited,
.portfolio_single input[type="button"]:link,
.portfolio_single input[type="button"]:visited,
.portfolio_single .button:link,
.portfolio_single .button:visited {
  color: whitesmoke;
  background-color: #97a0a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  -webkit-background-size: 100% 48%;
  background-size: 100% 48%;
  background-position: center 4em;
  background-repeat: no-repeat;
}
.site_section button:hover, .site_section button:active, .site_section button:focus,
.site_section input[type="button"]:hover,
.site_section input[type="button"]:active,
.site_section input[type="button"]:focus,
.site_section .button:hover,
.site_section .button:active,
.site_section .button:focus,
.portfolio_single button:hover,
.portfolio_single button:active,
.portfolio_single button:focus,
.portfolio_single input[type="button"]:hover,
.portfolio_single input[type="button"]:active,
.portfolio_single input[type="button"]:focus,
.portfolio_single .button:hover,
.portfolio_single .button:active,
.portfolio_single .button:focus {
  color: whitesmoke;
  background-color: #00c4f5;
  background-position: center bottom;
}
.site_section button.small,
.site_section input[type="button"].small,
.site_section .button.small,
.portfolio_single button.small,
.portfolio_single input[type="button"].small,
.portfolio_single .button.small {
  padding: 0.625em 1.25em !important;
  font-size: 12px;
  line-height: 1.25;
}
.site_section button.large,
.site_section input[type="button"].large,
.site_section .button.large,
.portfolio_single button.large,
.portfolio_single input[type="button"].large,
.portfolio_single .button.large {
  font-size: 18px;
}

/* ========================================================================== *\
	@group Layout
\* ========================================================================== */
#top_banner_wrapper {
  position: relative;
  margin: 0 auto;
}

#top_banner .inner,
#portfolio_index .inner,
#pagination .inner,
#outgoing .inner,
#content_info .inner,
#footer_bottom .inner,
.portfolio_single .inner,
.filter_notice .inner,
.site_section .inner {
  width: 90%;
  max-width: 70.8125em;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Spinner */
#spinner-underlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: whitesmoke;
  z-index: 10001;
}

#spinner {
  position: fixed;
  height: 0;
  top: 50%;
  left: 0;
  right: 0;
  color: #00c4f5;
  z-index: 10002;
}

/* Scroll-to-top button */
#scroll-to-top {
  display: block;
  width: 64px;
  height: 56px;
  position: fixed;
  bottom: 100px;
  right: 0;
  background: #373b3e;
  border: 0;
  outline: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px) scale(0.9);
  -ms-transform: translateY(40px) scale(0.9);
  transform: translateY(40px) scale(0.9);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease, visibility 0s linear 300ms;
  transition: opacity 300ms ease, transform 300ms ease, visibility 0s linear 300ms;
  z-index: 999;
}
#scroll-to-top::after {
  content: '';
  display: block;
  width: 34px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 19px 15px;
  opacity: 0.5;
  background-position: -700px 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#scroll-to-top.visible {
  opacity: 0.9;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#scroll-to-top.visible:hover {
  opacity: 1;
}
#scroll-to-top.visible:hover::after {
  top: -2px;
  opacity: 0.7;
}

/* Welcome message */
#welcome {
  margin: 30px 0 60px 0;
  overflow: hidden;
}
.no_slider #welcome {
  margin: 60px 0 20px;
}
#welcome .welcome_message {
  max-width: 49em;
  position: relative;
  padding-bottom: 40px;
}
#welcome .welcome_message::after {
  content: '';
  display: block;
  width: 15%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(112, 112, 112, 0.2);
}
#welcome .welcome_title {
  margin-top: 0;
  margin-bottom: 0.625em;
}
#welcome .welcome_title span {
  display: block;
  padding-right: 2em;
  font-size: 100%;
  line-height: inherit;
}
#welcome .welcome_content > *:last-child {
  margin-bottom: 0;
}

/* ========================================================================== *\
	@group Header
\* ========================================================================== */
#site_header {
  width: 100%;
  min-height: 72px;
  position: relative;
  z-index: 999;
  background-color: #00c4f5;
}
#site_header .inner,
#site_header .wrapper {
  position: relative;
}
#site_header .inner {
  background-color: #00c4f5;
}
#site_header [class*="icon-"] {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 3px;
  font-size: 16px;
  line-height: 32px;
  opacity: 0.9;
  vertical-align: top;
}

/* Branding */
#branding .wrapper {
  text-align: left;
}

#logo_link {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  z-index: 1;
}
#logo_link::before {
  content: '';
  display: inline-block;
  width: 144px;
  height: 72px;
  position: absolute;
  top: 0;
  right: -72px;
  background-position: 0 -700px;
  z-index: 0;
}
#logo_link a {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.no-touch #logo_link a:hover {
  opacity: 0.9;
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
#logo_link img {
  vertical-align: middle;
}
#logo_link .logo_text {
  display: inline-block;
  font-size: 36px;
  line-height: 72px;
  color: white;
}

/* Searchbox */
#searchbox {
  background-color: #00c4f5;
}
#searchbox::before {
  content: '';
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 196, 245, 0)), to(#00c4f5));
  background-image: -webkit-linear-gradient(left, rgba(0, 196, 245, 0), #00c4f5);
  background-image: linear-gradient(to right, rgba(0, 196, 245, 0), #00c4f5);
}
#searchbox .wrapper {
  width: 11.69em;
  position: relative;
  margin: 0 auto;
  padding: 16px 0;
}
#searchbox .wrapper::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  left: 4px;
  opacity: 0.7;
  background-position: 0 -100px;
  pointer-events: none;
  z-index: 2;
}
#searchbox .wrapper.is_open::before {
  display: none;
}
#searchbox .wrapper .close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  left: 4px;
  opacity: 0.7;
  background-position: -100px -100px;
  cursor: pointer;
  z-index: 2;
}
#searchbox form {
  padding: 4px;
  border-radius: 99em;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
#searchbox input {
  width: 100%;
  height: 32px;
  position: relative;
  padding: 0 10px 0 32px;
  border: none;
  color: whitesmoke;
  border-radius: 99em;
  background-color: rgba(62, 56, 46, 0.2);
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
#searchbox input:focus {
  outline: none;
}

/* Desktop Nav */
#main_nav {
  height: 72px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#main_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main_nav li {
  display: block;
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}
#main_nav a {
  display: block;
  position: relative;
  padding: 20px;
  text-transform: uppercase;
  z-index: 999;
}
#main_nav a:link, #main_nav a:visited {
  color: whitesmoke;
}
#main_nav a:hover, #main_nav a:focus, #main_nav a:active {
  padding: 19px 20px 21px;
  color: whitesmoke;
  opacity: 0.8;
}
#main_nav .has_submenu:hover a, #main_nav .has_submenu:focus a {
  padding: 30px 20px 10px;
  color: #707070;
  opacity: 1;
  z-index: 1100;
}

/* Mobile Nav */
#mobile_nav {
  background-color: whitesmoke;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#mobile_nav .wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
#mobile_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#mobile_nav li {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
  border-bottom: 1px solid #707070;
}
#mobile_nav li:last-child {
  border: none;
}
#mobile_nav li ul {
  display: none;
  padding: 0 0 0 1em;
  border-top: 1px solid #707070;
}
#mobile_nav li ul li a {
  display: inline-block;
}
#mobile_nav a {
  display: block;
  position: relative;
  padding: 0.35em 1.25em;
}
#mobile_nav a:link, #mobile_nav a:visited {
  color: #707070;
}
#mobile_nav a:hover, #mobile_nav a:active, #mobile_nav a:focus {
  color: #a8a8a8;
}
#mobile_nav .tag_soup {
  padding: 10px;
}
#mobile_nav .tag_soup li {
  display: inline-block;
  width: auto;
  background-color: whitesmoke;
}

.mobile_navi_trigger {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 4px;
  right: 4px;
  background-position: -184px -84px;
  cursor: pointer;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  z-index: 2;
}
.mobile_navi_trigger:hover {
  opacity: 0.7;
}

/* Tags */
#site_header .tags {
  min-width: 18em;
}
#site_header .tags .tag_soup {
  padding: 10px;
}
#site_header .tags li {
  width: auto;
  display: block;
  z-index: 999;
}
#site_header .tags a {
  display: block;
  float: left !important;
  margin: 2px;
  padding: 0.625em 1.125em !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: lowercase;
  border: none;
  border-radius: 2px;
}
#site_header .tags a:link, #site_header .tags a:visited {
  color: whitesmoke;
  background-color: #97a0a8;
}
#site_header .tags a:hover, #site_header .tags a:focus, #site_header .tags a:active {
  color: whitesmoke;
  background-color: #00c4f5;
}

/* ========================================================================== *\
	@group Dropdowns
\* ========================================================================== */
#main_nav ul {
  position: relative;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#main_nav ul ul {
  min-width: 14em;
  position: absolute;
  top: -999em;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: visibility 0s linear 150ms, top 0s linear 150ms, opacity 150ms ease, -webkit-transform 150ms ease;
  transition: visibility 0s linear 150ms, top 0s linear 150ms, opacity 150ms ease, transform 150ms ease;
  z-index: 999;
}
#main_nav ul ul li {
  background-color: whitesmoke;
}
#main_nav ul li:hover ul {
  top: 72px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#main_nav ul .navi_dropdown {
  border-bottom: 1px solid whitesmoke;
}
#main_nav ul .navi_dropdown li {
  width: 100%;
  z-index: 999;
}
#main_nav ul .navi_dropdown a {
  padding: 0.2856em 1.5em !important;
  color: #707070;
  border-color: whitesmoke;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
#main_nav ul .navi_dropdown a:link, #main_nav ul .navi_dropdown a:visited {
  color: #707070;
  background-color: whitesmoke;
}
#main_nav ul .navi_dropdown a:hover, #main_nav ul .navi_dropdown a:focus, #main_nav ul .navi_dropdown a:active {
  color: whitesmoke;
  background-color: #00c4f5;
}
#main_nav ul .dropdown_tab {
  position: absolute;
  right: 0;
  left: 0;
  top: -54px;
  height: 54px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 998 !important;
}
#main_nav ul .dropdown_tab::before, #main_nav ul .dropdown_tab::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#main_nav ul .dropdown_tab::before {
  width: 5px;
  height: 5px;
  right: -5px;
  background-color: whitesmoke;
}
#main_nav ul .dropdown_tab::after {
  width: 10px;
  height: 10px;
  right: -10px;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  clip: rect(5px 5px 10px 0);
  border-radius: 5px;
  background-color: #00c4f5;
}

/* ========================================================================== *\
	@group Slider
\* ========================================================================== */
#top_banner_wrapper {
  overflow: hidden;
}

#top_banner {
  margin-bottom: 60px;
  background-color: whitesmoke;
  border-bottom: 4px solid #00c4f5;
}
#top_banner .inner {
  position: relative;
}
#top_banner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top_banner a {
  display: block;
}
#top_banner img {
  display: block;
  width: 100%;
  height: auto;
}
#top_banner #slider {
  position: relative;
}
#top_banner .slide {
  position: relative;
  overflow: hidden;
}
#top_banner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
#top_banner .overlay .inner {
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top_banner .slider_caption {
  max-width: 98%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#top_banner .slide_heading,
#top_banner .slide_subheading {
  display: block;
  position: relative;
  float: left;
  clear: both;
  margin: 1px 0 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
}
#top_banner .slide_heading span,
#top_banner .slide_subheading span {
  display: block;
  padding: 0.125em 5px;
  font-size: 100%;
}
#top_banner .slide_heading {
  font-size: 17px;
}
#top_banner .slide_heading span {
  color: #707070;
  background-color: whitesmoke;
}
#top_banner .slide_subheading {
  font-size: 14px;
}
#top_banner .slide_subheading span {
  color: whitesmoke;
  background-color: #322850;
}
#top_banner.centered_captions .overlay .inner::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
#top_banner.centered_captions .slider_caption {
  display: inline-block;
  position: relative;
  bottom: auto;
  vertical-align: middle;
}
#top_banner.loading {
  margin-bottom: 200px;
}
.no_slider #top_banner {
  display: none;
}
#top_banner.slider_inactive {
  margin-bottom: 40px;
}
#top_banner.slider_inactive .flex-control-nav,
#top_banner.slider_inactive .flex-direction-nav {
  display: none !important;
}

/* ========================================================================== *\
	@group FlexSlider
\* ========================================================================== */
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* Browser Resets */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Base Styles */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ===[ FlexSlider Custom Theme ]=== */
.flexslider {
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
  overflow: hidden;
  /* Add overflow: hidden */
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 33px;
  height: 43px;
  margin: -22px 0 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  background-color: #00c4f5;
  text-indent: -99em !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
}

.flexslider:hover .flex-direction-nav a {
  opacity: 0.9;
}

.flexslider:hover .flex-direction-nav a:hover {
  opacity: 1;
}

.flexslider:hover .flex-prev {
  left: 0;
}

.flexslider:hover .flex-next {
  right: 0;
}

.flexslider:hover .flex-prev:hover {
  left: -5px;
}

.flexslider:hover .flex-next:hover {
  right: -5px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  cursor: default;
}

.flex-direction-nav a::after {
  content: '';
  display: block;
  width: 13px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
}

.flex-direction-nav .flex-prev::after {
  background-position: 0 0;
  margin: 10px 12px 10px 8px;
}

.flex-direction-nav .flex-next::after {
  background-position: -100px 0;
  margin: 10px 8px 10px 12px;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -44px;
  line-height: 40px;
  text-align: center;
  z-index: 99;
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}

.flex-control-paging li a {
  display: block;
  width: 9px;
  height: 9px;
  background: transparent;
  border: 2px solid #bbbbbb;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  border-color: #00c4f5;
}

.flex-control-paging li a.flex-active {
  background: #00c4f5;
  border-color: #00c4f5;
  cursor: default;
}

/* Caption */
.flex-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  margin: 0;
  z-index: 999;
}
.flex-caption span {
  display: inline-block;
  max-width: 1140px;
  padding: 0.4375em 0.875em;
  color: #f4f4f4;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  text-shadow: 0 0 20px black, 0 1px 2px black;
}
.flex-caption span:empty {
  visibility: hidden;
}

/* Responsive */
@media screen and (max-width: 75.625em) {
  .flex-direction-nav a {
    opacity: 1 !important;
  }

  .flex-direction-nav .flex-prev {
    left: 0;
  }

  .flex-direction-nav .flex-next {
    right: 0;
  }

  .flex-caption {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 48em) {
  .flex-caption {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 30em) {
  .flex-caption {
    display: none;
  }
}
/* ========================================================================== *\
	@group Portfolio Grid
\* ========================================================================== */
#portfolio_index {
  padding-bottom: 40px;
}
.no_slider #portfolio_index {
  padding-top: 40px;
}
#portfolio_index .portfolio_inner {
  overflow: hidden;
}
#portfolio_index .grid_wrap {
  margin-left: -1px;
}
#portfolio_index .grid_sizer {
  width: 100%;
}
#portfolio_index .grid_block {
  width: 100%;
  position: relative;
  float: left;
  padding: 0 0 1px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio_index .portfolio_item {
  display: block;
  position: relative;
  background-color: whitesmoke;
  overflow: hidden;
}
#portfolio_index .canvas,
#portfolio_index .thumbnail {
  overflow: hidden;
}
#portfolio_index .canvas img,
#portfolio_index .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
#portfolio_index.grid-layout--default .portfolio_item {
  padding-top: 75%;
}
#portfolio_index.grid-layout--default .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#portfolio_index.grid-layout--default .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
#portfolio_index.grid-layout--masonry .is_text .thumbnail,
#portfolio_index.grid-layout--masonry .is_quote .thumbnail,
#portfolio_index.grid-layout--masonry .is_chat .thumbnail,
#portfolio_index.grid-layout--masonry .is_link .thumbnail,
#portfolio_index.grid-layout--masonry .is_answer .thumbnail {
  min-height: 160px;
}
#portfolio_index .overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 100;
}
#portfolio_index .overlay .canvas,
#portfolio_index .overlay .tint,
#portfolio_index .overlay .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#portfolio_index .overlay .canvas {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#portfolio_index .overlay .tint {
  opacity: 0.9;
  z-index: 2;
}
#portfolio_index .overlay .info {
  z-index: 3;
}
#portfolio_index .overlay .icons {
  display: block;
  width: 90%;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  z-index: 3;
}
#portfolio_index .overlay .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 0;
  line-height: 0;
}
#portfolio_index .overlay .icon.plus {
  background-position: 0 -200px;
}
#portfolio_index .overlay .icon.zoom {
  background-position: -600px -200px;
}
.touch #portfolio_index .overlay .icon.zoom {
  display: none;
}
#portfolio_index .overlay .icons.closer-together .icon {
  margin: 0 -5px;
}
#portfolio_index .overlay .title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  background-color: whitesmoke;
  z-index: 4;
}
#portfolio_index .overlay .title h1, #portfolio_index .overlay .title h2, #portfolio_index .overlay .title h3 {
  margin: 0;
  padding: 5px;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#portfolio_index .overlay .content {
  z-index: 90;
}
.no-touch #portfolio_index .overlay .icons {
  opacity: 0;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
.no-touch #portfolio_index .grid_block:hover .overlay {
  opacity: 1;
}
.no-touch #portfolio_index .grid_block:hover .overlay .icons {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#portfolio_index.inset_titles .overlay .title {
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 3px;
  opacity: 0.8;
}
#portfolio_index .tumblr_buttons {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  z-index: 200;
}
#portfolio_index .tumblr_buttons .button {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 5px 5px 0;
  vertical-align: top;
  overflow: hidden;
}
#portfolio_index .tumblr_buttons:empty {
  display: none;
}
#portfolio_index .like_button,
#portfolio_index .reblog_button {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#portfolio_index .grid_block:hover .tumblr_buttons {
  opacity: 1;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.touch #portfolio_index .tumblr_buttons {
  opacity: 1;
}
#portfolio_index .lb-btn-touch {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  background: transparent;
  background-position: -800px -200px;
  padding: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  overflow: hidden;
  z-index: 200;
}
#portfolio_index .lb-btn-touch:focus {
  outline: none;
}
.touch #portfolio_index .lb-btn-touch {
  display: block;
}
#portfolio_index .grid_block.loading .lb-btn-touch {
  opacity: 0;
}

/* ===[ Transitions ]=== */
.js.csstransforms3d #portfolio_index .portfolio_item {
  -webkit-transition: all 400ms ease 100ms;
  transition: all 400ms ease 100ms;
}
.js.csstransforms3d #portfolio_index .loading .portfolio_item,
.js.csstransforms3d #portfolio_index .portfolio_item.loading {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0) scale(0.9);
  transform: translate3d(0, 40px, 0) scale(0.9);
}

/* ========================================================================== *\
    @group Portfolio Grid Icons and Colors
\* ========================================================================== */
#portfolio_index .icon.post_type {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0.4;
  z-index: 2;
}
#portfolio_index .content {
  padding: 40px 0 0 40px;
  overflow: hidden;
}
#portfolio_index .description {
  width: 125%;
  position: relative;
  margin: 0;
  padding: 0 40px 0 0;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
  color: whitesmoke;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio_index .is_text::before,
#portfolio_index .is_quote::before,
#portfolio_index .is_chat::before,
#portfolio_index .is_link::before,
#portfolio_index .is_answer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center -700px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
#portfolio_index .is_text .thumbnail::after,
#portfolio_index .is_quote .thumbnail::after,
#portfolio_index .is_chat .thumbnail::after,
#portfolio_index .is_link .thumbnail::after,
#portfolio_index .is_answer .thumbnail::after {
  content: '';
  display: block;
  height: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#portfolio_index .is_text {
  background-color: #ff6b4b;
}
#portfolio_index .is_text .icon.post_type {
  background-position: 0 -400px;
}
#portfolio_index .is_text .overlay .tint {
  background-color: #ff6b4b;
}
#portfolio_index .is_text .title {
  color: #ff6b4b;
}
#portfolio_index .is_text .thumbnail::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 107, 75, 0)), to(#ff6b4b));
  background-image: -webkit-linear-gradient(rgba(255, 107, 75, 0), #ff6b4b);
  background-image: linear-gradient(rgba(255, 107, 75, 0), #ff6b4b);
}
#portfolio_index .is_quote {
  background-color: #0054b4;
}
#portfolio_index .is_quote .icon.post_type {
  background-position: -100px -400px;
}
#portfolio_index .is_quote .overlay .tint {
  background-color: #0054b4;
}
#portfolio_index .is_quote .title {
  color: #0054b4;
}
#portfolio_index .is_quote .thumbnail::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 180, 0)), to(#0054b4));
  background-image: -webkit-linear-gradient(rgba(0, 84, 180, 0), #0054b4);
  background-image: linear-gradient(rgba(0, 84, 180, 0), #0054b4);
}
#portfolio_index .is_quote blockquote {
  border: none;
}
#portfolio_index .is_quote blockquote p {
  margin: 0;
}
#portfolio_index .is_quote blockquote p::before {
  content: '\201C';
}
#portfolio_index .is_quote blockquote p::after {
  content: '\201D';
}
#portfolio_index .is_quote blockquote footer {
  margin-top: 20px;
  padding-bottom: 1em;
}
#portfolio_index .is_quote blockquote footer::before {
  content: '\2014';
}
#portfolio_index .is_chat {
  background-color: #ff78b2;
}
#portfolio_index .is_chat .icon.post_type {
  background-position: -200px -400px;
}
#portfolio_index .is_chat .overlay .tint {
  background-color: #ff78b2;
}
#portfolio_index .is_chat .title {
  color: #ff78b2;
}
#portfolio_index .is_chat .thumbnail::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 120, 178, 0)), to(#ff78b2));
  background-image: -webkit-linear-gradient(rgba(255, 120, 178, 0), #ff78b2);
  background-image: linear-gradient(rgba(255, 120, 178, 0), #ff78b2);
}
#portfolio_index .is_chat .conversation {
  width: 100%;
  padding: 0 10px 0 0;
  overflow: hidden;
}
#portfolio_index .is_chat .conversation li {
  display: block;
  width: 100%;
  height: 1.25em;
  position: relative;
  float: none;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
}
#portfolio_index .is_chat .conversation li strong {
  font-weight: inherit;
}
#portfolio_index .is_chat .conversation li li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.08);
}
#portfolio_index .is_link {
  background-color: #ff9933;
}
#portfolio_index .is_link .icon.post_type {
  background-position: -300px -400px;
}
#portfolio_index .is_link .overlay .tint {
  background-color: #ff9933;
}
#portfolio_index .is_link .title {
  color: #ff9933;
}
#portfolio_index .is_link .thumbnail::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 153, 51, 0)), to(#ff9933));
  background-image: -webkit-linear-gradient(rgba(255, 153, 51, 0), #ff9933);
  background-image: linear-gradient(rgba(255, 153, 51, 0), #ff9933);
}
#portfolio_index .is_answer {
  background-color: #707070;
}
#portfolio_index .is_answer .icon.post_type {
  background-position: -400px -400px;
}
#portfolio_index .is_answer .overlay .tint {
  background-color: #707070;
}
#portfolio_index .is_answer .title {
  color: #707070;
}
#portfolio_index .is_answer .thumbnail::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), to(#707070));
  background-image: -webkit-linear-gradient(rgba(112, 112, 112, 0), #707070);
  background-image: linear-gradient(rgba(112, 112, 112, 0), #707070);
}
#portfolio_index .is_answer blockquote {
  border: none;
}
#portfolio_index .is_answer .description p {
  margin: 0 0 1em 0;
}
#portfolio_index .is_answer .description p span {
  border-bottom: 1px solid white;
}
#portfolio_index .is_answer .description p.answer {
  font-style: italic;
}
#portfolio_index .is_photo .overlay .tint {
  background-color: #00c4f5;
}
#portfolio_index .is_photo .title {
  color: #00c4f5;
}
#portfolio_index .is_audio .overlay .icon.plus {
  background-position: -200px -200px;
}
#portfolio_index .is_audio .overlay .tint {
  background-color: #ff4c4c;
}
#portfolio_index .is_audio .title {
  color: #ff4c4c;
}
#portfolio_index .is_video .overlay .icon.plus {
  background-position: -400px -200px;
}
#portfolio_index .is_video .overlay .tint {
  background-color: #af65d7;
}
#portfolio_index .is_video .title {
  color: #af65d7;
}
#portfolio_index .no_gradient .thumbnail::after {
  display: none !important;
}

/* ===[ Non-clickable Blocks ]=== */
#portfolio_index .non_clickable_block .thumbnail::after {
  height: 20px !important;
}
#portfolio_index .non_clickable_block .content {
  padding: 40px 10px 0 40px !important;
}
#portfolio_index .non_clickable_block .icon.post_type {
  text-indent: -999em;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
#portfolio_index .non_clickable_block .icon.post_type:hover {
  opacity: 1;
}
#portfolio_index .non_clickable_block .description a {
  padding: 0 2px;
}
#portfolio_index .non_clickable_block .description a:link, #portfolio_index .non_clickable_block .description a:visited {
  color: whitesmoke;
  border-bottom: 1px solid whitesmoke;
}
#portfolio_index .non_clickable_block .description a:hover, #portfolio_index .non_clickable_block .description a:focus, #portfolio_index .non_clickable_block .description a:active {
  padding: 0 0.35em;
  background-color: whitesmoke;
}
#portfolio_index .non_clickable_block.is_text .description a:hover, #portfolio_index .non_clickable_block.is_text .description a:focus, #portfolio_index .non_clickable_block.is_text .description a:active {
  color: #ff6b4b;
}
#portfolio_index .non_clickable_block.is_link .description a:hover, #portfolio_index .non_clickable_block.is_link .description a:focus, #portfolio_index .non_clickable_block.is_link .description a:active {
  color: #ff9933;
}
#portfolio_index .non_clickable_block.is_quote .description a:hover, #portfolio_index .non_clickable_block.is_quote .description a:focus, #portfolio_index .non_clickable_block.is_quote .description a:active {
  color: #0054b4;
}
#portfolio_index .non_clickable_block.is_answer .description a:hover, #portfolio_index .non_clickable_block.is_answer .description a:focus, #portfolio_index .non_clickable_block.is_answer .description a:active {
  color: #707070;
}
#portfolio_index .non_clickable_block.is_link .content p {
  padding-bottom: 1em;
}
#portfolio_index .non_clickable_block:hover .content {
  -webkit-filter: none !important;
  filter: none !important;
}

/* ========================================================================== *\
	@group Permalinks
\* ========================================================================== */
.portfolio_single {
  padding-bottom: 40px;
}
.no_slider .portfolio_single {
  padding-top: 40px;
}
.portfolio_single .post_media {
  position: relative;
}
.portfolio_single .post_media .photo_single a,
.portfolio_single .post_media .photoset_grid a {
  border: none !important;
  background: transparent !important;
  padding: 0;
  -webkit-transition: none !important;
  transition: none !important;
}
.portfolio_single .post_media .photo_single a:hover,
.portfolio_single .post_media .photoset_grid a:hover {
  padding: inherit;
}
.portfolio_single .post_media img {
  display: block;
  width: 100%;
  height: auto;
}
.portfolio_single .photoset_slider {
  margin-bottom: 60px;
}
.portfolio_single .post_details,
.portfolio_single .post_content {
  margin: 40px auto;
}
.portfolio_single .post_details_blocks,
.portfolio_single .permalink_tumblr_buttons {
  display: inline-block;
  line-height: 30px;
  margin: 3px 0 2px;
}
.portfolio_single .post_details_blocks {
  text-transform: capitalize;
}
.portfolio_single .post_details_blocks > span {
  display: inline-block;
  margin-right: 15px;
  font-size: 0.875em;
  line-height: 1;
  vertical-align: middle;
}
.portfolio_single .post_details_blocks a {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  color: inherit !important;
}
.portfolio_single .post_details_blocks [class^="icon-"] {
  font-size: 16px;
  margin-right: 5px;
  opacity: 0.8;
  vertical-align: middle;
}
.portfolio_single .post_details_blocks .fb-comments-count,
.portfolio_single .post_details_blocks .fb_comments_count {
  margin: 0;
  font-size: inherit;
}
.portfolio_single .post_details_blocks .fb_comments_count::after {
  content: ' comments';
}
.portfolio_single .post_details .permalink_tumblr_buttons .tumblr_button {
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
}
.portfolio_single .post_details .permalink_tumblr_buttons .reblog_button,
.portfolio_single .post_details .permalink_tumblr_buttons .like_button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px !important;
  margin-right: 5px;
  background-color: #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.portfolio_single .post_details .permalink_tumblr_buttons .like_button iframe {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.portfolio_single .post_content img {
  max-width: 100%;
  height: auto;
}
.portfolio_single .post_meta {
  margin: 80px auto;
}
.portfolio_single .post_meta .tags {
  list-style-type: none;
  padding: 0;
  margin-left: -2px;
}
.portfolio_single .post_meta .tags a {
  display: block;
  float: left !important;
  margin: 2px;
  padding: 0.6em 1.2em !important;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  text-transform: lowercase;
  border: none;
  border-radius: 2px;
}
.portfolio_single .post_meta .tags a:link, .portfolio_single .post_meta .tags a:visited {
  color: whitesmoke;
  background-color: #97a0a8;
}
.portfolio_single .post_meta .tags a:hover, .portfolio_single .post_meta .tags a:focus, .portfolio_single .post_meta .tags a:active {
  color: whitesmoke;
  background-color: #00c4f5;
}
.portfolio_single.is_photo .prevent_upscaling img {
  width: auto;
  height: auto !important;
  max-width: 100%;
  margin: 0 auto;
}

/* Audio posts */
.portfolio_single.is_audio .post_media {
  background-color: #e4e4e4;
}
.portfolio_single.is_audio .post_media.is_embed {
  background: transparent;
}

.audio_player_wrapper {
  position: relative;
  padding: 15px;
}
.audio_player_wrapper .audio_player {
  width: 207px;
  height: 27px;
  overflow: hidden;
}
.audio_player_wrapper .playcount {
  display: none;
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 0.875em;
  font-style: italic;
  line-height: 27px;
}

.audio_embed {
  margin: 0 auto;
  overflow: hidden;
}

.soundcloud_audio_player {
  width: 100% !important;
  height: 116px !important;
}

.spotify_audio_player {
  width: 250px !important;
  height: 330px !important;
}

.id3_info {
  display: table;
}
.id3_info .row {
  display: table-row;
}
.id3_info .cell {
  display: table-cell;
  padding-right: 10px;
}

/* Video posts */
.js .video_wrapper.unprocessed {
  visibility: hidden;
}
.js .video_wrapper.processed a,
.js .video_wrapper.processed a img {
  width: 100% !important;
  height: auto !important;
  border: none;
}

/* Permalink headers */
.portfolio_single .perma_header {
  position: relative;
  padding: 20px;
  font-family: inherit;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.25;
  color: whitesmoke;
}
.portfolio_single .perma_header .icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.portfolio_single .perma_header h1 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  color: whitesmoke;
}
.portfolio_single .perma_header a:link, .portfolio_single .perma_header a:visited {
  color: whitesmoke !important;
  border-color: whitesmoke !important;
  background-color: transparent !important;
}
.portfolio_single .perma_header a:hover, .portfolio_single .perma_header a:active, .portfolio_single .perma_header a:focus {
  background-color: whitesmoke !important;
}
.portfolio_single.is_text .perma_header {
  background-color: #ff6b4b;
}
.portfolio_single.is_text .perma_header .icon {
  background-position: 0 -400px;
}
.portfolio_single.is_quote .perma_header {
  background-color: #0054b4;
}
.portfolio_single.is_quote .perma_header .icon {
  background-position: -100px -400px;
}
.portfolio_single.is_quote .perma_header blockquote {
  margin: 0;
  padding: 0;
  border: none;
  line-height: inherit;
}
.portfolio_single.is_quote .perma_header blockquote footer {
  font-size: 75%;
  margin-top: 20px;
}
.portfolio_single.is_quote .perma_header a:hover, .portfolio_single.is_quote .perma_header a:active, .portfolio_single.is_quote .perma_header a:focus {
  color: #0054b4 !important;
  border-color: whitesmoke !important;
}
.portfolio_single.is_chat .perma_header {
  background-color: #ff78b2;
}
.portfolio_single.is_chat .perma_header .icon {
  background-position: -200px -400px;
}
.portfolio_single.is_chat .conversation {
  display: table;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  list-style-type: none;
}
.portfolio_single.is_chat .conversation li {
  display: table-row;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.portfolio_single.is_chat .conversation li:last-child {
  border: none;
}
.portfolio_single.is_chat .conversation li strong,
.portfolio_single.is_chat .conversation li span {
  display: table-cell;
  padding: 0.5em 0 0.5em 10px;
}
.portfolio_single.is_chat .conversation li strong {
  width: 15%;
  opacity: 0.7;
}
.portfolio_single.is_link .perma_header {
  background-color: #ff9933;
}
.portfolio_single.is_link .perma_header .icon {
  background-position: -300px -400px;
}
.portfolio_single.is_link .perma_header.has_thumbnail {
  padding-right: 84px;
}
.portfolio_single.is_link .perma_header a:hover, .portfolio_single.is_link .perma_header a:active, .portfolio_single.is_link .perma_header a:focus {
  color: #ff9933 !important;
  border-color: whitesmoke !important;
}
.portfolio_single.is_link .perma_header .thumbnail {
  display: block;
  max-width: 64px;
  max-height: 64px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.13);
}
.portfolio_single.is_link .perma_header .thumbnail img {
  display: block;
  height: 100%;
  width: auto;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.portfolio_single.is_link .perma_header .thumbnail a {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: none !important;
  border-radius: 3px;
}
.portfolio_single.is_answer .perma_header {
  background-color: #707070;
}
.portfolio_single.is_answer .perma_header .icon {
  background-position: -400px -400px;
}
.portfolio_single.is_answer .perma_header a {
  margin: 0 0.15em;
}
.portfolio_single.is_answer .perma_header a:hover, .portfolio_single.is_answer .perma_header a:active, .portfolio_single.is_answer .perma_header a:focus {
  color: #707070 !important;
  border-color: whitesmoke !important;
}

/* Comments and notes */
#disqus_thread,
#post_notes {
  margin: 80px 0;
}

#disqus_thread a {
  color: #00c4f5;
  border-color: #00c4f5;
}

.notes {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.notes li {
  margin-bottom: 5px;
}
.notes .avatar_frame {
  display: inline-block;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin-right: 4px;
  vertical-align: top;
}
.notes .avatar_frame img {
  max-width: 24px;
  height: auto;
}

/* Permalink pagination */
.permalink_pagination--desktop {
  display: none;
}
.permalink_pagination--desktop a {
  display: block;
  width: 33px;
  height: 43px;
  position: fixed;
  top: 50%;
  margin-top: -22px;
  background-color: #00c4f5;
  cursor: pointer;
  opacity: 0.8;
  text-indent: -999em;
  z-index: 999;
}
.permalink_pagination--desktop a:hover {
  opacity: 1;
}
.permalink_pagination--desktop a::after {
  content: '';
  display: block;
  width: 13px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
}
.permalink_pagination--desktop .next_post {
  left: 0;
}
.permalink_pagination--desktop .next_post::after {
  margin: 10px 12px 10px 8px;
  background-position: 0 0;
}
.permalink_pagination--desktop .previous_post {
  right: 0;
}
.permalink_pagination--desktop .previous_post::after {
  margin: 10px 8px 10px 12px;
  background-position: -100px 0;
}

.permalink_pagination--mobile {
  margin: 80px 0 0;
  text-align: center;
}
.permalink_pagination--mobile a {
  display: inline-block;
  min-width: 140px;
  margin: 0 5px 5px 0;
  padding: 0.71429em 1.42857em;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  border: none !important;
  border-radius: 3px;
}
.permalink_pagination--mobile a:link, .permalink_pagination--mobile a:visited {
  color: whitesmoke;
  background-color: #97a0a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  -webkit-background-size: 100% 48%;
  background-size: 100% 48%;
  background-position: center 4em;
  background-repeat: no-repeat;
}
.permalink_pagination--mobile a:hover, .permalink_pagination--mobile a:focus, .permalink_pagination--mobile a:active {
  color: whitesmoke;
  background-color: #00c4f5;
  background-position: center bottom;
}

@media screen and (min-width: 75.625em) {
  .permalink_pagination--desktop {
    display: block;
  }
  .permalink_pagination--desktop a {
    width: 64px;
    height: 85px;
    margin-top: -42px;
  }
  .permalink_pagination--desktop a::after {
    width: 24px;
    height: 45px;
  }
  .permalink_pagination--desktop .next_post::after {
    margin: 20px 23px 20px 17px;
    background-position: -400px 0;
  }
  .permalink_pagination--desktop .previous_post::after {
    margin: 20px 17px 20px 23px;
    background-position: -500px 0;
  }

  .permalink_pagination--mobile {
    text-align: left;
  }
}
/* Touch-touch */
#galleryOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  z-index: 100000;
}
#galleryOverlay.visible {
  opacity: 1;
}

#gallerySlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
#gallerySlider .placeholder {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1px;
  text-align: center;
  background: url(http://static.tumblr.com/6nxvfxq/UhUmg187e/preloader.gif) no-repeat center;
}
#gallerySlider .placeholder::before {
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#gallerySlider .placeholder img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-box-shadow: black 0 4px 40px;
  box-shadow: black 0 4px 40px;
}
#gallerySlider.rightSpring {
  -webkit-animation: rightSpring 300ms;
  animation: rightSpring 300ms;
}
#gallerySlider.leftSpring {
  -webkit-animation: leftSpring 300ms;
  animation: leftSpring 300ms;
}

#galleryOverlay #prevArrow,
#galleryOverlay #nextArrow {
  width: 24px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.5;
  z-index: 999;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#galleryOverlay #prevArrow:hover,
#galleryOverlay #nextArrow:hover {
  opacity: 1;
}
#galleryOverlay #prevArrow .arrow,
#galleryOverlay #nextArrow .arrow {
  display: block;
  width: 24px;
  height: 45px;
  background-repeat: no-repeat;
}
#galleryOverlay #prevArrow {
  left: 0;
  padding: 20px 23px 20px 17px;
}
#galleryOverlay #prevArrow .arrow {
  background-position: -400px 0;
}
#galleryOverlay #nextArrow {
  right: 0;
  padding: 20px 17px 20px 23px;
}
#galleryOverlay #nextArrow .arrow {
  background-position: -500px 0;
}
#galleryOverlay #close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 20px;
  opacity: 0.5;
  z-index: 999;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#galleryOverlay #close:hover {
  opacity: 1;
}
#galleryOverlay #close .icon {
  display: block;
  width: 24px;
  height: 24px;
  background-position: -600px 0;
  background-repeat: no-repeat;
}
#galleryOverlay #galleryCaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  margin: 0;
  z-index: 999;
}
#galleryOverlay #galleryCaption span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f4f4f4;
  text-shadow: 0 0 20px black, 0 1px 2px black;
}
#galleryOverlay #galleryCaption span:empty {
  display: none;
}
#galleryOverlay #galleryCaption span.boxed {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.4375em 0.875em;
  border-radius: 3px;
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}
/* ========================================================================== *\
	@group Pagination
\* ========================================================================== */
#pagination {
  padding-bottom: 40px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.has_welcome_message #pagination {
  padding-bottom: 80px;
}
#pagination a,
#pagination .alert {
  display: inline-block;
  min-width: 190px;
  padding: 0.75em 1.5em;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 3px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#pagination .alert {
  color: #707070;
  background-color: #d8e4f0;
  cursor: default;
}
#pagination a:link, #pagination a:visited {
  color: whitesmoke;
  background-color: #97a0a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  -webkit-background-size: 100% 48%;
  background-size: 100% 48%;
  background-position: center 4em;
  background-repeat: no-repeat;
}
#pagination a:hover, #pagination a:active, #pagination a:focus, #pagination a.loading {
  color: whitesmoke;
  background-color: #00c4f5;
  background-position: center bottom;
}
#pagination a.loading {
  pointer-events: none;
}
.endless_scroll #pagination a.load_more_btn:link, .endless_scroll #pagination a.load_more_btn:visited, .endless_scroll #pagination a.load_more_btn:hover, .endless_scroll #pagination a.load_more_btn:active, .endless_scroll #pagination a.load_more_btn:focus {
  color: #707070;
  background-color: #d8e4f0;
  background-position: center 4em;
  cursor: default;
}
.endless_scroll #pagination a.load_more_btn.loading {
  color: whitesmoke;
  background-color: #00c4f5;
  background-position: center bottom;
}
#pagination .dots {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
}
#pagination .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -4px 3px 0;
  background-color: #707070;
  border-radius: 50%;
  opacity: 0.8;
  vertical-align: middle;
}

/* ========================================================================== *\
	@group Footer
\* ========================================================================== */
#site_footer .inner {
  overflow: hidden;
}

#outgoing,
#outgoing .inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.13)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.13));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.13));
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 25px;
  background-size: 100% 25px;
}
.no-cssgradients #outgoing, .no-cssgradients
#outgoing .inner {
  background-image: url(http://static.tumblr.com/6nxvfxq/PPymgkn9v/footer_gradient.png);
  background-repeat: repeat-x;
  -webkit-background-size: auto;
  background-size: auto;
}

#outgoing .inner {
  min-height: 40px;
  border-top: 4px solid #00c4f5;
  background-color: #4b4f53;
}

#content_info .inner {
  background-color: #4b4f53;
}
#content_info .footer_left,
#content_info .footer_right,
#content_info .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content_info .column {
  width: 100%;
}
#content_info .widget {
  position: relative;
  padding: 0 20px 20px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.5;
  color: #a2a3a4;
}
#content_info .widget_heading {
  font-size: 27px;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0;
  text-transform: uppercase;
  color: #a2a3a4;
}
#content_info .widget_content {
  position: relative;
}
#content_info .widget.last-child {
  margin-bottom: 0;
}
#content_info .widget::before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: -28px;
  right: 20px;
  left: 20px;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -2px 0 rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -2px 0 rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.1);
}
#content_info .widget b,
#content_info .widget strong {
  font-weight: bold;
}
#content_info .widget em,
#content_info .widget i {
  font-style: normal;
  color: #898a8b;
}
#content_info .widget a:link, #content_info .widget a:visited {
  color: #00c4f5;
  border-bottom: 1px solid #00c4f5;
  background-color: #4b4f53;
}
#content_info .widget a:hover, #content_info .widget a:active, #content_info .widget a:focus {
  padding: 0 0.4em;
  color: #0aceff;
  border-bottom: 1px solid #00a3cc;
  background-color: #44474b;
}
#content_info .widget p,
#content_info .widget ol,
#content_info .widget ul,
#content_info .widget dl {
  padding: 0;
  margin: 0 0 20px 0;
}
#content_info #tweets {
  clear: both;
  padding-bottom: 20px;
  z-index: 3;
}
#content_info .footer_right {
  position: relative;
  z-index: 4;
}
#content_info .first_column .widget::before {
  display: none;
}

#footer_bottom .inner {
  padding: 10px 0;
  background-color: #373b3e;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
#footer_bottom .copyright,
#footer_bottom .credits {
  padding: 0;
  margin: 0 20px;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: #707375;
}
#footer_bottom .copyright a:link, #footer_bottom .copyright a:visited,
#footer_bottom .credits a:link,
#footer_bottom .credits a:visited {
  color: #707375;
}
#footer_bottom .copyright a:hover, #footer_bottom .copyright a:active, #footer_bottom .copyright a:focus,
#footer_bottom .credits a:hover,
#footer_bottom .credits a:active,
#footer_bottom .credits a:focus {
  color: #a4a6a8;
}

/* ===[ Footer Outgoing/social Links ]=== */
#outgoing_links {
  margin: 0;
  padding: 12px 20px;
  list-style-type: none;
  text-align: center;
}
#outgoing_links li {
  display: inline-block;
  margin: 0 -2px;
}
#outgoing_links a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border: none !important;
  text-indent: -999em;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
#outgoing_links .behance a {
  background-position: -80px -500px;
}
#outgoing_links .behance a:hover {
  background-position: -80px -540px;
}
#outgoing_links .blogger a {
  background-position: -120px -500px;
}
#outgoing_links .blogger a:hover {
  background-position: -120px -540px;
}
#outgoing_links .deviantart a {
  background-position: -160px -500px;
}
#outgoing_links .deviantart a:hover {
  background-position: -160px -540px;
}
#outgoing_links .dribbble a {
  background-position: -240px -500px;
}
#outgoing_links .dribbble a:hover {
  background-position: -240px -540px;
}
#outgoing_links .facebook a {
  background-position: -280px -500px;
}
#outgoing_links .facebook a:hover {
  background-position: -280px -540px;
}
#outgoing_links .flickr a {
  background-position: -320px -500px;
}
#outgoing_links .flickr a:hover {
  background-position: -320px -540px;
}
#outgoing_links .googleplus a {
  background-position: -400px -500px;
}
#outgoing_links .googleplus a:hover {
  background-position: -400px -540px;
}
#outgoing_links .instagram a {
  background-position: -440px -500px;
}
#outgoing_links .instagram a:hover {
  background-position: -440px -540px;
}
#outgoing_links .lastfm a {
  background-position: -480px -500px;
}
#outgoing_links .lastfm a:hover {
  background-position: -480px -540px;
}
#outgoing_links .linkedin a {
  background-position: -520px -500px;
}
#outgoing_links .linkedin a:hover {
  background-position: -520px -540px;
}
#outgoing_links .myspace a {
  background-position: -560px -500px;
}
#outgoing_links .myspace a:hover {
  background-position: -560px -540px;
}
#outgoing_links .picasa a {
  background-position: -640px -500px;
}
#outgoing_links .picasa a:hover {
  background-position: -640px -540px;
}
#outgoing_links .pinterest a {
  background-position: -680px -500px;
}
#outgoing_links .pinterest a:hover {
  background-position: -680px -540px;
}
#outgoing_links .soundcloud a {
  background-position: -840px -500px;
}
#outgoing_links .soundcloud a:hover {
  background-position: -840px -540px;
}
#outgoing_links .twitter a {
  background-position: -960px -500px;
}
#outgoing_links .twitter a:hover {
  background-position: -960px -540px;
}
#outgoing_links .vimeo a {
  background-position: -1000px -500px;
}
#outgoing_links .vimeo a:hover {
  background-position: -1000px -540px;
}
#outgoing_links .youtube a {
  background-position: -1080px -500px;
}
#outgoing_links .youtube a:hover {
  background-position: -1080px -540px;
}
#outgoing_links .quora a {
  background-position: -1120px -500px;
}
#outgoing_links .quora a:hover {
  background-position: -1120px -540px;
}
#outgoing_links .fivehundreed a {
  background-position: -1160px -500px;
}
#outgoing_links .fivehundreed a:hover {
  background-position: -1160px -540px;
}
#outgoing_links .societysix a {
  background-position: -1200px -500px;
}
#outgoing_links .societysix a:hover {
  background-position: -1200px -540px;
}
#outgoing_links .reddit a {
  background-position: -1240px -500px;
}
#outgoing_links .reddit a:hover {
  background-position: -1240px -540px;
}
#outgoing_links .spotify a {
  background-position: -1280px -500px;
}
#outgoing_links .spotify a:hover {
  background-position: -1280px -540px;
}
#outgoing_links .rdio a {
  background-position: -1320px -500px;
}
#outgoing_links .rdio a:hover {
  background-position: -1320px -540px;
}
#outgoing_links .email a {
  background-position: -1360px -500px;
}
#outgoing_links .email a:hover {
  background-position: -1360px -540px;
}
#outgoing_links .etsy a {
  background-position: -1400px -500px;
}
#outgoing_links .etsy a:hover {
  background-position: -1400px -540px;
}
#outgoing_links .shop a {
  background-position: -1440px -500px;
}
#outgoing_links .shop a:hover {
  background-position: -1440px -540px;
}
#outgoing_links .artstation a {
  background-position: -1480px -500px;
}
#outgoing_links .artstation a:hover {
  background-position: -1480px -540px;
}
#outgoing_links .bandcamp a {
  background-position: -1520px -500px;
}
#outgoing_links .bandcamp a:hover {
  background-position: -1520px -540px;
}
#outgoing_links .vine a {
  background-position: -1560px -500px;
}
#outgoing_links .vine a:hover {
  background-position: -1560px -540px;
}

/* ========================================================================== *\
	@group Widgets
\* ========================================================================== */
/* About widget */
#content_info .widget_about .blogger_portrait {
  width: 90px;
  display: inline-block;
  float: left;
}
#content_info .widget_about .blogger_portrait a {
  display: block;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
#content_info .widget_about .blogger_portrait a:hover {
  opacity: 0.7;
}
#content_info .widget_about .blogger_portrait img {
  display: block;
  width: 100%;
  height: auto;
}
#content_info .widget_about .image_frame {
  display: inline-block;
  margin: 0 20px 10px -20px;
  padding: 0 4px 4px 0;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Navigation widget */
#content_info .widget_navi ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style-type: none;
}
#content_info .widget_navi li {
  display: inline-block;
}
#content_info .widget_navi li::after {
  content: "//";
  letter-spacing: -4px;
  margin: 0 8px 0 10px;
}
#content_info .widget_navi li:last-child::after {
  display: none;
}

/* Twitter widget */
#content_info .widget_twitter {
  position: relative;
}
#content_info .widget_twitter .tweet_list {
  padding: 0;
  margin: 0 0 1em 0;
  list-style-type: none;
  overflow: hidden;
}
#content_info .widget_twitter .tweet_list li {
  display: block;
  position: relative;
}
#content_info .widget_twitter .tweet_list li [class*="icon-"] {
  display: none;
}
.js #content_info .widget_twitter .tweet_list li {
  display: none;
}
.js #content_info .widget_twitter .tweet_list li:first-child {
  display: block;
}
#content_info .widget_twitter .tweet_control_nav {
  display: none;
  position: relative;
}
#content_info .widget_twitter .tweet_control_nav .previous_tweet,
#content_info .widget_twitter .tweet_control_nav .next_tweet {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  padding: 0 !important;
  border: none !important;
  text-indent: -999em;
  overflow: hidden;
  background-color: #4b4f53;
  z-index: 2;
}
#content_info .widget_twitter .tweet_control_nav .previous_tweet:hover,
#content_info .widget_twitter .tweet_control_nav .next_tweet:hover {
  background-color: #44474b;
}
#content_info .widget_twitter .tweet_control_nav .previous_tweet .icon,
#content_info .widget_twitter .tweet_control_nav .next_tweet .icon {
  display: block;
  width: 18px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 13px 21px;
  opacity: 0.4;
}
#content_info .widget_twitter .tweet_control_nav .previous_tweet {
  left: 0;
}
#content_info .widget_twitter .tweet_control_nav .previous_tweet .icon {
  background-position: -200px 0;
}
#content_info .widget_twitter .tweet_control_nav .previous_tweet:hover .icon {
  left: -2px;
}
#content_info .widget_twitter .tweet_control_nav .next_tweet {
  right: 0;
}
#content_info .widget_twitter .tweet_control_nav .next_tweet::after {
  content: '';
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.13)));
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.13));
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.13));
  background-repeat: no-repeat;
}
.no-cssgradients #content_info .widget_twitter .tweet_control_nav .next_tweet::after {
  background: transparent url(http://static.tumblr.com/6nxvfxq/97Lmgknc9/shadow_vertical.png) repeat-y right;
}
#content_info .widget_twitter .tweet_control_nav .next_tweet .icon {
  background-position: -300px 0;
}
#content_info .widget_twitter .tweet_control_nav .next_tweet:hover .icon {
  left: 2px;
}

#content_info #tweets.fullwidth .widget_twitter .tweet_control_nav .next_tweet::after {
  display: none;
}

/* Photostreams */
#content_info .image_feed li {
  display: block;
  width: 33.33%;
  max-width: 120px;
  float: left;
  list-style-type: none;
}
#content_info .image_feed .feed_item {
  display: block;
  margin: 0 1px 1px 0;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
#content_info .image_feed .feed_item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#content_info .image_feed .feed_item:hover img {
  opacity: 0.7;
}
#content_info .image_feed.alt_styling {
  margin: 0 0 10px 0 !important;
}
#content_info .image_feed.alt_styling .feed_item {
  margin: 0 10px 10px 0;
  padding: 0 4px 4px 0 !important;
  background: rgba(0, 0, 0, 0.1) !important;
}

/* ========================================================================== *\
	@group Helper Classes
\* ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ========================================================================== *\
	@group Print Styles
\* ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }
}
