/*                                    
*  ===========================
*     _   _  _   _   _
*		 |_˩ |_ |_˩ | | |_˩ |\ |
*    | \ |_ |_˥ |_| | \ | \|
*     
*      -- CREATIVE LAB --
*
*  ===========================
*
*
*  Project: Reborn blank
*  Tags: project base, grid, responsive, custom mixins
*  Version: 0.1.1
*  Last change: 16/03/2014
*  
*/
/*
*  ============================
*
*    [Primary font]
*
*    Klavika - light (300), 
*              regular (400), 
*              medium (500)
*
*  ============================
*/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('../_fonts/proximanova-bold-webfont.eot');
  src: url('../_fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/proximanova-bold-webfont.woff2') format('woff2'), url('../_fonts/proximanova-bold-webfont.woff') format('woff'), url('../_fonts/proximanova-bold-webfont.ttf') format('truetype'), url('../_fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novaextrabold';
  src: url('../_fonts/proximanova-extrabold-webfont.eot');
  src: url('../_fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/proximanova-extrabold-webfont.woff2') format('woff2'), url('../_fonts/proximanova-extrabold-webfont.woff') format('woff'), url('../_fonts/proximanova-extrabold-webfont.ttf') format('truetype'), url('../_fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novasemibold';
  src: url('../_fonts/proximanova-semibold-webfont.eot');
  src: url('../_fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../_fonts/proximanova-semibold-webfont.woff') format('woff'), url('../_fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../_fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('../_fonts/proximanova-regular-webfont.eot');
  src: url('../_fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../_fonts/proximanova-regular-webfont.woff') format('woff'), url('../_fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../_fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. Color palette
*    2. Primary palette
*    3. Gradient function
*
*  ============================
*/
/*
*  ============================
*
*    [Color palette]
*
*    --- Content backgrounds ---
*    Background: $normal-white
*
*    --- Typography ---
*    Content text: $light-gray
*    Header (h1): $dark-gray
*    Links (all type): $dark-gray
*    List items: $dark-gray
*
*  ============================
*/
.bg-white {
  background-color: #f1eee8; }

/*
*  ============================
*
*    [Table of contents]
* 
*    1. Global variables
*    2. Html, body
*    3. Page structure
*    4. SVG icons
*    5. Additional reset
*
*  ============================
*/
html, body {
  margin: 0;
  padding: 0; }

body {
  background: #f1eee8;
  font: 15px/1.33em 'proxima_nova_rgregular', Arial, sans-serif;
  font-weight: 300;
  color: #93918c;
  min-width: 1000px;
  overflow-x: hidden; }

#uber-wrapper {
  overflow: hidden;
  min-width: 1000px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrapper {
  min-height: 100%;
  position: relative;
  width: 980px;
  margin: 0 auto; }
  .wrapper.container {
    padding: 0; }

.scroll-lock, .scroll-lock body {
  overflow: hidden;
  width: 100%;
  height: 100%; }

.orientation-lock {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url(../images/svg/mobile-lock.svg) no-repeat center center;
  background-color: #ffffff;
  background-size: 60%; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }

.middle {
  display: inline-block;
  vertical-align: middle; }

.col {
  float: left; }

.col--last {
  float: right; }

.tbl-wrap, .tbl-wrap--full {
  display: table;
  width: 100%; }

.tbl-wrap--full {
  height: 100%; }

.tbl-wrap__cell, .tbl-wrap__cell--top, .tbl-wrap__cell--bottom, .tbl-wrap__cell--center {
  display: table-cell; }

.tbl-wrap__cell--top {
  vertical-align: top; }

.tbl-wrap__cell--bottom {
  vertical-align: bottom; }

.tbl-wrap__cell--center {
  vertical-align: middle; }

.no-gutter {
  padding: 0 !important; }

.svg-icon {
  display: inline-block;
  background-repeat: no-repeat; }
  .svg-icon.svg-icon--center {
    vertical-align: middle; }

.app__svg-replace.app__svg-replace--replaced {
  background-image: none; }
  .app__svg-replace.app__svg-replace--replaced svg {
    display: inline-block;
    vertical-align: top; }

input {
  border: 0;
  margin: 0;
  padding: 0; }

a:hover, a:focus, a:active {
  outline: 0; }

button {
  background: transparent;
  border: 0; }
  button:focus {
    outline: 0; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. Headers
*    2. Lists
*    3. Links
*    4. Block text
*
*  ============================
*/
h1 {
  margin-top: 0;
  color: #323539;
  line-height: 1.2em;
  font-family: 'proxima_novaextrabold';
  font-weight: normal;
  text-transform: uppercase; }
  h1 strong {
    color: #2e4b85; }

h2 {
  margin-top: 0;
  color: #323539;
  line-height: 1.2em;
  font-family: 'proxima_novaextrabold';
  font-weight: normal;
  text-transform: uppercase; }
  h2 strong {
    color: #2e4b85; }

h3 {
  margin-top: 0;
  color: #323539;
  line-height: 1.2em;
  font-family: 'proxima_novaextrabold';
  font-weight: normal;
  text-transform: uppercase; }
  h3 strong {
    color: #2e4b85; }

h4 {
  margin-top: 0;
  color: #323539;
  line-height: 1.2em;
  font-family: 'proxima_novaextrabold';
  font-weight: normal;
  text-transform: uppercase; }
  h4 strong {
    color: #2e4b85; }

h5 {
  margin-top: 0;
  color: #323539;
  line-height: 1.2em;
  font-family: 'proxima_novaextrabold';
  font-weight: normal;
  text-transform: uppercase; }
  h5 strong {
    color: #2e4b85; }

h6 {
  margin-top: 0;
  color: #323539;
  line-height: 1.2em;
  font-family: 'proxima_novaextrabold';
  font-weight: normal;
  text-transform: uppercase; }
  h6 strong {
    color: #2e4b85; }

h1 {
  font-size: 53px;
  line-height: 53px; }

h2 {
  font-size: 38px;
  line-height: 38px;
  color: #ff5353; }

h2 strong {
  color: #2e4b85;
  font-family: 'proxima_novaextrabold'; }

h3 {
  font-size: 16px; }

h4 {
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: #ff5353;
  margin: 15px 0;
  text-transform: none; }

.h-decor:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin: 10px 0;
  background: #ff285c; }


a {
  color: #ff5353;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  a:hover {
    color: #2e4b85; }

.block-text, .block-text--red, .block-text--blue {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff; }

.block-text--red {
  background-color: #ff285c; }

.block-text--blue {
  background-color: #345497; }

strong {
  font-weight: normal;
  font-family: 'proxima_nova_rgbold', sans-serif; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.align-justify {
  text-align: justify; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 2px) {
  .container {
    width: 970px; }
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 3px) {
  .container {
    width: 970px; }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }


#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  background-color: #ff285c;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/templates/frontend/dev/images/loader.gif') center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png'); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.icon-logo {
  background: url(../images/svg/logo.svg) no-repeat;
  width: 179px;
  height: 195px;
  display: block; }

.no-svg .icon-logo {
  background: url(../images/png/logo.png) no-repeat; }

.icon-info {
  background: url(../images/svg/icon-info.svg) no-repeat;
  width: 52px;
  height: 55px;
  display: inline-block; }

.no-svg .icon-info {
  background: url(../images/png/icon-info.png) no-repeat; }

.icon-map {
  background: url(../images/svg/icon-map.svg) no-repeat;
  width: 52px;
  height: 55px;
  display: inline-block; }

.no-svg .icon-map {
  background: url(../images/png/icon-map.png) no-repeat; }

.icon-person {
  background: url(../images/svg/icon-person.svg) no-repeat;
  width: 52px;
  height: 55px;
  display: inline-block; }

.no-svg .icon-person {
  background: url(../images/png/icon-person.png) no-repeat; }

.icon-paper {
  background: url(../images/svg/icon-paper.svg) no-repeat;
  width: 52px;
  height: 55px;
  display: inline-block; }

.no-svg .icon-paper {
  background: url(../images/png/icon-paper.png) no-repeat; }

.footer-logo {
  background: url(../images/png/footer-logo.png) no-repeat;
  width: 251px;
  height: 116px;
  display: inline-block; }

.no-svg .footer-logo {
  background: url(../images/png/footer-logo.png) no-repeat; }

.sprite-icon-arrow {
  width: 17px;
  height: 13px;
  background: url(../../images/spritesheet.png) no-repeat -54px 0px;
  display: inline-block; }

.sprite-icon-info {
  width: 52px;
  height: 55px;
  background: url(../../images/spritesheet.png) no-repeat 0px 0px;
  display: inline-block; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. Placeholder mixin
*    2. Form base
*    3. Custom styles
*    4. Select dropdown
*
*  ============================
*/
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], .input {
  width: 100%;
  height: 36px;
  padding: 7px 20px;
  background-color: #ffffff;
  border: 1px solid #cfcdc5;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(238, 236, 230, 0.75);
  box-shadow: inset 0 2px 0 0 rgba(238, 236, 230, 0.75);
  font-size: 13px;
  -webkit-appearance: none;
  border-radius: 0;
  color: #656565; }
  input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, .input:focus {
    outline: none;
    border-color: #2e4b85; }
  input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, .input::-webkit-input-placeholder {
    color: #656565; }
  input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, .input::-moz-placeholder {
    color: #656565; }
  input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=url]:-moz-placeholder, .input:-moz-placeholder {
    color: #656565; }
  input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, .input:-ms-input-placeholder {
    color: #656565; }
  input[type=email] .placeholder, input[type=number] .placeholder, input[type=password] .placeholder, input[type=search] .placeholder, input[type=tel] .placeholder, input[type=text] .placeholder, input[type=url] .placeholder, .input .placeholder {
    color: #656565; }



.input-half {
  clear: both; }
  .input-half:before, .input-half:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .input-half:after {
    clear: both; }

.input-half__col {
  float: left;
  width: 50%;
  padding-left: 15px; }

.input-half__col:first-child {
  padding-left: 0;
  padding-right: 15px; }

.quicksearch {
  position: relative; }

.quicksearch__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #ff285c;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.quicksearch__submit:hover {
  background-color: #345497; }

.svg-icon__magnify--wsmall {
  background: url(../images/svg/magnify-icon.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px; }
  .svg-icon__magnify--wsmall path {
    fill: #ffffff; }
  .svg-icon__magnify--wsmall svg {
    width: 100%;
    height: 100%; }

div.fancy-select {
  position: relative; }

div.fancy-select div.trigger {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 7px 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 13px; }

div.fancy-select.disabled div.trigger {
  background-color: #f3f2ed;
  color: #656565; }

div.fancy-select div.trigger:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
  border-left: 1px solid #ccc;
  background: url(../images/png/arrow-bottom.png) no-repeat center center; }

div.fancy-select.disabled div.trigger:after {
  background: url(../images/svg/br-darrow-icon.svg) no-repeat center center; }

div.fancy-select ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #ccc; }

div.fancy-select ul.options.open {
  visibility: visible;
  top: 100%;
  opacity: 1; }

div.fancy-select ul.options li {
  cursor: pointer;
  white-space: nowrap;
  height: 36px;
  padding: 7px 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  div.fancy-select ul.options li:hover {
    color: #2e4b85; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. General settings
*
*  ============================
*/
nav {
  border: 2px solid #ffffff;
  float: right;
  font-size: 14px;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  height: 60px;
  margin-top: 45px;
  box-sizing: content-box;
  margin-top: 45px; }
  nav ul {
    margin: 0;
    padding: 0; }
    nav ul li {
      float: left;
      list-style: none;
      height: 62px;
      margin: 0 30px 0 0;
      padding: 16px 0 0 0; }
      nav ul li a {
        line-height: 15px;
        color: #ffffff;
        float: left; }
        nav ul li a:hover {
          color: #ffffff;
          border-bottom: 2px solid #ff5353; }
    nav ul li.active a {
      color: #ffffff;
      border-bottom: 2px solid #ff5353; }
    nav ul .first {
      text-indent: -9999px;
      padding: 0;
      width: 40px; }
      nav ul .first a {
        background: #ff5353 url(../images/svg/icon-home.svg) no-repeat center center;
        width: 40px;
        height: 60px; }
        nav ul .first a:hover {
          background: #e04747 url(../images/svg/icon-home.svg) no-repeat center center;
          border-bottom: none; }
    nav ul .second {
      padding-top: 24px; }

.no-svg nav ul .first a {
  background: #ff5353 url(../images/png/icon-home.png) no-repeat center center; }
  .no-svg nav ul .first a:hover {
    background: #e04747 url(../images/png/icon-home.png) no-repeat center center;
    border-bottom: none; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. Buttons base
*    2. Button classes
*    3. Slide-out button
*    4. Custom buttons
*
*  ============================
*/
.btn {
  display: block;
  float: left;
  clear: both;
  border: 2px solid #2e4b85;
  background: #ffffff;
  color: #2e4b85;
  height: 48px;
  line-height: 48px;
  float: left;
  text-transform: uppercase;
  font-size: 22px;
  padding: 0 20px;
  font-size: 22px;
  font-family: 'proxima_nova_rgbold', sans-serif;
  box-shadow: 0 3px 0 0 #ebe9e7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .btn:hover {
    border: 2px solid #416aaa;
    color: #416aaa; }

.btn-small {
  height: 36px;
  line-height: 36px;
  font-size: 16px; }

.btn-back {
  padding-left: 10px; }
  .btn-back .icon {
    background: url(../images/svg/icon-arrow.svg) no-repeat;
    width: 17px;
    height: 12px;
    float: left;
    margin-top: 10px;
    margin-right: 10px; }

.btn-share .icon {
  background: url(../images/svg/icon-share.svg) no-repeat;
  width: 20px;
  height: 17px;
  float: right;
  margin-top: 8px;
  margin-left: 10px; }

.join-fb {
  padding: 0 0 0 20px;
  width: 100%;
  text-align: center; }
  .join-fb .icon {
    background: #2e4b85 url(../images/svg/fb.svg) no-repeat center;
    width: 40px;
    height: 44px;
    float: right;
    margin-left: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .join-fb:hover .icon {
    background: #416aaa url(../images/svg/fb.svg) no-repeat center; }

.no-svg .btn-back .icon {
  background: url(../images/png/icon-arrow.png) no-repeat; }
.no-svg .btn-share .icon {
  background: url(../images/png/icon-share.png) no-repeat; }
.no-svg .join-fb .icon {
  background: #2e4b85 url(../images/png/fb.png) no-repeat center; }
.no-svg .join-fb:hover .icon {
  background: #416aaa url(../images/png/fb.png) no-repeat center; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. Table align
*    2. List table
*
*  ============================
*/
.row-lft td {
  text-align: left; }

.row-rgt td {
  text-align: right; }

.row-cntr td {
  text-align: center; }

td.cell-lft {
  text-align: left !important; }

td.cell-rgt {
  text-align: right !important; }

td.cell-cntr {
  text-align: center !important; }

td.cell-top {
  vertical-align: top !important; }

td.cell-middle {
  vertical-align: middle !important; }

td.cell-bottom {
  vertical-align: bottom !important; }

@media (max-width: 3px) {
  .table-scroll {
    overflow-x: scroll;
    width: 100%;
    height: auto; } }

table {
  border-bottom: 2px solid #f1eee8;
  width: 100%; }
  table td {
    border-top: 2px solid #f1eee8;
    border-right: 2px solid #f1eee8;
    border-left: 2px solid #f1eee8;
    padding: 10px 20px; }
  table tr:nth-child(2n) td:first-child {
    color: #ff5353; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. General settings
*    2. Page Logo
*    3. Main navigation
*    4. Social buttons
*    5. Header navigation
*    6. SVG Icons
*
*  ============================
*/
.page-header {
  width: 100%;
  height: 460px;
  background: url(../images/header-bg.jpg) no-repeat 0 0;
  background-size: cover; }

.page-details {
  float: left;
  width: 100%; }

.page-logo {
  float: left;
  width: 488px;
  position: absolute;
  top: 75px;
  left: 0; }
  .page-logo img {
    float: left; }
  .page-logo .icon-logo {
    float: left; }
  .page-logo h1 {
    float: left;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 0; }
  .page-logo span {
    color: #ffffff;
    background: #ff5353;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    width: 268px;
    margin-top: 5px;
    height: 41px;
    line-height: 43px;
    text-align: center; }
  .page-logo em {
    font-style: normal; }

.subpage-header {
  width: 100%;
  height: 290px; }
  .subpage-header .page-logo {
    top: 20px;
    left: 0; }
    .subpage-header .page-logo img {
      float: left;
      width: 72px; }
  .subpage-header h1 {
    font-size: 42px;
    line-height: 38px;
    margin-top: 0px; }
  .subpage-header .marsz-date {
    margin-top: 0 !important; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. General settings
*    2. Footer full
*    3. Footer copyright
*    4. SVG Icons
*    5. Media queries
*
*  ============================
*/
.page__footer {
  height: 147px;
  float: left;
  width: 100%;
  position: relative;
  top: -7px; }
  .page__footer .bar {
    background: url(../images/svg/bar-bottom.svg) no-repeat center top;
    width: 80px;
    height: 79px;
    float: left;
    border-top: 3px solid #ff5353; }
  .page__footer span {
    float: left;
    margin: 30px 40px;
    display: block; }

.no-svg .page__footer .bar {
  background: url(../images/png/bar-bottom.png) no-repeat center top; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. General settings
*    2. Main slider
*    3. News slider
*    4. Candidates slider
*    5. Media queries
*
*  ============================
*/
.slider {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden; }
  .slider .slider__wrapper {
    height: 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .slider .slider__item {
    height: 100%;
    float: left;
    clear: none; }
  .slider .slider__arrows .slider-item {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px; }
    .slider .slider__arrows .slider-item .slider--right {
      bottom: 50%;
      right: 30px; }
    .slider .slider__arrows .slider-item .slider--left {
      bottom: 50%;
      left: 30px; }
  .slider .slider__nav {
    position: absolute;
    bottom: 0; }
    .slider .slider__nav .slider-item {
      width: 12px;
      height: 12px;
      float: left;
      clear: none;
      display: block;
      margin: 0 5px;
      background: #fff; }
      .slider .slider__nav .slider-item .slider--current {
        background: #ccc; }
      .slider .slider__nav .slider-item .slider:hover {
        background: #ccc; }

.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  background: #e1ded7;
  margin: 0 3px;
  border-radius: 12px; }

.slider__nav-item--current, .slider__nav-item:hover {
  background: #ff5353; }

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flipclock {
  position: absolute;
  float: right;
  right: 0;
  top: 200px; }

.flipclock__label {
  color: #ffffff;
  padding: 5px 0;
  display: block;
  font-size: 15px; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px 'proxima_nova_rgbold', sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a {
  color: #313333; }

.flip-clock-wrapper {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 5px 0; }

.flip-clock-wrapper:before, .flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.flip-clock-wrapper:after {
  clear: both; }

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 1px;
  width: 42px;
  height: 71px;
  font-size: 71px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000; }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 75px;
  text-decoration: none !important; }

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
  box-shadow: inset 0 5px 5px 0 black;
  border-radius: 3px 3px 0 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 10px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1A000000', GradientType=0); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-radius: 0 0 3px 3px; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ff5353;
  text-align: center;
  background-color: #ffffff;
  font-size: 56px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 77px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 6px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: -16px;
  left: 20px;
  color: black;
  text-shadow: none;
  font-size: 15px;
  color: #fff;
  font-family: 'proxima_nova_rgregular', sans-serif;
  text-align: left; }

.flip-clock-divider:first-child .flip-clock-label {
  left: 4px; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/*
*  ============================
*
*    [Table of contents]
*
*    1. News excerpt
*    2. Cookies
*    3. Media queries
*
*  ============================
*/
.content {
  width: 100%;
  height: 389px;
  position: relative;
  margin-bottom: 7px; }
  .content .halfs {
    width: 50%;
    height: 389px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    border-bottom: 2px solid #d2cfca; }
  .content .wrapper {
    background: #ffffff;
    border-bottom: 2px solid #d2cfca; }
    .content .wrapper .bar {
      height: 389px; }
  .content h2 {
    margin-top: 35px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    z-index: 500; }

.content__right {
  width: 900px;
  padding-left: 38px;
  float: left;
  position: relative; }

.bar--top {
  background: url(../images/svg/bar-top.svg) no-repeat;
  width: 80px;
  height: 76px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  box-sizing: content-box;
  border-bottom: 1px solid #ff5353; }

.no-svg .bar--top {
  background: url(../images/png/bar-top.png) no-repeat; }

.bar {
  width: 80px;
  background: #ff5353 url(../images/svg/dash.svg) repeat-y;
  float: left;
  display: table;
  position: relative; }
  .bar div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.no-svg .bar {
  background: #ff5353 url(../images/png/dash.png) repeat-y; }

.ilovelines {
  position: absolute;
  right: -1237px;
  top: 0;
  z-index: 10;
  width: 1407px;
  height: 370px; }

.map-start {
  width: 130px;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 50px; }
  .map-start strong {
    color: #7fc72a;
    font-size: 16px;
    display: block; }

.map-stop {
  width: 130px;
  position: absolute;
  z-index: 100;
  top: 60px;
  right: 0px; }
  .map-stop strong {
    color: #ff5353;
    font-size: 16px;
    display: block; }

.main-img {
  position: absolute;
  right: -125px;
  bottom: 2px;
  z-index: 20; }

.content--intro .content__right {
  height: 389px; }
.content--intro article {
  width: 415px;
  height: 387px;
  float: left;
  border-right: 2px solid #f1eee8;
  padding-right: 40px; }
  .content--intro article p {
    clear: both; }

.content__right__slider {
  width: 580px;
  height: 372px;
  float: left;
  padding-left: 40px;
  position: absolute;
  left: 450px; }
  .content__right__slider h2 {
    position: absolute;
    z-index: 600;
    left: 40px;
    top: 0px; }

.content--map, .content--leads {
  height: 446px; }
  .content--map .halfs, .content--map .wrapper .bar, .content--map .content__right, .content--leads .halfs, .content--leads .wrapper .bar, .content--leads .content__right {
    height: 446px; }
  .content--map .join-fb, .content--leads .join-fb {
    clear: both;
    position: absolute;
    bottom: 40px;
    left: 40px; }

.content--map .content__right img {
  position: absolute;
  left: 40px;
  top: 65px; }

.leads--news, .leads--people {
  width: 100%;
  float: left;
  height: 446px;
  position: relative; }

.leads--news h2 {
  margin-bottom: 0; }
.leads--news .news {
  height: 300px;
  float: left;
  width: 411px;
  clear: none; }
.leads--news .slider {
  padding-top: 40px; }
  .leads--news .slider .slider__nav {
    top: 0;
    bottom: auto;
    right: 40px;
    left: auto !important; }

.slider-commite {
  height: 370px;
  z-index: 500; }
  .slider-commite h3 {
    color: #2e4b85;
    margin-bottom: 0; }
  .slider-commite .slider__item {
    height: 370px;
    position: relative; }
    .slider-commite .slider__item img {
      position: absolute;
      right: 0;
      top: 20px; }
  .slider-commite .slider__nav {
    position: absolute;
    bottom: 18px;
    left: 0 !important;
    margin-left: 0 !important; }

.person {
  width: 230px;
  position: absolute;
  top: 155px; }

.slider__item .news:first-child {
  border-right: 1px solid #f1eee8; }
.slider__item .news:last-child {
  margin-left: 40px; }

.leads--people {
  padding-left: 38px; }
  .leads--people h3 {
    color: #2e4b85;
    margin: 0;
    width: 235px; }
  .leads--people p {
    width: 235px; }
  .leads--people .leads--people__image {
    position: absolute;
    bottom: 2px;
    right: -77px;
    top: auto;
    left: auto; }

.content--small {
  height: 237px;
  overflow: hidden;
  border-bottom: none; }
  .content--small .halfs {
    height: 237px;
    border-bottom: none; }
  .content--small .wrapper {
    border-bottom: none; }
    .content--small .wrapper .bar {
      height: 237px; }
  .content--small .ilovelines {
    position: absolute;
    right: -908px;
    top: -40px;
    z-index: 10;
    width: 980px;
    height: 268px; }

.content--small__image {
  position: absolute;
  right: -135px;
  z-index: 300;
  bottom: 0px; }

.content--footer {
  height: 156px; }
  .content--footer .footer-logo {
    margin-top: 20px; }
  .content--footer article {
    padding-left: 40px;
    height: 156px;
    float: right;
    width: 50%;
    border-left: 2px solid #f1eee8; }
    .content--footer article h3 {
      color: #2e4b85;
      margin-top: 30px; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. News excerpt
*    2. Cookies
*    3. Media queries
*
*  ============================
*/
.news {
  clear: both; }
  .news h3 {
    color: #2e4b85;
    margin: 0; }
    .news h3:hover {
      color: #ff5353; }

.news__short {
  float: left;
  width: 227px; }
  .news__short p {
    border-bottom: 1px solid #e6e2db;
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%; }

.news__more {
  float: left;
  font-family: 'proxima_novasemibold', sans-serif; }

.news__hour {
  float: right; }

.news__date {
  font-family: 'proxima_nova_rgbold', sans-serif;
  float: left;
  background: url(../images/svg/icon-news.svg) no-repeat;
  width: 103px;
  height: 205px;
  margin: 0px 0px 0 40px;
  text-transform: uppercase;
  text-align: center;
  color: #c2beb7; }
  .news__date strong {
    font-size: 48px;
    line-height: 48px;
    display: block;
    margin-top: 20px; }

.no-svg .news__date {
  background: url(../images/png/icon-news.png) no-repeat; }

.full-height {
  height: 100%; }
  .full-height .wrapper, .full-height .halfs, .full-height .content__right, .full-height .bar {
    height: 100% !important;
    border-bottom: none; }
  .full-height .wrapper {
    display: table;
    border-bottom: none; }
    .full-height .wrapper .content__left {
      display: table-cell;
      float: none;
      vertical-align: middle;
      text-align: center; }
      .full-height .wrapper .content__left div {
        display: inline-block; }

.news--single .wrapper .content__left {
  vertical-align: top; }
  .news--single .wrapper .content__left div {
    margin-top: 140px; }

.news--list article {
  width: 412px; }

.news--listing .content__right {
  padding: 0; }
.news--listing .news {
  float: left;
  border-right: 2px solid #f1eee8;
  border-bottom: 2px solid #f1eee8;
  width: 450px;
  height: 320px;
  clear: none;
  padding: 40px; }
.news--listing .news:nth-child(2n) {
  border-right: none; }
.news--listing .news__date {
  float: right;
  margin: 0; }

.pagination {
  float: left;
  width: 100%;
  padding: 40px;
  text-align: center;
  position: relative; }

.pagination__prev, .pagination__next {
  font-size: 16px;
  width: 150px;
  text-align: center;
  position: absolute;
  top: 40px; }

.pagination__next {
  right: 40px; }

.pagination__prev {
  left: 40px; }

.pagination__pages {
  display: inline-block;
  padding: 0; }

.pagination__pages__item {
  float: left;
  list-style: none;
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-size: 16px;
  margin: 0 20px; }
  .pagination__pages__item a {
    color: #93918c; }
    .pagination__pages__item a:hover {
      color: #ff5353; }

.pagination__pages__item.active a {
  color: #ff5353; }

.news__single__title {
  font-size: 38px;
  line-height: 38px;
  clear: both; }

/*
*  ============================
*
*    [Table of contents]
*
*    1. News excerpt
*    2. Cookies
*    3. Media queries
*
*  ============================
*/
.textpage {
  padding-left: 40px !important;
  padding-top: 40px !important; }
  .textpage .ilovelines {
    top: 0;
    bottom: auto;
    z-index: 10; }
  .textpage figure {
    float: right;
    border: 10px solid #f1eee8;
    box-sizing: content-box;
    width: 350px;
    height: 256px;
    background: url(../images/news-cover.jpg) no-repeat; }
  .textpage .btn-back {
    clear: none; }

.textpage__thumb, .textpage__content {
  position: relative;
  z-index: 20; }

.textpage__title {
  float: left;
  width: 450px; }
  .textpage__title .date {
    float: left;
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #e6e2db;
    border-bottom: 1px solid #e6e2db;
    padding: 12px 0; }
    .textpage__title .date strong {
      color: #2e4b85;
      margin-right: 40px; }
    .textpage__title .date span {
      font-family: 'proxima_nova_rgbold', sans-serif; }

.textpage__thumb {
  float: right; }

.textpage__content {
  float: left;
  width: 100%;
  margin-top: 20px; }

.textpage__footer {
  float: left;
  width: 100%;
  background: #f1eee8;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 10px 20px;
  border-top: 1px solid #e6e2db; }

.textpage__footer__col {
  float: left;
  margin-right: 40px;
  margin-top: 8px; }

.textpage__footer__button {
  margin-top: 0; }

.textpage__intro {
  float: left;
  width: 100%;
  height: 309px;
  position: relative; }
  .textpage__intro h2 {
    margin: 0; }
  .textpage__intro p {
    float: left;
    clear: both;
    display: block;
    max-width: 450px; }

/*# sourceMappingURL=main.css.map */