/* ####################################################### */
/* IMPORTS */
/* ####################################################### */
/* RESET.LESS */
@import 'videobg.css';
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
svg {
  overflow: hidden;
}
/* ####################################################### */
/* MEDIA QUERIES */
@media only screen and (min-width: 960px) {
  .nodesktop {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px), only screen and (max-width: 480px) {
  .notablet {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .nomobile {
    display: none;
  }
}
/* ####################################################### */
/* COLUMNS GRID */
.container {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .container {
    width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: 100%;
  }
}
.container .container {
  width: 100%;
}
.grid {
  background: url(http://griddle.it/940-12-20?num=0) repeat-y;
  background-size: 940px;
  background-position: center;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .grid {
    background: url(http://griddle.it/464-12-8?num=0) repeat-y;
    background-size: 470px;
    background-position: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .grid {
    background: url(http://griddle.it/960-12-20?num=0) repeat-y;
    background-size: 97.918%;
    background-position: center;
  }
}
.grid:before {
  content: ".container";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.6em;
  color: #aaa;
}
.col1 {
  display: block;
  float: left;
  width: 6.25133%;
  margin: 0 1.041%;
}
.col2 {
  display: block;
  float: left;
  width: 14.58466%;
  margin: 0 1.041%;
}
.col3 {
  display: block;
  float: left;
  width: 22.91799%;
  margin: 0 1.041%;
}
.col4 {
  display: block;
  float: left;
  width: 31.25132%;
  margin: 0 1.041%;
}
.col5 {
  display: block;
  float: left;
  width: 39.58465%;
  margin: 0 1.041%;
}
.col6 {
  display: block;
  float: left;
  width: 47.91798%;
  margin: 0 1.041%;
}
.col7 {
  display: block;
  float: left;
  width: 56.25131%;
  margin: 0 1.041%;
}
.col8 {
  display: block;
  float: left;
  width: 64.58464%;
  margin: 0 1.041%;
}
.col9 {
  display: block;
  float: left;
  width: 72.91797%;
  margin: 0 1.041%;
}
.col10 {
  display: block;
  float: left;
  width: 81.2513%;
  margin: 0 1.041%;
}
.col11 {
  display: block;
  float: left;
  width: 89.58463%;
  margin: 0 1.041%;
}
.col12 {
  display: block;
  float: left;
  width: 97.91796%;
  margin: 0 1.041%;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t1 {
    width: 6.25133%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t2 {
    width: 14.58466%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t3 {
    width: 22.91799%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t4 {
    width: 31.25132%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t5 {
    width: 39.58465%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t6 {
    width: 47.91798%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t7 {
    width: 56.25131%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t8 {
    width: 64.58464%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t9 {
    width: 72.91797%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t10 {
    width: 81.2513%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t11 {
    width: 89.58463%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .col-t12 {
    width: 97.91796%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m1 {
    width: 6.25133%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m2 {
    width: 14.58466%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m3 {
    width: 22.91799%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m4 {
    width: 31.25132%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m5 {
    width: 39.58465%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m6 {
    width: 47.91798%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m7 {
    width: 56.25131%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m8 {
    width: 64.58464%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m9 {
    width: 72.91797%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m10 {
    width: 81.2513%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m11 {
    width: 89.58463%;
  }
}
@media only screen and (max-width: 480px) {
  .col-m12 {
    width: 97.91796%;
  }
}
.push0 {
  margin-left: 1.041%;
}
.push1 {
  margin-left: 9.37433%;
}
.push2 {
  margin-left: 17.70766%;
}
.push3 {
  margin-left: 26.04099%;
}
.push4 {
  margin-left: 34.37432%;
}
.push5 {
  margin-left: 42.70765%;
}
.push6 {
  margin-left: 51.04098%;
}
.push7 {
  margin-left: 59.37431%;
}
.push8 {
  margin-left: 67.70764%;
}
.push9 {
  margin-left: 76.04097%;
}
.push10 {
  margin-left: 84.3743%;
}
.push11 {
  margin-left: 92.70763%;
}
.push12 {
  margin-left: 101.04096%;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t0 {
    margin-left: 1.041%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t1 {
    margin-left: 9.37433%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t2 {
    margin-left: 17.70766%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t3 {
    margin-left: 26.04099%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t4 {
    margin-left: 34.37432%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t5 {
    margin-left: 42.70765%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t6 {
    margin-left: 51.04098%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t7 {
    margin-left: 59.37431%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t8 {
    margin-left: 67.70764%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t9 {
    margin-left: 76.04097%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t10 {
    margin-left: 84.3743%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t11 {
    margin-left: 92.70763%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .push-t12 {
    margin-left: 101.04096%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m0 {
    margin-left: 1.041%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m1 {
    margin-left: 9.37433%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m2 {
    margin-left: 17.70766%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m3 {
    margin-left: 26.04099%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m4 {
    margin-left: 34.37432%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m5 {
    margin-left: 42.70765%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m6 {
    margin-left: 51.04098%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m7 {
    margin-left: 59.37431%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m8 {
    margin-left: 67.70764%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m9 {
    margin-left: 76.04097%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m10 {
    margin-left: 84.3743%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m11 {
    margin-left: 92.70763%;
  }
}
@media only screen and (max-width: 480px) {
  .push-m12 {
    margin-left: 101.04096%;
  }
}
/*!
 * Strip - A Less Intrusive Responsive Lightbox - v1.5.9
 * (c) 2014-2015 Nick Stakenburg
 *
 * http://www.stripjs.com
 *
 * Licensing:
 * - Commercial: http://www.stripjs.com/license
 * - Non-commercial: http://creativecommons.org/licenses/by-nc-nd/3.0
 */
.strp-window {
  position: fixed;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #292929;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
.strp-window.strp-vertical {
  height: 0;
  width: 100%;
}
/* margin is added around the window to keep a visual reference
 * to the underlying page at all times.
 */
.strp-window {
  margin-left: 40px;
}
.strp-window.strp-vertical {
  margin-left: 0;
  margin-bottom: 40px;
}
/* fullscreen on smaller screens (iPhone 6+ and smaller)
 * since min-width is used to make this work it won't show on IE8, but
 * we're not expecting that browser to have a mobile sized screen anyway
 */
@media all and (max-width: 414px) and (orientation: portrait), all and (max-width: 736px) and (max-height: 414px) {
  .strp-window.strp-horizontal {
    min-width: 100%;
  }
}
@media all and (max-height: 414px) and (orientation: landscape), all and (max-height: 736px) and (max-width: 414px) {
  .strp-window.strp-vertical {
    min-height: 100%;
  }
}
/* z-index */
.strp-window,
.strp-spinner-move {
  z-index: 99999;
}
/* reset box-sizing */
.strp-window,
.strp-window [class^='strp-'],
.strp-spinner-move,
.strp-spinner-move [class^='strp-'] {
  box-sizing: border-box;
}
/* Chrome hack, this fixes a visual glitch when quickly toggling a video */
.strp-window {
  transform: translateZ(0px);
}
/* some properties on the window are used to toggle things
 * like margin and the fullscreen mode,
 * we reset those properties after measuring them
 */
.strp-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}
.strp-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* sides */
.strp-side-right {
  top: 0;
  right: 0;
}
.strp-side-right .strp-pages {
  top: 0;
  right: 0;
}
.strp-side-right .strp-page {
  top: 0;
  right: 0;
}
.strp-side-right .strp-close {
  top: 0;
  right: 0;
}
.strp-side-left {
  top: 0;
  left: 0;
}
.strp-side-left .strp-pages {
  top: 0;
  left: 0;
}
.strp-side-left .strp-page {
  top: 0;
  left: 0;
}
.strp-side-left .strp-close {
  top: 0;
  right: 0;
}
.strp-side-top {
  top: 0;
  left: 0;
}
.strp-side-top .strp-pages {
  top: 0;
  left: 0;
}
.strp-side-top .strp-page {
  top: 0;
  left: 0;
}
.strp-side-top .strp-close {
  top: 0;
  right: 0;
}
.strp-side-bottom {
  bottom: 0;
  left: 0;
}
.strp-side-bottom .strp-pages {
  bottom: 0;
  left: 0;
}
.strp-side-bottom .strp-page {
  bottom: 0;
  left: 0;
}
.strp-side-bottom .strp-close {
  top: 0;
  right: 0;
}
.strp-page {
  position: absolute;
  width: 100%;
  height: 100%;
}
.strp-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #292929;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* youtube & vimeo use overlap:false, this adds padding
   to make sure buttons don't overlap the content.
   navbutton = 72 = 54 + (2 * 9 margin)
   closebutton = 48
*/
.strp-no-overlap .strp-container {
  padding: 48px 72px;
}
.strp-no-overlap.strp-no-sides .strp-container {
  padding: 48px 0;
}
.strp-vertical .strp-no-overlap .strp-container {
  padding: 0 72px;
}
.strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
  padding: 0 48px;
}
.strp-hovering-clickable .strp-container {
  cursor: pointer;
}
.strp-content-element {
  position: absolute;
  top: 50%;
  left: 50%;
}
.strp-content-element iframe {
  float: left;
  width: 100%;
  height: 100%;
}
.strp-container img {
  display: inline-block;
  vertical-align: middle;
}
.strp-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  background: #000;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.strp-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}
.strp-caption {
  width: auto;
  display: inline;
  white-space: wrap;
}
.strp-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}
/* links */
.strp-info a,
.strp-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}
.strp-info a:hover {
  color: #eee;
}
/* < > */
.strp-nav {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.strp-nav-previous {
  left: 0;
}
.strp-nav-next {
  right: 0;
  left: auto;
}
.strp-nav-disabled {
  cursor: default;
}
.strp-nav-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.strp-nav-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
}
.strp-nav-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* X */
.strp-close {
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.strp-close-background,
.strp-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.strp-close-background {
  filter: alpha(opacity=80);
  opacity: .8;
  background-color: #101010;
}
.strp-close:hover .strp-close-background {
  background-color: #161616;
}
.strp-has-error .strp-container {
  background-color: #ca3434;
}
.strp-error {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin-left: -120px;
  margin-top: -120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('strip-skins/strip/error.svg?rev=4');
}
.strp-no-svg .strp-error {
  background-image: url('strip-skins/strip/error.png?rev=4');
}
/* Spinner - loading icon, wrapped by a div that moves it */
.strp-spinner-move {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 48px;
  width: 0;
  /* ensure overflow during a jQuery animation */
  overflow: visible !important;
}
.strp-spinner-move.strp-vertical {
  width: 48px;
  height: 0;
}
.strp-spinner {
  width: 48px;
  height: 48px;
  float: left;
  position: relative;
}
/* different sides */
.strp-spinner-move.strp-side-top {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.strp-spinner-move.strp-side-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.strp-spinner-move.strp-side-right .strp-spinner {
  margin-left: -48px;
}
.strp-spinner-move.strp-side-left .strp-spinner {
  margin-right: -48px;
  float: right;
}
.strp-spinner-move.strp-side-bottom .strp-spinner {
  margin-top: -48px;
}
.strp-spinner-move.strp-side-top .strp-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -48px;
}
@-moz-keyframes strp-spinner-spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.strp-spinner-rotate,
.strp-spinner-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strp-spinner-line {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 2px;
  margin-left: -1px;
  height: 3px;
  border-radius: 1px;
  z-index: 80;
  /* amount of lines, removed later on */
  color: inherit;
  /* color of the dots, inherited from text on the page */
}
/*
 * ===== Skin: strip =====
 */
/* < > */
.strp-window-skin-strip .strp-nav-button-background {
  background-color: transparent;
}
.strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
  background-image: url('strip-skins/strip/previous.svg?rev=4');
}
.strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
  background-image: url('strip-skins/strip/next.svg?rev=4');
}
/* IE7-8/no-svg (using a faded png) */
.strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
  background-image: url('strip-skins/strip/previous-faded.png?rev=4');
  opacity: 1;
}
.strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
  background-image: url('strip-skins/strip/next-faded.png?rev=4');
  opacity: 1;
}
.strp-window-skin-strip .strp-nav .strp-nav-button-icon {
  opacity: .6;
}
/* normal state */
.strp-window-skin-strip.strp-mobile-touch .strp-nav .strp-nav-button-icon {
  opacity: 1;
}
/* mobile-touch always has normal states at full opacity */
/* < > : hover */
.strp-window-skin-strip .strp-nav:hover .strp-nav-button-icon,
.strp-window-skin-strip .strp-nav-hover .strp-nav-button-icon {
  opacity: 1;
}
/* IE7-8/no-svg (unfaded png) */
.strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon,
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon {
  background-image: url('strip-skins/strip/previous.png?rev=4');
}
.strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon,
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon {
  background-image: url('strip-skins/strip/next.png?rev=4');
}
/* Reduce < > button size on narrow screens (iPhone 6 and smaller) */
@media all and (max-width: 375px) and (orientation: portrait), all and (max-height: 375px) and (max-width: 667px) {
  .strp-window-skin-strip .strp-nav {
    width: 48px;
    height: 60px;
    margin: 0 5px;
    margin-top: -30px;
  }
  /* < > */
  .strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
    background-image: url('strip-skins/strip/previous-small.svg?rev=4');
  }
  .strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
    background-image: url('strip-skins/strip/next-small.svg?rev=4');
  }
  /* IE7-8/no-svg (using a faded png) */
  .strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
    background-image: url('strip-skins/strip/previous-small-faded.png?rev=4');
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
    background-image: url('strip-skins/strip/next-small-faded.png?rev=4');
  }
  /* IE7-8/no-svg (unfaded png) */
  .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon,
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon {
    background-image: url('strip-skins/strip/previous-small.png?rev=4');
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon,
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon {
    background-image: url('strip-skins/strip/next-small.png?rev=4');
  }
  /* also reduce padding
     navbutton = 58 = 48 + (2 * 5 margin)
     closebutton = 48
   */
  .strp-no-overlap .strp-container {
    padding: 48px 58px;
  }
  .strp-no-overlap.strp-no-sides .strp-container {
    padding: 48px 0;
  }
  .strp-vertical .strp-no-overlap .strp-container {
    padding: 0 58px;
  }
  .strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
    padding: 0 48px;
  }
}
/* X */
.strp-window-skin-strip .strp-close .strp-close-icon {
  background-image: url('strip-skins/strip/close.svg?rev=4');
  opacity: .8;
}
.strp-window-skin-strip .strp-close:hover .strp-close-icon {
  opacity: 1;
}
/* IE7-8/no-svg */
.strp-window-skin-strip.strp-no-svg .strp-close .strp-close-icon {
  background-image: url('strip-skins/strip/close.png?rev=4');
  opacity: 1;
}
/* here's how to have content slide in with the window when opening and closing  */
/*
.strp-window-skin-strip.strp-side-left.strp-opening  .strp-page,
.strp-window-skin-strip.strp-side-left.strp-closing  .strp-page { left: auto; right: 0; }
.strp-window-skin-strip.strp-side-right.strp-opening  .strp-page,
.strp-window-skin-strip.strp-side-right.strp-closing  .strp-page { left: 0; right: auto; }
.strp-window-skin-strip.strp-side-top.strp-opening  .strp-page,
.strp-window-skin-strip.strp-side-top.strp-closing  .strp-page { bottom: 0; top: auto; }
.strp-window-skin-strip.strp-side-bottom.strp-opening  .strp-page,
.strp-window-skin-strip.strp-side-bottom.strp-closing  .strp-page { bottom: auto; top: 0; }
*/
@-webkit-keyframes shaking {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.shake {
  -webkit-animation-name: shaking;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.floating {
  -webkit-animation-name: floating;
  -webkit-animation-duration: 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}
.breath {
  -webkit-animation-name: breathing;
  -webkit-animation-duration: 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -o-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.wait {
  -webkit-animation-name: waiting;
  -webkit-animation-duration: 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes waiting {
  0% {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  50% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
  }
  100% {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
}
/* ####################################################### */
/* CLASS UTILS */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.w100 {
  width: 100%;
}
.t {
  outline: 1px dashed rgba(0, 0, 0, 0.2);
}
/* GENERAL STYLES */
/*------ NAV ------*/
/* .horizontal */
ul.horizontal {
  list-style: none;
}
ul.horizontal li {
  position: relative;
}
ul.horizontal li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
ul.horizontal li:hover ul {
  display: block;
}
ul.horizontal li > ul {
  position: absolute;
  display: none;
  width: 100%;
  list-style: none;
}
form.simple label {
  display: block;
}
form.simple input,
form.simple textarea {
  display: block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
/* PLUGINS styles */
/* SLICK SLIDER */
.slick-arrow {
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  border: none;
  background: #58A54B;
  color: #4D4D4D;
  z-index: 10;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow:hover {
  cursor: pointer;
  background: #4D4D4D;
  color: #58A54B;
}
/* backstretch */
.bgslider {
  display: none;
}
.font {
  font-family: 'Dosis', sans-serif;
}
.font2 {
  font-family: 'PT Sans Caption', sans-serif;
}
body {
  color: #fff;
  background: #F5F5F5;
  font-family: 'Dosis', sans-serif;
}
#redes {
  color: #58A54B;
  background: #3f7636;
  padding: 4px 0;
  text-align: right;
}
#redes a {
  color: #61b653;
  text-decoration: none;
}
#redes span,
#redes a {
  margin: 0 5px;
}
#menuLogo {
  background: #58A54B;
  padding: 12px 0;
}
#menuLogo nav ul li a {
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  margin-top: 30px;
  padding: 4px;
  position: relative;
}
#menuLogo nav ul li a:hover,
#menuLogo nav ul li a.active {
  background: #3f7636;
}
#menuLogo nav ul li a:hover:after,
#menuLogo nav ul li a.active:after {
  content: "";
  background: #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: -5px;
}
#formulario {
  position: absolute;
  bottom: 100px;
  right: 0;
  background: #3f7636;
  width: 500px;
  padding: 6px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  #formulario {
    width: 100%;
    bottom: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  #formulario {
    bottom: 20px;
  }
}
#formulario label {
  display: none;
}
#formulario input {
  border: none;
  width: 80%;
  padding: 10px;
  font-size: 1.1em;
  font-family: 'Dosis', sans-serif;
}
#formulario input::-webkit-input-placeholder {
  color: #58A54B;
}
@media only screen and (max-width: 480px) {
  #formulario input {
    font-size: 1em;
  }
}
#formulario button {
  width: 100px;
  height: 100px;
  background: #58A54B;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 3em;
  color: #fff;
  border: none;
  position: absolute;
  right: 10px;
  top: -22px;
  cursor: pointer;
}
#formulario button:hover {
  background: #fff;
  color: #58A54B;
}
@media only screen and (max-width: 480px) {
  #formulario button {
    width: 80px;
    height: 80px;
    top: -12px;
  }
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #58A54B;
}
section {
  min-height: 700px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}
section:before {
  content: "";
  width: 100%;
  min-height: 52px;
  height: 10%;
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 0;
  background-image: url(../img/diagonal_blanca_top.png  );
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
section:after {
  content: "";
  width: 100%;
  min-height: 52px;
  height: 10%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/diagonal_blanca_bottom.png);
  background-size: 100%;
  background-position: bottom;
  z-index: 0;
  background-repeat: no-repeat;
}
.hojaInfo {
  background: #fff;
  position: relative;
  min-height: 600px;
  margin-top: -14px;
}
.hojaInfo:before {
  content: "";
  width: 30px;
  height: 563px;
  position: absolute;
  bottom: 0;
  left: -30px;
  background-image: url(../img/diagonal_oscura_izquierda.png);
}
.hojaInfo:after {
  content: "";
  width: 30px;
  height: 563px;
  position: absolute;
  bottom: 0;
  right: -30px;
  background-image: url(../img/diagonal_oscura_derecha.png);
}
.hojaInfo .titulo {
  display: inline-block;
  color: #58A54B;
  font-size: 3em;
  font-family: 'PT Sans Caption', sans-serif;
  padding: 40px 40px 20px 40px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .hojaInfo .titulo {
    font-size: 2em;
  }
}
.hojaInfo .titulo:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 0;
  background: url(../img/b_green.png) no-repeat center;
}
.hojaInfo .info {
  font-family: 'Dosis', sans-serif;
  color: #4D4D4D;
  font-size: 1.3em;
  margin: 20px 40px 40px 40px;
}
.hojaInfo .info p {
  margin: 20px 0;
}
.hojaInfo .info p.central {
  color: #58A54B;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  font-family: 'PT Sans Caption', sans-serif;
}
.hojaInfo .info p.central.black {
  color: #4D4D4D;
}
.hojaInfo .info em {
  display: inline;
  color: #58A54B;
}
@media only screen and (max-width: 480px) {
  .hojaInfo {
    font-size: 0.9em;
  }
}
#footer {
  background: #E7E7E7;
  padding: 15px 0;
  color: #4D4D4D;
  text-align: center;
  position: relative;
}
#footer:before {
  content: "";
  width: 267px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0px;
  background-image: url(../img/diagonal_verde_top.png  );
}
#footer:after {
  content: "";
  width: 267px;
  height: 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/diagonal_verde_bottom.png);
}
#footer nav ul li a {
  color: #58A54B;
  font-size: 1em;
  text-align: center;
  margin-top: 20px;
}
#footer address {
  font-style: normal;
  font-size: 0.9em;
  margin-top: 10px;
}
#footer address a {
  color: #3f7636;
}
#controls {
  display: none;
}
#inicio {
  min-height: auto;
}
#inicio:before,
#inicio:after {
  z-index: 1;
}
#video {
  width: 100%;
  overflow: hidden;
}
#video video {
  width: 100%;
}
#mision {
  background: #fff;
  min-height: 500px;
}
#mision iframe {
  margin-top: 90px;
}
#idea {
  min-height: 600px;
}
#idea:before,
#idea:after {
  z-index: 10;
}
#idea #ideaA {
  background: #fff;
  width: 100%;
  height: 300px;
  color: #58A54B;
  position: relative;
}
#idea #ideaA .slider {
  background: #58A54B;
}
#idea #ideaA .buttonArea button {
  background: #4D4D4D;
  color: #fff;
}
#idea #ideaB {
  background: #58A54B;
  width: 100%;
  color: #fff;
  height: 300px;
}
#idea #ideaB .slider {
  background: #3f7636;
}
#idea #ideaB .buttonArea button {
  background: #fff;
  color: #4D4D4D;
}
#idea h2 {
  font-family: 'PT Sans Caption', sans-serif;
  text-align: center;
  font-size: 2.3em;
  margin-top: 40px;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  #idea h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  #idea h2 {
    font-size: 1.6em;
  }
}
#idea .slider {
  height: 70px;
  color: #fff;
  margin-top: 10px;
  -webkit-border-radius: 35px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 35px;
  -moz-background-clip: padding;
  border-radius: 35px;
  background-clip: padding-box;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  font-size: 1.7em;
  line-height: 2.5em;
}
#idea .slider .slick-arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #58A54B;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  top: 30px;
}
#idea .slider .slick-arrow.slick-prev {
  left: 10px;
}
#idea .slider .slick-arrow.slick-next {
  right: 10px;
}
#idea .slider label {
  display: none;
}
#idea .slider input {
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-family: 'Dosis', sans-serif;
  color: #fff;
  background: #3f7636;
  border: none;
  border-bottom: 2px solid #fff;
  margin: 0 auto;
  font-size: 1em;
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  #idea .slider {
    font-size: 1.4em;
    line-height: 2.8em;
  }
}
@media only screen and (max-width: 480px) {
  #idea .slider {
    font-size: 1.2em;
    line-height: 3.5em;
  }
}
#idea .buttonArea {
  text-align: center;
}
#idea .buttonArea button.btn {
  width: 240px;
  border: none;
  margin: 10px auto;
  padding: 5px;
  font-family: 'Dosis', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  -webkit-border-radius: 14px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 14px;
  -moz-background-clip: padding;
  border-radius: 14px;
  background-clip: padding-box;
}
#idea .buttonArea button.btn:hover {
  background: #3f7636 !important;
  color: #fff !important;
  cursor: pointer;
}
#contacto {
  min-height: 420px;
  background: #fff;
}
#contacto .titulo {
  margin-top: 40px;
  text-align: center;
  color: #58A54B;
  font-size: 3em;
  font-family: 'PT Sans Caption', sans-serif;
}
@media only screen and (max-width: 480px) {
  #contacto .titulo {
    font-size: 2em;
  }
}
#contacto address {
  font-style: normal;
}
#contacto p {
  color: #4D4D4D;
  font-family: 'Dosis', sans-serif;
  margin: 20px 0;
}
#contacto a {
  color: #58A54B;
  text-decoration: none;
}
.titleIdea {
  padding: 60px 0 0 0;
  color: #3f7636;
  font-family: 'Dosis', sans-serif;
  font-size: 1.6em;
}
.oDiv {
  position: absolute;
  border: 4px solid #58A54B;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  color: #4D4D4D;
  line-height: 2em;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 2;
  font-size: 1.2em;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
form.idea {
  position: fixed;
  width: 80%;
  height: 300px;
  margin-top: -150px;
  left: 10%;
  top: 50%;
  background: #58A54B;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  z-index: 100;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  text-align: center;
}
form.idea input {
  font-family: 'Dosis', sans-serif;
  border: none;
  background: #fff;
  padding: 20px 5px;
  color: #58A54B;
  text-align: center;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  font-size: 1.2em;
  margin: 20px 0;
}
form.idea button {
  width: 200px;
  text-align: center;
  border: none;
  background: #3f7636;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  padding: 6px 10px;
  font-size: 1.3em;
  margin: 20px 0;
}
form.idea button:hover {
  cursor: pointer;
  background: #61b653;
}
form.idea .result {
  padding: 10px;
}
form.idea .close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #3f7636;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  line-height: 2.4em;
}
.overlay {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.blogthing {
  padding: 80px 0;
}
article.post {
  padding: 40px 0;
}
article.post h1,
article.post h2 {
  display: inline-block;
  color: #58A54B;
  font-size: 3em;
  font-family: 'PT Sans Caption', sans-serif;
  padding: 40px 0 20px 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  article.post h1,
  article.post h2 {
    font-size: 2em;
  }
}
article.post h1:after,
article.post h2:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: -20px;
  background: url(../img/b_green.png) no-repeat center;
}
article.post h1 a,
article.post h2 a {
  text-decoration: none;
  color: #58A54B;
}
article.post h1 a:hover,
article.post h2 a:hover {
  color: #3f7636;
}
article.post p {
  color: #4D4D4D;
  margin: 20px;
}
article.post .date,
article.post span.comments {
  font-size: 0.9em;
  color: #c1c1c1;
  float: right;
  margin: 10px;
}
article.post div.comments {
  width: 100%;
  margin: 40px 0;
}
article.post div.comments .comment-reply-title {
  color: #58A54B;
}
article.post div.comments label {
  display: block;
}
article.post div.comments input,
article.post div.comments textarea {
  border: 1px solid #58A54B;
  padding: 10px;
  font-family: 'Dosis', sans-serif;
}
article.post div.comments input[type="submit"] {
  background: #58A54B;
  border: none;
  padding: 10px 40px;
  color: #fff;
  float: right;
  font-size: 0.9em;
}
article.post div.comments input[type="submit"]:hover {
  cursor: pointer;
  background: #3f7636;
}
article.post .author {
  display: none;
}
.blogthing a {
  color: #58A54B;
}
.readmore {
  text-align: right;
}
.readmore a {
  text-decoration: none;
  color: #58A54B;
}
.readmore a:hover {
  color: #3f7636;
}
.share a {
  color: #58A54B;
  text-decoration: none;
  display: inline-block;
  margin: 10px;
}
.resultado {
  padding: 20px;
  color: #58A54B;
  font-size: 2em;
}
.overlay,
form.idea {
  display: none;
}
