@charset "UTF-8";

/* COMBINACIÓN DE CSS PARA ACELERAR LA CARGA */






/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  padding: 0;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(90, 101, 109, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(90, 101, 109, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(90, 101, 109, 0.2);
  box-shadow: '' 0 1px 4px rgba(90, 101, 109, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  outline:none !important;
  color: rgba(90, 101, 109, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(90, 101, 109, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: auto;
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-align: center;
  z-index: 10;
}
  .banners .flex-control-nav {bottom: 5px;} 

.flex-control-nav li {
  margin: 0 0 4px;
  display: block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.3);
  -o-box-shadow: 0 0 3px rgba(0,0,0, 0.3);
  box-shadow: 0 0 3px rgba(0,0,0, 0.3);

}
  .banners .flex-control-paging li a {background: #fff; background: rgba(255,255,255, 0.5);}

.flex-control-paging li a:hover {
  background: #eee;
  background: rgba(255,255,255, 0.8);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(255,255,255, 1);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ 

html {line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } body {margin: 0; } h1 {font-size: 2em; margin: 0.67em 0; } hr {box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } pre {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } a {color: inherit; text-decoration: none; background-color: transparent; } a:hover {} abbr[title] {border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }  code, kbd, samp {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } small {font-size: 80%; } sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub {bottom: -0.25em; } sup {top: -0.5em; } img {border-style: none; } button, input, optgroup, select, textarea {font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } button, input { /* 1 */ overflow: visible; } button, select { /* 1 */ text-transform: none; } button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText; } fieldset {padding: 0.35em 0.75em 0.625em; } legend {box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } progress {vertical-align: baseline; } textarea {overflow: auto; } [type="checkbox"], [type="radio"] {box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto; } [type="search"] {-webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } [type="search"]::-webkit-search-decoration {-webkit-appearance: none; } ::-webkit-file-upload-button {-webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } details {display: block; } summary {display: list-item; } template {display: none; } [hidden] {display: none; }

h1, h2, h3, h4, h5, h6 {font-weight: 700;}
img {max-width: 100%; height: auto;}
em, i { }
b, strong {font-weight: 700; }

a {outline: none; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease;} 

/*a {
  -webkit-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}*/

/* FLEXGRIDBOX */ 

.container-fluid {margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; } .wrap {    box-sizing: border-box; max-width: 1200px; margin: 0 auto;} .row {box-sizing: border-box; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex: 0 1 auto; -webkit-box-flex: 0; flex: 0 1 auto; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1rem; margin-left: -1rem; } .row.reverse {-ms-flex-direction: row-reverse; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; } .col.reverse {-ms-flex-direction: column-reverse; -webkit-box-orient: vertical; -webkit-box-direction: reverse; flex-direction: column-reverse; } .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 1rem; padding-left: 1rem; } .col-xs {-webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-xs-1 {-ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col-xs-2 {-ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col-xs-3 {-ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-xs-4 {-ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col-xs-5 {-ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col-xs-6 {-ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-xs-7 {-ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col-xs-8 {-ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col-xs-9 {-ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-xs-10 {-ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col-xs-11 {-ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col-xs-12 {-ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-xs-offset-1 {margin-left: 8.333%; } .col-xs-offset-2 {margin-left: 16.667%; } .col-xs-offset-3 {margin-left: 25%; } .col-xs-offset-4 {margin-left: 33.333%; } .col-xs-offset-5 {margin-left: 41.667%; } .col-xs-offset-6 {margin-left: 50%; } .col-xs-offset-7 {margin-left: 58.333%; } .col-xs-offset-8 {margin-left: 66.667%; } .col-xs-offset-9 {margin-left: 75%; } .col-xs-offset-10 {margin-left: 83.333%; } .col-xs-offset-11 {margin-left: 91.667%; } .start-xs {-ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center-xs {-ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end-xs {-ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top-xs {-ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle-xs {-ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom-xs {-ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around-xs {-ms-flex-pack: distribute; justify-content: space-around; } .between-xs {-ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first-xs {-ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last-xs {-ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } @media only screen and (min-width: 48em) {.container-fluid {padding-right: 4rem; padding-left: 4rem; } .container {width: 46rem; } .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 1rem; padding-left: 1rem; } .col-sm {-webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-sm-1 {-ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col-sm-2 {-ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col-sm-3 {-ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-sm-4 {-ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col-sm-5 {-ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col-sm-6 {-ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-sm-7 {-ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col-sm-8 {-ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col-sm-9 {-ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-sm-10 {-ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col-sm-11 {-ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col-sm-12 {-ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-sm-offset-1 {margin-left: 8.333%; } .col-sm-offset-2 {margin-left: 16.667%; } .col-sm-offset-3 {margin-left: 25%; } .col-sm-offset-4 {margin-left: 33.333%; } .col-sm-offset-5 {margin-left: 41.667%; } .col-sm-offset-6 {margin-left: 50%; } .col-sm-offset-7 {margin-left: 58.333%; } .col-sm-offset-8 {margin-left: 66.667%; } .col-sm-offset-9 {margin-left: 75%; } .col-sm-offset-10 {margin-left: 83.333%; } .col-sm-offset-11 {margin-left: 91.667%; } .start-sm {-ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center-sm {-ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end-sm {-ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top-sm {-ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle-sm {-ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom-sm {-ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around-sm {-ms-flex-pack: distribute; justify-content: space-around; } .between-sm {-ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first-sm {-ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last-sm {-ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } } @media only screen and (min-width: 62em) {.container {width: 61rem; } .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 1rem; padding-left: 1rem; } .col-md {-webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-md-1 {-ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col-md-2 {-ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col-md-3 {-ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-md-4 {-ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col-md-5 {-ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col-md-6 {-ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-md-7 {-ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col-md-8 {-ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col-md-9 {-ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-md-10 {-ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col-md-11 {-ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col-md-12 {-ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-md-offset-1 {margin-left: 8.333%; } .col-md-offset-2 {margin-left: 16.667%; } .col-md-offset-3 {margin-left: 25%; } .col-md-offset-4 {margin-left: 33.333%; } .col-md-offset-5 {margin-left: 41.667%; } .col-md-offset-6 {margin-left: 50%; } .col-md-offset-7 {margin-left: 58.333%; } .col-md-offset-8 {margin-left: 66.667%; } .col-md-offset-9 {margin-left: 75%; } .col-md-offset-10 {margin-left: 83.333%; } .col-md-offset-11 {margin-left: 91.667%; } .start-md {-ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center-md {-ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end-md {-ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top-md {-ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle-md {-ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom-md {-ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around-md {-ms-flex-pack: distribute; justify-content: space-around; } .between-md {-ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first-md {-ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last-md {-ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } } @media only screen and (min-width: 75em) {.container {width: 71rem; } .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 1rem; padding-left: 1rem; } .col-lg {-webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col-lg-1 {-ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col-lg-2 {-ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col-lg-3 {-ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col-lg-4 {-ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col-lg-5 {-ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col-lg-6 {-ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col-lg-7 {-ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col-lg-8 {-ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col-lg-9 {-ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col-lg-10 {-ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col-lg-11 {-ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col-lg-12 {-ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col-lg-offset-1 {margin-left: 8.333%; } .col-lg-offset-2 {margin-left: 16.667%; } .col-lg-offset-3 {margin-left: 25%; } .col-lg-offset-4 {margin-left: 33.333%; } .col-lg-offset-5 {margin-left: 41.667%; } .col-lg-offset-6 {margin-left: 50%; } .col-lg-offset-7 {margin-left: 58.333%; } .col-lg-offset-8 {margin-left: 66.667%; } .col-lg-offset-9 {margin-left: 75%; } .col-lg-offset-10 {margin-left: 83.333%; } .col-lg-offset-11 {margin-left: 91.667%; } .start-lg {-ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center-lg {-ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end-lg {-ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top-lg {-ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle-lg {-ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom-lg {-ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around-lg {-ms-flex-pack: distribute; justify-content: space-around; } .between-lg {-ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first-lg {-ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last-lg {-ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } }

/* XXS */
@media only screen and (max-width: 30em) { .container {width: 30rem; } .col-xxs, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 1rem; padding-left: 1rem; } .col-xxs {-webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; -webkit-flex-basis: 0; flex-basis: 0; max-width: 100%; } .col-xxs-1 {-ms-flex-preferred-size: 8.333%; -webkit-flex-basis: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col-xxs-2 {-ms-flex-preferred-size: 16.667%; -webkit-flex-basis: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col-xxs-3 {-ms-flex-preferred-size: 25%; -webkit-flex-basis: 25%; flex-basis: 25%; max-width: 25%; } .col-xxs-4 {-ms-flex-preferred-size: 33.333%; -webkit-flex-basis: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col-xxs-5 {-ms-flex-preferred-size: 41.667%; -webkit-flex-basis: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col-xxs-6 {-ms-flex-preferred-size: 50%; -webkit-flex-basis: 50%; flex-basis: 50%; max-width: 50%; } .col-xxs-7 {-ms-flex-preferred-size: 58.333%; -webkit-flex-basis: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col-xxs-8 {-ms-flex-preferred-size: 66.667%; -webkit-flex-basis: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col-xxs-9 {-ms-flex-preferred-size: 75%; -webkit-flex-basis: 75%; flex-basis: 75%; max-width: 75%; } .col-xxs-10 {-ms-flex-preferred-size: 83.333%; -webkit-flex-basis: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col-xxs-11 {-ms-flex-preferred-size: 91.667%; -webkit-flex-basis: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col-xxs-12 {-ms-flex-preferred-size: 100%; -webkit-flex-basis: 100%; flex-basis: 100%; max-width: 100%; } .col-xxs-offset-1 {margin-left: 8.333%; } .col-xxs-offset-2 {margin-left: 16.667%; } .col-xxs-offset-3 {margin-left: 25%; } .col-xxs-offset-4 {margin-left: 33.333%; } .col-xxs-offset-5 {margin-left: 41.667%; } .col-xxs-offset-6 {margin-left: 50%; } .col-xxs-offset-7 {margin-left: 58.333%; } .col-xxs-offset-8 {margin-left: 66.667%; } .col-xxs-offset-9 {margin-left: 75%; } .col-xxs-offset-10 {margin-left: 83.333%; } .col-xxs-offset-11 {margin-left: 91.667%; } .start-xxs {-webkit-justify-content: flex-start; -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center-xxs {-webkit-justify-content: center; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end-xxs {-webkit-justify-content: flex-end; -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top-xxs {-webkit-align-items: flex-start; -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle-xxs {-webkit-align-items: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom-xxs {-webkit-align-items: flex-end; -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around-xxs {-webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .between-xxs {-webkit-justify-content: space-between; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first-xxs {-webkit-order: -1; -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last-xxs {-webkit-order: 1; -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } }





@font-face{ 
  font-family: 'FjallaOne';
  src: url('../fonts/fjallaone-regular-webfont.eot');
  src: url('../fonts/fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/fjallaone-regular-webfont.woff') format('woff'),
       url('../fonts/fjallaone-regular-webfont.woff2') format('woff2'),
       url('../fonts/fjallaone-regular-webfont.ttf') format('truetype'),
       url('../fonts/fjallaone-regular-webfont.svg#webfont') format('svg');
}


@font-face {
  font-family: 'FestivoLettersNo-18';
  src: url('../fonts/FestivoLettersNo-18.eot?#iefix') format('embedded-opentype'),  url('../fonts/FestivoLettersNo-18.otf')  format('opentype'),
       url('../fonts/FestivoLettersNo-18.woff') format('woff'), url('../fonts/FestivoLettersNo-18.ttf')  format('truetype'), url('../fonts/FestivoLettersNo-18.svg#FestivoLettersNo.18') format('svg');
  font-weight: normal;
  font-style: normal;
}


