/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}
/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}
/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}
/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}
/* line 77, ../sass/lightbox.sass */
.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}
/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../img/prev.png) left 48% no-repeat;
}
/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../img/next.png) right 48% no-repeat;
}
/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.colors-hover:hover .fa-twitter:hover {
  color: #00aced;
}
.colors-hover:hover .fa-facebook:hover {
  color: #3b5999;
}
.colors-hover:hover .fa-google-plus:hover {
  color: #d34836;
}
.colors-hover:hover .fa-github:hover,
.colors-hover:hover .fa-github-square:hover {
  color: #333333;
}
.colors-hover:hover .fa-pinterest:hover {
  color: #cd1d1f;
}
.colors-hover:hover .fa-dribbble:hover {
  color: #ea4c89;
}
.colors-hover:hover .fa-instagram:hover {
  color: #3f729b;
}
.colors-hover:hover .fa-youtube:hover {
  color: #bb0000;
}
.colors-hover:hover .fa-linkedin:hover {
  color: #007bb6;
}
.colors-hover:hover .fa-skype:hover {
  color: #12a5f4;
}
.colors-hover:hover .fa-tumblr:hover {
  color: #2c4762;
}
.colors-hover:hover .fa-rss:hover {
  color: #ff6200;
}
/*
    ===== variables =====
*/
/*
    ===== General =====
*/
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
p {
  line-height: 1.8;
  color: #666666;
}
a {
  color: #428bca;
  -webkit-transition: color, ease, 0.5s;
  -moz-transition: color, ease, 0.5s;
  -o-transition: color, ease, 0.5s;
  transition: color, ease, 0.5s;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3071a9;
  text-decoration: none;
}
::selection {
  background: #494E55;
  color: #FFF;
}
iframe,
.fluid-width-video-wrapper {
  display: block;
  margin: 1.6em 0;
}
/* When a video is inside the fitvids wrapper, drop the
margin on the iframe, cause it breaks stuff. */
.fluid-width-video-wrapper iframe {
  margin: 0;
}
/*
    ===== Override Bootstrap=====
*/
blockquote {
  border-left: 5px solid #428bca;
}
.navbar {
  margin-bottom: 0;
}
/*
    ===== Override Lightbox=====
*/
a.lb-prev,
a.lb-next {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/*
    ===== Override Showup=====
*/
.btn-dark {
  color: #fff;
  background-color: rgba(66, 139, 202, 0.5);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgba(66, 139, 202, 0.9);
}
/*
    ===== Blog =====
*/
.blog-header {
  width: 100%;
  color: #FFF;
  background: #428bca no-repeat center center;
  background-size: cover;
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}
.blog-post-header {
  margin-bottom: 40px;
  position: relative;
  color: #FFF;
  background: #428bca no-repeat center center;
  background-size: cover;
}
.blog-post-header .wrapper {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog-post-header .container {
  padding: 60px 15px 100px 15px;
}
.blog-section-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.blog-details {
  margin: 30px 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
}
.blog-logo {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.blog-logo img {
  text-decoration: none;
}
.blog-post-header .blog-logo {
  margin-top: 0;
  display: inline;
}
.blog-post-header .blog-logo img {
  max-height: 60px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.blog-post-header .blog-logo img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-title {
  margin: 30px 0 10px 0;
  font-size: 40px;
}
.blog-title a {
  color: #444444;
}
.blog-title a:hover,
.blog-title a:focus {
  color: #428bca;
}
.blog-description {
  margin: 0;
  line-height: 1.5em;
}
.blog-tags {
  padding: 0 10px 40px 10px;
  border-bottom: 1px solid #F3F3F3;
}
/*
    ===== Nav =====
*/
.slide {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.slide-reset {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
  transition: transform 200ms linear;
}
.headroom-pinned {
  display: block;
  transform: translateY(0%);
}
.headroom-unpinned {
  display: none;
  transform: translateY(-100%);
}
.nav-top {
  background-color: #428bca;
  text-transform: uppercase;
}
.nav-top a {
  padding: 1em !important;
  margin-right: -3px;
  /* fix white space between li tags */
  color: #fff;
}
.nav-top a:hover,
.nav-top a:focus {
  color: #3071a9;
}
.nav-top ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-top li {
  padding: 0;
  display: inline-block;
}
.nav-margin {
  margin-top: 54px !important;
}
/*
    ===== Socials =====
*/
.socials-top {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  font-size: 30px;
}
.socials-top a {
  color: #444444;
}
.socials-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.socials-top li {
  margin: 0 5px;
  display: inline-block;
}
/*
    ===== Posts =====
*/
.posts {
  margin: 20px 0;
}
/*
    ===== Post =====
*/
.post-title {
  margin: 30px 0;
}
.post-template .post-title {
  font-size: 45px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.page-template .post-title {
  text-align: center;
}
.post {
  margin: 30px 0;
  padding: 0 30px 30px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.post.featured .post-featured {
  display: block;
}
.post-cover {
  position: relative;
}
.post-cover iframe,
.post-cover .fluid-width-video-wrapper {
  margin: 0;
}
.post-image-overlay {
  position: absolute;
  overflow: hidden;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all, 0.5s, ease;
  -moz-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.posts .post-image-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.post-image-overlay:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.post-image-overlay a {
  position: absolute;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  top: 50%;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: #6aa3d5 solid 2px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  color: #6aa3d5;
}
.post-image-overlay a:hover {
  color: #428bca;
  border-color: #428bca;
}
.post-image-overlay a.gallery .fa {
  font-size: 25px;
}
.post-image-overlay a.preview {
  margin-left: -55px;
  left: 50%;
}
.post-image-overlay a.preview .fa {
  font-size: 25px;
}
.post-image-overlay a.link {
  margin-right: -55px;
  right: 50%;
}
.post-image-overlay a.link .fa {
  font-size: 27px;
}
.post-image-overlay a .fa {
  display: block;
}
.post-image {
  position: relative;
  margin: 0 auto;
}
.post-image a:hover,
.post-image:hover {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.post-featured {
  display: none;
  font-size: 20px;
  color: #428bca;
  margin-top: 2px;
  position: absolute;
  z-index: 10;
  right: 25px;
}
.post-meta {
  margin: 30px 0;
  font-size: 16px;
  color: #666666;
}
.post-meta .fa {
  color: #428bca;
}
.post-meta a {
  color: #666666;
}
.post-meta a:hover,
.post-meta a:focus {
  color: #3071a9;
}
.post-template .post-meta {
  color: #D5D5D5;
}
.post-template .post-meta a {
  color: #D5D5D5;
}
.post-template .post-meta a:hover {
  color: #fff;
}
.post-template .post-meta .fa {
  color: #D5D5D5;
}
.post-excerpt {
  line-height: 1.8;
  color: #666666;
}
.post-main {
  border-bottom: 1px solid #f3f3f3;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .post-main {
    margin-top: 0 !important;
  }
}
.post-template .post-main {
  padding-bottom: 40px;
}
.post-content ul,
.post-content ol {
  color: #666666;
}
.post-content p {
  margin-bottom: 15px;
}
.post-more {
  font-size: 14px;
  padding: 50px 0 60px 0;
}
.post-more a {
  color: #fff;
  background: #428bca;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.post-more a:hover,
.post-more afocus {
  color: #fff;
  background-color: #3071a9;
}
.posts .post {
  margin-bottom: 70px;
  padding: 0;
}
.post-footer {
  margin: 20px 0;
}
.post-user img {
  max-width: 26px;
  display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-user .post-user-name {
  padding-left: 5px;
}
.post-date {
  padding-right: 5px;
}
.post-tags a:hover,
.post-tags a:focus {
  color: #428bca;
}
.post-meta .post-tags {
  padding-left: 20px;
  padding-right: 5px;
}
.post-footer .post-tags {
  margin: 40px 0;
}
.post-footer .post-tags a,
.blog-tags .post-tags a {
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  background-color: #F7F6F6;
  color: #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post-footer .post-tags a:hover,
.blog-tags .post-tags a:hover,
.post-footer .post-tags a:focus,
.blog-tags .post-tags a:focus {
  background-color: #428bca;
  color: #fff;
  -webkit-transition: color, 0.1s, ease-out;
  -moz-transition: color, 0.1s, ease-out;
  -o-transition: color, 0.1s, ease-out;
  transition: color, 0.1s, ease-out;
}
.blog-tags .post-tags a {
  margin: 3px;
}
.blog-tags .post-tags {
  text-align: center;
}
.post-share {
  margin: 50px 0;
}
.post-share a {
  color: #fff;
  background: #666666;
  padding: 10px 20px;
  margin-right: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.post-share a.btn-twitter {
  background-color: #00aced;
}
.post-share a.btn-facebook {
  background-color: #3b5999;
}
.post-share a.btn-gplus {
  background-color: #d34836;
}
.post-share a:hover,
.post-share a:focus {
  color: #fff;
  background-color: #4d4d4d;
}
.post-share a:hover.btn-twitter,
.post-share a:focus.btn-twitter {
  background-color: #0087ba;
}
.post-share a:hover.btn-facebook,
.post-share a:focus.btn-facebook {
  background-color: #2d4474;
}
.post-share a:hover.btn-gplus,
.post-share a:focus.btn-gplus {
  background-color: #b03626;
}
.author {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
}
.author img {
  border-radius: 50%;
  max-width: 120px;
}
.author h3 {
  margin: 20px 0;
}
.author h3 a {
  color: #666;
}
.author h3 a:hover,
.author h3 a:focus {
  color: #3071a9;
}
.author p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}
.author-meta {
  display: inline-block;
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  line-height: 1;
}
.author-meta li {
  float: left;
  margin-left: 10px;
  /* space to the left of the bullet */
}
.author-meta li:first-child {
  margin-left: 0;
}
.clearfix {
  clear: both;
}
.no-js .non-visible {
  visibility: none;
}
.non-visible {
  visibility: hidden;
}
.no-js .non-visible {
  visibility: visible;
}
/*
    ===== Pagination =====
*/
.pagination {
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
}
.page-number {
  display: inline-block;
}
.older-posts,
.newer-posts {
  margin-top: -9px;
  position: absolute;
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.older-posts:hover,
.newer-posts:hover,
.older-posts:focus,
.newer-posts:focus {
  border-color: #c3c3c3;
}
.older-posts {
  right: 0;
}
.newer-posts {
  left: 0;
}
/*
    ===== Page =====
*/
.page-title {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1em;
  color: #666;
}
/*
    ===== Tag page=====
*/
.page-tag {
  color: #428bca;
}
/*
    ===== Footer =====
*/
.blog-footer {
  position: relative;
  margin: 90px 0 0 0;
  line-height: 1.7em;
  text-align: center;
  color: #A2A2A2;
  background: #428bca no-repeat center center;
  background-size: cover;
}
.blog-footer .blog-section-overlay {
  padding: 80px 0;
}
.blog-footer a {
  color: #e3e3e3;
  text-decoration: none;
}
.blog-footer a:hover {
  color: #fff;
}
.blog-footer .subscribe {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -15px;
  color: #B3B3B3;
  border: #ccc 1px solid;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: box-shadow, 0.5s;
  -moz-transition: box-shadow, 0.5s;
  -o-transition: box-shadow, 0.5s;
  transition: box-shadow, 0.5s;
}
.blog-footer .subscribe:before {
  color: #D2DEE3;
  font-size: 10px;
  position: absolute;
  top: 9px;
  left: 9px;
  font-weight: bold;
  transition: color 0.5s ease;
}
.blog-footer .subscribe:hover,
.blog-footer .subscribe:focus {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05), 0, 0, 0, 3px;
  -moz-box-shadown: rgba(0, 0, 0, 0.05), 0, 0, 0, 3px;
  box-shadow: rgba(0, 0, 0, 0.05), 0, 0, 0, 3px;
  color: #ff6d2e;
  -webkit-transition: box-shadow, 0.25s;
  -moz-transition: box-shadow, 0.25s;
  -o-transition: box-shadow, 0.25s;
  transition: box-shadow, 0.25s;
}
/*
    ===== Third Party =====
*/
.google-map {
  position: relative;
  padding-bottom: 75%;
  margin: 0 0 15px 0;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .google-map {
    padding-bottom: 50%;
  }
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.theme-wrap {
  position: fixed;
  top: 150px;
  right: -122px;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #ccc;
}
.theme-wrap h5 {
  text-align: center;
  font-weight: bold;
}
.theme-wrap .theme-toggle {
  width: 30px;
  padding: 5px;
  margin-top: -1px;
  margin-left: -30px;
  background: #FFF;
  border-left: #CCC solid 1px;
  border-top: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
  line-height: 1em;
  cursor: pointer;
}
.theme-wrap .theme-toggle .fa {
  font-size: 20px;
}
.theme-wrap .theme-changer {
  padding: 0 12px 8px 12px;
}
.theme-wrap .new-line {
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  clear: both;
}
.theme-wrap .colors,
.theme-wrap .background {
  margin: 0;
  padding: 0;
}
.theme-wrap .colors li,
.theme-wrap .background li,
.theme-wrap .colors a,
.theme-wrap .background a {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}
.theme-wrap .colors li:hover,
.theme-wrap .background li:hover,
.theme-wrap .colors a:hover,
.theme-wrap .background a:hover {
  text-decoration: none;
}
.theme-wrap .blue {
  background-color: #428BCA;
}
.theme-wrap .green {
  background-color: #00ca92;
}
.theme-wrap .red {
  background-color: #FF4471;
}
.theme-wrap .yellow {
  background-color: #f3d42c;
}
.theme-wrap .columbia-blue {
  background-color: #68d0bb;
}
.theme-wrap .dark-purple {
  background-color: #3F51B5;
}
.theme-wrap .bg-1 {
  background-image: url('../img/bg-1.png');
}
.theme-wrap .bg-2 {
  background-image: url('../img/bg-2.png');
}
.theme-wrap .bg-3 {
  background-image: url('../img/bg-3.png');
}
.theme-wrap .bg-4 {
  background-image: url('../img/bg-4.png');
}
.theme-wrap .bg-5 {
  background-image: url('../img/bg-5.png');
}
.theme-wrap .bg-6 {
  background-image: url('../img/bg-6.png');
}
.theme-toggle {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
