/*
 * Globals
 */

body {
  font-family: "Helvetica Neue", "Helvetica", Georgia, "Times New Roman", Times, serif;
  color: #444; 
  background-color:#213f52;
  font-size: 16px;
}

.container-fluid {
  margin:0;
}

.clear {
  clear: both;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1000x;
  }
}

.site-header {
  max-width:1100px;
  margin:30px auto;
  padding:30px 0 30px 0;
}

/*
 * Main Typography
 */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

a {
  color:#2175bc;
  transition: all 0.2s ease;
}

a:hover, a:focus {
  text-decoration: none;
  opacity: 0.7;
}

blockquote {
  font-size:15px;
  border-left: 3px solid rgba(0,0,0,0.1);
  padding: 0px 20px;
}

.slash {
  font-size:14px;
  color:rgba(0,0,0,0.2);
}

/*
 * Notes Styles
 */

.notecontainer {
  margin:20px 0 0 0;
}

.notes {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.notes li {
  margin:0 0 10px 0;
}

.notes li a img {
  margin:0 10px 0 0;
}

.avatar_frame {
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: center
}

.avatar_frame img {
    vertical-align: top
}

.avatar_frame:before {
    background: #708f98;
    content: "";
    left: 0;
    top: 0;
    width:35px;
    height:35px;
}

.avatar_frame:after {
    display: inline-block;
    font-family: "icomoon";
    line-height: 1em;
    text-align: center;
    vertical-align: baseline;
    width: 1em;
    height: 1em;
    content: "\e601";
    font-size: 14px;
    left: calc(50% - 5px);
    margin: -5px 0 0 -0.5em;
    top: 50%;
}

.reblog .avatar_frame:after {
    content: "\e602"
}

.notes blockquote, .notes .action, .notes .clear {
    display: none
}

.notes>li {
    float: left
}

.avatar_frame, .notes>li {
    height: 30px
}

.avatar_frame:before, .avatar_frame img {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    max-width:35px;
}

.avatar_frame:before, .avatar_frame img {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    max-width:35px;
}

.avatar_frame:before, .avatar_frame:after {
    position: absolute;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.avatar_frame:hover:before, .avatar_frame:hover:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.more_notes_link {
  display:block;
  font-size:0.8em;
  border-radius: 3px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.2);
  margin:5px 0px 10px 0;
  padding:4px 6px 4px 6px;
}

/*
 * Following and Likes Styles
 */

.following {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.following li {
  margin:0 0 10px 0;
  font-size:0.9em;
}

.following li img {
  margin:-5px 10px 0 0;
}

.following li a {
  margin:2px 0 0 0;
}

#likes {
  list-style:none;
  margin:0;
  padding:0;
  font-size: 14px;
}

#likes li {
  font-size: 0.9em;
  opacity:1;
  display:inline-block;
  width:25%;
  padding:15px;
  float:center;
  background:rgba(255,255,255,0.8);
  border-radius:3px;
  margin:0 1% 20px 1%;
  min-width: 300px;
}

/*
 * Widgets
 */

 .widget {
  text-align:center;
  background:#dfdfdf;
  padding:30px 0 30px 0;           
  display:none;
}

.widget h4 {
  text-align: center;
  background:rgba(0,0,0,0.05);
  border-bottom:3px solid rgba(0,0,0,0.05);
  border-radius:3px;
  margin:0 20px 30px 20px;
  padding:10px;
  display:inline-block;
}

/*
 * Text Widget Styles
 */

#text-widget {
  display:block;
  width:900px;
  max-width:80%;
  margin:0 auto;
}

/*
 * Dribbble Styles
 */

#dribbble {
}

#dribbble p {
}

#dribbble ul {
  list-style: none;
  padding: 0;
}

#dribbble ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#dribbble ul li img {
  width: 20%;
  margin:0 1% 20px 1%;
  margin-bottom:10px;
  max-width: 200px;
}

/*
 * Flickr Styles
 */

.flickr_badge_image {
  margin:0px;
  display:inline;
}

.flickr_badge_image img {
  border: 0;
  margin: 0 1% 20px 1%;
  width: 14%;
  height:auto;
}

/*
 * Instagram Styles
 */

#instafeed a {
  display: inline;
  margin: 0;
  padding: 0;
}

#instafeed a img {
  width: 14%;
  margin: 0 1% 20px 1%;
  max-width:180px;
}

/* Navigation links */

.navbar {
  background:#fff;
  height:auto;
  padding:25px 10px 13px 10px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  margin: 0 -15px 0 -15px;
  border-radius: 0;
}

.navbar.affix {
  position: fixed;
  top:0;
  width:100%;
  z-index:1;
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1), transparent 0 0 0;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1), transparent 0 0 0;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1), transparent 0 0 0; 
}

.navbar.affix~.row.blog {
  margin-top:73px;
}

.navbar a {
  margin:0 12px 12px 12px;
  text-transform:uppercase;
  font-weight:bold;
  display: inline-block;
}

.navbar a:hover {
  cursor: pointer;
}

.social-icons {
  font-size: 0.8em;
}

.social-icons a {
  background:#fff;
  margin:0 10px 0 0;
  padding:7px;
  border-radius:20px;
}

.navbar .icon-search {
  font-size:0.8em;
}

.tag-menu-enclosure {
  position:relative;
  display:inline-block;
}

.dropdown-menu {
  border:0;
  border-radius: 0;
  box-shadow:none;
  margin:0 0 0 10px;
  padding:0;
}

.dropdown-menu li a {
  margin:0;
  padding:7px 7px;
  border:0;
  font-size:0.8em;
  font-weight:bold;
}


/*
 * Blog name and description
 */

.blog-title {
  font-size: 2.5em;
  padding:20px 40px 20px 40px;
  font-weight: bold;
  margin:0px 0 50px 0;
  display:inline-block;
  border-radius:3px;
}
.blog-description {
  font-weight: bold;
  font-size:1.4em;
  line-height: 1.4em;
  max-width:800px;
  margin:0px auto 30px auto;
  opacity:0.8;
}
.sidebar-module .blog-description {
  margin-bottom: 0px;
}

/*
 * Avatar or Logo Style
 */

#avatar img {
  width:100px;
  margin:0px auto 50px auto;
}

#avatar img.circle {
  border-radius: 64px;
}

#logo img {
  margin:0px auto 50px auto;
}

/*
 * Main column and sidebar layout
 */

.blog-header {
  padding: 120px 0 50px 0;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height:450px;
  background-size: cover;
}

.blog-header.with-description {
  padding: 80px 0 50px 0;
}

#slideshow {
  padding: 70px 0 50px 0;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height:450px;
}

.blog-main {
  font-size: 15px;
  line-height: 1.5;
}

.blog-sidebar {
  font-size: 15px;
  padding:0 !important;
  -webkit-transform:translateZ(1px);
  -moz-transform:translateZ(1px);
  -o-transform:translateZ(1px);
  transform:translateZ(1px);
}

.sidebar-content {
  padding:30px;
}

/* Slideshow */

#slideshow {
    padding:0;
    margin:0;
    width:100%;
    height:450px;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}

#slideshow div {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:white;
  background-size:cover;
}

#slideshow div.active {
  z-index:3
}

/* 
In-post copy and images
*/

.copy p {
  margin:15px 0 15px 0;
}

.copy img {
  max-width: 100%;
  height:auto !important;
}

.copy iframe {
  max-width: 100%;
  margin-bottom: 20px;
}

/* Tags and Meta Details */

.blog-posts.index .blog-post-content.photo .permalink {
  position:absolute;
  width:80%;
  min-width:300px;
  height:100px;
  top:calc(50% - 50px);
  left:calc(10%);
}

.permalink .tags, .permalink .source-link, .permalink .read_more_container a {
  background:rgba(0,0,0,0.05);
  text-transform:uppercase;
  font-weight:bold;
  border-radius:3px;
  padding:4px 8px 4px 8px;
  display:inline-block;
  margin: 0 10px 10px 0;
  font-size:.9em;
}

.blog-posts.index .blog-post-content.photo .permalink .tags, .blog-posts.index .blog-post-content.photo .permalink .source-link, .blog-posts.index .blog-post-content.photo .permalink .read_more_container a {
  background:#000;
  color:#fff;
}

.read_more_container a {
  border:0;
  padding:6px 10px 6px 10px;
  margin:20px 0 0px 0;
  display:inline-block;
}

.permalink .tags a {
  margin:0 5px 0 5px;
}

.hidemeta .source-link, .hidemeta .tags, .hidemeta.copy {
  display: none;
}

/* Search Box */

.search-overlay {
  display:none;
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  z-index:1050;
  padding-top:25%;
  padding-left: calc((100%/2)-150px);
  text-align:center;
  font-size:1.3em;
}

.search-overlay-close {
  color:#ffffff;
}

.search-overlay-close:hover {
  cursor:pointer;
  opacity:0.7;
  color:#ffffff;
}

.form-control {
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius:3px;
  border: 0;
  background-color: rgba(255,255,255,0.3);
  margin:0 auto;
  color:#fff;
  transition:background-color 0.2s linear;
  width:300px;
  height:70px;
  font-size:1.3em;

}

.form-control:active, .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: rgba(255,255,255,0.5);
  color:#fff;
}

.form-control::-webkit-input-placeholder {
  color:#fff;
}

::-webkit-input-placeholder::before { font-family: icomoon; content:'\e613'; opacity:0.3;  }
::-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* firefox 19+ */
:-ms-input-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* ie */
input:-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  }

/* Tweets */

#tweets {
  text-align: center;
}

#tweets .tweet {
  font-size: 0.9em;
  opacity:1;
  display:inline-block;
  width:25%;
  padding:15px;
  float:center;
  background:rgba(255,255,255,0.8);
  border-radius:3px;
  margin:0 1% 20px 1%;
  min-width: 300px;
}

/* Likes, Shares & Reblogs */

.like-reblog-buttons {
  margin:20px 0;
  width:102px;
  height:20px;
}
.blog-posts.index .blog-post-content.photo .like-reblog-buttons {
  margin:20px auto;
}
.share-button, .reblog-button, .permalink-button a {
  width:15px;
  height: 15px;
}
.like-button {
  max-width:15px;
  max-height: 15px;
}
.social-share-widget-enclosure, .like-button, .reblog-button, .permalink-button a {
  float:left;
  margin-right: 10px;
  line-height: 24px;
  font-size: 14px;
  color:#ccc !important;
}
.permalink-button .icon-search::before {
  color:#ccc !important;
}
.blog-posts.index .blog-post-content.photo .share-button, .blog-posts.index .blog-post-content.photo .like-button, .blog-posts.index .blog-post-content.photo .reblog-button, .blog-posts.index .blog-post-content.photo .permalink-button a {
  color:#ccc !important;
}
.share-button, .permalink-button a {
  margin-top:-1px;
}
.permalink-button a {
  font-size: 15px;
}
.like-button {
  transition:opacity 0.2s linear;
}
.like-button:hover, .share-button:hover {
  cursor: pointer;
}
.icon-share:before, .permalink-button a {
  color:#ccc;
}
.icon-share:hover:before, .permalink-button a:hover {
  cursor: pointer;
}

/* Share Widget */

.social-share-widget-enclosure {
  position:relative;
  display:inline-block;
  margin:-2px 0 0 0;
  padding:0;
}

.social-share-widget {
  list-style:none;
  padding:6px 4px;
  width:172px;
  margin:0;
  height:42px;
  background:#e9e9e9;
  border-radius: 2px;
  left:-75px;
  top:-45px;
  box-shadow: none;
  border:0;
}

.social-share-widget li {
  float:left;
}

.social-share-widget li a {
  height:auto;
  margin-right:2px;
  margin-left:2px;
  padding:2px 9px;
  background-color:rgba(255, 255, 255, 1);
  border:1px solid #dcdcdc;
  border-radius:2px;
  font-size:14px;
  text-align:center;
}

.social-share-widget [class^="icon-"],
.social-share-widget [class^="icon-"]:hover,
.social-share-widget [class*=" icon-"],
.social-share-widget [class*=" icon-"]:hover {
  color:#bebebe;
  margin:0;
}

.social-link {
  display:none;
}

/* Pagination */

.pager, .daypager {
  text-align: center;
  margin:0 0 20px 0;
  padding:0px 30px 20px 30px;
  font-size:0.9em;
  list-style: none !important;
}
.pager > li > a, .daypager > li > a {
  width: 130px;
  border:0;
  text-align: center;
  background:rgba(0,0,0,0.05);
  border-bottom:3px solid rgba(0,0,0,0.05);
  border-radius:3px;
  margin:0 20px 0px 20px;
  padding:10px
}
.pager > li > a:hover, .daypager > li > a:hover {
  background:rgba(0,0,0,0.04);
}
.pager > li > a span.icon-arrow-left, .pager > li > a span.icon-arrow-right, .daypager > li > a span.icon-arrow-left, .daypager > li > a span.icon-arrow-right {
  font-size: 0.9em;
  margin:0 5px 0 5px;
}

/*
 * Blog posts
 */ 

.blog-posts {
  margin:30px 30px 50px 30px;
  display: none;
}

@media screen and (max-width:767px) {
  .blog-posts {
    margin:30px 10px 50px 10px;
  }
}

.blog-post {
  border:0;
  width:100%;
  max-width:800px;
  margin:0 auto 20px auto;
}

.blog-posts.post-page .blog-post {
  margin:0 auto;
  padding:30px;
  background:#fff;
}

.blog-post-content {
  padding: 30px;
  position:relative;
}

.blog-posts.index .blog-post-content {
  border-bottom-color: rgba(0,0,0,0.1);
  border-bottom-style: solid;
}

.blog-posts.index .blog-post-content.photo {
  padding: 0;
  border-bottom:0px;
}

.blog-posts.index .blog-post-content.photo .overlay {
  width:100%; 
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  padding:20px;
  background-color:rgba(0,0,0,0.75);
  color:#fff;
  visibility:hidden;
  opacity:0;  
  text-align:center;
  transition:visibility 0s linear 0.1s,opacity 0.1s linear;
}
.blog-posts.index .blog-post-content.photo .overlay .caption {
  display:none;
}
.blog-posts.index .blog-post-content.photo:hover .overlay {
  visibility:visible;
  display:block !important;
  opacity:1;
  transition-delay:0s;
  cursor: pointer;
}

.blog-post-title {
  margin-top:0;
  margin-bottom: 0.5em;
  font-size: 1.8em;
}

.blog-posts.post-page .blog-post .caption {
  margin: 40px 0 20px 0;
}

.blog-posts.post-page .blog-post .permalink {
  border-bottom:1px solid #f0f0f0;
  padding:0 0 40px 0;
  margin:0 0 20px 0;
}

.blog-post-meta {
  margin-bottom: 20px;
  font-weight: bold;
}

.blog-post .media {
  text-align: center;
}

.blog-post .media img {
  width:100%;
}

.blog-posts.post-page .blog-post .media {
  margin-bottom: 20px;
}

.html_photoset, .photoset {
  max-width:100% !important;
}

.read_more_container a {
  border-radius: 2px;
  margin-top:5px;
}

#daypage, #searchresults {
  text-align: center;
  margin:30px 0 0 0;
}

/*
 * Quotes and Questions
 */

.quote, .question {
  margin-bottom:0.5em;
}

.asker_container {
  margin-bottom:1em;
  padding-bottom:1em;
  border-bottom:1px solid rgba(0,0,0,0.1);
}

.blog-post-content .quote {
  font-size:1.5em;
}

.blog-post-content .quote p {
  display:inline;
}

div.line.odd {
  background:#f7f7f7;
  padding:10px;
}

div.line.even {
  padding:10px;
}

.chat strong {
  display:block;
  text-transform:uppercase;
  font-size:0.8em;
  margin-bottom:5px;
}

.blog-post-content.quote, .blog-post-content.answer  {
  margin:0;
}

.blog-post-content.quote a, .blog-post-content.answer a  {
  opacity:0.8;
}

/*
 * Audio and Video
 */

.audio_container {
  position: relative;
  padding-top: 100px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.video_container {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.audio_container iframe, .video_container iframe,  
.audio_container object, .video_container object,  
.audio_container embed, .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_container, 
.video_container iframe { 
min-height: 315px; 
}

/*
 * Comments
 */ 

#comments-block {
  padding:30px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

/*
 * Copyright
 */

.copyright {
  border-top:1px solid rgba(0,0,0,0.05);
  font-size: 0.8em;
  text-align: center;
  margin:20px 0 20px 0;
  padding:20px 0 0 0;
}

/*
 * Loading Spinner
 */

.spinner {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*
 * Infinite Scroll
 */

#infscr-loading {
  bottom:0px;
  position:absolute;
  width:100%;
  text-align: center;
  border-radius: 3px;
  background:none;
  border:none;
  height:35px;
  line-height:40px;
  margin: 0px auto;
}

 #infscr-loading .spinner {
    position: relative;
    margin: 20px auto;
  }

 #infscr-loading .spinner .double-bounce1, #infscr-loading .spinner .double-bounce2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*
 * Lightbox Styles
 */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;-webkit-transform:translateZ(2px);-moz-transform:translateZ(2px);-o-transform:translateZ(2px);transform:translateZ(2px);}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#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:#000000;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000000; padding:1px;}
#cboxLoadingGraphic{background:url(http://static.tumblr.com/hmqexaq/L8bnfqtq6/spinner.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000000;}
#cboxTitle{position:absolute; top:-22px; left: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/hmqexaq/COOnfqum6/slideshow-icons.png) no-repeat 0 0;}
#cboxPrevious{background-position:0px 0px; left:25px;}
#cboxNext{background-position:-25px 0px; left:50px;}
#cboxClose{background-position:-50px 0px; left:0px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
