@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:  Beavis
++++ Imports ++++
++++ Reset ++++
++++ Main ++++
++++ Mediaqueries ++++
-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
@import url(jquery.countdown.css);
@import url(animate.css);
@import url(component2.css);
@import url(font-awesome.min.css);
/*@import url(kano-font.css);*/
@import url(bootstrap.min.css);
@import url(inputtext.css);
@import url(photoswipe.css);
@import url(default-skin/default-skin.css);
/* line 4, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

/* line 6, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.clearfix:after {
  clear: both;
}

/* line 8, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
body {
  background: #fff;
  color: #7b7b7b;
  font-weight: 500;
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  overflow-y: scroll;
  /* force scroll to appear */
}

/* helper class when showing content */
/* line 21, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.noscroll {
  overflow: hidden;
}

/* line 25, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
a {
  outline: none;
  color: #006699;
  text-decoration: none;
}

/* line 31, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
a:hover,
a:focus {
  color: #333;
  outline: none;
}

/* line 37, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
button:focus {
  outline: none;
}

/* Main content */
/* line 42, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.main {
  position: relative;
  z-index: 50;
}

/* Grid container */
/* line 48, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid {
  position: relative;
}

/* Overlay */
/* line 53, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid::after {
  content: '';
  background: rgba(202, 202, 202, 0.4);
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 67, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.view-single .grid::after {
  opacity: 1;
}

/* Top bar above the grid */
/* line 72, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.top-bar {
  background: #fff;
  width: 100%;
  line-height: 1;
  padding: 15px 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 85, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.top-bar__headline {
  margin: 0;
  font-size: 0.75em;
}

/* Menu button for toggling the sidebar (appears on small screen) */
/* line 91, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.menu-toggle {
  position: fixed;
  z-index: 100;
  display: block;
  width: 25px;
  height: 25px;
  top: 14px;
  left: 14px;
  cursor: pointer;
  background: none;
  border: none;
  display: none;
  margin: -2px 15px 0 0;
}

/* line 106, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #006699;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 123, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.menu-toggle span:before,
.menu-toggle span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006699;
  content: '';
}

/* line 133, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.menu-toggle span:before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

/* line 138, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.menu-toggle span:after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

/* Filter/dropdown dummy on the right */
/* line 144, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.filter {
  text-align: right;
  font-size: 0.75em;
  margin-left: auto;
}

/* line 150, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.dropdown {
  font-weight: bold;
  margin-left: 5px;
  cursor: pointer;
  color: #006699;
}

/* line 157, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.dropdown::after {
  content: '\25BC';
  margin-left: 2px;
  font-size: 80%;
}

/* Grid item */
/* line 164, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item {
  padding: 45px 55px 30px;
  position: relative;
  color: inherit;
  background: #fff;
  min-height: 300px;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 184, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item .meta__reading-time {
  text-align: center;
}

/* Grid item "border" */
/* line 190, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 55px;
  bottom: 0px;
  left: 55px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.075);
}

/* line 200, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item * {
  z-index: 10;
}

/* grid item element and full content element styles */
/* line 205, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.title {
  margin: 0;
  font-size: 1.875em;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 1.25em;
}

/* line 213, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.title--preview {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}

/* line 225, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.loader {
  height: 1px;
  width: 40%;
  margin: 1em auto;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

/* line 233, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.loader::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #a4e7ad;
  left: 0;
  top: -1px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

/* line 247, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item--loading .loader::before {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 256, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.category {
  margin: 0;
  position: relative;
  font-size: 0.95em;
  font-style: italic;
  font-family: 'Newsreader', serif;
  text-align: center;
  display: block;
}

/* line 266, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.title--preview,
.loader,
.category {
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* closing (delays) */
/* line 276, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.title--preview {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* line 281, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.loader {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 286, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item .category {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* opening */
/* line 292, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item--animate .title--preview {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

/* line 300, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item--animate .loader {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

/* line 308, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item--animate .category {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}

/* line 316, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta {
  font-size: 0.765em;
  text-align: left;
}

/* line 321, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta .fa {
  margin-right: 4px;
}

/* line 325, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta:before, .meta:after {
  display: table;
  content: '';
}

/* line 326, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta:after {
  clear: both;
}

/* line 328, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta__avatar {
  display: block;
  border-radius: 50%;
  margin: 2em auto;
}

/* line 334, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta--preview .meta__avatar {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

/* line 339, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item:hover .meta--preview .meta__avatar,
.grid__item:focus .meta--preview .meta__avatar {
  -webkit-filter: none;
  filter: none;
}

/* line 345, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta__url,
.meta__reading-time {
  display: block;
  float: left;
  color: #aaa;
}

/* line 352, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta__reading-time {
  text-align: right;
  float: right;
}

/* line 357, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta__misc {
  display: block;
  clear: both;
  text-align: left;
  padding: 5px 0;
}

/* line 364, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta__misc--seperator {
  padding: 20px 0 0;
  margin: 65px 0 0;
  border-top: 1px solid #f5f5f5;
}

/* line 370, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.article-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 377, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.article-nav button {
  border: none;
  color: #006699;
  background: none;
}

/* line 383, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.article-nav button:hover {
  color: #333;
}

/* line 388, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta--preview .meta__avatar,
.meta--preview .meta__url,
.meta--preview .meta__reading-time {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 398, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item--loading .meta__avatar {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 403, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item--loading .meta__url {
  -webkit-transition-delay: 0.17s;
  transition-delay: 0.17s;
}

/* line 408, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item--loading .meta__reading-time {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

/* line 414, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.grid__item--loading .meta__avatar,
.grid__item--loading .meta__url,
.grid__item--loading .meta__reading-time {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
}

/* Grid footer */
/* line 424, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.page-meta {
  width: 100%;
  background: #fff;
  width: 100%;
  padding: 15px 15px 10px;
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  cursor: default;
}

/* Placeholder element (dummy that gets animated when we click on an item) */
/* line 436, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.placeholder {
  pointer-events: none;
  position: absolute;
  width: calc(100% + 5px);
  height: calc(100vh + 5px);
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 449, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.placeholder.placeholder--trans-in {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 456, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.placeholder.placeholder--trans-out {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

@media screen and (min-width: 1040px) {
  /* line 462, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
  .content.content--show {
    width: 50%;
  }
}

/* main content */
/* line 468, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 0;
  /* Avoid second scroll bar in Chrome! */
  visibility: hidden;
  z-index: 400;
  background-color: white;
  overflow: hidden;
}

/* line 481, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content.content--show {
  height: 100vh;
  pointer-events: auto;
  visibility: visible;
  position: fixed;
}

/* scroll helper wrap */
/* line 489, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.scroll-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* single content item */
/* line 501, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 60px 60px 60px 40px;
  pointer-events: none;
  font-size: 0.85em;
}

/* line 511, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item p, .content__item .address-detail a, .address-detail .content__item a {
  max-width: 1200px;
  margin: 1em auto;
  text-align: left;
}

/* line 518, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item.content__item--show {
  height: auto;
  min-height: 100vh;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* content elements */
/* line 528, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.category--full {
  font-size: 1.25em;
  margin-bottom: 20px;
  color: #006699;
}

/* line 534, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.title--full {
  font-size: 2.25em;
}

/* line 538, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta--full {
  font-size: 1em;
  margin: 0 auto 2em;
  max-width: 1200px;
}

/* line 542, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta--full .meta__author {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 548, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta--full .meta__author::before {
  content: 'by ';
  font-weight: normal;
}

/* line 552, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta--full .meta__category {
  font-style: italic;
  float: left;
  margin: 0 5px;
  font-family: 'Newsreader', serif;
}

/* line 558, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta--full .meta__category::before {
  content: 'in ';
}

/* line 561, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta--full .meta__avatar {
  margin: 1em auto;
}

/* line 566, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.category--full,
.title--full,
.meta--full .meta__avatar,
.meta--full .meta__author,
.meta--full .meta__url,
.meta--full .meta__reading-time {
  opacity: 0;
}

/* line 575, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item p, .content__item .address-detail a, .address-detail .content__item a {
  opacity: 0;
}

/* line 579, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.category--full,
.title--full {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

/* line 586, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.meta--full .meta__avatar,
.meta--full .meta__author,
.meta--full .meta__url,
.meta--full .meta__reading-time {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

/* line 596, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item--show .category--full,
.content__item--show .title--full,
.content__item--show .meta--full .meta__avatar,
.content__item--show .meta--full .meta__author,
.content__item--show .meta--full .meta__url,
.content__item--show .meta--full .meta__reading-time {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 612, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item--show .category--full,
.content__item--show .title--full {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 618, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item--show .title--full {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* line 623, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item--show .meta--full .meta__avatar {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* line 628, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item--show .meta--full .meta__url {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

/* line 633, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item--show .meta--full .meta__reading-time {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

/* line 638, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.content__item--show.content__item p, .content__item--show.content__item .address-detail a, .address-detail .content__item--show.content__item a {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.25s;
  transition: opacity 0.5s 0.25s;
}

/* close button (for content and sidebar) */
/* line 645, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.close-button {
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  z-index: 100;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #ddd;
  cursor: pointer;
  pointer-events: none;
  padding: 30px 30px;
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 669, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.close-button span {
  display: none;
}

/* line 673, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.close-button:hover {
  color: #7b7b7b;
}

/* show class for content close button */
/* line 678, /Users/anderlpz/Sites/local.ander.co/scss/_base.scss */
.close-button--show {
  opacity: 1;
  pointer-events: auto;
}

/* Viewport sizes based on column number */
/* 1 column */
/* 2 columns */
/* 3 columns */
/* 4 columns */
/* 5 columns */
/* 6 columns */
@media screen and (min-width: 300px) {
  /* line 10, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  html,
  body,
  .container,
  .main {
    height: 100vh;
  }
  /* line 17, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .main {
    height: 100%;
  }
  /* line 21, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .content__item {
    font-size: 1em;
  }
  /* line 25, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item {
    padding: 45px 45px 30px;
  }
  /* Demo ad */
  /* line 30, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  body #cdawrap {
    right: auto;
    left: 30px;
    top: auto;
    bottom: 0;
    background: none;
    border: none;
    width: 240px;
    background: #f5f5f5;
  }
  /* line 41, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  body #cdawrap .carbon-text {
    color: #7b7b7b;
  }
  /* line 45, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  body #cdawrap a.carbon-poweredby {
    color: #7883C4;
  }
  /* line 49, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  body #cdawrap a:hover.carbon-poweredby {
    color: #333;
  }
  /* line 53, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  body #cdawrap #cda-remove {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  /* line 59, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* 2 columns */
  /* line 70, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item {
    width: 100%;
    height: 33vh;
    border: none;
  }
  /* line 75, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .title {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  /* line 80, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .icon img {
    width: 12%;
  }
  /* line 87, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item::before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 1px solid rgba(74, 74, 74, 0.075);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  /* line 97, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item:hover::before,
  .grid__item:focus::before {
    background-color: #DCE4EA;
    text-decoration: none;
  }
  /* line 103, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item--loading.grid__item::before {
    opacity: 0;
  }
}

@media screen and (max-width: 600px) {
  /* 3 columns */
  /* line 111, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .call-to-action .goto-close {
    font-size: 14px;
  }
  /* line 115, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item {
    width: 100%;
    height: 33.3vh;
  }
  /* line 119, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .title {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  /* line 124, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .icon img {
    width: 12%;
  }
}

@media screen and (min-width: 1200px) {
  /* 4 columns */
  /* line 134, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .call-to-action .goto-close {
    font-size: 14px;
  }
  /* line 138, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item {
    width: 50%;
    height: 33.3vh;
  }
  /* line 142, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .title {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  /* line 147, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .icon img {
    width: 12%;
  }
}

@media screen and (min-width: 1500px) {
  /* 5 columns */
  /* line 157, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .call-to-action .goto-close {
    position: absolute;
    display: block;
    right: 0;
    font-size: 21px;
  }
  /* line 158, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .call-to-action .goto-close span {
    display: inline-block;
    position: relative;
  }
  /* line 168, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item {
    width: 50%;
    height: 33.3vh;
  }
  /* line 172, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .title {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  /* line 177, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .icon img {
    width: 12%;
  }
}

@media screen and (min-width: 1800px) {
  /* 6 columns */
  /* line 186, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .goto-close {
    position: absolute;
    display: block;
    right: 0;
    font-size: 24px;
  }
  /* line 187, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .goto-close span {
    display: inline-block;
    position: relative;
  }
  /* line 196, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item {
    width: 50%;
    height: 33.3vh;
  }
  /* line 200, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .title {
    font-size: 1.5em;
    line-height: 1.25em;
    width: 90%;
    margin: auto;
  }
  /* line 206, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .meta__reading-time {
    font-size: .95em;
  }
  /* line 210, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  .grid__item .icon img {
    width: 14%;
  }
}

@media screen and (max-height: 580px) {
  /* line 218, /Users/anderlpz/Sites/local.ander.co/scss/_mediaqueries.scss */
  body #cdawrap {
    display: none;
  }
}

/****************************/
/** Reset **/
/****************************/
/* line 75, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.address-detail a,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* line 162, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
strong {
  font-weight: bold;
}

/* line 166, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
body {
  color: #333;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  overflow-y: auto;
}

/* Mozilla based browsers */
/* line 179, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
::-moz-selection {
  background: #f8ec2e;
  color: #000;
}

/* Works in Safari */
/* line 187, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
::selection {
  background: #f8ec2e;
  color: #000;
}

/* line 192, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#ascrail2000 {
  z-index: 999 !important;
}

/* line 196, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 201, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
button:focus {
  border: none;
  outline: 0;
}

/* line 206, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
ul {
  list-style: none;
}

/* line 210, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
a {
  color: #006699;
  text-decoration: none;
}

/* line 215, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
a:hover {
  color: #006699;
  text-decoration: none;
  cursor: pointer;
}

/* line 221, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
a:focus {
  color: #006699;
  text-decoration: none;
  outline: none;
}

/* line 227, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

/* line 236, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
h1 {
/*  font-size: 36px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 15px;*/
  font-family: 'Newsreader';
  font-size: 4em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 243, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
h2 {
  font-size: 36px;
  line-height: 35px;
  padding-bottom: 32px;
}

/* line 249, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
h3 {
  font-size: 24px;
  line-height: 35px;
}

/* line 254, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
h4 {
  font-size: 21px;
  text-align: left;
  line-height: 25px;
  margin-bottom: 15px;
}

/* line 261, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: left;
}

/* line 268, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
h6 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #555;
  text-align: left;
}

/* line 276, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
p, .address-detail a {
  font-size: 1em;
  font-family: 'Newsreader', serif;
  color: #333;
  line-height: 1.65em;
}

/* line 282, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
figcaption {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: capitalize;
  color: #444;
  padding: 20px 0 0 0;
  margin-bottom: 16px;
}

/* line 291, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.force-UTF-8 {
  content: "¡";
}

/****************************/
/** Main **/
/****************************/
/* line 304, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.pad-zero {
  padding: 0;
}

/* line 308, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.pad-left-zero {
  padding-left: 0;
}

/* line 312, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.pad-right-zero {
  padding-left: 0;
}

/* line 316, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 321, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 326, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-xs {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 331, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-top {
  padding-top: 100px;
}

/* line 335, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-top-sm {
  padding-top: 50px;
}

/* line 339, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-top-xs {
  padding-top: 30px;
}

/* line 343, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-bottom {
  padding-bottom: 100px;
}

/* line 347, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-bottom-sm {
  padding-bottom: 100px;
}

/* line 351, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-bottom-xs {
  padding-bottom: 30px;
}

/* line 355, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-left {
  padding-left: 100px;
}

/* line 359, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.sec-pad-right {
  padding-right: 100px;
}

/* line 363, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.padding-top-lg-175 {
  padding-top: 175px;
}

/* line 367, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.padding-top-lg-170 {
  padding-top: 25vh;
}

/* line 371, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.padding-top-sm {
  padding-top: 60px;
}

/* line 375, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.margin-btm-lg {
  margin-bottom: 47px;
}

/* line 379, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.margin-top-sm {
  margin-top: 35px;
}

/* line 383, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.margin-btm-sm {
  margin-bottom: 30px;
}

/* line 387, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.margin-top-xs-20 {
  margin-top: 30px;
}

/* line 391, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.opacity-hide {
  opacity: 0;
  visibility: hidden;
}

/* line 396, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.preloader-it {
  background: #fff;
  position: fixed;
  z-index: 110;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

/* Effect 1: YouTube loading */
/* line 408, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.la-anim-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 10px;
  background: #000;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none;
}

/* line 421, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.la-anim-1::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
  transition: opacity 0.2s, box-shadow 2s 4s;
  -webkit-transform: rotate(2deg) translateY(-2px);
  transform: rotate(2deg) translateY(-2px);
}

/* line 436, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.la-anim-1.la-animate {
  z-index: 100;
  opacity: 1;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 445, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.la-anim-1.la-animate::after {
  opacity: 1;
}

/* line 449, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-left-overlay,
.side-right-overlay {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

@-webkit-keyframes back_ken {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes back_ken {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.4);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes back_ken {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.4);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes back_ken {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

/* line 507, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-left {
  padding-top: 100px;
}

/* line 509, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-left p, .side-left .address-detail a, .address-detail .side-left a {
  color: #fff;
}

/* line 512, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-left .small-hr {
  margin-top: 17px;
  margin-bottom: 25px;
}

/* line 516, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-left .tag-wrap {
  position: absolute;
  bottom: 97px;
}

/* line 520, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-left footer {
  float: left;
}

/* line 523, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-left #countdown {
  color: #fff;
  font-size: 18px;
  margin-top: 26px;
}

/* line 528, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-left .content-wrap {
  height: 100%;
  padding-left: 100px;
}

/* line 534, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.preloader {
  background: #fff;
}

/* line 538, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
p.tagline, .address-detail a.tagline {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -1px;
}

/* line 545, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-left {
  background: transparent url("../img/p_apropos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 552, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right {
  background: #fff;
}

/* line 556, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons {
  float: left;
  margin-right: 22px;
}

/* line 559, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

/* line 563, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons li:last-child {
  margin-right: 0;
}

/* line 567, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons .social-icon {
  font-size: 18px;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 25px;
  position: relative;
  display: inline-block;
}

/* line 574, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons .social-icon span {
  display: inline-block;
  position: relative;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}

/* line 575, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons .social-icon span.fa {
  line-height: 25px;
}

/* line 581, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons .social-icon span:before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

/* line 591, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons .social-icon:hover span {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}

/* line 596, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons .social-icon:hover i.fa-facebook {
  color: #3B5998;
}

/* line 599, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons .social-icon:hover i.fa-twitter {
  color: #00aced;
}

/* line 602, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons .social-icon:hover i.fa-linkedin {
  color: #007bb6;
}

/* line 605, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.social-icons .social-icon:hover i.fa-behance {
  color: #1769ff;
}

/* line 612, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.avatar {
  display: block;
  width: 128px;
  margin: 0px auto 30px auto;
  border: 5px solid white;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}

/* line 622, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right {
  color: #333;
  right: 0;
}

/* line 625, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right a {
  color: #006699;
}

/* line 628, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .social-wrpper {
  bottom: 92px;
  left: 100px;
  position: absolute;
  width: 100%;
}

/* line 635, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .copyright-text p, .side-right .copyright-text .address-detail a, .address-detail .side-right .copyright-text a {
  font-size: 9px;
  font-family: 'Montserrat', sans-serif;
  padding-top: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8d8d8d;
  float: left;
}

/* line 645, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .twitter-sec {
  width: 600px;
  float: left;
}

/* line 648, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .twitter-sec .twiter-ico-wrap {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 14px;
  height: 50px;
  text-align: center;
  width: 50px;
}

/* line 657, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .twitter-sec .twiter-ico-wrap i {
  padding-top: 16px;
}

/* line 661, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .twitter-sec #tweecool {
  min-height: 125px;
  position: relative;
  font-family: 'Newsreader', serif;
  font-size: 16px;
  line-height: 27px;
  width: 80%;
  float: left;
}

/* line 669, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .twitter-sec #tweecool ul li {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* line 674, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .twitter-sec #tweecool ul li.current {
  opacity: 1;
  visibility: visible;
}

/* line 678, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .twitter-sec #tweecool ul li img {
  display: none;
}

/* line 681, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.side-right .twitter-sec #tweecool ul li span {
  display: block;
  font-size: 13px;
  color: #8d8d8d;
  padding-top: 2px;
}

/* line 693, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.form-control.notify-input-box::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
  opacity: 1;
}

/* line 698, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.form-control.notify-input-box:-moz-placeholder {
  /* Firefox 18- */
  color: #cdcdcd;
  font-size: 16px;
  opacity: 1;
}

/* line 704, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.form-control.notify-input-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcdcd;
  font-size: 16px;
  opacity: 1;
}

/* line 710, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.form-control.notify-input-box:-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
  opacity: 1;
}

/* line 717, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.align-center, .address-detail {
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 auto;
}

/* line 722, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.logo {
  display: inline-block;
  padding-bottom: 40px;
}

/* line 727, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.type-wrap {
  min-height: 120px;
  padding-bottom: 40px;
}

/* line 732, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.small-hr {
  background: #333 none repeat scroll 0 0;
  display: block;
  height: 4px;
  width: 32px;
}

/* line 739, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.bg-img, .page-right .page-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 744, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
blockquote {
  padding: 15px 20px;
  margin: 0 0 20px;
  position: relative;
  border-left: none;
  font-family: 'Newsreader', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: center;
}

/* line 759, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
blockquote .author {
  font-size: 12px;
}

/* line 765, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: 'Newsreader', serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  /*Positioning*/
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 1;
}

/* line 779, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
blockquote::after {
  /*Reset to make sure*/
  content: "";
}

/* line 784, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

/* line 792, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
blockquote a:hover {
  color: #666;
}

/* line 796, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
blockquote em {
  font-style: italic;
}

/* line 800, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-left .page-inner .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

/* line 804, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-left .page-inner .small-hr {
  margin-top: 9px;
  margin-bottom: 23px;
}

/* line 808, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-left .page-inner .trans-overlay-dark-about {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 819, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.trans-overlay-dark {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 830, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.project-gal-wrap img {
  width: 100%;
}

/* line 835, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.pswp__bg {
  background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
}

/* line 839, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.pswp__caption {
  bottom: 130px;
}

/* line 843, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.pswp__caption__center {
  color: #fff;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: capitalize;
}

/* line 851, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner {
  background: #DCE4EA;
}

/* line 852, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

/* line 857, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .container-fluid .row .col-lg-12 p, .page-right .page-inner .container-fluid .row .col-lg-12 .address-detail a, .address-detail .page-right .page-inner .container-fluid .row .col-lg-12 a {
  color: #333;
  font-weight: 400;
}

/* line 863, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .container-fluid .row .aboutme .em-couple_with_heart {
  height: 1em;
  width: 1em;
}

/* line 867, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .container-fluid .row .aboutme .em-bear {
  height: 1em;
  width: 1em;
}

/* line 874, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .panel-body {
  padding-top: 0;
}

/* line 878, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .client-sec .col-sm-3 {
  text-align: center;
}

/* line 880, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .client-sec .col-sm-3 img {
  display: inline-block;
}

/* line 887, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap span {
  display: block;
}

/* line 889, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap span.key-fact {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 6px;
  margin-top: 16px;
}

/* line 895, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap span.key-info {
  font-size: 14px;
  font-family: 'Newsreader', serif;
}

/* line 898, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap span.key-info em {
  font-style: italic;
  color: red;
}

/* line 903, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap span.endorsement {
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: 'Newsreader', serif;
  font-size: 16px;
  font-style: italic;
  color: #4a4a4a;
  font-weight: 300;
  line-height: 1.75em;
}

/* line 913, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap span.name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

/* line 916, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap span.name a {
  color: #006699;
}

/* line 920, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap span.position {
  font-family: 'Newsreader', serif;
  font-size: 12px;
}

/* line 925, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap .icon {
  padding-bottom: 10px;
}

/* line 927, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .about-sec .about-icon-wrap .icon img[alt*="Experience"] {
  padding-top: 30px;
}

/* line 933, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .project-gal-wrap {
  margin-top: 60px;
}

/* line 938, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .pswp__caption__center {
  display: none;
}

/* line 942, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner figure figcaption {
  font-family: 'Newsreader', serif;
  font-size: 12px;
  text-transform: capitalize;
  color: #8d8d8d;
  padding: 20px 0 0 0;
  margin-bottom: 16px;
}

/* line 950, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner figure a {
  display: block;
  overflow: hidden;
  position: relative;
}

/* line 954, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner figure a .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 963, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner figure a .hover span {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 11px);
}

/* line 973, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner figure a:hover .hover {
  opacity: 1;
}

/* line 979, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .trans-overlay-dark-contact {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 988, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .copyright {
  display: none;
}

/* line 992, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .form-control::-webkit-input-placeholder {
  color: #8d8d8d;
  font-size: 13px;
  font-family: 'Newsreader', serif;
  text-transform: capitalize;
}

/* line 998, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8d8d8d;
  font-size: 13px;
  font-family: 'Newsreader', serif;
  text-transform: capitalize;
}

/* line 1005, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8d8d8d;
  font-size: 13px;
  font-family: 'Newsreader', serif;
  text-transform: capitalize;
}

/* line 1012, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .form-control:-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 13px;
  font-family: 'Newsreader', serif;
  text-transform: capitalize;
}

/* line 1018, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .page-inner .form-control input:-webkit-autofill,
.page-right .page-inner .form-control textarea:-webkit-autofill,
.page-right .page-inner .form-control select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: #333;
}

/* line 1028, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.detail-info {
  position: relative;
  z-index: 2;
  text-align: left;
}

/* line 1035, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.owl-carousel.owl-theme .owl-item {
  min-height: 247px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1042, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.owl-carousel.owl-theme .owl-controls span {
  background: none;
  border: 2px solid #333;
  border-radius: 0;
  display: inline-block !important;
  height: 12px;
  margin: 5px 7px;
  opacity: 1;
  width: 12px;
}

/* line 1052, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.owl-carousel.owl-theme .owl-dot {
  float: left;
}

/* line 1055, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.owl-carousel.owl-theme .owl-nav {
  display: none;
}

/* line 1058, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.owl-carousel.owl-theme .owl-dot.active span {
  background: #000;
}

/* line 1064, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#qualities .owl-carousel.owl-theme .owl-item {
  background: #fff;
}

/* line 1067, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#qualities .owl-carousel.owl-theme .owl-item:hover {
  box-shadow: 0 0 0 4px #333 inset;
  -webkit-box-shadow: 0 0 0 4px #333 inset;
  -ms-box-shadow: 0 0 0 4px #333 inset;
  -moz-box-shadow: 0 0 0 4px #333 inset;
}

/* line 1075, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.table {
  display: table;
}

/* line 1079, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.align-middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 1084, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.nav-btn, .contact,
.about {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  z-index: 11;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 1099, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#qualities,
#team {
  color: #333;
  padding-top: 52px;
}

/* line 1103, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#qualities span,
#team span {
  display: block;
}

/* line 1106, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#qualities .item,
#team .item {
  padding: 0 32px;
  overflow: hidden;
}

/* line 1110, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#qualities .fa-qual,
#team .fa-qual {
  font-size: 36px;
  padding-top: 28px;
  padding-bottom: 5px;
}

/* line 1115, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#qualities .qual-tag,
#qualities .name,
#team .qual-tag,
#team .name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 1121, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#qualities .qual-desc,
#team .qual-desc {
  font-size: 12px;
  font-weight: 500;
  padding: 25px 0;
}

/* line 1128, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.back-left,
.back-left:focus,
.back-left:hover {
  left: 45px;
  color: #333;
}

/* line 1135, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.back-right,
.back-right:focus,
.back-right:hover {
  color: #fff;
  right: 45px;
}

/* line 1142, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background: transparent;
  border-color: #333;
  color: #333;
  outline: none;
  border: 2px solid;
}

/* line 1158, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.ani-wrap {
  position: relative;
  overflow: hidden;
}

@keyframes moveUp {
  50% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
  }
  51% {
    opacity: 0;
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
  }
  52% {
    opacity: 1;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
  }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes moveUp {
  50% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
  }
  51% {
    opacity: 0;
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
  }
  52% {
    opacity: 1;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
  }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }
}

/* line 1213, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.btn {
  font-size: 18px;
  color: #006699;
  overflow: hidden;
  position: relative;
  border-color: #333;
  border: 2px solid;
  border-radius: 0;
  height: 57px;
  margin-top: 30px;
  background: transparent;
  -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/* line 1225, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.btn:hover, .btn:focus, .btn:active {
  background: transparent;
  color: #fff;
  border-color: #006699;
  border: 2px solid #333;
  outline: none;
}

/* line 1234, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.btn .button-label {
  padding: 10px 20px;
}

/* line 1237, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.btn span {
  display: inline-block;
}

/* line 1240, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.btn .mask {
  background: #006699 none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -moz-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/* line 1252, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.btn:hover .mask {
  width: 100%;
}

/* line 1258, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.black {
  color: #333;
}

/* line 1262, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.close-notify {
  display: block;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 22px;
  width: 41px;
}

/* line 1268, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.close-notify:hover, .close-notify:focus, .close-notify:active {
  color: #333;
}

/* line 1276, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-btn {
  bottom: 0;
  left: 0;
  position: relative;
}

/* line 1282, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap #message {
  color: #fff;
  font-family: 'Newsreader', serif;
  font-size: 15px;
  line-height: 25px;
}

/* line 1288, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap #notify_close {
  cursor: pointer;
  float: left;
  height: 57px;
  margin-right: 15px;
  padding-top: 19px;
  text-align: center;
  width: 25px;
}

/* line 1296, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap #notify_close span {
  color: #fff;
}

/* line 1300, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap #message {
  padding-left: 0;
  padding-top: 10px;
  min-height: 35px;
  color: #333;
}

/* line 1306, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap .btn {
  border: 2px solid #006699;
  border-left: none;
  right: 0;
  top: 0;
  float: left;
  height: 57px;
  display: block;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  padding: 0 30px !important;
}

/* line 1319, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap .btn .mask {
  background: #006699;
}

/* line 1322, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap .btn:hover {
  color: #fff;
}

/* line 1326, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #cdcdcd;
  border-right: 2px solid #006699;
  border-radius: 0;
  box-shadow: none;
  width: 247px;
  float: left;
  color: #cdcdcd;
  font-size: 16px;
  min-height: 57px;
  padding-left: 13px;
  padding-right: 43px;
}

/* line 1339, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box:hover, .notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box:focus, .notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box:active {
  box-shadow: none;
  color: #4a4a4a;
}

/* line 1346, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap .input__label--hoshi::before,
.notify-cmpt.notify-form-type-2 .notify-wrap .input__label--hoshi::after {
  border-bottom: 4px solid #006699;
}

/* line 1350, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.notify-cmpt.notify-form-type-2 .notify-wrap .input__label--hoshi::after {
  border-bottom: 8px solid #006699;
}

/* line 1356, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.section-title {
  padding-top: 11%;
  padding-bottom: 18px;
}

/* line 1361, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/* line 1366, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.input-wrap {
  position: relative;
  overflow: hidden;
}

/* line 1369, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.input-wrap i {
  display: none;
}

/* line 1375, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right input {
  height: 80px;
}

/* line 1378, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .map-sec {
  overflow: hidden;
  position: relative;
  height: 400px;
}

/* line 1382, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .map-sec #map_canvas {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* line 1391, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .map-sec a {
  color: #8d8d8d;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: underline;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

/* line 1398, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .map-sec a:hover {
  color: #fff;
}

/* line 1403, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .bg-danger,
.page-right .bg-success {
  background-color: transparent;
  position: absolute;
}

/* line 1408, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border: none;
  box-shadow: none;
  color: #333;
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-family: 'Newsreader', serif;
  padding-left: 0;
  padding-bottom: 18px;
  padding-top: 13px;
}

/* line 1424, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .form-control:focus {
  border-color: #006699;
}

/* line 1428, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .form-group {
  margin-bottom: 36px;
}

/* line 1431, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .icon {
  padding-left: 0;
}

/* line 1433, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .icon i {
  font-size: 15px;
}

/* line 1437, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .btn {
  margin-top: 18px;
  padding: 15px 55px;
  border-color: #006699;
  color: #006699;
}

/* line 1442, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.page-right .btn:hover, .page-right .btn:active, .page-right .btn:focus {
  border-color: #006699;
  color: #fff;
}

@-webkit-keyframes sep-anim {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}

@keyframes sep-anim {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}

/* line 1469, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail {
  text-align: left;
}

/* line 1473, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail .col-sm-4:hover .add-sep {
  -webkit-animation-name: sep-anim;
  animation-name: sep-anim;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  animation-delay: 0;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* line 1484, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail .col-sm-4 span {
  font-size: 13px;
  color: #8d8d8d;
  text-transform: capitalize;
}

/* line 1490, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail .col-sm-12 {
  border-top: #666 1px solid;
  padding-top: 40px;
  margin-top: 30px;
}

/* line 1494, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail .col-sm-12 .em-v {
  height: 2em;
  width: 2em;
}

/* line 1499, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail .sep-wrap {
  width: 20px;
  margin-bottom: 12px;
}

/* line 1502, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail .sep-wrap .add-sep {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 2px;
  text-align: center;
  width: 20px;
}

/* line 1510, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail p, .address-detail a {
  font-size: 14px;
  padding: 0;
  color: #333;
}

/* line 1516, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail .icon-detail {
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
  color: #333;
  text-transform: uppercase;
}

/* line 1523, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail a {
  font-size: 14px;
  display: block;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 1530, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.address-detail i {
  display: block;
}

/* line 1535, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.fa {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
}

/* line 1540, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.linkedin {
  color: #007bb6;
}

/* line 1544, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.spotify {
  color: #1ED760;
}

/* line 1548, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.instagram {
  color: #333;
}

/* line 1552, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.twitter {
  color: #00aced;
}

/* line 1555, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.medium {
  color: #333;
}

@-webkit-keyframes border-widthc {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border-widthc {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes border-heightc {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes border-heightc {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

/* line 1616, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.call-to-action {
  display: block;
  height: 20px;
  width: 150px;
}

/* line 1620, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.call-to-action div {
  cursor: pointer;
}

/* line 1622, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.call-to-action div .add-sep {
  background: #006699 none repeat scroll 0 0;
  height: 2px;
  display: block !important;
  text-align: center;
  width: 0;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 1631, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.call-to-action div:hover .add-sep {
  width: 100%;
}

/* line 1636, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.call-to-action .goto-next,
.call-to-action .goto-close {
  position: absolute;
  display: block;
  right: 0;
  font-size: 24px;
}

/* line 1638, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.call-to-action .goto-next span,
.call-to-action .goto-close span {
  display: inline-block;
  position: relative;
}

/* line 1649, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.about {
  left: 32px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 1654, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.contact {
  right: 32px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 1657, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.contact span {
  bottom: 0;
}

/* line 1662, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.contact,
.about {
  top: 163px;
  text-transform: capitalize;
  color: #006699;
}

/* line 1670, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.about {
  color: #fff;
}

/* line 1674, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#astronomy {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/* line 1679, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
#astronomy #demo-canvas {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

@keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}

@keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}

@-webkit-keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}

/* line 1733, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.layer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1740, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.layer img {
  max-width: 100%;
  height: 100%;
}

/* line 1746, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.clouds {
  overflow: hidden;
}

/* line 1748, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.clouds .cloud {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  will-change: transform;
}

/* line 1758, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.clouds .cloud-1 {
  -webkit-animation: moveclouds 25s linear infinite;
  animation: moveclouds 25s linear infinite;
}

/* line 1762, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.clouds .cloud-2 {
  -webkit-animation: moveclouds 50s linear infinite;
  animation: moveclouds 50s linear infinite;
}

/* line 1766, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.clouds .cloud-3 {
  -webkit-animation: moveclouds2 35s linear infinite;
  animation: moveclouds2 35s linear infinite;
}

/*****************************************************/
/* Mediaqueries */
/*****************************************************/
@media only screen and (max-width: 1680px) {
  /* line 1782, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-sm-120 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 1788, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  h1 {
    font-size: 36px;
    line-height: 1.5em;
  }
  /* line 1792, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-md-135 {
    padding-top: 135px;
  }
  /* line 1795, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-xs-80 {
    padding-top: 80px;
  }
  /* line 1798, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .contact,
  .about {
    top: 140px;
  }
  /* line 1802, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left {
    padding-top: 75px;
  }
  /* line 1804, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left .about {
    left: 6px;
  }
  /* line 1807, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left .content-wrap {
    padding-left: 75px;
  }
  /* line 1810, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left .copyright-text {
    bottom: 66px;
  }
  /* line 1813, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left .tag-wrap {
    bottom: 75px;
  }
  /* line 1818, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .contact {
    right: 6px;
  }
  /* line 1821, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .social-wrpper {
    bottom: 66px;
  }
  /* line 1824, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .main-content {
    padding-left: 75px;
  }
  /* line 1827, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .social-wrpper {
    left: 75px;
  }
  /* line 1830, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .notify-btn {
    bottom: 75px;
    right: 75px;
  }
  /* line 1834, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .notify-wrap {
    bottom: 40px;
    right: 75px;
  }
  /* line 1838, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .sec-pad-right {
    padding-right: 75px;
  }
  /* line 1841, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .timer-sec {
    bottom: 75px;
    right: 75px;
  }
  /* line 1846, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .page-right .page-inner .container-fluid,
  .page-left .page-inner .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 1854, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .intro-text {
    clear: both;
  }
  /* line 1857, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .contact,
  .about {
    top: 105px;
  }
  /* line 1861, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left {
    padding-top: 40px;
  }
  /* line 1863, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left .about {
    left: -28px;
  }
  /* line 1866, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left .content-wrap {
    padding-left: 40px;
  }
  /* line 1869, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left .copyright-text {
    bottom: 30px;
  }
  /* line 1872, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left .tag-wrap {
    bottom: 38px;
  }
  /* line 1877, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .intro-text {
    color: #006699;
  }
  /* line 1880, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .contact {
    right: -28px;
  }
  /* line 1883, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .social-wrpper {
    bottom: 30px;
  }
  /* line 1886, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .main-content {
    padding-left: 40px;
  }
  /* line 1889, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .social-wrpper {
    left: 60px;
  }
  /* line 1892, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .notify-btn {
    bottom: 40px;
    right: 40px;
  }
  /* line 1896, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .notify-wrap {
    bottom: 5px;
    right: 40px;
  }
  /* line 1900, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .timer-sec {
    bottom: 40px;
    right: 40px;
  }
  /* line 1904, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .sec-pad-right {
    padding-right: 40px;
  }
  /* line 1908, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .page-right .page-inner .container-fluid,
  .page-left .page-inner .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1366px) {
  /* line 1916, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-sm-100 {
    padding-top: 10vh;
  }
  /* line 1919, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-sm-40 {
    padding-top: 40px;
  }
  /* line 1922, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .twitter-sec {
    width: 100%;
  }
  /* line 1924, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .twitter-sec .twiter-ico-wrap {
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  /* line 1929, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .twitter-sec #tweecool {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 1039px) {
  /* line 1937, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .margin-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 1941, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .margin-top-xs-30 {
    margin-top: 30px;
  }
  /* line 1944, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-sm-100 {
    padding-top: 50px;
  }
  /* line 1947, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-xs-0 {
    padding-top: 0px;
  }
  /* line 1950, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-xs-100 {
    padding-top: 100px;
  }
  /* line 1953, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-btm-xs-0 {
    padding-bottom: 0 !important;
  }
  /* line 1956, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .margin-top-xs-0 {
    margin-top: 0px;
  }
  /* line 1959, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .hover {
    display: none;
  }
  /* line 1962, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left-overlay,
  .side-right-overlay {
    z-index: 1;
  }
  /* line 1966, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .timer-sec {
    position: static;
  }
  /* line 1970, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .notify-cmpt.notify-form-type-2 .notify-wrap .btn:hover, .notify-cmpt.notify-form-type-2 .notify-wrap .btn:active, .notify-cmpt.notify-form-type-2 .notify-wrap .btn:focus {
    color: #000;
  }
  /* line 1976, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .social-icons .social-icon {
    font-size: 36px;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 48px;
    position: relative;
    display: inline-block;
  }
  /* line 1984, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .social-icons .social-icon span.fa {
    line-height: 48px;
  }
  /* line 1987, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side {
    width: 100%;
  }
  /* line 1989, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-left {
    position: relative;
    min-height: 25vh;
  }
  /* line 1992, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-left .content-wrap {
    z-index: 2;
  }
  /* line 1994, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-left .content-wrap .tag-wrap {
    position: static;
    padding-top: 70px;
  }
  /* line 1999, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-left .zs-enabled {
    min-height: 500px !important;
    z-index: 1;
  }
  /* line 2005, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .logo {
    margin-left: 0;
  }
  /* line 2008, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .full-height {
    min-height: auto !important;
  }
  /* line 2012, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .address-detail .copyright-text {
    display: block;
  }
  /* line 2016, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .sec-pad-top {
    padding-top: 40px;
  }
  /* line 2019, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right {
    min-height: 70vh;
    position: relative;
  }
  /* line 2022, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right .main-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 2027, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right .copyright-text p, .side.side-right .copyright-text .address-detail a, .address-detail .side.side-right .copyright-text a {
    padding-top: 16px;
  }
  /* line 2032, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-left,
  .side-right {
    background-attachment: scroll;
  }
  /* line 2036, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .logo img {
    width: auto;
  }
  /* line 2039, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .page {
    position: static;
    width: 100%;
  }
  /* line 2042, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .page.page-left {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    position: static;
  }
  /* line 2048, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .page.page-right {
    left: 0;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    position: static;
  }
  /* line 2056, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .about,
  .contact {
    display: none;
  }
  /* line 2060, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .open-left .side-right,
  .open-right .side-left {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  /* line 2066, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .open-left .side-left,
  .open-right .side-right {
    z-index: 200;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 2073, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .open-left .side-left .main,
  .open-right .side-right .main {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    -ms-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 2081, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .open-left .page-left,
  .open-right .page-right {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  /* line 2087, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .reset-layout .page,
  .splitlayout.open-right .page-left,
  .splitlayout.open-left .page-right,
  .splitlayout.close-right .page-left,
  .splitlayout.close-left .page-right {
    position: static;
  }
  /* line 2094, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .btn:hover .mask {
    width: 0;
  }
  /* line 2097, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .btn:hover,
  .btn:focus,
  .btn:active {
    color: #fff;
  }
  /* line 2102, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side-right .social-icons .social-icon:hover span {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}

@media only screen and (max-width: 767px) {
  /* line 2110, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .margin-btm-xs {
    margin-bottom: 30px;
  }
  /* line 2113, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  /* line 2118, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .client-sec .col-xs-6:nth-child(1), .client-sec .col-xs-6:nth-child(2) {
    margin-bottom: 40px;
  }
  /* line 2126, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right #tweecool {
    min-height: 140px;
  }
}

@media only screen and (max-width: 736px) {
  /* line 2134, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .sec-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 2138, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .sec-pad-top {
    padding-top: 30px;
  }
  /* line 2141, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .sec-pad-bottom {
    padding-bottom: 50px;
  }
  /* line 2144, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-xs-50 {
    padding-top: 50px;
  }
  /* line 2147, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .page-right input {
    height: 45px;
  }
  /* line 2151, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .logo img {
    width: 135px;
  }
  /* line 2156, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right {
    min-height: 70vh;
  }
  /* line 2159, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-left {
    min-height: 200px;
  }
  /* line 2161, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-left .zs-enabled {
    min-height: 400px !important;
  }
  /* line 2166, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .address-detail {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 568px) {
  /* line 2174, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .padding-top-xs-50 {
    padding-top: 30px;
  }
  /* line 2177, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .address-detail {
    margin-top: 0px;
  }
  /* line 2179, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .address-detail a {
    font-size: 20px;
  }
  /* line 2184, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right .logo {
    padding-bottom: 0px;
  }
  /* line 2187, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right .main-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 2191, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right .btn {
    width: 100%;
  }
  /* line 2194, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right .social-icons li {
    margin-right: 44px;
  }
  /* line 2198, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .side.side-right .copyright-text p, .side.side-right .copyright-text .address-detail a, .address-detail .side.side-right .copyright-text a {
    display: none;
  }
  /* line 2203, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #cdcdcd;
    border-radius: 0;
    box-shadow: none;
    width: 247px;
    float: left;
    color: #cdcdcd;
    font-size: 14px;
    min-height: 57px;
    padding-left: 13px;
    padding-right: 23px;
  }
  /* line 2216, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .notify-cmpt.notify-form-type-2 .notify-wrap .btn {
    border: 2px solid #006699;
    right: 0;
    top: 0;
    float: left;
    height: 57px;
    display: block;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    padding: 0 20px !important;
  }
  /* line 2229, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  h1 {
    font-size: 28px;
    line-height: 1.5em;
  }
  /* line 2233, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .margin-sm-30 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 485px) {
  /* line 2241, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
   .side.side-right {
    min-height: 53vh;
    margin: auto;
  } 
  h1 {
    text-align: left;
  }
  h4 {
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  margin-bottom: 15px;
  }
  .side-right .social-wrpper {
    left: 30px;
    position: absolute;
    width: 100%;
  }
  /* line 2245, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box {
    float: none;
  }
  /* line 2248, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .notify-cmpt.notify-form-type-2 .notify-wrap .btn {
    margin-top: 20px;
  }
  /* line 2252, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box,
  .notify-cmpt.notify-form-type-2 .notify-wrap .btn {
    width: 100%;
    text-align: center;
  }
  /* line 2257, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .notify-cmpt.notify-form-type-2 .notify-wrap .notify-input-box {
    padding: 0;
  }
}

@media only screen and (max-width: 414px) {
  /* line 2264, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
  .copyright-text .social-icons,
  .copyright-text p,
  .copyright-text .address-detail a, .address-detail
  .copyright-text a {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {
  /* line 2274, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
   .side.side-right {
    min-height: 53vh;
    margin: auto;
  } 
  h1 {
    text-align: left;
  }
  h4 {
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  margin-bottom: 15px;
  }
  .side-right .social-wrpper {
    left: 30px;
    position: absolute;
    width: 100%;
  }
}

/* line 2280, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.intro {
  position: relative;
}

/* line 2284, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.bg-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

/* line 2290, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.bg-container .bg-thing {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 2300, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.content__item {
  display: none;
}

/* line 2302, /Users/anderlpz/Sites/local.ander.co/scss/style.scss */
.content__item.content__item--show {
  display: block;
}
